/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/**** FONTS ****/

@font-face {
	font-family: 'Avenir-Roman';
	src: url('../font/AvenirLTStd-Roman.eot');
	/* IE9 Compat Modes */
	src: url('../font/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/AvenirLTStd-Roman.woff') format('woff'),
		/* Modern Browsers */
		url('../font/AvenirLTStd-Roman.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/AvenirLTStd-Roman.svg#1297092b477b7e1dcddfcf3bbb416185') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Avenir-Black';
	src: url('../font/AvenirLTStd-Black.eot');
	/* IE9 Compat Modes */
	src: url('../font/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/AvenirLTStd-Black.woff') format('woff'),
		/* Modern Browsers */
		url('../font/AvenirLTStd-Black.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/AvenirLTStd-Black.svg#2d55e36446b90be6f85f84e74f83cb6c') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Avenir-Heavy';
	src: url('../font/AvenirLTStd-Heavy.eot');
	/* IE9 Compat Modes */
	src: url('../font/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/AvenirLTStd-Heavy.woff') format('woff'),
		/* Modern Browsers */
		url('../font/AvenirLTStd-Heavy.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/AvenirLTStd-Heavy.svg#a1eb5a5cfcec2ff7c30fe732daf3b2e8') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Avenir-Medium';
	src: url('../font/AvenirLTStd-Medium.eot');
	/* IE9 Compat Modes */
	src: url('../font/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/AvenirLTStd-Medium.woff') format('woff'),
		/* Modern Browsers */
		url('../font/AvenirLTStd-Medium.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/AvenirLTStd-Medium.svg#ef669aafc9b550b465914779447af056') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Avenir-Light';
	src: url('../font/AvenirLTStd-Black.eot');
	/* IE9 Compat Modes */
	src: url('../font/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/AvenirLTStd-Black.woff') format('woff'),
		/* Modern Browsers */
		url('../font/AvenirLTStd-Black.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/AvenirLTStd-Black.svg#2d55e36446b90be6f85f84e74f83cb6c') format('svg');
	/* Legacy iOS */
	font-style: normal;
	font-weight: normal;
}

/* @font-face {
	font-family: 'Aveline';
	src: url('../font/aveline_script-webfont.eot');
	src: url('../font/aveline_script-webfont.eot?#iefix') format('embedded-opentype'), url('../font/aveline_script-webfont.woff2') format('woff2'), url('../font/aveline_script-webfont.woff') format('woff'), url('../font/aveline_script-webfont.ttf') format('truetype'), url('../font/aveline_script-webfont.svg#aveline_scriptregular') format('svg');
	font-weight: normal;
	font-style: normal;
} */

@font-face {
    font-family: 'Brownhill Script';
    src: url('../font/brownhill_script-webfont.woff2') format('woff2'),
         url('../font/brownhill_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* **** Tunnel de commande + panier **** */

body#cart #wrapper {
	box-shadow: none;
	margin-bottom: 50px;
}

body#cart #footer a:hover {
	color: #ffffff !important;
}

#checkout #_desktop_logo,
#cart #_desktop_logo {
	padding-bottom: 15px;
}

#checkout #retour_boutique,
#cart #retour_boutique {
	color: #e94a12 !important;
	text-transform: uppercase;
	position: relative;
}

/* #checkout #ending_links a:first-child::before,
#cart #ending_links a:first-child::before {
	content: '';
	background: url(../img/exit.png) no-repeat;
	position: absolute;
	width: 17px;
	height: 18px;
	top: 0px;
	transform: scaleX(-1);
	left: -10px;
} */

/* #checkout #ending_links a:first-child:hover::before,
#cart #ending_links a:first-child:hover::before {
	background: url(../img/exit-white.png) no-repeat;
} */

#checkout .box.gdpr_checkbox_container .col-md-9{
	text-align: left;
  width: 100%;
}
#checkout .box.gdpr_checkbox_container .col-md-3{
	display:none;
}
#checkout .box.gdpr_checkbox_container .custom-checkbox{
	padding: 0 5px;
}
body#checkout section.checkout-step #customer-form .form-control-label[for="types-of-firm-options"]{
	padding-left:30px;
}

body#checkout section.checkout-step #customer-form > i{
	font-size: 12px;
	line-height: 12px;
}

  .fullsize{
    float:none!important;
    text-align:left;
  }
  #customer-form .form-group.row{
    margin-bottom:0;
  }
  #customer-form .custom-checkbox{
    padding:0 20px;
  }
  #customer-form > section > .col-md-6{
    margin-bottom:30px;
  }


#checkout #_desktop_logo::before,
#cart #_desktop_logo::before {
	content: '';
	background: url(../img/padlock.png) no-repeat;
	position: absolute;
	width: 24px;
	height: 26px;
	left: 480%;
	top: 5px;
}

#checkout #_desktop_logo::after,
#cart #_desktop_logo::after {
	content: 'Paiement sécurisé';
	text-transform: uppercase;
	color: white;
	font-size: 1.1rem;
	font-weight: bold;
	position: absolute;
	width: 175px;
	height: 20px;
	left: 500%;
	top: 10px;
}

#checkout .header-nav,
#checkout .header-top #_desktop_logo+div,
#checkout .footer-container .container,
#checkout .footer-container .reassurance_block,
#checkout #footer .container,
#cart .header-nav,
#cart .header-top #_desktop_logo+div,
#cart .footer-container .container,
#cart #footer .container {
	display: none;
}

#checkout #footer,
#cart #footer {
	padding: 0 !important;
}

#checkout #footer .footer-container,
#cart #footer .footer-container {
	margin: 0;
	padding: 0;
}

#checkout #block-reassurance ul, #cart #block-reassurance ul{
	display:flex;
	flex-direction:column;
}

#checkout #block-reassurance ul > li:nth-child(1),
#cart #block-reassurance ul > li:nth-child(1){
	order:2;
}
#checkout #block-reassurance ul > li:nth-child(2),
#cart #block-reassurance ul > li:nth-child(2){
	order:3;
}
#checkout #block-reassurance ul > li:nth-child(3),
#cart #block-reassurance ul > li:nth-child(3){
	order:4;
}
#checkout #block-reassurance ul > li:nth-child(4),
#cart #block-reassurance ul > li:nth-child(4){
	order:1;
}

#checkout #block-reassurance li .block-reassurance-item {
	padding: 1rem 0.4rem;
}

#checkout #block-reassurance img {
	opacity: 1;
	width: 3rem;
}

#checkout #block-reassurance span {
	text-transform: uppercase;
	font-size: 1rem;
}

#block-reassurance img {
	opacity: .7;
	width: 1.5625rem;
	margin-right: .625rem;
}

#block-reassurance li .block-reassurance-item {
	padding: 1rem 1.5rem;
}

#block-reassurance .h6{
	font-weight: 400;
	color: #072129;
	font-size: .9375rem;
}
#block-reassurance li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

body#checkout section.checkout-step .forgot-password {
	margin: 0;
	text-align: center;
	margin-bottom: 15px;
}

body#checkout [data-action=show-password] {
	background: #e84916;
}

body#cart .m-l-1,
body#cart .m-x-1 {
	margin-left: 1em !important;
}

body#checkout iframe div {
	width: 100%;
}

@media screen and (min-width:1701px) and (max-width:1880px) {

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 53%;
	}
}

@media screen and (min-width:1601px) and (max-width:1700px) {

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 49%;
	}
}

@media screen and (min-width:1551px) and (max-width:1600px) {

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 46%;
	}
}

@media screen and (min-width:1501px) and (max-width:1550px) {

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 44%;
	}
}

@media screen and (min-width:1350px) and (max-width:1500px) {

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 60.5%;
	}
}

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

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 56%;
	}
}

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

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 46%;
	}

	#checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 470%;
	}

	#checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		left: 490%;
	}

	#checkout #block-reassurance img {
		width: 2.3rem;
	}

	#checkout #block-reassurance span {
		font-size: 0.8rem;
	}
}

@media screen and (min-width:992px) {
	#cart #footer .footer-container {
		position: fixed;
		left: 0;
		width: 100%;
		bottom: 0;
	}
}

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

	#checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 445%;
		background-size: 20px;
		top: 6px;
	}

	#checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		font-size: 0.8rem;
	}

	#checkout #ending_links::before,
	#cart #ending_links::before {
		left: 34%;
	}

	#checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		left: 450%;
	}

	#checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 425%;
	}

	#checkout #block-reassurance span {
		font-size: 0.7rem;
		padding-top: 10px;
	}

	#checkout #block-reassurance li .block-reassurance-item {
		display: inline-grid;
	}

	#checkout #block-reassurance img {
		width: 2.5rem;
	}
}

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

	#checkout #header .header-nav .top-logo a img,
	#cart #header .header-nav .top-logo a img{
		display:none;
	}
	
	#checkout #ending_links::before,
	#cart #ending_links::before {
		content: none;
	}

	#checkout .hidden-sm-down,
	#cart .hidden-sm-down {
		display: block !important;
	}

	#checkout .header-top::after,
	#cart .header-top::after {
		content: '';
		background: url(../img/logo-responsive-checkout.png) no-repeat;
		position: absolute;
		width: 270px;
		height: 70px;
		top: auto;
		left: 25%;
		transform: translateY(-25%);
	}

	#checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 38%;
		top: 75px;
	}

	#checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		left: 39%;
		top: 80px;
	}

	#checkout #block-reassurance li .block-reassurance-item {
		display: inherit;
	}

	#checkout #block-reassurance img {
		width: 3rem;
	}

	#checkout #block-reassurance span {
		font-size: 1rem;
		padding-top: 0;
	}
}

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

	/* #checkout .header-top::after,
	#cart .header-top::after {
		top: 0px;
		left: 20%;
	} */

	/* #checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		left: 45%;
		top: 46px;
		color: white;
	}

	#checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 45%;
		top: 44px;
	} */
}

@media screen and (min-width:500px) and (max-width:575px) {

	#checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		left: 33%;
		top: 90px;
		color: white;
	}

	/* #checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 35%;
		top: 86px;
	} */

	/* #checkout .header-top::after,
	#cart .header-top::after {
		top: 20px;
		left: 20%;
	} */
}

@media screen and (max-width:480px) {
	
	#checkout #header .header-top,
	#cart #header .header-top{
		min-height:90px;
	}

	#checkout #block-reassurance img {
		width: 2.5rem;
	}

	#checkout #block-reassurance span {
		font-size: 0.8rem;
	}

	#checkout .header-top::after,
	#cart .header-top::after {
		top: auto;
    	left: 30%;
		min-height:40px;
		background-size: 140px;
	}

	#checkout #wrapper,
	#cart #wrapper {
		padding-top: 3.5625rem;
	}

	#checkout #_desktop_logo::before,
	#cart #_desktop_logo::before {
		left: 28%;
		top: 43px;
	}

	#checkout #_desktop_logo::after,
	#cart #_desktop_logo::after {
		left: 30%;
		top: 47px;
	}

	body#checkout #strong_password_box {
		left: 30px !important;
		top: 70px !important;
	}
}

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

/**** GLOBAL ****/

a:focus,
a:hover,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

body,
p {
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 16px;
}

p {
	color: #072129;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 400;
	color: #072129;
}

li.product-flag {
	background: #e94700;
	left: 20%;
	margin-left:5px;
}

ul.product-flags li:nth-child(2), #products .product-miniature .product-flags li:nth-child(2){
	top:2.5rem;
}
#products .product-miniature .product-flags li:nth-child(2){
	left: 0.5rem;
}

button[data-action=show-password] {
	margin-left: 2px !important;
}

.btn-primary {
	background: #072229;
}

/* .btn-primary:hover, .btn-primary:active, .btn-primary:focus { */
/* background: #e94600!important; */
/* } */

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
	color: #fff;
	background-color: #e94700;
	border-color: transparent;
}

a {
	color: #072229;
}

a:hover,
a:focus {
	color: #e94700;
}

a.label {
	color: #072229;
}

.btn-primary:active:hover,
.btn-secondary:active:hover,
.btn-primary:disabled:hover {
	background: #e94600;
}

.cart-grid-body a.label:hover,
.cart-grid-body a.label:active,
a.label:hover,
a.label:active {
	color: #e94600;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
	background: #072229;
}

.custom-radio input[type=radio]:checked+span {
	background: #e94600;
}

.rrssb-buttons li.facebook a,
.rrssb-buttons li.twitter a,
.rrssb-buttons li.googleplus a,
.rrssb-buttons li.linkedin a,
.rrssb-buttons li.email a {
	background: #0d323d;
}

.rrssb-buttons li.facebook a:hover,
.rrssb-buttons li.twitter a:hover,
.rrssb-buttons li.googleplus a:hover,
.rrssb-buttons li.linkedin a:hover,
.rrssb-buttons li.email a:hover {
	background: #e94600;
}

.input-group.focus {
	outline: none;
}

.fancybox-overlay-fixed .fancybox-wrap {
	top: 25% !important;
}

#wrapper {
	background: #ffffff;
	margin-top: 115px;
	box-shadow: none;
}

#index #wrapper {
	/* background: url('../img/background_top.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: 200px; */
	padding-top: 0;
}

#index #hitparade {
	max-width: 1200px;
	margin: 0 auto;
}

#index #hitparade h1 {
	font-weight: 500;
	font-size: 1.8rem;
	color: #091823;
	text-transform: uppercase;
	font-family: 'Avenir-Black', sans-serif;
}

#index #hitparade h1 span {
	color: #E94700;
}

#index #carousel{
	box-shadow:none;
}

#index #carousel .caption-description{
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	color: rgb(255, 255, 255);
	background-color: rgb(232, 73, 16);
	border-radius: 30px;
	outline: none;
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
	box-sizing: border-box;
	cursor: pointer;	
	margin: 0px;
	padding: 12px 35px;		
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
}
#index #carousel .caption-description *{
	margin:0;
	text-transform: uppercase;
	font-weight: bold;
}
#index #carousel .caption-description:hover{
	background:#fff;
}
#index #carousel .caption-description:hover *{
	color:#000;
}
#index #carousel .caption-description i{
	font-weight: 600;
	position: absolute;
	opacity: 0;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#index #carousel .caption-description:hover i{
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important;
	transition: all .2s ease-out !important;
}
.carousel .carousel-control.left, .carousel .carousel-control.right{
	width:15px;
}

#index .carousel .carousel-item .caption{
	left: 50%;
	color: #fff;
	max-width: 250px;
	transform: translateX(-50%);
	bottom:50px;
	z-index:100;
	width: max-content;
}

#index .carousel .carousel-item .caption.top_left{
	top:50px;
	bottom:inherit;
	left:100px;
	right:inherit;
	transform: inherit;
}
#index .carousel .carousel-item .caption.top_middle{
	top:50px;
	bottom:inherit;
}
#index .carousel .carousel-item .caption.top_right{
	top:50px;
	bottom:inherit;
	right:100px;
	left:inherit;
	transform: inherit;
}
#index .carousel .carousel-item .caption.middle_left{
	top:50%;
	left:100px;
	right:inherit;
	bottom:inherit;
	transform: translateY(-50%);
}
#index .carousel .carousel-item .caption.middle_middle{
	top:50%;	
	bottom:inherit;
	transform: translate(-50%, -50%);
}
#index .carousel .carousel-item .caption.middle_right{
	top:50%;
	right:100px;
	left:inherit;
	bottom:inherit;
	transform: inherit;
}
#index .carousel .carousel-item .caption.bottom_left{
	top:inherit;
	left:100px;
	right:inherit;
	transform: inherit;
}
#index .carousel .carousel-item .caption.bottom_right{
	top:inherit;
	right:100px;
	left:inherit;
	transform: inherit;
}

#index .carousel .carousel-control .icon-prev,
#index .carousel .carousel-control .icon-next{
	cursor: pointer;
	background: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 100;
	border-radius: 50%;
	line-height: 40px;
}
#index .carousel .carousel-control .icon-prev:hover,
#index .carousel .carousel-control .icon-next:hover{
	background: rgba(0, 0, 0, 1);
}
.carousel .carousel-control .icon-prev {
	left: 2rem;
}
#index .carousel .carousel-control .icon-prev:hover i,
#index .carousel .carousel-control .icon-next:hover i{
	color:#fff;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
	font-size: 2.125rem;
	color: #fff;
	width: 15px;
	height: 15px;
	display: block;
	line-height: inherit;
	position: absolute;
	right: 22px;
	font-weight: 600;
}

#blockcart-modal .modal-dialog {
	top: 200px;
}
@media(min-width:768px){
	#index #carousel{
		padding-top: 5px;
	}
}

#blockcart-modal .modal-dialog {
	top: 200px;
}

@media(max-width:767px){
	#blockcart-modal .cart-content > p{
		display:none;
	}
	#blockcart-modal .modal-dialog {
		top: 220px;
	}
}

#blockcart-modal .cart-content .cart-content-btn .btn{
	display:flex;
	align-items:center;
}

/* .fancybox-inner{ */
/* height:auto!important; */
/* } */

/* Breadcrumb */

#wrapper .breadcrumb li::after {
	content: url('../img/icon/bc_separator.jpg');
	color: #E94700;
}

#cms #content img{
	max-width: 100%;
	height: auto;
}

#cms.cms-id-21 #wrapper .breadcrumb,
#cms.cms-id-80 #wrapper .breadcrumb{
	display: none;
}

#cms.cms-id-21 #wrapper {
	margin-top: 110px !important;
}

#wrapper .breadcrumb li a {
	color: #072129;
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 14px;
}

.breadcrumb {
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 35px;
	padding-bottom: 15px !important;
	margin-top: -5px;
}
.elementor-widget-button a.elementor-button {
    background-color: #e94700;
}
body.cms-id-115 .elementor-widget-button a.elementor-button,
body.cms-id-116 .elementor-widget-button a.elementor-button{
	border:1px solid #e94700;
}
body.cms-id-115 .elementor-widget-button a.elementor-button:hover,
body.cms-id-116 .elementor-widget-button a.elementor-button:hover {
    background-color: #ffffff!important;
	color:#e94700!important;
}
.elementor-row article .discount-percentage{
	display: block;
	position: absolute;
	left: -.4375rem;	
	padding: .3125rem .4375rem;
	color: #fff;
	background: #e94700;
	text-transform: uppercase;
	min-width: 3.125rem;
	min-height: 1.875rem;
	font-size: 1rem;
	font-weight: 600;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}
.elementor-row article .product-flags .discount{
	display:none;
}
#wrapper .breadcrumb ol {
	padding-left: 15px;
}

#wrapper .breadcrumb li:last-child a {
	color: #E94700;
}

#wrapper .breadcrumb li a:hover {
	color: #E94700;
}

@media (min-width:501px) and (max-width:767px) {
	#wrapper {
		margin-top: 170px;
	}
}

/**** HEADER ****/

#header {
	background: #072129;
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 0;
}

#header .header-nav {
	border-bottom: none;
	background: #03171E;
	margin-bottom: 0;
	min-height: 50px;
}

#header .header-nav a {
	color: #ffffff;
}

#_desktop_logo {
	margin-top: 15px;
}

#header .header-nav .right-nav span,
#header .header-nav #contact-link,
#header .header-nav #catalog-link,
#header .header-nav .language-selector,
#header .header-nav .language-selector .dropdown-item,
#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link,
#header .header-nav #faciliti-link,
#header .header-nav #parade-connect-link {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

#header .header-nav #parade-connect-link .first_part {
	text-transform: none;
	font-weight: 200;
}

/* Languages */

#_desktop_language_selector img {
	margin-top: -4px;
}

/* Devis */

#header .header-nav #quotesCart .quotes_cart {
	background: transparent;
	padding: 0 0 0 20px;
}
#header .header-nav #quotesCart .quotes_cart #quoteProductList{
	max-height: 400px;
	overflow: auto;
}

#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link {
	padding-top: 15px;
}

#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link i {
	display: none;
}

#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link::before {
	content: url('../img/icon/devis.png');
	margin-top: 1px;
	position: absolute;
	left: 10px;
}

#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link .ajax_quote_quantity {
	background: #0F333D;
	border-radius: 35px;
	padding: 3px 20px;
	margin-left: 10px;
}

#header .header-nav #quotesCart .quotes_cart:hover {
	background: #e94700;
}

#header .header-nav #quotesCart .quotes_cart:hover a#quotes-cart-link .ajax_quote_quantity {
	background: #cf420e;
}

#header .header-nav #quotesCart .quotes_cart_block {
	background: #E94700;
	z-index: 700;
}

.quoteCartButtons {
	border: none;
	background: #cf420e;
}

.quotes_cart_block .alert {
	color: #ffffff;
}

.quotes_cart_block {
	color: #ffffff;
}

/* Cart */

#header .header-nav .blockcart {
	background: transparent;
	color: #ffffff;
}

#header .header-nav .blockcart .cart-products-count {
	background: #0F333D;
	border-radius: 35px;
	padding: 3px 20px;
	margin-left: 10px;
}

#header .header-nav .cart-preview .shopping-cart {
	display: none;
}

#header .header-nav .blockcart .header {
	margin-top: .125rem;
	background: url('../img/icon/cart.png');
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position-y: 2px;
	min-height: 30px;
}

#header .header-nav .cart-preview.active {
	background: #E94700;
}

#header .header-nav .cart-preview.active .cart-products-count {
	background: #cf420e;
}

/* Account */

#header .header-nav .user-info a#account::after {
	content: url('../img/icon/account.png');
	padding-left: 10px;
	margin-top: 1px;
	position: absolute;
}

#header .header-nav .user-info {
	margin-right: 50px;
	margin-top: .9275rem;
	margin-left: 0;
}

#header .header-nav .material-icons {
	display: none;
}

.page-my-account #content .links a:hover i {
	color: #e94600;
}

.page-customer-account .page-footer,
#module-askforaquote-SubmitedQuotes .page-footer,
.page-addresses .page-footer {
	margin-bottom: 30px !important;
}

.page-my-account #content .links a,
.page-my-account #content .links a i {
	color: #072229;
}

.page-my-account #content .links a span.link-item {
	border: 1px solid;
	border-color: #0721291a;
	box-shadow: none;
}

/* Login */

#authentication .page-content .register-form .help-block,
#checkout #checkout-guest-form .help-block {
	color: #e94700;
	font-weight: bold;
	font-size: 16px;
}

.custom-checkbox input[name="newsletter"] {
	margin-top: 3px;
}

.custom-checkbox input[name="newsletter"]+span {
	margin-top: 2px;
}

/* Parade CONNECT */
#header .header-nav #parade-connect-link a::before {
	content: url('../img/icon/arrowo_btn.png');
	float: left;
	margin-right: 10px;
}

#header .header-nav #parade-connect-link a::after {
	content: url('../img/icon/parade_connect_logo.png');
	padding-left: 10px;
	margin-top: -2px;
	position: absolute;
	top: inherit;
}

#header .header-nav #parade-connect-link {
	margin-top: .9275rem;
	margin-right: 20px;
}

/* Faciliti */
#header .header-nav #faciliti-link a::after {
	content: url('../img/icon/faciliti.png');
	padding-left: 10px;
	margin-top: -2px;
	position: absolute;
}

#header .header-nav #faciliti-link {
	margin-right: 50px;
	margin-top: .9275rem;
	margin-left: 2.5rem;
}

#header .header-nav #faciliti-link {
	margin-right: 20px;
}


/* Contact */

#header .header-nav #contact-link a::after {
	content: url('../img/icon/contact.png');
	padding-left: 10px;
	margin-top: 3px;
	position: absolute;
}

#header .header-nav #contact-link {
	width: 120px;
	margin-left: 2.5rem;
}

#contact .contact-rich .block .email+a {
	display: table;
}

#header .header-nav #catalog-link a::after {
	content: url('../img/icon/feather-book-open.png');
	padding-left: 10px;
	margin-top: 3px;
	position: absolute;
}

#header .header-nav #catalog-link {
	width: 120px;
	margin-top: 0.9375rem;
	margin-right: 1rem;
}

/* Selection languages */

.dropdown .expand-more {
	color: #ffffff;
}

.dropdown-menu {
	background-color: #E94700;
}

.dropdown:hover .expand-more {
	color: #E94700;
}

/* Menu */

#adtm_menu_inner {
	background: transparent;
}

#adtm_menu,
#adtm_menu_inner,
#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 {
	border: none;
}

#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.li-niveau1 a:hover .advtm_menu_span,
.li-niveau1 .advtm_menu_span:hover,
.li-niveau1:hover>a.a-niveau1 .advtm_menu_span {
	background: transparent;
}

.li-niveau1 .advtm_menu_span,
.li-niveau1 a .advtm_menu_span {
	color: #ffffff;
}

#adtm_menu ul#menu li.sub:hover>a.a-niveau1 span,
#adtm_menu .li-niveau1 a.a-niveau1:hover .advtm_menu_span,
.li-niveau1:hover>a.a-niveau1 .advtm_menu_span {
	color: #E94700;
}

#adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span {
	color: #E94700;
	background: transparent;
}

#adtm_menu ul#menu li div.adtm_sub {
	top: 119px;
	position: fixed;
}

#adtm_menu .li-niveau1 {
	padding-bottom: 5px;
}

#adtm_menu .sub {
	position: relative;
}

#adtm_menu .sub:hover::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	content: '';
	bottom: 0px;
	left: 70px;
}

#header .header-nav #menu-icon .material-icons {
	color: #ffffff;
}

#adtm_menu ul#menu li div.adtm_sub .adtm_elements a::before {
	content: url('../img/icon/puce_menu.jpg');
	margin-right: 20px;
	margin-left: 5px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
}

#adtm_menu ul#menu li div.adtm_sub .adtm_elements a:hover::before {
	margin-left: 15px;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
}

#adtm_menu ul#menu li div.adtm_sub .adtm_elements a[data-type='category'].adtm_unclickable {
	text-transform: uppercase;
	color: #e94700;
	margin-left: 30px;
	margin-top: 10px;
}

#adtm_menu ul#menu li div.adtm_sub .adtm_elements a[data-type='category'].adtm_unclickable::before {
	content: '';
	margin: 0;
}

#adtm_menu ul#menu li div.adtm_sub .adtm_elements a[data-type='category'].adtm_unclickable:hover::before {
	margin: 0;
}

img.adtm_menu_icon {
	margin-right: 15px;
}

#adtm_menu div.adtm_column_wrap span.column_wrap_title {
	margin-bottom: 10px;
	margin-top: 40px;
	position: relative;
}

#adtm_menu div.adtm_column_wrap span.column_wrap_title a::before {
	content: '';
	border-top: 2px solid #e94700;
	width: 20px;
	position: absolute;
	top: -15px;
	left: 35px;
}

#adtm_menu div.adtm_column_wrap span.column_wrap_title a {
	font-weight: 500;
	color: #07222a;
	font-family: 'Avenir-Black', sans-serif;
	letter-spacing: 2px;
	font-size:15px;
}

#adtm_menu table.columnWrapTable {
	max-width: 1200px;
	margin: 0 auto;
}

#adtm_menu {
	box-shadow: none;
}

#adtm_menu ul#menu li div.adtm_sub a.btn {
	font-family: 'Avenir-Roman', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	background: #E94700;
	border-radius: 30px;
	padding: 15px 30px 15px 30px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	cursor: pointer;
	color: #ffffff;
}

#adtm_menu ul#menu li div.adtm_sub a.btn:hover {
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	background: #ffffff;
	color: #E94700;
	border-color: #E94700;
}

#adtm_menu ul#menu li div.adtm_sub a.btn::after {
	content: url('../img/icon/arrow_btn.png');
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	margin-left: 20px;
}

#adtm_menu ul#menu li div.adtm_sub a.btn:hover::after {
	content: url('../img/icon/arrowo_btn.png');
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

body:not(.lang-zh):not(.lang-gb) #adtm_menu table.columnWrapTable tr td:last-child span.column_wrap_title a {
	color: #E94700;
}

#adtm_menu table.columnWrapTable tr td:last-child span.column_wrap_title a::before {
	left: 0px;
}

#adtm_menu div.adtm_column_wrap ul.adtm_elements li a {
	font-size: 14px;
}

#adtm_menu .adtm_column ul.adtm_elements li a {
	padding: 5px 0px 3px 0px;
}

#adtm_menu .adtm_column span.column_wrap_title:hover,
#adtm_menu .adtm_column span.column_wrap_title a:hover {
	color: #e94700;
}

/* Recherche */

#search_widget {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 900;
	top: 48px;
}

#search_widget form input[type="text"] {
	padding-left: 430px;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	background: #E94700;
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
}

#search_widget form input[type="text"]:focus {
	background: #E94700;
	outline: none;
	color: #ffffff;
}

#search_widget form button[type="submit"] {
	color: #ffffff;
	left: 380px;
	top: 10px;
	width:35px;
}

#search_widget form input[type="text"]:focus+button .search {
	color: #ffffff;
}

#search_widget form #close_search {
	position: absolute;
	right: 20%;
	top: 30px;
	color: #ffffff;
	cursor: pointer;
	transition: 0.2s ease-out;
}

#search_widget form #close_search:hover {
	transform: rotate(180deg);
	transition: 0.2s ease-in;
}

#search_widget form input[type="text"]::-moz-placeholder {
	color: #FF5F19;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 28px;
	opacity: 1;
	text-transform: uppercase;
}

#search_widget form input[type="text"]::placeholder {
	color: #FF5F19;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 28px;
	opacity: 1;
	text-transform: uppercase;
}

#search_widget form input[type="text"]:-ms-input-placeholder {
	color: #FF5F19;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 28px;
	opacity: 1;
	text-transform: uppercase;
}

#search_widget form input[type="text"]::-webkit-input-placeholder {
	color: #FF5F19;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 28px;
	opacity: 1;
	text-transform: uppercase;
}

#search_open {
	position: absolute;
	right: 15px;
	top: 25px;
	z-index: 500;
}

#search_open input {
	background: transparent;
	color: #ffffff;
	opacity: 1;
	border: none;
	border-bottom: 1px solid #ffffff;
	font-family: 'Avenir-heavy', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	outline: none;
}

#search_open i {
	cursor: pointer;
	color: #E94700;
	/* margin-left: -25px; */
}

.ui-autocomplete.ui-widget-content {
	width: 100% !important;
	padding-bottom: 20px;
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 800px;
}

#search_open input::-moz-placeholder {
	color: #ffffff;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	letter-spacing: 1px;
}

#search_open input::placeholder {
	color: #ffffff;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	letter-spacing: 1px;
}

#search_open input:-ms-input-placeholder {
	color: #ffffff;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	letter-spacing: 1px;
}

#search_open input::-webkit-input-placeholder {
	color: #ffffff;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	letter-spacing: 1px;
}

.jolisearch-title {
	display: none !important;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-hover {
	border: 1px solid #F0F0F0;
	border-radius: 2px;
	background: #F0F0F0 !important;
}

.ui-menu .ui-menu-item .jolisearch-image {
	float: left;
	max-width: 80px;
	max-height: 80px;
	border: 2px solid rgba(0, 0, 0, 0.05);
}

.ui-menu .ui-menu-item a.ui-corner-all {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	border: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.ui-menu .ui-menu-item span.jolisearch-name,
.ui-menu .ui-menu-item .jolisearch-price {
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	max-width: 200px;
	padding-top: 12px;
}

.ui-menu .ui-menu-item div.jolisearch-flags {
	background: #e94a12;
	width: fit-content;
	color: #fff;
	font-weight: 500;
	padding: 0.2rem 0.4rem;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.25em;
}

.ui-menu .ui-menu-item .jolisearch-price {
	color: #E94700;
}

.ui-menu .ui-menu-item span.jolisearch-features,
.ui-menu .ui-menu-item span.jolisearch-gender {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 14px;
	color: #656565;
	padding-top: 30px;
}

.ui-menu li+li:before {
	border: none;
}

.jolisearch-price-ht #ttc_price {
	display: grid;
	color: #E94700;
}

.jolisearch-price-ht {
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	max-width: 200px;
	padding-top: 38px;
	color: #919191;
}

.jolisearch-name::before {
	content: '';
	border-top: 2px solid #e94700;
	width: 20px;
	position: absolute;
	top: 0px;
}

.ui-menu .ui-menu-item a:hover .jolisearch-name::before {
	left: 30px;
}


/* -------------- Bloc Réassurance Produit --------------- */
#reassurance_products {
	/* background-color: #ebebeb; */
	/* margin: 40px 0 0 0; */
	height: 180px;
	background-color: #f9f9f9;
	overflow: hidden;
}

/* .block_reassurance_products{ */
/* padding: 0 20%; */
/* } */
.block_reassurance_products img {
	max-width: 100%;
	margin: 50px 0;
}

/* .block_reassurance_products .img_reassurance_1 img{ */
/* margin: 50px 0; */
/* } */
/* .block_reassurance_products .img_reassurance_2 img, */
/* .block_reassurance_products .img_reassurance_3 img{ */
/* margin: 60px 0; */
/* } */
@media screen and (max-width:1700px) {
	/* .block_reassurance_products{ */
	/* padding: 0 10%; */
	/* } */
}

@media screen and (max-width:1365px) {
	/* .block_reassurance_products{ */
	/* padding: 0 5%; */
	/* } */
}

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

	/* .block_reassurance_products{ */
	/* padding: 0; */
	/* } */
	/* .block_reassurance_products .img_reassurance_1 img{ */
	/* width: 80%; */
	/* } */
	/* .block_reassurance_products .img_reassurance_2 img{ */
	/* width: 85%; */
	/* } */
	/* .block_reassurance_products .img_reassurance_3 img{ */
	/* width: 100%; */
	/* } */
	.block_reassurance_products>div {
		width: 50%;
	}

	#reassurance_products {
		height: auto;
	}

	.block_reassurance_products img {
		margin: 20px 0;
	}
}

/* @media screen and (max-width:991px){ */
/* #reassurance_products { */
/* height: 160px; */
/* } */
/* } */
@media screen and (max-width:767px) {
	.block_reassurance_products>div {
		text-align: center;
	}

	.block_reassurance_products>div {
		width: 100%;
	}

	/* #reassurance_products { */
	/* height: 380px; */
	/* } */
	/* .block_reassurance_products .img_reassurance_1 img, */
	/* .block_reassurance_products .img_reassurance_2 img, */
	/* .block_reassurance_products .img_reassurance_3 img{ */
	/* width: inherit; */
	/* } */
	/* .block_reassurance_products .img_reassurance_1 img { */
	/* margin: 20px 0; */
	/* } */
	/* .block_reassurance_products .img_reassurance_2 img, */
	/* .block_reassurance_products .img_reassurance_3 img { */
	/* margin: 30px 0; */
	/* } */
}

@media screen and (max-width:400px) {
	/* .block_reassurance_products .img_reassurance_1 img{ */
	/* width: 80%; */
	/* } */
	/* .block_reassurance_products .img_reassurance_2 img{ */
	/* width: 85%; */
	/* } */
	/* .block_reassurance_products .img_reassurance_3 img{ */
	/* width: 100%; */
	/* } */
}

/* ------------------Fin Bloc Réassurance Produit---------------------- */

/* ----------- Article - PAGES ----------- */

#cms.cms-id-6 .page-header h1 {
	display: none;
}

.nosTechnos {
	text-transform: uppercase;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	color: #072129;
	font-size: 4rem;
	margin-bottom: 0.8em;
}

#head_article {
	text-align: center;
}

#module-prestablog-blog .breadcrumb {
	margin-bottom: 0;
}

#module-prestablog-blog img.news {
	float: none;
	margin-top: 3.3em;
	width: 50rem;
}

#prestablogfont ul li {
	color: #000000;
}

#prestablogfont ul li::marker {
	color: #e94700;
}

#prestablogfont a {
	color: #ff7c00;
	text-decoration: #ff7c00 underline;
	transition: 0.2s;
}

#prestablogfont a:hover {
	color: #e94700;
	text-decoration: #e94700 underline;
}

#prestablogfont a {
	text-decoration: #ff7c00 underline;
}

#module-prestablog-blog #wrapper{
	margin-top: 140px;
}

#module-prestablog-blog #content-wrapper .container {
	margin-top: -24em;
}

#bandeauTitreArt {
	background: #03171e;
	min-height: 500px;
}

/* Ajout Class::after/::before dans custom.js en fonction de présence d'image principale */

#bandeauTitreArt.afterBandeau::after {
	content: "";
	width: 120px;
	height: 15px;
	background-color: #e84910;
	text-align: center;
	position: absolute;
	margin-top: 30.8em;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

#module-prestablog-blog #content-wrapper #prestablog_article.afterTitle::after {
	content: "";
	width: 120px;
	height: 15px;
	background-color: #e84910;
	text-align: center;
	position: absolute;
	margin-top: 2.15em;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

#module-prestablog-blog #content-wrapper #prestablog_article {
	font-size: 50px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	color: #fff;
	position: relative;
}

.page-content.page-cms {
	padding: 0 0 1.25rem 0;
	margin: 0 0 1.5rem 0;
	text-align: justify;
}

#main .page-header h1 {
	text-transform: uppercase;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	color: #072129;
	font-size: 3.8rem;
	margin-bottom: 0.8em;
}

#cms .contentText h3 {
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	color: #072129;
	text-transform: uppercase;
	font-size: 2.5rem;
}

.pagesContent {
	margin-bottom: 3em;
}

.pagesContent h3 {
	margin-bottom: 0.7em;
	text-transform: uppercase;
}

.pagesContent h5 {
	font-size: 1.5rem;
	margin-bottom: 1em;
}

.pagesContent h6 {
	font-size: 1.2rem;
	padding: 0.8em 0;
}

/* Date publication */

.info_blog,
.date_blog-cat {
	color: #e84910;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 2px;
}

/* Corps du texte */

body .contentText p,
#prestablogfont p {
	color: #091823;
	font-size: 16px;
	line-height: 21px;
}

table {
	margin: 3em 0;
}

.contentText a:not(.fancybox) {
	color: #e84910;
	text-decoration: none;
	position: relative;
}

.contentText a:not(.fancybox):not(.cta)::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	border-bottom: 1px dotted #e84910;
	bottom: -1px;
	opacity: 1;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.contentText a:not(.fancybox):hover::after {
	color: #e84910;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

:focus {
	outline: 0 !important;
}

.form-control:focus {
	border: 2px solid;
	border-color: #03171e !important;
}

#prestablogfont {
	padding: 60px 0;
}

/* Autres - Article */

.tabPriorites {
	margin-bottom: 3em;
	border-left: 2px solid #cecece;
	border-right: 2px solid #cecece;
}

.tabPrioCategories {
	border-left: 2px solid #cecece;
	border-right: 2px solid #cecece;
}

.tabTexte {
	text-align: left;
}

#tableArticleSac {
	margin: 0;
}

#texteArticleSac,
.textTD {
	width: 45vh;
}

#texteArticleSac p {
	padding: 1em;
}

.textTD {
	padding-left: 1em;
}

.barreOrange {
	height: 3px !important;
}

.greyBorder {
	height: 370px !important;
}

.orangeBarArtPrio {
	height: 5px !important;
	float: left !important;
}

td.articlePrio {
	width: 15rem;
	font-size: 14px;
}

/* Citations */

.citation {
	padding: 3em 12em;
	justify-content: center;
}

p.citation {
	padding: 0;
}

blockquote {
	border-left: 5px solid #e84910;
	padding-left: 40px;
	margin: 0;
}

q {
	font-family: 'Avenir-Medium', sans-serif;
	font-size: 18px;
	color: #929292;
	letter-spacing: 1px;
	font-style: italic;
}

q::before,
q::after {
	content: '"';
}

q::before {
	content: open quote;
}

blockquote footer {
	font-family: 'Avenir-Medium', sans-serif;
	font-size: .8rem;
	color: #929292;
	padding-top: 1.5em;
}

/* PAGES */

#imgLivraison {
	width: 100%;
	height: auto;
}

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

.livraison h3 {
	margin-bottom: 0.7em;
}

.tableLivraison {
	width: 100%;
	margin: 0;
}

#imgRemboursement {
	width: 100%;
	height: auto;
}

#cms .contentText a.cta {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 9px;
	font-weight: 500;
	color: #000;
	padding: 0 0px 0 20px;
	background: #e84910;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin: 40px 0px;
}

#cms .contentText a.cta::after {
	content: '';
	background-image: url(../img/pageTechnologies/right-arrow.svg);
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 1.1rem;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 25px;
}

#cms .contentText a.cta:hover {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 9px;
	font-weight: 500;
	color: #000;
	padding: 0 0px 0 20px;
	background: #ff5a1f;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin: 40px 0px;
}

.anti-fancybox {
	position: relative;
	z-index: 3;
}

#cms.cms-id-17 p,
#cms.cms-id-17 ul,
#cms.cms-id-17 li,
#cms.cms-id-17 td {
	font-size: 16px !important;
	margin-bottom: 5px;
}

#cms.cms-id-17 h2 {
	margin-bottom: 25px;
	margin-top: 25px;
}

#cms.cms-id-17 .sub_menu_1 {
	color: #e94a12 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

#cms.cms-id-17 #CookieDeclarationUserStatusPanel {
	margin-top: 0 !important;
}


/* PAGE FACIL'ITI */

.faciliti-background {
	padding: 0;
}

#faciliti .img-responsive img {
	width: 100%;
	height: auto;
}

#faciliti .final-logo .img-responsive img {
	width: 60%;
	height: auto;
}

.nbr-etape {
	border: 2px solid #e94700;
	border-radius: 50%;
	padding: 0 5px;
	color: #e94700;
	font-weight: bold;
}

#btn-faciliti {
	margin-top: 30px;
	margin-bottom: 50px;
}

#btn-faciliti a {
	margin-top: 10px;
	color: #000000;
	background: #e94700;
	width: 200px;
	padding: 10px 30px;
	border-radius: 30px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}

#btn-faciliti a:hover {
	color: #ffffff;
	background: #19252D;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

.final {
	margin-bottom: 40px;
}

.final p {
	font-size: 25px;
	line-height: 30px;
}

.final-logo {
	margin-bottom: 50px;
}

/** RESPONSIVE **/

@media(min-width:1201px) {
	#header #_desktop_parade_connect {
		min-width: 235px;
	}

	#header #_desktop_quotesCart {
		min-width: 160px;
	}
}

@media(max-width:1200px) {

	/* PRESTABLOG */
	#module-prestablog-blog .citation {
		padding: 2em 5em;
	}

	#module-prestablog-blog blockquote {
		border-left: 3px solid #e84910;
		padding-left: 20px;
	}

	/* PRESTABLOG */
	#header .header-top>.container {
		max-width: 100%;
	}

	#adtm_menu .li-niveau1 a span {
		padding: 0 0 0 20px;
	}

	#search_widget form #close_search {
		right: 5%;
	}

	#search_widget form input[type="text"] {
		padding-left: 100px;
	}

	#search_widget form button[type="submit"] {
		left: 50px;
	}
}

@media(max-width:991px) {
	#search_open i {
		position: absolute;
		right: 80px;
		top: 0px;
		margin-left: 0;
	}

	#search_open input {
		position: absolute;
		right: 0;
		top: 25px;
		border-bottom: none;
		outline: none;
	}

	#search_open input::-moz-placeholder {
		font-size: 14px;
	}

	#search_open input::placeholder {
		font-size: 14px;
	}

	#search_open input:-ms-input-placeholder {
		font-size: 14px;
	}

	#search_open input::-webkit-input-placeholder {
		font-size: 14px;
	}

	#_desktop_logo {
		text-align: center;
	}

	#search_widget form input[type="text"] {
		padding-top: 47px;
		padding-bottom: 47px;
	}

	#search_widget form #close_search {
		top: 50px;
	}
	.titlehomeblog{
		font-size:30px;
		margin-top:30px;
	}
}

@media(max-width:991px) and (min-width:767px) {
	#adtm_menu .li-niveau1 a.a-niveau1 .advtm_menu_span {
		font-size: 14px;
		padding: 0 0 0 10px;
	}

	#_desktop_top_menu {
		padding: 0;
	}

	.header-top .position-static {
		padding: 0;
	}

	#search_open {
		right: -30px;
		top: 10px;
	}

	#header .logo {
		max-width: 110px;
		padding-top: 5px;
	}

	.ui-menu .ui-menu-item span.jolisearch-gender {
		padding-top: 0;
	}

	.ui-menu .ui-menu-item span.jolisearch-features.col-md-3 {
		padding-left: 30px;
	}

	.jolisearch-price-ht {
		padding-left: 40px;
	}
}

@media(min-width:767px) {
	#cms .contentText .livraison .col-md-7 {
		padding-top: 3.5em;
	}	
}

@media(max-width:768px) {
	.nosTechnos {
		text-transform: uppercase;
		font-family: 'Avenir-Roman', sans-serif;
		font-weight: 500;
		color: #072129;
		font-size: 3rem;
		margin-bottom: 0.8em;
	}
}


@media(max-width:767px) {

	#header .header-nav .top-logo a img {
		height: 40px;
	}

	#header .header-nav #menu-icon .material-icons {
		color: #e94700;
	}

	#header .header-nav #menu-icon span {
		display: grid;
		color: #ffffff;
		text-transform: uppercase;
		margin-top: -10px;
	}

	#header .header-nav #contact-link {
		margin-right: 50px;
	}

	#header .header-nav #_mobile_catalog_link #catalog-link {
		width: 30px;
		margin-right: 12px;
	}

	#header .header-nav #_mobile_contact_link #contact-link {
		width: 30px;
		margin-right: 25px;
	}

	#header .header-nav #_mobile_faciliti #faciliti-link {
		margin-right: 50px;
	}

	#header .header-nav #faciliti-link a:last-child {
		top: 15px;
	}

	#header .header-nav .right-nav div[id^='_desktop_'] a,
	#header .header-nav #_mobile_faciliti a:first-child,
	#header .header-nav #_mobile_contact_link a,
	#header .header-nav #_mobile_catalog_link a {
		visibility: hidden;
		font-size: 0;
	}

	#header .header-nav #contact-link {
		margin: 0;
		margin-top: 15px;
	}

	#header .header-nav .user-info {
		margin-left: -30px;
	}

	#header .header-nav #contact-link a::after,
	#header .header-nav #_mobile_catalog_link a::after {
		padding-left: 0px;
	}

	#header .header-nav .right-nav div[id^='_desktop_'] a::after,
	#header .header-nav #_mobile_faciliti a::after,
	#header .header-nav #_mobile_contact_link a::after,
	#header .header-nav #_mobile_catalog_link a::after {
		visibility: visible;
	}

	#header .header-nav .right-nav {
		-webkit-box-orient: inherit !important;
		box-orient: inherit !important;
		-webkit-box-direction: inherit !important;
		box-direction: inherit !important;
		-moz-flex-direction: inherit !important;
		flex-direction: inherit !important;
		-ms-flex-direction: inherit !important;
	}

	#header_mobile {
		position: relative;
		z-index: 2;
	}

	#header .header-nav #menu-icon {
		z-index: 200;
		margin-top: -10px;
	}

	#header .header-top {
		background: #072129;
		min-height: 120px;
	}

	#header .header-nav .top-logo a img {
		height: auto;
	}

	.adtm_menu_inner,
	#adtm_menu ul#menu li.li-niveau1 a.a-niveau1 .advtm_menu_span,
	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1 span,
	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1,
	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub.adtm_sub_open a.a-niveau1 span,
	#adtm_menu.adtm_menu_toggle_open ul#menu li.li-niveau1.sub a.a-niveau1.advtm_menu_actif span {
		background: #072129;
	}

	#adtm_menu,
	#adtm_menu_inner,
	#adtm_menu ul#menu li.li-niveau1 a.a-niveau1,
	#mobile_top_menu_wrapper {
		margin-top: 0;
	}

	#adtm_menu .sub:hover::after {
		display: none;
	}

	#adtm_menu.adtm_menu_toggle_open ul#menu li div.adtm_sub {
		height: 600px;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	#header .header-nav .top-logo {
		margin-top: 30px;
	}

	#search_open {
		right: -30px;
		top: 35px;
	}

	#header .header-nav .blockcart {
		padding-right: 0;
	}

	#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link .ajax_quote_quantity {
		display: none;
	}

	.ui-menu .ui-menu-item span.jolisearch-name,
	.ui-menu .ui-menu-item .jolisearch-price,
	.ui-menu .ui-menu-item span.jolisearch-features,
	.ui-menu .ui-menu-item span.jolisearch-gender {
		padding-top: 10px;
	}

	.jolisearch-price-ht {
		padding-top: 27px;
	}
}

@media(min-width:767px) {
	#header .header-top {
		padding-bottom: 0px;
	}
}

@media(max-width:550px) {
	.jolisearch-price-ht {
		display: none;
	}
}

@media(max-width:500px) {

	/* PRESTABLOG */
	#cms .contentText h3 {
		font-family: 'Avenir-Roman', sans-serif;
		font-weight: 500;
		color: #072129;
		text-transform: uppercase;
		font-size: 1.7rem;
	}

	#module-prestablog-blog #content-wrapper #prestablog_article {
		font-size: 2rem;
	}

	#module-prestablog-blog img.news {
		float: none;
		margin-top: 2.2em;
		width: 50rem;
	}

	.orangeBarArtPrio {
		height: 2px !important;
	}

	#module-prestablog-blog .contentText td.articlePrio {
		width: 9rem;
		font-size: .95rem;
	}

	#module-prestablog-blog #prestablogfont #tableArticleSac #imageArticleSac {
		width: 12rem;
	}

	#texteArticleSac {
		width: 30vh;
	}

	#texteArticleSac p {
		padding: 0 0 0 1em;
	}

	/* PRESTABLOG */
	body:not(#checkout):not(#cart) #header .header-top {
		min-height: 70px;
	}

	#header .header-nav .top-logo {
		margin-top: 5px;
	}

	#search_open {
		right: -70px;
		top: 20px;
	}

	#search_open input {
		display: none;
	}

	#header .header-nav #menu-icon {
		margin-top: -8px;
		margin-left: 0;
	}

	#search_widget form input[type="text"] {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	#search_widget form #close_search {
		top: 30px;
	}

	#header .header-nav .cart-preview.active .cart-products-count {
		display: none;
	}

	#header .header-nav .top-logo a img {
		max-height: 30px;
	}
}

@media(max-width:425px) {
	.nosTechnos {
		text-transform: uppercase;
		font-family: 'Avenir-Roman', sans-serif;
		font-weight: 500;
		color: #072129;
		font-size: 1.9rem;
		margin-bottom: 0.8em;
	}
}

@media(max-width:398px) {

	/* PRESTABLOG */
	#module-prestablog-blog #content-wrapper #prestablog_article {
		font-size: 1.8rem;
	}

	#module-prestablog-blog img.news {
		float: none;
		margin-top: 2.4em;
		width: 50rem;
	}

	#module-prestablog-blog .citation {
		padding: .3em;
	}

	#module-prestablog-blog blockquote {
		border-left: 2px solid #e84910;
		padding-left: 10px;
	}

	#module-prestablog-blog q {
		font-size: .8rem;
		letter-spacing: .1em;
	}

	#module-prestablog-blog footer {
		font-size: .7rem;
		padding-top: .8em;
	}

	.orangeBarArtPrio {
		height: 2px !important;
	}

	#module-prestablog-blog .contentText td.articlePrio {
		width: 6.8rem;
		font-size: .79rem;
	}

	/* PRESTABLOG */
	#header .header-nav #contact-link a::after {
		padding-left: 0;
		margin-left: -10px;
	}

	/* #rev_slider_1_1_forcefullwidth { */
	/* height: 40px !important; */
	/* } */
}

@media(max-width:375px) {
	.nosTechnos {
		text-transform: uppercase;
		font-family: 'Avenir-Roman', sans-serif;
		font-weight: 500;
		color: #072129;
		font-size: 1.7rem;
		margin-bottom: 0.8em;
	}
}

@media(max-width:320px) {
	.nosTechnos {
		text-transform: uppercase;
		font-family: 'Avenir-Roman', sans-serif;
		font-weight: 500;
		color: #072129;
		font-size: 1.4rem;
		margin-bottom: 0.8em;
	}
}

/**** END HEADER ****/

/**** HOME ****/

#index #wrapper .container {
	max-width: 100%;
	padding: 0;
}

#main .page-footer {
	margin: 0;
}

/* Slider */

#btn_slider {
	font-family: 'Avenir-Black', sans-serif;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: 15px !important;
	background: #E94700;
	border-radius: 30px;
	padding: 15px 20px 15px 20px !important;
	transition: 0.3s ease-out !important;
	-webkit-transition: 0.3s ease-out !important;
	-ms-transition: 0.3s ease-out !important;
	-moz-transition: 0.3s ease-out !important;
	margin-left: 120px !important;
	cursor: pointer;
}

#btn_slider:hover {
	transition: 0.3s ease-in !important;
	-webkit-transition: 0.3s ease-in !important;
	-ms-transition: 0.3s ease-in !important;
	-moz-transition: 0.3s ease-in !important;
	background: #ffffff;
	color: #E94700 !important;
}

#btn_slider::after {
	content: url('../img/icon/arrow_btn.png');
	transition: 0.3s ease-out !important;
	-webkit-transition: 0.3s ease-out !important;
	-ms-transition: 0.3s ease-out !important;
	-moz-transition: 0.3s ease-out !important;
	margin-left: 20px;
}

#btn_slider:hover::after {
	content: url('../img/icon/arrowo_btn.png');
	transition: 0.3s ease-in !important;
	-webkit-transition: 0.3s ease-in !important;
	-ms-transition: 0.3s ease-in !important;
	-moz-transition: 0.3s ease-in !important;
}

#aveline {
	font-family: 'Brownhill Script', sans-serif;
	color: rgba(235, 235, 235, 0.8) !important;
	font-size: 90px !important;
	margin-left: 100px !important;
}

#avenir {
	font-family: 'Avenir-Medium', sans-serif;
	color: #ffffff !important;
	font-size: 16px !important;
}

/* Featured product */

#index #hitparade {
	margin-bottom: 50px;
	margin-top: 50px;
}

#index .featured-products {
	max-width: 1200px;
	margin: 0 auto;
}

#index #first_featured {
	padding-left: 225px;
	margin-bottom: -50px;
}

#index .featured-products.m-t-3 .products {
	float: left;
	margin-left: -8px;
}

#index .featured-products.m-t-3 {
	margin-bottom: 70px;
	position: relative;
}

#index .featured-products .products-section-title {
	display: none;
}

#index #beforefeatured {
	position: absolute;
	margin-left: -225px;
	min-height: 300px;
	background: #E94700;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 215px;
	padding-top: 30px;
	text-align: center;
}

#index #beforefeatured::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e94600;
	content: '';
	right: -15px;
	position: absolute;
	top: 45%;
}

#index #beforefeatured a {
	color: #091823;
	float: none !important;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}

#index #beforefeatured #links a {
	margin-top: 10px;
	color: #000000;
	background: #ffffff;
	/* width: 160px; */
	width: 170px;
	padding: 10px 30px;
	border-radius: 30px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 500;
	font-size: 12px;
	display: block;
	text-align: left;
	cursor: pointer;
}

#index .featured-products.china #beforefeatured #links a,
#index .featured-products.china #afterfeatured #links a,
#index .featured-products.china #afterfeatured_mobile #links a {
	padding: 10px 20px;
}

#index .featured-products.china #beforefeatured,
#index .featured-products.china #afterfeatured{
	min-height:260px;
}

#index .featured-products.china#first_featured{
	margin-top:80px;
}

#index #beforefeatured #links {
	margin-top: 50px;
}

#index #beforefeatured #links a::after {
	content: url('../img/icon/arrowo_btn.png');
	float: right;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}

#index #beforefeatured #links a:hover {
	color: #e94700;
	background: #ffffff;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

#index #beforefeatured #links a:hover::after {
	content: url('../img/icon/arrowo_btn.png');
	float: right;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

/* Best sellers */

#index #afterfeatured_mobile {
	display: none;
}

#index #afterfeatured,
#index #afterfeatured_mobile {
	float: right;
	overflow: hidden;
	max-width: 180px;
	background: #072129;
	min-height: 300px;
	padding-left: 25px;
	padding-right: 25px;
	max-width: 215px;
	padding-top: 50px;
	text-align: center;
	margin-right: 8px;
	min-width: 215px;
}

#index #afterfeatured::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 15px 0;
	border-color: transparent #072129 transparent transparent;
	content: '';
	right: 223px;
	position: absolute;
	top: 45%;
}

#index #afterfeatured a,
#index #afterfeatured_mobile a {
	color: #ffffff;
	float: none !important;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}

#index #afterfeatured #links a,
#index #afterfeatured_mobile #links a {
	margin-top: 10px;
	color: #000000;
	background: #ffffff;
	width: 160px;
	padding: 10px 30px;
	border-radius: 30px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 500;
	font-size: 12px;
	display: block;
	text-align: right;
	cursor: pointer;
}

#index #afterfeatured_mobile #links a {
	text-align: left;
}

#index #afterfeatured_mobile #links,
#index #afterfeatured #links {
	margin-top: 50px;
}

#index #afterfeatured #links a::before {
	content: url('../img/icon/arrowb_right_btn.png');
	float: left;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}

#index #afterfeatured_mobile #links a::after {
	content: url('../img/icon/arrowb_btn.png');
	float: right;
}

#index #afterfeatured #links a:hover,
#index #afterfeatured_mobile #links a:hover {
	color: #e94700;
	background: #ffffff;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

#index #afterfeatured #links a:hover::before {
	content: url('../img/icon/arrowo_right_btn.png');
	float: left;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

#index #afterfeatured_mobile #links a:hover::after {
	content: url('../img/icon/arrowo_btn.png');
}

/* Product miniatures */

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container,
#index .no-product {
	width: 230px;
	height: 300px;
}

body.lang-zh #products .thumbnail-container,
body.lang-gb #products .thumbnail-container,
body.lang-en #products .thumbnail-container,
body.lang-zh .featured-products .thumbnail-container,
body.lang-gb .featured-products .thumbnail-container,
body.lang-en .featured-products .thumbnail-container,
body.lang-zh .product-accessories .thumbnail-container,
body.lang-gb .product-accessories .thumbnail-container,
body.lang-en .product-accessories .thumbnail-container,
body.lang-zh .product-miniature .thumbnail-container,
body.lang-gb .product-miniature .thumbnail-container,
body.lang-en .product-miniature .thumbnail-container,
body.lang-zh #index .no-product,
body.lang-en #index .no-product,
body.lang-gb #index .no-product{
	height: 260px;
}

body.lang-gb .wishlist.wishlist_btn_top,
body.lang-zh .wishlist.wishlist_btn_top,
body.lang-en .wishlist.wishlist_btn_top{
	display:none;
}

body.lang-zh #products .product-description, 
body.lang-en #products .product-description, 
body.lang-gb #products .product-description, 
body.lang-zh .featured-products .product-description, 
body.lang-en .featured-products .product-description, 
body.lang-gb .featured-products .product-description, 
body.lang-zh .product-accessories .product-description, 
body.lang-gb .product-accessories .product-description, 
body.lang-en .product-accessories .product-description, 
body.lang-zh .product-miniature .product-description,
body.lang-en .product-miniature .product-description,
body.lang-gb .product-miniature .product-description{
	height:auto;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container,
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
	box-shadow: none;
	padding-top: .2125rem;
}

#products .thumbnail-container:hover,
.featured-products .thumbnail-container:hover,
.product-accessories .thumbnail-container:hover,
.product-miniature .thumbnail-container:hover {
	box-shadow: none;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
	border: 2px solid rgba(0, 0, 0, 0.05);
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations,
#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
	width: 226px;
	bottom: 10px;
}

#products .product-miniature:hover .thumbnail-container,
.featured-products .product-miniature:hover .thumbnail-container,
.product-accessories .product-miniature:hover .thumbnail-container,
.product-miniature .product-miniature:hover .thumbnail-container {
	border: 2px solid #E94700;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
	margin: 0 .425rem;
}

#products .thumbnail-container:hover .product-description,
.featured-products .thumbnail-container:hover .product-description,
.product-accessories .thumbnail-container:hover .product-description,
.product-miniature .thumbnail-container:hover .product-description {
	box-shadow: none;
}

#products .thumbnail-container:hover .highlighted-informations,
.featured-products .thumbnail-container:hover .highlighted-informations,
.product-accessories .thumbnail-container:hover .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations,
#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
	display: none;
}

#products .product-thumbnail,
.featured-products .product-thumbnail,
.product-accessories .product-thumbnail,
.product-miniature .product-thumbnail {
	text-align: center;
	position: relative;
}

#products .product-thumbnail img,
.featured-products .product-thumbnail img,
.product-accessories .product-thumbnail img,
.product-miniature .product-thumbnail img {
	max-width: 194px;
}

#products .product-thumbnail::after,
.featured-products .product-thumbnail::after,
.product-accessories .product-thumbnail::after,
.product-miniature .product-thumbnail::after {
	content: '';
	border-top: 2px solid #e94700;
	width: 20px;
	position: absolute;
	bottom: 0px;
	right: 100px;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
	color: #000000;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Avenir-Black', sans-serif;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
	color: #e94600;
	font-weight: 500;
	text-align: center;
	font-family: 'Avenir-Roman', sans-serif;
}

body.lang-gb .product-price-and-shipping,
body.lang-zh .product-price-and-shipping,
body.lang-en .product-price-and-shipping,
body.lang-gb .highlighted-informations,
body.lang-en .highlighted-informations,
body.lang-zh .highlighted-informations{
	display:none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
	margin-top: 0;
}

#products .priceHT,
.featured-products .priceHT,
.product-accessories .priceHT,
.product-miniature .priceHT {
	color: #999999;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price,
#products .regular-priceHT,
.featured-products .regular-priceHT,
.product-accessories .regular-priceHT,
.product-miniature .regular-priceHT {
	color: #656565;
	font-size: 12px;
	text-decoration: line-through;
}

#products sup,
.featured-products sup,
.product-accessories sup,
.product-miniature sup {
	text-decoration: none;
}

#products .product-miniature .discount-percentage,
#products .product-miniature .on-sale,
#products .product-miniature .online-only,
#products .product-miniature .product-flags .new,
#products .product-miniature .product-flags .out_of_stock,
.elementor-inner .product-miniature .product-flags .new,
.elementor-inner .product-miniature .product-flags .out_of_stock,
.featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale,
.featured-products .product-miniature .online-only,
.featured-products .product-miniature .product-flags .new,
.featured-products .product-miniature .product-flags .out_of_stock,
.product-accessories .product-miniature .discount-percentage,
.product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only,
.product-accessories .product-miniature .product-flags .new,
.product-accessories .product-miniature .product-flags .new,
.product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale,
.product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .product-flags .new,
.product-miniature .product-miniature .product-flags .out_of_stock {
	background: #e94a12;
}
.elementor-inner .product-miniature .product-flags .out_of_stock,
#products .product-miniature .product-flags .out_of_stock,
.product-miniature .product-miniature .product-flags .out_of_stock, 
.featured-products .product-miniature .product-flags .out_of_stock,
.elementor-inner .product-miniature .product-flags .new{
	display: block;
    position: absolute;
    left: -0.4375rem;
    top: 0.4375rem;
    padding: 0.3125rem 0.4375rem;
    color: #fff;
    background: #e94a12;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 2px 2px 11px 0 rgb(0 0 0 / 10%);
}
#products .product-miniature .product-flags .new{
	left: 0.5rem;
}

#taille_miniature a {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 12px;
	color: #656565;
}

#taille_miniature a:hover {
	color: #e94600;
}

/* Accueil bloc collection */

#blocktext_home {
	overflow: hidden;
}

#blocktext_home,
#blocktext_home p {
	color: #ffffff;
}

#blocktext_home p {
	line-height: 30px;
	font-family: 'Avenir-Medium', sans-serif;
	font-size: 16px;
}

#blocktext_home #bloc1 p {
	padding-right: 50%;
}

#blocktext_home #bloc2 p {
	padding-left: 50%;
}

#blocktext_home #bloc1 {
	/* background: url('../img/bg1_collection.png'); */
	min-height: 488px;
	background-position: right;
	background-repeat: no-repeat;
}

#blocktext_home #bloc1 #b1_collection {
	/* margin-left: 37%; */
	margin-left: 20%;
	margin-top: 100px;
}

#blocktext_home #bloc1 #b1_collection:before {
	content: '';
	border-top: 6px solid #e94700;
	width: 65px;
	position: absolute;
	top: 65px;
}

#blocktext_home #bloc2 #b2_collection:before {
	content: '';
	border-top: 6px solid #e94700;
	width: 65px;
	position: absolute;
	top: 65px;
	right: 40%;
}

#blocktext_home #bloc2 {
	/* background: url('../img/bg2_collection.png'); */
	min-height: 488px;
	background-repeat: no-repeat;
}

#blocktext_home #bloc2 #b2_collection {
	text-align: right;
	/* margin-right: 37%; */
	margin-right: 20%;
	margin-top: 100px;
}

#blocktext_home #bloc1 #b1_collection h2,
#blocktext_home #bloc2 #b2_collection h2 {
	font-size: 65px;
	text-transform: uppercase;
	display: grid;
	font-weight: 500;
	color: #ffffff;
}

#blocktext_home #bloc1 #b1_collection h2 span,
#blocktext_home #bloc2 #b2_collection h2 span {
	font-size: 36px;
	font-weight: 500;
}

#blocktext_home #bloc1 #but1_collection,
#blocktext_home #bloc2 #but2_collection {
	display: grid;
}

#blocktext_home #bloc2 #but2_collection {
	float: right;
	text-align: left;
}

#blocktext_home a {
	margin-top: 10px;
	color: #000000;
	background: #e94700;
	width: 200px;
	padding: 10px 30px;
	border-radius: 30px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

#blocktext_home a:hover {
	color: #e94700;
	background: #ffffff;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

#blocktext_home a::after {
	content: url('../img/icon/arrow_btn.png');
	float: right;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}

#blocktext_home a:hover::after {
	content: url('../img/icon/arrowo_btn.png');
	float: right;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

/* Accueil bloc histoire */

#aboutparade_home {
	overflow: hidden;
	background: #ffffff;
	padding: 75px 0px 75px 0px;
	/* background: url('../img/bg_about_home.jpg'); */
	padding-bottom: 400px;
	/* background-position-y: -100px; */
}

#aboutparade_home h2 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 60px;
	max-width: 70%;
	margin-top: 40px;
}

#aboutparade_home #about_content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#aboutparade_home #about_content::before {
	content: '';
	border-top: 6px solid #e94700;
	width: 65px;
	position: absolute;
	margin-left: 15px;
	left: 0;
}

#aboutparade_home #about_content p {
	line-height: 30px;
}

#aboutparade_home #about_content p:first-child {
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 18px;
}

#aboutparade_home #about_content #second_block {
	margin-top: 40px;
}

/* Accueil bloc liens */

#blocklinks_home {
	background: transparent;
	margin-bottom: -110px;
}

#blocklinks_home #linksblock_content {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 300px;
	background: #ffffff;
	margin-top: -350px;
}

#blocklinks_home #linksblock_content h3 {
	/* color: #E94700; */
	color: #ffffff;
	font-weight: 500;
	font-size: 34px;
	text-transform: uppercase;
	width: 60%;
	line-height: 45px;
	padding: 30px;
	position:absolute;
	bottom:0;
}

#blocklinks_home #linksblock_content #second_block {
	/* background: url('../img/logo_metiers_2.png'); */
	max-height: 460px;
	padding: 0;
	background-color: black;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 50px;
}

#blocklinks_home #linksblock_content #first_block {
	/* background: url('../img/img_metiers.jpg'); */
	min-height: 460px;
	padding: 0;
	height: 100%;
	background-size: cover;
	background-position: right;
}

#blocklinks_home #linksblock_content #second_block div {
	padding: 30px 0px 30px 0px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: #E94700;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	mix-blend-mode: screen;
	cursor: pointer;
}

#blocklinks_home #linksblock_content #second_block div:hover {
	background: #072129;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

#blocklinks_home #linksblock_content #second_block div.col-md-12 {
	padding: 21px 0px 20px 0px;
}

#blocklinks_home #linksblock_content #second_block div:last-child {
	text-align: center;
}

#blocklinks_home #linksblock_content #second_block div h4 {
	font-weight: 500;
	font-size: 18px;
	color: #091823;
	text-transform: uppercase;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}

#blocklinks_home #linksblock_content #second_block div h4 a {
	color: inherit;
}

#blocklinks_home #linksblock_content #second_block div:hover h4 {
	color: #ffffff;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

/* #blocklinks_home #linksblock_content #second_block::before{ */

/* content: url('../img/logo_metiers.png'); */

/* position: absolute; */

/* z-index: 50; */

/* left: 15px; */

/* margin-left: 20%; */

/* top: 40px; */

/* }	 */

#blocklinks_home #linksblock_content #second_block div.col-md-6 h4 {
	padding-left: 40px;
	min-height: 60px;
	line-height: 20px;
	max-width: 200px;
}

#blocklinks_home #linksblock_content #second_block div h4::after {
	content: url('../img/icon/arrow_btn.png');
	float: right;
	display: inline-flex;
	right: 35px;
	position: absolute;
}

#blocklinks_home #linksblock_content #second_block div:last-child h4::after {
	content: url('../img/icon/plus.png');
	float: right;
	display: inline-flex;
	right: 35px;
	position: absolute;
}

#blocklinks_home #linksblock_content #second_block div:last-child h4::before {
	content: url('../img/icon/plus.png');
	float: left;
	display: inline-flex;
	left: 35px;
	position: absolute;
}

/* Page Accueil : Blog */

section.prestablog {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(20px, 2.6vw, 50px);
	margin: clamp(70px, 4.5vw, 100px) 15px clamp(100px, 7.5vw, 200px);
}

#module-prestablog-blog .blog_banner {
	width: 100%;
}
#module-prestablog-blog .blog_banner img {
	width: 100%;
}

#module-prestablog-blog .separator {
	border: 1px solid #091823;
	opacity: 0.17;
	width: 100%;
	margin: 0;
}

#blog_header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1200px;
	gap: clamp(1rem, 2vw, 50px);
}

#module-prestablog-blog #blog_header {
	max-width: 1500px;
}

#blog_header h2 {
	font-family: 'Avenir-Black', sans-serif;
	font-size: 2.3rem;
	line-height: 3.75rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #091823;
	margin-bottom: 0;
}

#blog_header h2 > span {
	color: #E94700;
}

#module-prestablog-blog .blog_filters a,
#blog_header .blog_link {
	color: #fff;
	background: #E94700;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	border: 1px solid #E94700;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.375rem;
	text-transform: uppercase;

	display: inline-flex;
	align-items: center;
	justify-content: center;
}

#module-prestablog-blog .blog_filters a {
	height: 100%;
}
#module-prestablog-blog .blog_filters a img {
	height: 15px;
}
#module-prestablog-blog .blog_filters a svg path {
	fill: #fff;
}
#module-prestablog-blog .blog_filters a:hover svg path {
	fill: #E94700;
}

#module-prestablog-blog .blog_filters a:hover,
#blog_header .blog_link:hover {
	color: #E94700;
	background: #ffffff;
}

#blog_header .blog_link span {
	margin-right: 2.5rem;
}

#blog_header .blog_link img {
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;

	width: 1rem;
}

#blog_list {
	container: blog_list / inline-size;
	
	width: 100%;
	display: flex;
	flex-direction: row;
	gap: 2.9cqw;
}

#module-prestablog-blog #blog_list {
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: clamp(60px, 9cqw, 140px);
	padding-bottom: clamp(60px, 9cqw, 140px);
}

#module-prestablog-blog .blog_description,
#module-prestablog-blog .titlehomeblog,
#module-prestablog-blog .separator,
#module-prestablog-blog .blog_filters,
#module-prestablog-blog #blog_header,
#module-prestablog-blog #blog_list {
	max-width: 1500px;
}

#module-prestablog-blog .blog_description {
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	line-height: 1.625rem;
	margin: 0;
}

#index #blog_list {
	max-width: 1200px;
}

#module-prestablog-blog .blog_container {
	display: flex!important;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 30px 15px 100px;
}

#module-prestablog-blog .blog_filters {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1vw;
}

#module-prestablog-blog .blog_filters ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1vw;
	margin: 0;
}

#module-prestablog-blog .blog_filters p {
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 500;
	color: #010507;
	text-transform: uppercase;
	display: inline-block;
	width: max-content;
	white-space: nowrap;
	margin: 0;
}

#blog_list .tiers {
	width: 100%;
	padding: 0;
	transition: none;
}
#blog_list.slick-slider .tiers {
	max-width: unset;
}
#blog_list.slick-slider .tiers:not(:last-child) {
	margin-right: 2.9cqw;
}
#blog_list.slick-slider .slick-list,
#blog_list.slick-slider .slick-track {
	width: 100%;
	overflow: initial;
}
#blog_list.slick-slider .slick-track {
	display: flex;
}
.slick-next:before {
	background-image: url(../img/icon/arrow_btn.png);
}
.slick-prev:before {
	background-image: url(../img/icon/arrow_btn.png);
}

#module-prestablog-blog #blog_list .tiers {
	flex-basis: 480px;
	flex-grow: 1;
	flex-shrink: 1;
	max-width: calc(32cqw - 1.5cqw);
}

#module-prestablog-blog #blog_list.slick-slider .tiers {
	max-width: unset;
}

#index #blog_list .tiers {
	flex-basis: 380px;
}

#blog_list .tiers .block_top {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#blog_list .tiers:hover .block_top .product_img_link:before {
	position: absolute;
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    z-index: 1;
    display: block;
    content: "";
    border: 1px solid #E94700;
	pointer-events: inherit;
}


#blog_list .tiers img {
	aspect-ratio: 380/342;
	object-fit: cover;
	transition: scale 0.5s;
}
#blog_list .tiers:hover img {
	scale: 1.1;
}

#blog_list .block_cont {
	position: relative;
}

#blog_list .news_date {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 10px 12px;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.75px;
	color: #fff;
	text-transform: uppercase;
	background-color: #091823;
}

#blog_list .news_categories {
	display: flex;
	flex: row;
	flex-wrap: wrap;
	gap: 10px;
}

#blog_list .news_categories .categorie_blog {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #E94700;
	font-weight: 500;
}

#blog_list h3 {
	font-family: 'Avenir-Black', sans-serif;
	font-size: 1.2rem;
	line-height: 1.75rem;
	font-weight: 500;
	color: #091823;
	text-transform: uppercase;
	
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: unset;
    height: auto;
	margin: 2px 0;
}

#blog_list h3 a {
	color: inherit;
}

#blog_list .block_bas {
	position: absolute;
	z-index: 2;
	top: calc(100% - 80px);
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	box-shadow: 0px 0px 10px #00000029;
	width: 90%;
	padding: 0;
}

#blog_list .block_bas .block_bas_content {
	position: relative;
	height: 100%;
	min-height: 110px;
	width: 100%;
	padding: 1rem 2rem;
}

#blog_list .news_arrow {
	display: block;
	position: absolute;
	bottom: 1.25rem;
	right: 0.5rem;
}

#blog_list .news_arrow img {
	width: 0.7rem;
	height: 0.5rem;
}

#blog_list .block_cont {
	width: 100%;
	border: none;
	background-color: transparent;
}

#module-prestablog-blog .prestablog_pagination {
	width: 100%;
	max-width: 800px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#module-prestablog-blog .prestablog_pagination > *:first-child {
	margin-right: auto;
	border: none;
}
#module-prestablog-blog .prestablog_pagination > *:last-child {
	margin-left: auto;
	border: none;
}

#module-prestablog-blog .prestablog_pagination > *.current {
	background-color: #E94700;
	color: #fff;
}

#module-prestablog-blog .prestablog_pagination > *.more {
	border: none;
}

#module-prestablog-blog .prestablog_pagination > * {
	padding: clamp(6px, 0.8vw, 16px) clamp(9px, 1.25vw, 24px);
	color: #091823;
    font-weight: 400;
    border: 1px solid #EBEBEB;
}

/* Blog single page article */
#module-prestablog-blog .elementor-slick-slider .slick-next:before,
#module-prestablog-blog .elementor-slick-slider .slick-prev:before {
	content: '';
}
#module-prestablog-blog .elementor-slick-slider .slick-prev {
	left: 0;
}

#module-prestablog-blog article.product-miniature.js-product-miniature {
    display: flex;
    justify-content: center;
}

#module-prestablog-blog #blog-sticky-container {
	height: min-content;
	position: sticky;
	top: 136px; /* header + margin du premier block */
}

#module-prestablog-blog #blog_news_category_title *,
#module-prestablog-blog #blog_news_date * {
	font-family: 'Avenir-Roman', sans-serif;
}

#module-prestablog-blog #title_share {
	font-size: 1.1875rem;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 900;
	line-height: 1.875rem;
	color: #091823;
}
#module-prestablog-blog #socials_buttons span.text {
	font-size: 1rem;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	line-height: 1.375rem;
	text-transform: uppercase;
	color: #FFFFFF;
}
#module-prestablog-blog #socials_buttons span.icon {
	max-width: 1.125rem;
	height: 100%;
	position: relative;
	left: 0;
}

#module-prestablog-blog #socials_buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: clamp(15px, 1vw, 25px);
}

#module-prestablog-blog #socials_buttons li {
	flex-basis: 200px;
	flex-shrink: 1;
	flex-grow: 0;
}

#module-prestablog-blog #socials_buttons li a {
	padding: 0.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 1rem;
	border-radius: 999px;
}

#module-prestablog-blog label.entry__label {
	font-size: 1rem;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 900;
	line-height: 1.5rem;
	color: #091823;
	text-align: left;
	margin-bottom: 0;
}

#module-prestablog-blog .entry__field {
	border: 1px solid #091823;
	border-radius: 999px;
	padding: 0 0.8rem;
}

#module-prestablog-blog .entry__field input,
#module-prestablog-blog .entry__field select {
	width: 100%;
	border: none;
	background-color: transparent;
}

#module-prestablog-blog .entry__choice label input[type="checkbox"] {
	width: 0.8125rem;
	height: 0.8125rem;
}

#module-prestablog-blog .entry__choice label p {
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 400;
	color: #091823;
	text-align: left;
	font-size: 0.8125rem;
	line-height: 1.125rem;
}

#module-prestablog-blog .sib-form {
	border: none;
}
#module-prestablog-blog .sib-form #sib-container {
	 padding: unset;
}

#module-prestablog-blog .sib-form-block.center {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}
#module-prestablog-blog .sib-form-block__button {
	font-size: 0.8rem;
	line-height: 1.375rem;
	border-radius: 999px;
	font-family: 'Avenir-Black', sans-serif !important;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #E94700;
	border: 1px solid #E94700!important;
	transition: color 0.5s, background-color 0.5s;
}
#module-prestablog-blog .sib-form-block__button:hover {
	color: #E94700!important;
	background-color: #fff!important;
}

/* Accueil bloc référencement */

#blockref_home {
	background: #072129;
	color: #ffffff;
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 50px;
}

body.lang-zh #blockref_home, body.lang-gb #blockref_home{
	padding-top:150px;
}


#blockref_home::before {
	content: url('../img/logo_half.png');
	position: absolute;
}

#blockref_home p {
	color: #ffffff;
}

#blockref_home #ref_content {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#blockref_home #ref_content p {
	line-height: 30px;
}

#blockref_home #ref_content>p:first-child {
	margin-left: 15px;
	text-transform: uppercase;
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 30px;
	line-height: 50px;
	margin-top: 40px;
}

#blockref_home #ref_content::before {
	content: '';
	border-top: 6px solid #e94700;
	width: 65px;
	position: absolute;
	margin-left: 15px;
}

/** RESPONSIVE **/

@media screen and (max-width: 1520px) {
	#module-prestablog-blog .titlehomeblog,
	#module-prestablog-blog .blog_description,
	#module-prestablog-blog .separator,
	#module-prestablog-blog .blog_filters,
	#module-prestablog-blog #blog_header,
	#module-prestablog-blog #blog_list {
		max-width: 1200px;
	}
}

@media(max-width:1220px) {

	.featured-products .products article:nth-last-child(1),
	.product-accessories .products article:nth-last-child(1) {
		display: none;
	}

	#index .featured-products {
		max-width: 1000px;
	}

	#index #afterfeatured {
		margin-right: 36px;
	}

	#index #afterfeatured::before {
		right: 250px;
	}

	#index #first_featured {
		padding-left: 240px;
	}

	#index .featured-products.m-t-3 .products {
		margin-left: 8px;
	}

	#index #hitparade h1 {
		text-align: center;
	}

	#index #wrapper {
		background: none;
	}

	#blog_header,
	#module-prestablog-blog .blog_description,
	#module-prestablog-blog .titlehomeblog,
	#module-prestablog-blog .separator,
	#module-prestablog-blog .blog_filters,
	#module-prestablog-blog #blog_header,
	#module-prestablog-blog #blog_list,
	#blog_list {
		max-width: 991px;
	}
}

@media(max-width:1020px) {

	.featured-products .products article:nth-last-child(1),
	.product-accessories .products article:nth-last-child(1),
	.featured-products .products article:nth-last-child(2),
	.product-accessories .products article:nth-last-child(2) {
		display: none;
	}

	#index .featured-products {
		max-width: 767px;
	}

	#index #afterfeatured {
		margin-right: 48px;
	}

	#index #afterfeatured::before {
		right: 263px;
	}

	#blocktext_home #bloc1 #b1_collection,
	#blocktext_home #bloc2 #b2_collection {
		margin-left: 0;
		margin-top: 0;
		padding-top: 100px;
		text-align: left;
	}

	#blocktext_home #bloc2 #b2_collection:before {
		right: inherit;
	}

	#blocktext_home #bloc2 p {
		padding-left: 0;
	}

	#blocktext_home #bloc2 #but2_collection {
		float: none;
	}

	#aboutparade_home {
		background: none;
	}

	#aveline {
		margin-left: 50px !important;
	}
}

@media(max-width:991px) {
	#titre_blog-listArt h2 {
		font-size: 3em;
	}

	#blog_header,
	#module-prestablog-blog .blog_description,
	#module-prestablog-blog .titlehomeblog,
	#module-prestablog-blog .separator,
	#module-prestablog-blog .blog_filters,
	#module-prestablog-blog #blog_header,
	#module-prestablog-blog #blog_list,
	#blog_list {
		max-width: 767px;
	}

	#module-prestablog-blog #blog_list {
		row-gap: 140px;
	}

	#module-prestablog-blog #blog_list .tiers {
		max-width: calc(50cqw - 3cqw);
	}

	#blog_list .block_bas {
		top: calc(100% - 40px);
	}

	#blog_list .block_bas .block_bas_content {
		padding: 1rem 1rem;
	}

	#blocklinks_home #linksblock_content #second_block {
		max-height: inherit;
	}	
}

@media(max-width:780px) {

	#module-prestablog-blog .blog_filters {
		flex-direction: column;
		align-items: flex-start;
	}

	#module-prestablog-blog .titlehomeblog,
	#module-prestablog-blog .blog_description {
		max-width: 500px;
	}

	#blog_header {
		flex-direction: column;
	}
	#blog_list {
		flex-wrap: wrap;
	}
	#module-prestablog-blog #blog_list {
		row-gap: clamp(60px, 9cqw, 140px);
	}

	#module-prestablog-blog #blog_list .tiers,
	#blog_list .tiers {
		flex-basis: calc(50cqw - 2cqw);
		flex-grow: 1;
		flex-shrink: 1;
		max-width: calc(50cqw - 1.4cqw);
	}
	#blog_list .block_bas {
		position: relative;
		width: 100%;
		left: unset;
		top: unset;
		transform: translateX(0);
	}

	#index #beforefeatured {
		position: relative;
		margin-left: 0;
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		margin-bottom: 30px;
	}

	#index #beforefeatured #links a {
		display: inline-block;
	}

	#index #first_featured {
		padding-left: 0;
	}

	#index .featured-products.m-t-3 .products {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	#products .product-miniature,
	.featured-products .product-miniature,
	.product-accessories .product-miniature,
	.product-miniature .product-miniature {
		margin: 0 auto;
	}

	#index #beforefeatured::after {
		border-width: 15px 15px 0 15px;
		border-color: #e94600 transparent transparent transparent;
		right: inherit;
		bottom: -15px;
		margin-left: -15px;
		top: inherit;
	}

	#index #beforefeatured #links {
		margin-top: 0px;
		padding-bottom: 25px;
		margin-top: 10px;
	}

	#index #afterfeatured {
		display: none;
	}

	#index #afterfeatured_mobile {
		display: block;
		float: inherit;
		width: 100%;
		max-width: inherit;
		margin-left: 0;
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		padding-bottom: 10px;
		padding-top: 30px;
	}

	#index #afterfeatured_mobile::after {
		border-width: 15px 15px 0 15px;
		border-color: #072129 transparent transparent transparent;
		right: inherit;
		top: inherit;
		margin-top: 10px;
		margin-left: -15px;
		width: 0;
		height: 0;
		border-style: solid;
		content: '';
		position: absolute;
	}

	#index #afterfeatured_mobile #links {
		margin-top: 0px;
		padding-bottom: 25px;
		margin-top: 10px;
	}

	#index #afterfeatured_mobile #links a {
		display: inline-block;
	}

	#index .featured-products.china #beforefeatured,
	#index .featured-products.china #afterfeatured_mobile{
		min-height:160px;
	}
}

@media(max-width:991px) and (min-width:767px) {
	#titre_blog-listArt h2 {
		font-size: 2.3em;
	}

	#blocklinks_home #linksblock_content #second_block div:not(.col-md-12) h4::after {
		bottom: 15px;
		right: 50%;
	}

	#blocklinks_home #linksblock_content #second_block div.col-md-12 {
		padding: 24px 0 18px 0;
	}

	#blocklinks_home #linksblock_content #second_block div.col-md-6 h4 {
		padding-left: 20px;
	}

	#blocklinks_home #linksblock_content #second_block div h4 {
		font-size: 16px;
	}
}

@media(max-width:767px) {
	.tabPriorites {
		margin-bottom: 3em;
		border: none;
	}

	.tabPrioCategories {
		border: none;
	}

	.tabPrioMedia {
		margin-bottom: 3em;
	}

	#products .thumbnail-container .product-description,
	.featured-products .thumbnail-container .product-description,
	.product-accessories .thumbnail-container .product-description {
		box-shadow: none;
	}

	#btn_slider {
		margin-left: 0px !important;
	}

	#aveline {
		font-size: 70px !important;
		margin-left: 0px !important;
		line-height: 40px !important;
		margin-top: 0px !important;
	}	
}

@media(max-width:500px) {
	#titre_blog-listArt h2 {
		font-size: 2em;
	}

	#titre_blog-listArt {
		margin: 1em 0 1.5em 0;
	}

	#titre_blog-listArt::after {
		height: 5px;
		margin-top: 1.3em;
	}

	.container #content-wrapper #prestablog_article {
		font-size: 2rem;
	}

	#blocklinks_home {
		display: none;
	}

	#aboutparade_home {
		padding-bottom: 0;
	}

	/* #index section.prestablog { */
	#index #blockref_home {
		padding-top: 0;
		padding-bottom: 40px;
	}

	#blog_list {
		gap: 5cqw;
	}

	#module-prestablog-blog #blog_list .tiers,
	#blog_list .tiers {
		flex-basis: 100cqw;
		max-width: 100%;
		flex-grow: 1;
	}

	#blog_list .news_arrow img {
		width: 1.4rem;
		height: 1rem;
	}

	#blockref_home {
		background: #ffffff;
	}

	#blockref_home p {
		color: #072129;
	}

	#blockref_home #ref_content>p:first-child {
		color: #072129;
	}

	#aveline {
		margin-left: 15px !important;
		line-height: 40px !important;
		margin-top: 20px !important;
	}
}

@media (max-width: 400px) {
	#index img.news {
		float: none;
		display: block;
		clear: both;
	}
}

/**** END HOME ****/

/**** FOOTER ****/

#footer {
	background: #E94700;
	padding-top: 1rem;
}

body.lang-zh #footer , body.lang-gb #footer{
	padding:0;
	background:none;
}

#copyright {
	float: left;
}

#ending_links {
	float: right;
}

#ending_links a {
	border-right: 2px solid;
	padding-right: 15px;
	padding-left: 15px;
}

#ending_links a:last-child {
	border-right: none;
}

#lastblock_footer {
	background: #030F19;
	padding-top: 20px;
}

#lastblock_footer a {
	color: #656565 !important;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 12px;
}

#modal_newsletter .modal-body {
	padding: 0;
}

#modal_newsletter .modal-header {
	padding-bottom: 0;
	height: 0px;
}

#modal_newsletter .modal-content {
	/* background: rgba(16, 20, 22, 0.7); */
	background: #09161b;
	/* color: #fff; */
	margin-top: 50px;
}

#modal_newsletter .poweredBy {
	display: none;
}

#modal_newsletter .modal-content p,
#modal_newsletter .modal-content h5 {
	color: #ffffff;
}

#modal_newsletter .modal-content h5 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

#modal_newsletter input[name='submitNewsletter'] {
	background: #e84910;
}

#modal_newsletter .close {
	color: white;
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 0px;
	z-index: 999;
}

#modal_newsletter .modal-header {
	border: none;
	padding:0;
}

.block_newsletter {
	border-bottom: none;
}

.footer-container {
	background: #072129;
}

body.lang-zh .footer-container, body.lang-gb .footer-container{
	margin-top:0;
}

.footer-container .h3 {
	color: #ffffff;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 13px;
}

.footer-container li {
	margin-bottom: .3125rem;
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 13px;
}

.footer-container li a, .footer-container li span{
	color: #C7C7C7;
}

.footer-container li span{
	cursor:pointer;
	font-size: .875rem;
}

.footer-container .container {
	max-width: 1200px;
}

.footer-container .container>.links {
	padding: 0;
}

.container_button_footer {
	text-align: center;
	margin-top: 20px;
}

.container_button_footer .button_footer {
	color: #19252D;
	background: #ffffff;
	border-radius: 30px;
	padding: 10px 80px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 500;
	font-size: 22px;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
}

.container_button_footer:last-child .button_footer {
	padding: 15px 105px;
}

.container_button_footer .button_footer:hover {
	color: #ffffff;
	background: #19252D;
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}

.footer-container li a:hover, .footer-container li span:hover{
	color: #E94700;
}

.footer-container .container .block-social {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
}

.footer-container .container .block-social li {
	background-color: #0D313D;
	height: 50px;
	width: 50px;
	border-radius: 30px;
	transition: 0.8s ease-in;
	-webkit-transition: 0.8s ease-in;
	-ms-transition: 0.8s ease-in;
	-moz-transition: 0.8s ease-in;
	margin-right: 10px;
}

.footer-container .container .block-social .linkedin {
	background-image: url(../css/linkedin.svg)
}

.footer-container .container .block-social .facebook,
.footer-container .container .block-social .youtube,
.footer-container .container .block-social .twitter,
.footer-container .container .block-social .linkedin,
.footer-container .container .block-social .instagram {
	font-size: 10px;
	background-size: 29px;
	background-position-x: 10px;
	background-position-y: 10px;
}

.footer-container .container .block-social li:hover {
	background-color: #E94700;
	transition: 0.8s ease-out;
	-webkit-transition: 0.8s ease-out;
	-ms-transition: 0.8s ease-out;
	-moz-transition: 0.8s ease-out;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}

.reassurance_block p {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

body.lang-zh #footer li a#link-custom-page-我们的目录-6{
	display:none;
}

@media (min-width:1500px) {
	#lastblock_footer {
		padding-left: 280px;
		padding-right: 320px;
	}
}

@media (max-width:1500px) {
	#lastblock_footer {
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media (max-width:991px) {
	#lastblock_footer {
		padding-left: 0;
		padding-right: 0;
	}

	.container_button_footer {
		margin-top: 50px;
		margin-bottom: 20px;
	}
}

@media (min-width:767px) {
	.footer-container .links .wrapper:nth-child(2) {
		position: absolute;
		top: 100px;
	}

	body:not(.lang-zh):not(.lang-gb) .footer-container .links .wrapper:last-child {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	.footer-container .links ul {
		background-color: #e94700;
	}

	.footer-container .links ul>li a {
		color: #ffffff;
	}

	#footer .footer-container .navbar-toggler.collapse-icons {
		color: #ffffff;
	}
}

@media (max-width:500px) {
	.block_newsletter {
		padding-left: 0;
		padding-right: 0;
	}

	.container_button_footer {
		padding: 0;
	}

	.container_button_footer .button_footer {
		padding: 10px 30px;
		font-size: 20px;
	}

	.container_button_footer:last-child .button_footer {
		padding: 10px 55px;
		font-size: 20px;
	}

	.reassurance_block img {
		width: 100%;
	}
}

/**** END FOOTER ****/

/**** PRODUCT ****/

/* COLORS */

.color,
.custom-checkbox input[type="checkbox"]+span.color {
	width: 25px;
	height: 40px;
	margin: 0;
	z-index: 2;
}

.input-color {
	z-index: 10;
}

.color::before {
	border-style: solid;
	border-width: 0px 0 40px 25px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	content: '';
	opacity: 0.15;
	left: 0;
	top: 0;
	z-index: 2;
}

.input-color:checked+span,
.input-color:hover+span {
	border: none;
}

.input-color:checked+span::after,
.input-color:hover+span::after {
	border: none;
	position: absolute;
	content: url('../img/icon/check.png');
	left: 6px;
	top: 8px;
	z-index: 1;
	color: #ffffff;
	opacity: 1;
}

#product #wrapper .container {
	max-width: 100%;
	padding: 0px;
}

#product .breadcrumb .container {
	padding-left: 15px !important;
	padding-right: 15px !important;
	max-width: 1200px !important;
}

#product #wrapper .containprod,
#product .breadcrumb .container {
	margin: auto
}

#product .colors {
	padding: 0;
}

#product .colors ul li {
	margin-right: 5px;
}

/* IMAGES */

#product .product-images>li.thumb-container>.thumb.selected,
#product .product-images>li.thumb-container>.thumb:hover,
#product div.MagicToolboxSelectorsContainer img:hover,
#product [data-magic-slide-id].active-selector img {
	border: 2px solid #E94700;
	opacity: 1;
	webkit-filter: none !important;
	filter: none !important;
}


#product .images-container .product-images>li.thumb-container>.thumb {
	margin-right: .8125rem;
	width: 80px;
	height: 80px;
}

#product .product-images>li.thumb-container>.thumb,
#product [data-magic-slide-id] img {
	margin-bottom: .2rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	opacity: 0.6;
	box-shadow: none;
	webkit-filter: none !important;
	filter: none !important;
}

:root:not(.mobile-magic) #product button.mz-button {
	color: #E94700 !important;
}

:root:not(.mobile-magic) #product button.mz-button:hover {
	color: #E94700 !important;
	border-color: #E94700 !important;
}

#product-modal .modal-content .modal-body .mask{
	margin-top:0;
	max-height:inherit;
}
#product-modal .modal-content .modal-body .arrows{
	display:none; 
}

/* BLOCK RIGHT TOP */

#product h1 {
	font-size: 50px;
	font-weight: 500;
	font-family: 'Avenir-Black', sans-serif;
}

#product .product-reference {
	color: #a1a1a1;
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#product .tabs .tab-content .product-description li{
	color:#072129;
}

#product div[id^="product-description-short"] {
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 14px;
	color: #072129;
}
#product div[id^="product-description-short"] ul li{
	line-height:24px;
}
#product div[id^="product-description-short"] p,
#product div[id^="product-description-short"] div,
#product div[id^="product-description-short"] strong {
	white-space:break-spaces!important;
}
#product div[id^="product-description-short"] ul{
	padding-left: 15px;
	list-style: disc;
}

#product .product-prices {
	border-top: 1px solid #8080801a;
	border-bottom: 1px solid #8080801a;
}

#product .has-discount .discount {
	background: #e94700;
	color: #fff;
	font-weight: 500;
	padding: .3125rem .625rem;
	font-size: 18px;
	margin-left: 0;
	text-transform: uppercase;
	display: inline-block;
}

#product .has-discount.product-price,
#product .has-discount p {
	color: #e94700;
}

#product .current-price * {
	display: inline-block;
}

#product .current-price {
	margin-bottom: 0;
	margin-top: 10px;
	font-family: 'Avenir-Black', sans-serif;
}

#product .product-price {
	margin: 0;
}

#product .product-discount * {
	color: #333333;
	font-weight: 500;
	font-size: 16px;
}

#product .product-discount {
	margin-left: 15px;
}

#product .product-discount .regular-price {
	margin-right: 0;
}

#product .current-price span[itemprop="price"] {
	font-size: 36px;
	font-weight: 500;
}

#product .product-without-taxes {
	display: grid;
	float: right;
	margin-top: 2px;
	margin-left: 5px;
	color: #919191 !important;
	font-weight: 500;
	font-family: 'Avenir-Black', sans-serif;
}

#product .product-without-taxes span {
	font-size: 16px;
	color: #e94700;
}

/* BLOCK RIGHT VARIANTS */

#product #list_size {
	margin-bottom: 0px;
	border-bottom: 1px solid #8080801a;
	padding: 10px 0 30px 0;
}

#product .input-color {
	height: 2.5rem;
	width: 1.75rem;
}

#product .product-variants #group_2 .input-container {
	margin: 0;
}

#product .product-variants #group_2 .radio-label {
	box-shadow: none;
	background: #F7F7F7;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 12px;
	color: #091823;
	padding: 8px;
	border: 1px solid #8080801a;
	font-weight: 500;
}

#product .product-variants #group_2 li:hover .radio-label {
	background: #e94700;
	color: #ffffff;
}

#product .product-variants #group_2 .input-radio[checked="checked"]+.radio-label {
	background: #e94700;
	color: #ffffff;
}

#product .control-label {
	color: #091823;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}

/* BLOC CENTRAL */

#product #imgCentrale p {
	text-align: center;
	margin-top: 50px;
	margin-bottom: -300px;
}

/* BLOCK QUANTITY */

#product .product-quantity {
	margin-top: 20px;
}

#product .qty .input-group-btn-vertical {
	display: flex;
}

#product .btn-touchspin {
	height: 40px;
	background: #F7F7F7;
	color: #757575;
	margin-top: 0px;
	margin-left: 0px;
	width: 20px;
}

#product .product-quantity #quantity_wanted {
	height: 40px;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 12px;
	text-align: center;
	width: 45px;
	border-left: none;
	border-right: none;
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
	content: '+';
}

#product .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
	content: '-';
}

#product .product-quantity .input-group-btn-vertical .btn i {
	font-size: 16px;
	top: 0.5rem;
}

#product a[href="http://www.magictoolbox.com/magicscroll/"] {
	display: none;
}

/* BLOCK BUY & DEVIS */

#product .slick-thumbs {
	position: relative;
}

#product .slick-thumbs.slick-initialized {
	display: none;
}

#product .slick-arrow {
	position: absolute;
	z-index: 1;
	left: 25px;
	border: none;
	outline: none;
	background-color: #fff;
	opacity: .9;
	padding: 10px 20px;
	width: inherit;
	font-size: 20px;
}

#product .slick-slide {
	cursor: pointer;
}

#product .slick-slide img {
	margin-top: 18px;
	margin-bottom: 18px;
}

#product .slick-prev {
	top: 0;
}

#product .slick-next {
	bottom: 0;
}

#product .add {
	padding: 0;
	margin-top: 5px;
}

#product .add button {
	margin-top: 10px;
}

#product .btn-primary, #cart .btn-primary, #checkout .btn-primary {
	width: 100%;
	border-radius: 30px;
	box-shadow: none;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#product #info_delivery_product {
	clear: both;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#product .add-to-cart, #cart .btn-primary, #checkout .btn-primary {
	background-color: #e94700;
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
}

#product .add-to-cart:hover, #cart .btn-primary:hover, #checkout .btn-primary:hover {
	background-color: #ffffff;
	color: #e94700;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	border: 1px solid #e94700
}
#cart .btn-primary, #checkout .btn-primary {
	width:max-content;
}
#product .fly_to_quote_cart_button {
	color: #154B5B;
	background: #ffffff;
	border: 1px solid #154B5B;
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
}

#product .fly_to_quote_cart_button:hover {
	color: #ffffff;
	background: #154B5B;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
}

#product .fly_to_quote_cart_button .afq-comments-o::before {
	content: url('../img/icon/devis_blue.png');
	margin-right: 15px;
}

#product .fly_to_quote_cart_button:hover .afq-comments-o::before {
	content: url('../img/icon/devis.png');
}


#product #separator_btn {
	text-align: center;
}

#product #separator_btn p {
	margin-bottom: 0;
	font-family: 'Avenir-Heavy', sans-serif;
	font-size: 14px;
	color: #091823;
}

#product #separator_btn p:before {
	content: '';
	background-color: #8080801a;
	width: 130px;
	position: absolute;
	margin-top: 10px;
	height: 1.5px;
	top: 0;
	left: 0;
}

#product #separator_btn p:after {
	content: '';
	background-color: #8080801a;
	width: 130px;
	position: absolute;
	margin-top: 10px;
	height: 1.5px;
	top: 0;
	right: 0;
}

/* AVIS */

#product #bt_comment-form #footer .btn-primary:first-child {
	float: left;
	width: 50%;
}

#product #bt_comment-form #footer .btn-primary:last-child {
	float: right;
	width: 50%;
	margin-top: -20px;
	height: 45px;
}

#product #bt_comment-form #footer .btn-primary:last-child i {
	margin-top: -10px;
}

#product #bt_comment-form #footer {
	background: none;
}

#product #gsr.productAction {
	margin-top: -15px;
}

#product #gsr.productAction .block-review-item {
	padding: 0;
}

#product #gsr.productAction .block-review-item * {
	font-size: 14px;
}

#product #gsr.productAction .block-review-item a {
	font-weight: bold;
}

#product #gsr #comment-form .review-comment {
	height: 50px;
}

#product #gsr h1 {
	font-size: 20px;
}

#product #gsr div.star-rating {
	height: 17px;
}

/* TABS */

#product .tabs {
	box-shadow: none;
	margin-bottom: 100px;
}

#product .tabs .tab-content {
	padding: 20px;
	overflow: hidden;
}

#product .tabs .tab-content .product-description * {
	font-size: 14px !important;
	font-family: 'Avenir-Roman', sans-serif !important;
	line-height: 25px !important;
}

#product .tabs > .nav a, #product .tabs #attachments a {
	text-transform: uppercase;
	cursor: pointer;
}
#product .tabs p > a{
	color:#e94700;
}


#product .tabs .nav-tabs .nav-link.active,
#product .tabs .nav-tabs .nav-link:hover{
	border-bottom: none;
}

#product .tabs .nav-tabs .nav-link h2 {
	color: #091823;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin:0;
}

#product .tabs .nav-tabs .nav-link.active h2 {
	color: #e94700;
	background: transparent;
}

#product .tabs .product-attachments {
	display: flex;
	flex-wrap: wrap;
}

#product .tabs #attachments h3 a {
	font-family: 'Avenir-Black', sans-serif;
	font-size: 15px;
	color: #e94700;
	font-weight: 500;
	letter-spacing: 2px;
}

#product .tabs .attachment {
	margin-bottom: 20px;
	display: flex;
}

#product .tabs .attachment img {
	width: 40px;
	height: 40px;
}

#product .tabs #attachments h3 {
	display: flex;
	width: calc(100% - 40px);
	padding-left: 15px;
	align-content: center;
	align-items: center;
}

#product .tabs #innovation,
#product .tabs #metiers {
	overflow: hidden;
}

#product .tabs #innovation>div {
	min-height: 450px;
}

#product .tabs #innovation p {
	font-size: 14px;
	color: #232323;
	line-height: 25px;
}

#product .tabs #innovation .imginno {
	text-align: center;
}
#product #logo_inno .imginno img{
	max-width: 80px;
}

#product .tabs #innovation .titleinno,
#product .tabs #metiers .titlemetier {
	color: #E94700;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom:1rem;
}

#product .tabs #metiers ul li {
	color: #232323;
	font-size: 14px;
}

#product .tabs #jumpline {
	margin-bottom: 20px;
}

#product .tabs .nav-tabs .nav-item {
	border-right: 1px solid #e94700;
}

#product .tabs .nav-tabs .nav-item a {
	padding-left: 25px;
	padding-right: 25px;
	background:transparent;
}

#product .tabs .nav-tabs .nav-item:last-child {
	border-right: none;
}

#product .tabs .nav-tabs {
	padding-bottom: 30px;
}

#product .tabs .tab-content .product-description .titledesc {
	font-size: 16px !important;
	color: #E94700;
	font-family: 'Avenir-Black', sans-serif !important;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom:20px;
}

#product .product-features .h6 {
	font-family: 'Avenir-Black', sans-serif;
	color: #072129;
	font-size: 16px;
	margin-bottom: 20px;
}

#product .product-features {
	padding: 0;
	margin: 0;
}

.product-features>dl dd.value,
.product-features>dl dt.name {
	margin: 0;
	padding: 0;
	margin-right: 0 !important;
	color: #656565;
	font-size: 14px;
	font-family: 'Avenir-Heavy', sans-serif;
}

.product-features>dl dd.value {
	color: #232323;
}

/* CATEGORY PRODUCTS */

#product #beforecategoryproducts {
	min-height: 300px;
	background: #E94700;
	max-width: 215px;
	padding-top: 80px;
	text-align: center;
	width: 100%;
	float: left;
	margin-left: 8px;
	margin-right: 15px;
	position: absolute;
}

#product #beforecategoryproducts::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #e94600;
	content: '';
	right: -15px;
	position: absolute;
	top: 45%;
}

#product #beforecategoryproducts p {
	font-size: 26px;
	color: #072129;
	font-family: 'Avenir-Black', sans-serif;
	text-transform: uppercase;
	background: #e94700;
	padding: 5px;
	z-index: 20;
	position: relative;
	margin-bottom: 5px;
}

#product #beforecategoryproducts #categproductBig {
	font-size: 140px;
	font-family: 'Brownhill Script', sans-serif;
	opacity: 0.7;
	color: #072129;
	text-transform: capitalize;
	z-index: 10;
}

#product .featured-products .products {
	margin-left: 235px;
}

#product .product-miniature {
	margin: 0 0.35rem;
}

/* COMPLETE WITH */

#product #aftercomplete {
	/* float: right; */
	float: left;
	background: #072129;
	min-height: 300px;
	max-width: 215px;
	padding-top: 80px;
	text-align: center;
	/* margin-right: 8px; */
	margin-right: 12px;
	width: 100%;
	position: relative;
}

#product #aftercomplete::before {
	width: 0;
	height: 0;
	border-style: solid;
	/* border-width: 15px 15px 15px 0; */
	/* border-color: transparent #072129 transparent transparent; */
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #072129;
	content: '';
	/* right: 215px; */
	right: -15px;
	position: absolute;
	top: 45%;

}

#product .product-accessories {
	margin-left: -40px;
}

#product #blockbottom {
	background: #EAEAEA;
	padding-top: 50px;
	/* padding-bottom: 80px; */
	padding-bottom: 30px;
}

#product #blocktab {
	background: #f9f9f9;
	margin-top: 40px;
	min-height: 400px;
	clear: both;
}

#product #blocktab .tabs {
	background: transparent;
}

#product #aftercomplete .h5 {
	font-size: 28px;
	color: #ffffff;
	background: #072129;
	padding: 5px;
	z-index: 20;
	position: relative;
	margin-bottom: 5px;
}

#product #aftercomplete #accessBig {
	font-size: 140px;
	color: #F8F8F8;
	font-family: 'Brownhill Script', sans-serif;
	opacity: 0.5;
	text-transform: capitalize;
	z-index: 10;
}

#product .product-miniature .thumbnail-container {
	border: none;
}

#product #content-wrapper #product-modal {
	z-index: 999999999;
}

#product .product-images>li.thumb-container>.thumb,
#product [data-magic-slide-id] img {
	opacity: 1;
}

/* Liens pour produits en version ZH et GB uniquement */

#product #bloc_links_chinese{
	clear:both;
}
#product #bloc_links_chinese > a{
	text-align: center;
	font: normal normal 900 14px/14px Avenir;
	letter-spacing: 1.05px;
	color: #FFFFFF;
	text-transform: uppercase;
	background:#e94700;
	padding: 10px 40px;
	border-radius: 30px;
	display: inline-block; 
}
#product #bloc_links_chinese > a:hover{
	opacity:0.9;
}

/* RESPONSIVE PRODUCT */

@media(max-width:1280px) {
	#product #imgCentrale img {
		width: 100%;
		height: auto;
	}
}

@media(min-width:1201px) {
	#product #wrapper .containprod {
		max-width: 1200px;
	}
}

@media(max-width:1200px) {

	#product .featured-products,
	#product .product-accessories {
		max-width: 1000px !important;
	}

	#product #aftercomplete {
		margin-right: 45px;
	}

	#product .tabs .tab-content {
		padding: 0;
	}
}

@media(max-width:1020px) {

	#product .featured-products,
	#product .product-accessories {
		max-width: 767px !important;
	}

	#product #aftercomplete {
		margin-right: 55px;
	}
}

@media(max-width:991px) {
	#product .tabs .attachment {
		width: 50%;
	}
}

@media (min-width:768px) {
	#product .product-cover img {
		box-shadow: none;
	}

	#product .product-cover {
		width: 80%;
		float: right;
	}

	#product .scroll-box-arrows {
		display: none;
	}

	#product #main .images-container .js-qv-mask.scroll {
		width: 20%;
		float: left;
	}

	/* #product .product-images>li.thumb-container { */
	/* display: grid; */
	/* } */
	#product #content {
		max-width: 100%;
	}

	#iconBorder {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 5px;
		border-color: transparent transparent transparent #e94600;
	}

	#product .slick-thumbs {
		display: none;
	}
	#product .slick-thumbs.slick-initialized{ 
		min-height:500px;
	}
}

@media (max-width:767px) {

	#product #beforecategoryproducts,
	#product #aftercomplete {
		position: relative;
		margin-left: 0;
		min-height: 0;
		padding-left: 0;
		padding-right: 0;
		max-width: none;
		margin-bottom: 30px;
	}

	#product .products {
		clear: both;
	}

	#product .featured-products .products {
		margin-left: 0;
	}

	#product .product-miniature {
		margin: 0 auto;
	}

	#product .product-quantity {
		margin-top: 14px;
	}

	#product #beforecategoryproducts,
	#product #aftercomplete {
		padding-top: 40px;
		padding-bottom: 65px;
	}

	#product #aftercomplete {
		margin-right: 0;
	}

	#product #beforecategoryproducts::after {
		border-width: 15px 15px 0 15px;
		border-color: #e94600 transparent transparent transparent;
		right: inherit;
		bottom: -15px;
		margin-left: -15px;
		top: inherit;
	}

	#product #aftercomplete::before {
		border-width: 15px 15px 0 15px;
		border-color: #072129 transparent transparent transparent;
		right: inherit;
		bottom: -15px;
		margin-left: -15px;
		top: inherit;
	}

	#product #logo_inno {
		margin-bottom: 30px;
		padding: 0;
		overflow: hidden;
	}

	#product #logo_inno img {
		width: 80%;
	}

	#product .tabs .nav-tabs .nav-item {
		border: none;
	}

	.nav-tabs .nav-item+.nav-item {
		margin-left: 0;
	}

	#product .tabs .nav-tabs .nav-item a {
		padding-left: 15px;
		padding-right: 15px;
	}

	#product .tabs .attachment {
		width: 100%;
	}
}

@media(min-width:481px) {
	#product #imgCentrale p {
		margin-top: 50px;
		margin-bottom: -300px;
	}

	#product #blocktab .withPadding {
		padding-top: 250px;
	}
}

@media(max-width:480px) {
	#product #imgCentrale {
		display: none;
	}

	#product #logo_inno {
		display: none;
	}

	#product #blocktab {
		margin-top: 20px;
	}

	#product .tabs .nav-tabs .nav-item {
		width: 100%;
	}

	#product .tabs .nav-tabs {
		text-align: center;
	}

	#product .product-price.h5 {
		width: 100%;
	}

	#product .product-discount {
		float: right;
	}

	#product .product-discount .regular-price,
	#product .tax-shipping-delivery-label {
		display: inline-block;
	}

	#product .current-price span[itemprop="price"] {
		clear: right;
		float: left;
	}

	#product .btn-primary {
		font-size: 12px;
	}

	#product .btn-primary i {
		display: none;
	}
}

/**** END PRODUCTS ****/

/**** CATEGORY PAGE ****/

#category #left-column {
	padding: 0;
}

#category .breadcrumb {
	margin-bottom: 0 !important;
}

#category .block-category {
	min-height: 0;
}

#category .card {
	background-color: transparent;
}

#category .hiddenDesc {
	display: none;
}

#category .block .link_subcategory {
	/* padding: 20px 0px 20px 0px; */
	/* border: 2px solid rgba(255, 255, 255, 0.2); */
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	mix-blend-mode: inherit;
	cursor: pointer;
	border-left: none;
	border-bottom: none;
	border-radius: 30px;
	background: #e94600;
	margin: 5px;
	/* width: calc(50% - 10px); */
	text-align:center;
}

/*#category .block:last-child {	
	padding: 0;
	display: flex;
  	flex-wrap: wrap; 
}

#category .block:first-child {
	border-right: 0;
	border: 0;
	z-index: 20;
	text-align: center;
}*/

#category .block a {
	color: #ffffff;
	padding: 20px;
}

#category .block-category.card {
	box-shadow: none;
	border: none;
	padding: 0;
}

#category .block .link_subcategory:hover {
	background: #091823;
}

#category .block .link_subcategory:hover .subcategory-name {
	color: #ffffff !important;
}

#category #left-column .card {
	box-shadow: none;
}

#category #content-wrapper {
	margin-bottom: 30px;
}

/* #category #wrapper {
	background: url('../img/bg_categories/bg_cat_chaussures_homme.jpg');
	background-repeat: no-repeat;
} */

#category #wrapper > .container,
#category #wrapper > .container > div.block-category,
#category #wrapper > .container > div#left-column,
#category #wrapper > .container > div#content-wrapper,
#category #wrapper > .container > div#category-description{
    display: flex;
    flex-wrap: wrap;
}
#category #wrapper > .container > div.block-category{order: 1;width:100%;}
#category #wrapper > .container > div#left-column{order: 2;}
#category #wrapper > .container > div#content-wrapper{order: 2;}
#category #wrapper > .container > div#category-description{order: 3;}

#category #wrapper>.container>div#content-wrapper>#main{
	width:100%;
}

/* #category.category-id-77 #wrapper,
#category.category-id-45 #wrapper {
	background: url('../img/bg_categories/bg_cat_chaussures_femme.jpg');
	background-repeat: no-repeat;
} */

#category #left-column div[id^="PM_ASBlock"] {
	color: #091823;
	text-transform: uppercase;
	width:100%;
}

#category #left-column div[id^="PM_ASBlock"] .card-header {
	font-family: 'Avenir-Black', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

#category #left-column div[id^="PM_ASBlock"] .card-block .h4 {
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 12px;
	font-weight: 600;
}

#category.lang-gb.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option,
#category.lang-zh.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option,
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_4 option[value="199"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_4 option[value="199"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_4 option[value="202"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_4 option[value="202"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_4 option[value="536"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_4 option[value="536"],
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_475,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_475,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_442,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_442,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_470,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_470,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_430,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_430,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_472,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_472,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_439,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_439,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_474,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_474,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_441,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_441,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_443,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_443,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_471,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_471,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_438,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_438,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_473,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_473,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_440,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_440,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_247,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_247,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_246,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_246,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_248,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_248,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_256,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_256,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_257,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_257,
#category.lang-gb #left-column #PM_ASCriterionGroupLink_1_6 .link_search_258,
#category.lang-zh #left-column #PM_ASCriterionGroupLink_1_6 .link_search_258,
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_8 option[value="718"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_8 option[value="718"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_8 option[value="796"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_8 option[value="796"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_8 option[value="485"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_8 option[value="485"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_8 option[value="484"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_8 option[value="484"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_8 option[value="487"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_8 option[value="487"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_8 option[value="489"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_8 option[value="489"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_9 option[value="604"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_9 option[value="604"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_9 option[value="303"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_9 option[value="303"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_13 option[value="630"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_13 option[value="630"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_13 option[value="396"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_13 option[value="396"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="645"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="645"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="478"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="478"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="644"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="644"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="515"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="515"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="418"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="418"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="419"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="419"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_15 option[value="421"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_15 option[value="421"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="720"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="720"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="721"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="721"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="798"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="798"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="667"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="667"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="668"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="668"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="671"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="671"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="672"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="672"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="673"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="673"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="676"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="676"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="677"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="677"],
#category.lang-gb #left-column #PM_ASCriterionGroupSelect_1_20 option[value="681"],
#category.lang-zh #left-column #PM_ASCriterionGroupSelect_1_20 option[value="681"],
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_550,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_550,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_544,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_544,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_260,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_260,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_267,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_267,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_273,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_273,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_284,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_284,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_285,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_285,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_286,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_286,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_287,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_287,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_288,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_288,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_290,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_290,
#category.lang-gb #left-column #PM_ASCriterionGroupColor_1_7 .link_color_735,
#category.lang-zh #left-column #PM_ASCriterionGroupColor_1_7 .link_color_735,
#category.lang-gb #left-column #PM_ASCriterionsGroup_1_17,
#category.lang-zh #left-column #PM_ASCriterionsGroup_1_17,
#category.lang-gb #left-column #PM_ASCriterionsGroup_1_18,
#category.lang-en #left-column #PM_ASCriterionsGroup_1_18,
#category.lang-zh #left-column #PM_ASCriterionsGroup_1_18{
	display:none;
}

#category.lang-gb.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option[value="136"],
#category.lang-gb.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option[value="138"],
#category.lang-gb.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option[value="139"],
#category.lang-zh.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option[value="136"],
#category.lang-zh.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option[value="138"],
#category.lang-zh.category-id-12 #left-column #PM_ASCriterionGroupSelect_1_4 option[value="139"]{
	display:block;
}

#category #subcategories {
	/* margin-top: 50px; */
	margin-top: 20px;
	overflow: hidden;
	/* margin-bottom: -20px; */
	width: 100%;
}

#category #subcategories .block:first-child img {
	/* width: 100%;
	height: auto; */
	width: auto;
	height: auto;
	max-height: 200px;
}

#category #subcategories .block:last-child a {
	padding: 0;
}

#category #subcategories .block .impair:last-child {
	width: 100%;
}

#category #subcategories .block .impair:last-child .subcategory-name {
	max-width: 100%;
	text-align: center;
	padding-left: 0;
}

#category #subcategories .block .impair:last-child .thumbcateg {
	margin-left: 35%;
}

#category .thumbcateg {
	position: absolute;
	top: 5px;
	z-index: 5;
}

#category #subcategories .block .impair:last-child .subcategory-name::before {
	content: url('../img/icon/plus.png');
	float: left;
	display: inline-flex;
	left: 35px;
	position: absolute;
}

#category #subcategories .block .impair:last-child .subcategory-name::after {
	content: url('../img/icon/plus.png');
	float: right;
	display: inline-flex;
	right: 35px;
	position: absolute;
}

#category #subcategories .subcategory-name {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	padding-left: 20px;
	min-height: 20px;
	line-height: 16px;
	font-family: 'Avenir-Black', sans-serif;
	padding: 20px;
	padding-left: 10px;
	position: relative;
	z-index: 10;
	border-radius: 30px;
 	margin: 0;
}

/* #category #subcategories .subcategory-name::after {
	content: url('../img/icon/arrow_btn.png');
	float: right;
	display: inline-flex;
	right: 0px;
	position: absolute;
	margin-top: 0px;
} */

#category .block {
	/* padding: 0; */
	padding: 0 50px;
}
#category .slider_sub .slick-prev{
	left:0;
}
#category .slider_sub .slick-next{
	right:0;
}
#category .slider_sub .slick-track{
	align-content: center;
	align-items: center;
	display: flex;
}

#category #category-description {
	clear: both;
}

#category #category-description h1 {
	font-family: 'Avenir-Black', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

#category .h1 {
	position: relative;
	/* font-family: 'Aveline', sans-serif;
	color: #07222a1a; */
	font-family: 'Brownhill Script',sans-serif;
	color: #07222a;
	font-size: 80px;
	text-transform: initial;
	padding-bottom: 10px;
  	margin-top: 10px;
}

#category .h1::after {
	content: '';
	background: #e94600;
	position: absolute;
	width: 50px;
	height: 3px;
	left: 0;
	bottom: 0;
}

#category #category-description {
	margin-bottom: 50px;
}

#category #category-description p, #category #category-description li {
	font-size: 16px;
	color: #03181F;
	line-height: 30px;
}
#category #category-description ul{
	list-style: inherit;
	padding-left:40px;
	width:100%;
	clear:both;
}
#category #category-description li{
	margin-bottom:20px;
}

#category #category-description h2 {
	color: #E94700;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#category #category-description div {
	column-count: 2;
}

#category #category-description p {
	margin-bottom: 30px;
}

#category #title_h3 {
	font-family: 'Avenir-Black', sans-serif;
	color: #E94700;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	max-width: 500px;
	padding: 20px;
}

#category #title_h3 span {
	color: #000000;
}

/* #category #subcategories .displayArrow::after { */
/* content: url('../img/icon/fleche.png'); */
/* position: absolute; */
/* right: 30px; */
/* top: 30px; */
/* } */

.PM_ASCriterionGroupLink:not(.PM_ASCriterionGroupLinkColor) .PM_ASCriterionLink::before {
	display: none;
}

.PM_ASearchTitle,
.PM_ASBlockOutputHorizontal a,
.PM_ASBlockOutputVertical a {
	color: #919191;
	font-size: 12px;
	text-transform: initial;
}

.PM_ASCritRange {
	margin-top: 5px;
}

.link_search {
	background: #F7F7F7;
	padding: 0;
	margin: 0;
	border: 1px solid #EBEBEB;
	padding: 20px 0px;
	text-align: center;
	postion: relative;
}

.link_search a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	padding-top: 10px;
}


.link_search:hover,
.selected_element {
	background: #E94700;
}

.link_search:hover a,
.PM_ASCriterionGroupLink .PM_ASCriterionLinkSelected {
	color: #ffffff;
}

.PM_ASCriterionStepEnable {
	overflow: hidden;
}

.PM_ASCriterionGroupLink .PM_ASCriterionLinkSelected,
.PM_ASCriterionGroupLink .PM_ASCriterionLink:hover {
	font-weight: normal;
}

#category .products-selection .total-products p {
	font-family: 'Avenir-Roman', sans-serif;
	font-size: 30px;
	color: #091823;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 35px;
}

#category .products-selection .total-products p span {
	color: #E94700;
}

#category .products-sort-order .select-title,
#category .products-selection .sort-by {
	font-size: 12px;
}

#category .products-sort-order .select-title {
	background: transparent;
}

#category .products-selection .sort-by {
	color: #091823;
	text-transform: uppercase;
}

#category #products .product-miniature {
	margin: auto;
}

#category .form-control {
	background: #F7F7F7;
	font-size: 12px;
}

#category .pagination .current a {
	color: #ffffff;
	background: #E94700;
}

#category .pagination a {
	color: #091823;
	font-weight: 400;
	border: 1px solid #EBEBEB;
	padding: 15px 25px 15px 25px;
}

#category .pagination .next,
#category .pagination .previous {
	border: none;
	padding: 0;
}

#category .PM_ASCriterionGroupColor.color_to_pick_list li a {
	margin: 0 !important;
	width: 20px;
	height: 30px;
	position: relative;
}

#category .PM_ASCriterionGroupColor.color_to_pick_list li a::before {
	border-style: solid;
	border-width: 0px 0 30px 20px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	content: '';
	opacity: 0.15;
	left: 0;
	top: 0;
	z-index: 2;
}

#category #products .up .btn-secondary {
	color: #ffffff;
	text-transform: uppercase;
	background: #091823;
	margin-top: 50px;
	text-align: center;
}

#products .product-miniature .discount-percentage.discount-percentage,
#products .product-miniature .on-sale.discount-percentage,
#products .product-miniature .online-only.discount-percentage,
#products .product-miniature .product-flags .new.discount-percentage,
.featured-products .product-miniature .discount-percentage.discount-percentage,
.featured-products .product-miniature .on-sale.discount-percentage,
.featured-products .product-miniature .online-only.discount-percentage,
.featured-products .product-miniature .product-flags .new.discount-percentage,
.product-accessories .product-miniature .discount-percentage.discount-percentage,
.product-accessories .product-miniature .on-sale.discount-percentage,
.product-accessories .product-miniature .online-only.discount-percentage,
.product-accessories .product-miniature .product-flags .new.discount-percentage,
.product-miniature .product-miniature .discount-percentage.discount-percentage,
.product-miniature .product-miniature .on-sale.discount-percentage,
.product-miniature .product-miniature .online-only.discount-percentage,
.product-miniature .product-miniature .product-flags .new.discount-percentage {
	background: #E94700;
}

.pagination .page-list {
	background: transparent;
}

@media(max-width:1200px) {
	#category .block-category #title_h3 {
		max-width: 300px;
	}
}

@media(max-width:991px) and (min-width:768px) {
	#category .PM_ASBlockOutput .card-block {
		padding: 0.5rem;
	}
}

@media(max-width:991px) {
	#category .block > div{
		width:100%;
	}
}

@media(max-width:480px) {
	#category #subcategories .block .impair:last-child .subcategory-name::before {
		display: none;
	}


	#category #subcategories .block .impair:last-child .subcategory-name::after {
		content: url('../img/icon/arrow_btn.png');
		float: right;
		display: inline-flex;
		right: 10px;
		position: absolute;
		margin-top: 0px;
	}

	#category #subcategories .subcategory-name::after {
		right: 10px;
	}

	#category #subcategories .block .impair:last-child .subcategory-name {
		padding: 10px;
		text-align: left;
	}

	#category #subcategories .subcategory-name {
		max-width: 100%;
		padding: 10px;
	}
}

/**** END CATEGORY PAGE ****/

/**** CHECKOUT PAGE ****/

/* MODAL */

#blockcart-modal .modal-header {
	background: #072229;
}

#blockcart-modal .modal-title {
	font-weight: 400;
	color: #fff;
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#blockcart-modal .product-name {
	color: #e94700;
	font-size: 1.125rem;
	text-transform: uppercase;
}

#blockcart-modal {
	color: #072229;
}

#blockcart-modal .btn-primary,
#blockcart-modal .btn-primary:hover {
	background: #e94700;
	width: inherit;
}

#blockcart-modal .btn-secondary {
	border-radius: 30px;
	background: #0f333d;
	color: white;
}

#blockcart-modal .modal-header .close {
	color: white;
	opacity: 1;
}

/* END MODAL */

body#checkout #header .header-nav {
	padding: 0;
}

body#checkout #header .header-nav a:hover {
	color: #ffffff;
}

body#checkout #wrapper {
	box-shadow: none;
	margin-bottom: 50px;
}

body#checkout #footer {
	color: inherit;
	padding: 0.5rem 0 0 0;
	background: #E94700;
}

body#checkout #content a:hover {
	color: #e94600;
}

body#checkout #footer a:hover {
	color: #ffffff !important;
}

body#checkout #footer .footer-container a:hover {
	color: #E94700;
}

body#checkout section.checkout-step .address-item.selected {
	background: #fff;
	border: 3px solid #e94700;
}

.product-price {
	color: #e94700;
}

.fancybox-overlay-fixed, .dialog-lightbox-widget {
	z-index: 999999;
}


body#checkout .bloc_delivery_colissimo {
	color: black !important;
	border: 1px solid #999;
	padding: 25px;
	clear: both;
	float: left !important;
	text-align: center;
	cursor: pointer;
	width: 300px;
	height: 150px;
	border-radius: 3px;
}

body#checkout .bloc_delivery_colissimo img {
	width: 80px;
	margin-bottom: 20px;
}

body#checkout .bloc_delivery_colissimo p {
	text-transform: uppercase;
	font-size: 1rem;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 400;
	color: #072129;
}

body#checkout .bloc_delivery_colissimo:hover {
	background: #e94a12;
	border-color: #e94a12;
}

body#checkout .bloc_delivery_colissimo img.origine {
	display: initial;
}

body#checkout .bloc_delivery_colissimo img.hover {
	display: none;
}

body#checkout .bloc_delivery_colissimo:hover img.origine {
	display: none;
}

body#checkout .bloc_delivery_colissimo:hover img.hover {
	display: initial;
}

body#checkout .bloc_delivery_colissimo:hover p {
	color: #ffffff;
}

body#checkout .carrier-extra-content {
	margin-top: 20px;
}

body#checkout .carrier-extra-content>div {
	display: flex;
	justify-content: center;
}

/**** END CHECKOUT PAGE ****/

/**** PAGE TECHNOLOGIES ****/

::selection {
	background-color: rgba(16, 20, 22, 0.7);
	color: #fff;
}

/* Firefox */

::-moz-selection {
	background-color: rgba(16, 20, 22, 0.7);
	color: #fff;
}

body.cms-id-6 .page-content.page-cms {
	padding: 0;
}

body.cms-id-6 div.container_central {
	margin: 0 auto;
	float: none;
}

body.cms-id-6 header h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-6 header h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-6 header h1 {
		font-size: 30px;
	}
}

body.cms-id-6 p.globalDesc {
	font-family: 'Avenir-Roman';
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 960px) {
	html body.cms-id-6 p.globalDesc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-6 p.globalDesc {
		font-size: 14px;
		line-height: 22px;
	}
}

body.cms-id-6 div.containerChaussure {
	position: relative;
}

body.cms-id-6 div.containerChaussure img {
	width: 100%;
}

/******/

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite {
	border: 5px solid #e84910;
	background: #e84910;
	border-radius: 50px;
	display: inline-block;
	color: #fff;
	padding: 0 20px;
	position: absolute;
	cursor: pointer;
}

@media screen and (max-width: 1110px) {
	html body.cms-id-6 div.containerChaussure div.pictoInfoSecurite {
		display: none;
	}
}

.fadeOpacity {
	opacity: 0.5;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite.info1 {
	left: 50px;
	bottom: 160px;
	z-index: 10;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite.info2 {
	left: 250px;
	bottom: 180px;
	z-index: 8;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite.info3 {
	left: 440px;
	bottom: 150px;
	z-index: 5;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite span.picto {
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	width: 40px;
	display: block;
	border-radius: 40px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background: #e84910;
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite span.picto::before {
	content: '';
	display: block;
	background-image: url(../img/pageTechnologies/add.svg);
	background-size: 19px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite span.contentText {
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	height: 40px;
	width: 0px;
	transition: all 0.3s ease-out;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite span.contentText .text {
	white-space: nowrap;
	padding-left: 30px;
	padding-right: 35px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	opacity: 0;
	transition: all 0.3s ease-out;
}

/******/

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite:hover span.picto {
	background-color: #ff5a1f;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite.info1:hover span.contentText {
	width: 535px;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite.info2:hover span.contentText {
	width: 648px;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite.info3:hover span.contentText {
	width: 505px;
}

body.cms-id-6 div.containerChaussure div.pictoInfoSecurite:hover span.contentText .text {
	opacity: 1;
}

/******/

body.cms-id-6 div.containerAtout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.cms-id-6 div.containerAtout div.cardAtout {
	overflow: hidden;
	padding: 25px 40px 40px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

body.cms-id-6 div.containerAtout div.cardAtout div.containerPicto {
	position: relative;
	width: 100%;
	height: 110px;
}

body.cms-id-6 div.containerAtout div.cardAtout div.containerPicto img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

body.cms-id-6 div.containerAtout div.cardAtout h2 {
	position: relative;
	padding-top: 20px;
	font-size: 25px;
	line-height: 30px;
	color: #e84910;
	padding-bottom: 15px;
	min-height: 125px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
}

body.cms-id-6 div.containerAtout div.cardAtout h2::before {
	content: "";
	height: 2px;
	width: 20px;
	border-bottom: 2px solid #e84910;
	position: absolute;
	bottom: 0;
}

body.cms-id-6 div.containerAtout div.cardAtout p {
	height: 320px;
	font-size: 16px;
	line-height: 21px;
	color: #666;
	padding-top: 30px;
	overflow: hidden;
	text-align: left;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	html body.cms-id-6 div.containerAtout div.cardAtout p {
		height: auto;
	}
}

body.cms-id-6 div.containerAtout div.cardAtout a {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	padding: 0 60px 0 25px;
	background: #e84910;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	html body.cms-id-6 div.containerAtout div.cardAtout a {
		width: 100%;
		max-width: 220px;
		font-size: 0.6em;
		padding: 0 0px 0 20px;
	}
}

body.cms-id-6 div.containerAtout div.cardAtout a::after {
	content: '';
	background-image: url(../img/pageTechnologies/right-arrow.svg);
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 25px;
}

body.cms-id-6 div.containerAtout div.cardAtout a:hover {
	background: #ff5a1f;
}

body.cms-id-6 div.containerAtout div.cardAtout a:hover::after {
	animation: moveArrow .4s;
}

@keyframes moveArrow {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(6px);
	}

	100% {
		transform: translateX(0px);
	}
}

body.cms-id-6 div.containerAtout div.cardAtout div.containerCta {
	position: absolute;
	bottom: 70px;
	left: 0px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	html body.cms-id-6 div.containerAtout div.cardAtout div.containerCta {
		position: static;
		bottom: none;
		left: none;
	}
}

/*****/

.video-container {
	margin-top: 30px;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/**** FIN PAGE TECHNOLOGIES ****/

/**** PAGE METIERS ****/

body.cms-id-7 .page-content.page-cms {
	padding: 0;
}

body.cms-id-7 div.container_central {
	margin: 0 auto;
	float: none;
}

body.cms-id-7 header h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-7 header h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-7 header h1 {
		font-size: 30px;
	}
}

body.cms-id-7 p.globalDesc {
	font-family: 'Avenir-Roman';
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 960px) {
	html body.cms-id-7 p.globalDesc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-7 p.globalDesc {
		font-size: 14px;
		line-height: 22px;
	}
}

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

body.cms-id-7 div.containerAtout {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

body.cms-id-7 div.containerAtout div.cardAtout {
	overflow: hidden;
	padding: 25px 40px 140px;
	border: 1px solid #ebebeb;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
	html body.cms-id-7 div.containerAtout div.cardAtout {
		padding: 25px 40px 100px;
	}
}

@media screen and (max-width: 720px) {
	html body.cms-id-7 div.containerAtout div.cardAtout {
		padding: 25px 40px 20px;
	}
}

body.cms-id-7 div.containerAtout div.cardAtout div.containerPicto {
	position: relative;
	width: 100%;
	height: 130px;
}

body.cms-id-7 div.containerAtout div.cardAtout div.containerPicto img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

body.cms-id-7 div.containerAtout div.cardAtout h2 {
	position: relative;
	padding-top: 20px;
	font-size: 30px;
	line-height: 30px;
	color: #e84910;
	padding-bottom: 15px;
	min-height: 95px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
}

body.cms-id-7 div.containerAtout div.cardAtout h2::before {
	content: "";
	height: 2px;
	width: 20px;
	border-bottom: 2px solid #e84910;
	position: absolute;
	bottom: 0;
}

body.cms-id-7 div.containerAtout div.cardAtout p {
	height: 200px;
	font-size: 16px;
	line-height: 21px;
	color: #666;
	padding-top: 30px;
	overflow: hidden;
	text-align: left;
	font-weight: 700;
}

@media screen and (max-width: 540px) {
	html body.cms-id-7 div.containerAtout div.cardAtout p {
		height: auto;
	}
}

body.cms-id-7 div.containerAtout div.cardAtout a,
body.cms-id-11 div.containerCta a {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	padding: 0 60px 0 25px;
	background: #e84910;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin: 0 auto;
	margin-bottom: 10px;
}

body.cms-id-11 div.containerCta a {
	background: #ffffff;
}

body.cms-id-11 div.containerCta a {
	width: 270px;
}

@media screen and (max-width: 768px) {
	html body.cms-id-7 div.containerAtout div.cardAtout a {
		width: 100%;
		max-width: 220px;
		font-size: 0.6em;
		padding: 0 0px 0 20px;
	}
}

@media screen and (min-width: 544px) and (max-width: 575px) {
	html body.cms-id-7 div.containerAtout div.cardAtout a {
		font-size: 0.5em;
	}
}

body.cms-id-7 div.containerAtout div.cardAtout a::after,
body.cms-id-11 div.containerCta a::after {
	content: '';
	background-image: url(../img/pageTechnologies/right-arrow.svg);
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 25px;
}

body.cms-id-11 div.containerCta a::after {
	background-image: url(../img/pageTechnologies/right-arrow-orange.svg);
}

body.cms-id-7 div.containerAtout div.cardAtout a:hover {
	background: #ff5a1f;
}

body.cms-id-7 div.containerAtout div.cardAtout a:hover::after,
body.cms-id-11 div.containerCta a:hover::after {
	animation: moveArrow .4s;
}

@keyframes moveArrow {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(6px);
	}

	100% {
		transform: translateX(0px);
	}
}

body.cms-id-7 div.containerAtout div.cardAtout div.containerCta {
	position: absolute;
	bottom: 70px;
	left: 0px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	html body.cms-id-7 div.containerAtout div.cardAtout div.containerCta {
		position: static;
		margin-top: 25px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-7 div.containerAtout div.cardAtout div.containerCta {
		position: static;
		margin-top: 40px;
	}
}

/**** FIN PAGE METIERS ****/

/**** PAGE COLLABORATEURS ****/

body.cms-id-8 .page-content.page-cms {
	padding: 0;
}

body.cms-id-8 div.container_central {
	margin: 0 auto;
	float: none;
}

body.cms-id-8 header h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-8 header h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-8 header h1 {
		font-size: 30px;
	}
}

body.cms-id-8 p.globalDesc {
	font-family: 'Avenir-Roman';
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 960px) {
	html body.cms-id-8 p.globalDesc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-8 p.globalDesc {
		font-size: 14px;
		line-height: 22px;
	}
}

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

body.cms-id-8 div.container-item {
	margin-top: 50px;
}

body.cms-id-8 div.item {
	width: 100%;
	background-color: #ebebeb;
	padding: 20px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0px;
}

body.cms-id-8 div.item div.contenu-left {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

body.cms-id-8 div.item div.contenu-central {
	margin-left: 20px;
}

body.cms-id-8 div.item h2 {
	font-size: 40px;
	color: #091823;
	text-transform: uppercase;
	font-weight: 500;
}

body.cms-id-8 div.item img.carte {
	height: 100%;
}

body.cms-id-8 div.item a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #091823;
	font-weight: 700;
}

body.cms-id-8 div.item a.tel::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../img/pageRepresentant/phone.svg);
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

body.cms-id-8 div.item a.mail::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url(../img/pageRepresentant/mail.svg);
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

body.cms-id-8 div.item p {
	font-size: 18px;
	line-height: 14px;
	color: #e84910;
	text-transform: uppercase;
	font-family: 'Avenir-Roman', sans-serif;
	font-weight: 500;
	margin-top: 15px;
}

body.cms-id-8 div.item div.container-dep {
	max-width: 580px;
	display: flex;
	flex-wrap: wrap;
}

body.cms-id-8 div.item div.departement {
	display: block;
	background-color: #e84910;
	color: #fff;
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	width: 34px;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: 500;
	font-family: 'Avenir-Roman', sans-serif;
}

@media screen and (max-width: 1199px) {
	html body.cms-id-8 div.item img.carte {
		display: none;
	}

	html body.cms-id-8 div.item img {
		margin: 0 auto;
	}
}

/**** FIN PAGE COLLABORATEURS ****/

/**** PAGE E-SHOP ****/

body.cms-id-9 .page-content.page-cms {
	padding: 0;
}

body.cms-id-9 div.container_central {
	margin: 0 auto;
	float: none;
}

body.cms-id-9 header h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-9 header h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-9 header h1 {
		font-size: 30px;
	}
}

body.cms-id-9 p.globalDesc {
	font-family: 'Avenir-Roman';
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 960px) {
	html body.cms-id-9 p.globalDesc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-9 p.globalDesc {
		font-size: 14px;
		line-height: 22px;
	}
}

body.cms-id-9 img#garage {
	width: 100%;
	margin: 20px 0px;
}

body.cms-id-9 a.cta {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #000;
	padding: 0 60px 0 25px;
	background: #e84910;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin: 20px 0px;
}

@media screen and (max-width: 768px) {
	html body.cms-id-9 a.cta {
		width: 100%;
		max-width: 220px;
		font-size: 0.6em;
		padding: 0 0px 0 20px;
	}
}

body.cms-id-9 a.cta::after {
	content: '';
	background-image: url(../img/pageTechnologies/right-arrow.svg);
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 25px;
}

body.cms-id-9 a.cta:hover {
	background: #ff5a1f;
}

body.cms-id-9 a.cta:hover::after {
	animation: moveArrow .4s;
}

@keyframes moveArrow {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(6px);
	}

	100% {
		transform: translateX(0px);
	}
}

/**** FIN PAGE E-SHOP ****/

/**** PAGE LA MARQUE ****/

body.cms-id-10 .page-content.page-cms {
	padding: 0;
}
body.cms-id-10 .page-content.page-cms .container img{
	max-width:100%;
	height:auto;
}
body.cms-id-10 div.container_central {
	margin: 0 auto;
	float: none;
}

body.cms-id-10 header h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-10 header h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-10 header h1 {
		font-size: 30px;
	}
}

body.cms-id-10 p.globalDesc {
	font-family: 'Avenir-Roman';
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 960px) {
	html body.cms-id-10 p.globalDesc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-10 p.globalDesc {
		font-size: 14px;
		line-height: 22px;
	}
}

/***/

body.cms-id-10 h2 {
	font-size: 35px;
	line-height: 36px;
	color: #091823;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-10 h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-10 h2 {
		font-size: 22px;
	}
}

body.cms-id-10 h2.space {
	margin-top: 55px;
	margin-bottom: 25px;
}

body.cms-id-10 img.imageFull {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

body.cms-id-10 h2,
body.cms-id-10 p {
	text-align: left;
}

body.cms-id-10 p.citation {
	margin: 0 auto;
	display: block;
	float: none;
	font-size: 24px!important;
	line-height: 32px!important;
	color: #e84910!important;
	text-align: center;
}

body.cms-id-10 p.citation::after {
	content: '';
	display: block;
	background-image: url(../img/pageLaMarque/quote.svg);
	background-size: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	margin: 20px auto;
}

body.cms-id-10 div.containerStat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}

body.cms-id-10 div.containerStat div.item {
	background-color: #ebebeb;
	text-align: center;
	padding: 35px;
	margin-bottom: 30px;
}

body.cms-id-10 div.containerStat div.item h4 {
	font-size: 20px;
	color: #091823;
	text-transform: uppercase;
	font-weight: 700;
	margin: 20px 0px 3px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	html body.cms-id-10 div.containerStat div.item h4 {
		min-height: 44px;
	}
}

body.cms-id-10 div.containerStat div.item p {
	text-align: center;
	font-weight: 500;
	margin: 0;
	font-size: 14px;
}

/***/

body.cms-id-10 h2#dateTitle {
	margin-bottom: 30px;
}

body.cms-id-10 ul.date li {
	margin: 15px 0px;
}

body.cms-id-10 ul.date li span {
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #e84910;
	padding: 10px 25px;
	border: 2px solid #e84910;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	vertical-align: middle;
}

body.cms-id-10 ul.date li p {
	display: inline-block;
	padding-left: 20px;
	font-size: 20px;
	line-height: 28px;
	width: calc(100% - 120px);
	vertical-align: middle;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 900px) {
	html body.cms-id-10 ul.date li span {
		display: block;
		width: 108px;
		margin: 40px auto 10px;
	}

	html body.cms-id-10 ul.date li p {
		text-align: center;
		padding: 0px;
		display: block;
		margin: 0 auto;
	}
}

body.cms-id-10 a.cta {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 9px;
	font-weight: 500;
	color: #000;
	padding: 0 0px 0 20px;
	background: #e84910;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin: 40px 0px;
}

@media screen and (max-width: 768px) {
	html body.cms-id-10 a.cta {
		width: 100%;
		max-width: 220px;
		font-size: 0.6em;
		padding: 0 0px 0 20px;
	}
}

body.cms-id-10 a.cta::after {
	content: '';
	background-image: url(../img/pageTechnologies/right-arrow.svg);
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 25px;
}

body.cms-id-10 a.cta:hover {
	background: #ff5a1f;
}

body.cms-id-10 a.cta:hover::after {
	animation: moveArrow .4s;
}

@keyframes moveArrow {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(6px);
	}

	100% {
		transform: translateX(0px);
	}
}

/**** FIN PAGE LA MARQUE ****/

/**** PAGE SECURITE ****/

body.cms-id-11 .page-content.page-cms {
	padding: 0;
}

body.cms-id-11 div.container_central {
	margin: 0 auto;
	float: none;
}

body.cms-id-11 header h1 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-11 header h1 {
		font-size: 45px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-11 header h1 {
		font-size: 30px;
	}
}

body.cms-id-11 p.globalDesc {
	font-family: 'Avenir-Roman';
	font-size: 20px;
	line-height: 28px;
}

@media screen and (max-width: 960px) {
	html body.cms-id-11 p.globalDesc {
		font-size: 17px;
		line-height: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-11 p.globalDesc {
		font-size: 14px;
		line-height: 22px;
	}
}

/***/

body.cms-id-11 h2 {
	font-size: 35px;
	line-height: 36px;
	color: #091823;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (max-width: 960px) {
	html body.cms-id-11 h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 576px) {
	html body.cms-id-11 h2 {
		font-size: 22px;
	}
}

body.cms-id-11 h2.space {
	margin-top: 55px;
	margin-bottom: 25px;
}

body.cms-id-11 div.greyDiv {
	padding: 0;
	margin-right: 50px;
	margin-top: 35px;
}

body.cms-id-11 div.greyDiv h2 {
	color: #666;
}

body.cms-id-11 h2,
body.cms-id-11 p {
	text-align: left;
}

/*****/

body.cms-id-11 div.protectionContainer {
	margin-top: 50px;
}

body.cms-id-11 div.protectionContainer div {
	padding-left: 0px;
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement {
	padding: 30px;
	height: 260px;
	position: relative;
	margin-bottom: 15px;
}

body.cms-id-11 div.bloc1 {
	background-color: #C7C7C7;
}

body.cms-id-11 div.bloc2 {
	background-color: #76C100;
}

body.cms-id-11 div.bloc3 {
	background-color: #FDC82F;
}

body.cms-id-11 div.bloc4 {
	background-color: #FDC82F;
}

body.cms-id-11 div.protectionContainer div.itemContenu.bloc3 span.title,
body.cms-id-11 div.protectionContainer div.itemContenu.bloc3 span.norme,
body.cms-id-11 div.protectionContainer span.bloc3.nSecu {
	color: #091823;
}

body.cms-id-11 div.protectionContainer div.itemContenu.bloc4 span.title,
body.cms-id-11 div.protectionContainer div.itemContenu.bloc4 span.norme,
body.cms-id-11 div.protectionContainer span.bloc4.nSecu {
	color: #091823;
}

body.cms-id-11 div.bloc5 {
	background-color: #2FADF5;
}

body.cms-id-11 div.bloc6 {
	background-color: #C13128;
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.title {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Avenir-Black', sans-serif;
	display: block;
	font-weight: 500;
	text-align: center;
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.meteo {
	font-size: 22px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Avenir-Black', sans-serif;
	display: block;
	font-weight: 500;
	text-align: center;
	margin-top: 35px;
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.meteo::before {
	content: '';
	display: block;
	background-size: 46px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 46px;
	height: 46px;
	margin: 0 auto 10px;
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.meteo.sec::before {
	background-image: url(../img/pageSecurite/sec.png);
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.meteo.humide::before {
	background-image: url(../img/pageSecurite/humide.png);
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.infoSol {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Avenir-Black', sans-serif;
	display: block;
	font-weight: 500;
	text-align: center;
	background-color: #3c3c3b;
}

body.cms-id-11 div.protectionContainer div.itemEnvironnement span.infoSol.risque::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 20px;
	top: -20px;
	left: 0;
	background-image: url(../img/pageSecurite/risque.png);
	background-repeat: repeat-x;
}

body.cms-id-11 div.protectionContainer div.itemContenu {
	padding: 40px 30px;
	height: 260px;
	position: relative;
	margin-bottom: 15px;
}

body.cms-id-11 div.protectionContainer div.itemContenu span.title {
	font-size: 34px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Avenir-Black', sans-serif;
	display: block;
	font-weight: 500;
	text-align: left;
}

body.cms-id-11 div.protectionContainer div.itemContenu span.norme {
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Avenir-Black', sans-serif;
	display: block;
	font-weight: 500;
	text-align: left;
	margin: 20px 0px;
}

body.cms-id-11 div.protectionContainer div.itemContenu span.contenu,
body.cms-id-11 div.protectionContainer div.itemContenu ul li {
	color: #091823;
	font-size: 13px;
	font-weight: 700;
}

body.cms-id-11 div.protectionContainer div.itemContenu ul li::before {
	content: '+';
	margin-right: 10px;
}

body.cms-id-11 div.protectionContainer span.nSecu {
	position: absolute;
	top: 40px;
	right: 32px;
	font-size: 80px;
	color: #fff;
	font-family: 'Avenir-Black', sans-serif;
	font-weight: 500;
}

body.cms-id-11 div.protectionContainer div.containerCta {
	position: absolute;
	bottom: 30px;
	right: 40px;
}

@media screen and (max-width: 768px) {
	html body.cms-id-11 div.protectionContainer div.itemEnvironnement {
		padding: 10px;
		height: 165px;
		margin-bottom: 0px;
	}

	html body.cms-id-11 div.protectionContainer div.itemEnvironnement.bloc4,
	html body.cms-id-11 div.protectionContainer div.itemEnvironnement.bloc6 {
		height: 180px;
	}

	html body.cms-id-11 div.protectionContainer div.itemEnvironnement span.meteo {
		margin-top: 13px;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu {
		position: static;
		display: block;
		margin: 0 auto;
		text-align: center;
		font-size: 50px;
		line-height: 50px;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu.bloc1 {
		background-color: #C7C7C7;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu.bloc2 {
		background-color: #76C100;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu.bloc3 {
		background-color: #FDC82F;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu.bloc4 {
		background-color: #FDC82F;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu.bloc5 {
		background-color: #2FADF5;
	}

	html body.cms-id-11 div.protectionContainer span.nSecu.bloc6 {
		background-color: #C13128;
	}

	html body.cms-id-11 div.protectionContainer div.containerCta {
		position: static;
		display: block;
		margin: 0 auto;
		padding: 20px 0px;
		text-align: center;
	}

	html body.cms-id-11 a.cta {
		display: inline-block;
		margin-top: 0px;
		margin-bottom: 15px;
		margin-right: 5px;
		margin-left: 5px;
	}

	html body.cms-id-11 div.blocPrincipal {
		margin-bottom: 30px;
	}

	html body.cms-id-11 div.protectionContainer div.itemContenu {
		height: auto;
		padding: 25px 30px;
		margin-bottom: 0px;
	}

	html body.cms-id-11 div.protectionContainer div.itemContenu span.title {
		line-height: 34px;
	}
}

/****/

body.cms-id-11 a.cta {
	position: relative;
	display: block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	font-family: 'Avenir-Black', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	padding: 0 0px 0 20px;
	background: #fff;
	position: relative;
	-webkit-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-moz-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-ms-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	-o-transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	transition: background 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
	border: medium none;
	text-align: left;
	cursor: pointer;
	width: 220px;
	text-transform: uppercase;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {
	html body.cms-id-11 a.cta {
		width: 100%;
		max-width: 220px;
		font-size: 0.6em;
		padding: 0 0px 0 20px;
	}
}

body.cms-id-11 a.cta::after {
	content: '';
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 15px;
	right: 25px;
}

body.cms-id-11 div.bloc1 a.cta::after {
	background-image: url(../img/pageSecurite/right-arrow-grey.svg);
}

body.cms-id-11 div.bloc2 a.cta::after {
	background-image: url(../img/pageSecurite/right-arrow-green.svg);
}

body.cms-id-11 div.bloc3 a.cta::after {
	background-image: url(../img/pageSecurite/right-arrow-yellow.svg);
}

body.cms-id-11 div.bloc4 a.cta::after {
	background-image: url(../img/pageSecurite/right-arrow-yellow.svg);
}

body.cms-id-11 div.bloc5 a.cta::after {
	background-image: url(../img/pageSecurite/right-arrow-blue.svg);
}

body.cms-id-11 div.bloc6 a.cta::after {
	background-image: url(../img/pageSecurite/right-arrow-red.svg);
}

body.cms-id-11 a.cta:hover::after {
	animation: moveArrow .4s;
}

@keyframes moveArrow {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(6px);
	}

	100% {
		transform: translateX(0px);
	}
}

/***/

body.cms-id-11 div.complementContainer {
	padding: 50px 0px;
}

body.cms-id-11 div.complementContainer ul {
	/* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}

body.cms-id-11 div.complementContainer ul div {
	margin-bottom: 40px;
}

body.cms-id-11 div.complementContainer ul li span {
	display: inline-block;
	vertical-align: middle;
	background-color: #091823;
	width: 60px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	letter-spacing: .2px;
	font-size: 15px;
	font-weight: 700;
}

body.cms-id-11 div.complementContainer ul li h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #091823;
	margin-left: 15px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	html body.cms-id-11 div.complementContainer ul li span {
		display: block;
		margin: 0 auto 10px;
	}

	html body.cms-id-11 div.complementContainer ul li h3 {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0;
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	html body.cms-id-11 div.complementContainer ul li h3 {
		font-size: 13px;
		margin-left: 8px;
	}
}


#CybotCookiebotDialog {
	display: none;
}

.cookieconsent-optout-marketing {
	font-weight: bold;
	text-align: center;
}

.cookieconsent-optout-marketing a {
	color: #e84910;
}

body#checkout section.checkout-step#checkout-payment-step {
	padding: 0;
}

body#checkout section.checkout-step#checkout-payment-step .step-title {
	padding: 10px;
	cursor: inherit;
}

body#checkout #button_socolissimo {
	margin-bottom: 20px;
	float: right;
}

body#checkout #warning_colissimo {
	font-size: 14px;
	color: #e94700;
}

/* Patch Popup Commande (ios) */

.fancybox-wrap,
.fancybox-overlay-fixed {
	/* height: 100% !important; */
}

.fancybox-opened{
	z-index: 9999999;
}

.fancybox-skin {
	padding: 0px !important;
}

.no-stock {
	opacity: 0.4;
}

/* .no-stock input {
	cursor: not-allowed;
} */


#authentication .login-form .help-block {
	/* Fixes the color of the error, when user tried to connect himself */
	color: red;
}


/* Top menu bar: PARADE CONNECT - 29/07/2019 */
@media screen and (max-width: 1199px) {

	#header .header-nav>.container {
		max-width: 100%;
	}

	#header .header-nav .blockcart {
		margin-left: 0;
	}

	#header .header-nav #contact-link {
		width: 100px;
	}

	#header .header-nav .user-info {
		margin-right: 40px;
	}

	#header .header-nav #faciliti-link {
		margin-left: 0.4rem;
		margin-right: 0.4rem;
	}

	#header .header-nav #parade-connect-link {
		margin-right: 35px;
	}

	#header .header-nav .right-nav span,
	#header .header-nav #contact-link,
	#header .header-nav .language-selector,
	#header .header-nav .language-selector .dropdown-item,
	#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link,
	#header .header-nav #faciliti-link,
	#header .header-nav #parade-connect-link {
		font-size: 11px;
	}

	#header .header-nav #parade-connect-link .first_part {
		display: none;
	}

	#header .header-nav #parade-connect-link a::after {
		/* top: 9px; */
		padding-left: 0.4rem;
	}

	#header .header-nav #parade-connect-link a::before {
		display: none;
	}

	#header .header-nav #parade-connect-link a::after {
		/* top: 15px; */
	}
}

@media screen and (max-width: 991px) {
	#header .header-nav #parade-connect-link {
		margin-right: 40px;
	}

	#header .header-nav .right-nav {
		padding-left: 0;
	}
}

/* @media screen and (max-width: 927px) {
	#header .col-md-1 {
		width: auto;
	}
} */

@media screen and (max-width: 886px) {
	#header .header-nav #parade-connect-link a::before {
		display: none;
	}
}

@media screen and (max-width: 886px) {
	#header .header-nav .blockcart {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	#header .header-nav .right-nav {
		padding-right: 0;
	}
}

@media screen and (max-width: 826px) {
	#_desktop_cart i+span {
		display: none;
	}
}

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

	#header .header-nav .right-nav span,
	#header .header-nav #contact-link,
	#header .header-nav .language-selector,
	#header .header-nav .language-selector .dropdown-item,
	#header .header-nav #quotesCart .quotes_cart a#quotes-cart-link,
	#header .header-nav #faciliti-link,
	#header .header-nav #parade-connect-link {
		font-size: 10px;
	}
}

@media screen and (max-width: 770px) {
	#header .header-nav .right-nav {
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#header .header-nav #parade-connect-link {
		margin-right: 40px;
	}
}

@media screen and (max-width: 479px) {
	#parade-connect-link .last_part {
		display: none;
	}

	#header .header-nav #parade-connect-link a::before {
		margin-right: -30px;
	}
}

@media screen and (max-width: 334px) {
	#header .header-nav #_mobile_faciliti #faciliti-link {
		margin-right: 39px;
	}
}

/* /Top menu bar: PARADE CONNECT - 29/07/2019 */

#bannernav {
	background: #e94700;
	padding: 8px;
	text-align: center;
}

#bannernav * {
	margin: 0;
	color: #ffffff;
}

#bannernav a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}

#bannernav a:hover {
	color: rgba(16, 20, 22, 0.7);
}

/*--------[Parade landing page Etik ] -------*/

body.cms-id-21 span.title {
	font-family: 'Avenir-Roman';
	color: #859d7b;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 3rem;
}

/*formulaire de contact*/
body.cms-id-21 .elementor-element-8ec37eb>div:nth-child(1) {
	padding: 0px !important;
}

body.cms-id-21 .wpcfu h3 {
	display: none;
}

body.cms-id-21 .wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
	height: 55px;
}

body.cms-id-21 span.ets_cfu_span {
	display: none;
}

body.cms-id-21 form ::placeholder {
	color: #1b2a31;
}

body.cms-id-21 .wpcfu .form-control {
	background-color: #E9ECE7;
	font-size: 15px;
	font-family: 'Avenir-Medium', sans-serif;
	color: #1b2a31;
	box-shadow: 5px 5px 5px #1b2a311a;
}

body.cms-id-21 form textarea {
	resize: none;
	height: 100% !important;
	font-size: 15px !important;
	padding-top: 10px !important;
}

body.cms-id-21 form .wpcfu input:checked {
	background-color: #859d7b;
}

body.cms-id-21 .ets_cfu_box {
	margin-bottom: 0;
}

body.cms-id-21 .wpcfu label {
	margin-bottom: 25px;
}

body.cms-id-21 .rgpd>span:nth-child(1)>span:nth-child(1)>label:nth-child(1) {
	margin-bottom: 0;
}

body.cms-id-21 .ets_cfu_form-control.ets_cfu-submit {
	width: 100%;
	background-color: #e94700;
	border-radius: 40px;
	padding: 10px 20px;
	font-size: 1rem;
}

body.cms-id-21 .ets_cfu_form-control.ets_cfu-submit:hover {
	background-color: #1b2a31;
}

body.cms-id-21 form .g-recaptcha {
	margin-left: 5px;
	margin-top: 10px;
}

body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
	padding: 80px 0px 80px 35%;
}

body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-79923cd>.elementor-element-populated {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-0a6720b {
	margin-top: 0;
}

body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-ccde439.elementor-widget-heading .elementor-heading-title {
	font-size: 26px;
}

body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-50996c4 .elementor-image img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

@media(min-width:1701px) {
	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
		padding: 80px 0px 80px 35%;
	}
}

@media(max-width:1700px) {
	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
		padding: 80px 0px 80px 10%;
	}

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-79923cd>.elementor-element-populated {
		margin-bottom: 50px;
		padding: 50px;
	}

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-40b65e0>.elementor-element-populated {
		margin-right: 50px;
	}
}

@media(max-width:1400px) {
	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-79923cd>.elementor-element-populated {
		margin-top: 150px;
	}

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-0e86581 {
		margin-top: -100px;
	}

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-7eb3021 .elementor-heading-title {
		font-size: 42px;
	}
}

@media(max-width:1200px) {
	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-d031739 {
		width: 100%;
	}
}

@media(max-width:1024px) {

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-43b0a5b,
	.elementor-21070101 .elementor-element.elementor-element-d515f08 {
		display: none;
	}

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-79923cd>.elementor-element-populated {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media(max-width:767px) {
	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-bd80a3c {
		font-size: 18px;
	}

	body.cms-id-21 .elementor-21070101 .elementor-element.elementor-element-7eb3021 .elementor-heading-title {
		font-size: 22px;
	}
}

/*--------[Parade landing page Normes 2011 ] -------*/

body.cms-id-115 .elementor-element-4e5f1e4 .elementor-image-box-wrapper,
body.cms-id-115 .elementor-element-2462d19d .elementor-image-box-wrapper
{
    max-width: 235px
}

/*--------[Parade landing page Racing ] -------*/

body.cms-id-22 .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif;
}

body.cms-id-22 #wrapper .breadcrumb {
	display: none;
}

body.cms-id-22 #main .page-header {
	margin-bottom: 0;
}

body.cms-id-22 #wrapper {
	padding-top: 0;
}

/*formulaire de contact*/
body.cms-id-22 .elementor-element-8ec37eb>div:nth-child(1) {
	padding: 0px !important;
}

body.cms-id-22 .wpcfu h3 {
	display: none;
}

body.cms-id-22 .wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
	height: 55px;
}

body.cms-id-22 span.ets_cfu_span {
	display: none;
}

body.cms-id-22 form ::placeholder {
	color: #1b2a31;
}

body.cms-id-22 .wpcfu .form-control {
	background-color: #e7e7e7;
	font-size: 15px;
	font-family: 'Avenir-Medium', sans-serif;
	color: #1b2a31;
	box-shadow: 5px 5px 5px #1b2a311a;
}

body.cms-id-22 form textarea {
	resize: none;
	height: 100% !important;
	font-size: 15px !important;
	padding-top: 10px !important;
}

body.cms-id-22 form .wpcfu input:checked {
	background-color: #859d7b;
}

body.cms-id-22 .ets_cfu_box {
	margin-bottom: 0;
}

body.cms-id-22 .wpcfu label {
	margin-bottom: 25px;
}

body.cms-id-22 .rgpd>span:nth-child(1)>span:nth-child(1)>label:nth-child(1) {
	margin-bottom: 0;
}

body.cms-id-22 .ets_cfu_form-control.ets_cfu-submit {
	width: 100%;
	background-color: #e94700;
	border-radius: 40px;
	padding: 10px 20px;
	font-size: 1rem;
}

body.cms-id-22 .ets_cfu_form-control.ets_cfu-submit:hover {
	background-color: #1b2a31;
}

body.cms-id-22 form .g-recaptcha {
	margin-left: 5px;
	margin-top: 10px;
}

body.cms-id-22 .elementor-22070101 .elementor-element.elementor-1b6d3a19>.elementor-element-populated {
	padding: 80px 0px 80px 35%;
}

body.cms-id-22 #effectif .each_a_line {
	width: 48%;
}

/*formulaire*/
body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-1b6d3a19>.elementor-element-populated {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
}

body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-1b6d3a19 {
	margin-top: 0;
}

/* body.cms-id-22 .elementor-21070101 .elementor-element.elementor-element-ccde439.elementor-widget-heading .elementor-heading-title{
	font-size:26px;
} */
body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-670d5b87 .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif;
	white-space: nowrap;
}

body.cms-id-22 #effectif p {
	margin-bottom: -18px;
	font-size: 15px;
}

@media(min-width:1701px) {
	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
		padding: 80px 0px 80px 35%;
	}
}

@media(max-width:1700px) {
	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
		padding: 80px 0px 80px 10%;
	}

	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-1b6d3a19>.elementor-element-populated {
		margin-bottom: 50px;
		padding: 50px;
	}

	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-40b65e0>.elementor-element-populated {
		margin-right: 50px;
	}
}

@media(max-width:1400px) {
	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-1b6d3a19>.elementor-element-populated {
		margin-top: 150px;
	}

	body.cms-id-21 .elementor-22070101 .elementor-element.elementor-element-0e86581 {
		margin-top: -100px;
	}

	body.cms-id-21 .elementor-22070101 .elementor-element.elementor-element-7eb3021 .elementor-heading-title {
		font-size: 42px;
	}

}

@media(max-width:1200px) {
	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-d031739 {
		width: 100%;
	}
}

@media(max-width:1024px) {

	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-43b0a5b,
	.elementor-21070101 .elementor-element.elementor-element-d515f08 {
		display: none;
	}

	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-1b6d3a19>.elementor-element-populated {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media(max-width:767px) {
	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-bd80a3c {
		font-size: 18px;
	}

	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-7eb3021 .elementor-heading-title {
		font-size: 22px;
	}

	body.cms-id-22 .elementor-22070101 .elementor-element.elementor-element-670d5b87 .elementor-heading-title {
		font-family: 'Avenir-Black', sans-serif;
		white-space: normal;
	}
}

/*--------[Parade landing page Nebraska] -------*/

body.cms-id-24 .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif;
}

body.cms-id-24 #wrapper .breadcrumb {
	display: none;
}

body.cms-id-24 #main .page-header {
	margin-bottom: 0;
}

body.cms-id-24 #wrapper {
	padding-top: 0;
}

/*formulaire de contact*/
body.cms-id-24 .elementor-element-8ec37eb>div:nth-child(1) {
	padding: 0px !important;
}

body.cms-id-24 .wpcfu h3 {
	display: none;
}

body.cms-id-24 .wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
	height: 55px;
}

body.cms-id-24 span.ets_cfu_span {
	display: none;
}

body.cms-id-24 form ::placeholder {
	color: #1b2a31;
}

body.cms-id-24 .wpcfu .form-control {
	background-color: #e7e7e7;
	font-size: 15px;
	font-family: 'Avenir-Medium', sans-serif;
	color: #1b2a31;
	box-shadow: 5px 5px 5px #1b2a311a;
}

body.cms-id-24 form textarea {
	resize: none;
	height: 100% !important;
	font-size: 15px !important;
	padding-top: 10px !important;
}

body.cms-id-24 form .wpcfu input:checked {
	background-color: #859d7b;
}

body.cms-id-24 .ets_cfu_box {
	margin-bottom: 0;
}

body.cms-id-24 .wpcfu label {
	margin-bottom: 25px;
}

body.cms-id-24 .rgpd>span:nth-child(1)>span:nth-child(1)>label:nth-child(1) {
	margin-bottom: 0;
}

body.cms-id-24 .ets_cfu_form-control.ets_cfu-submit {
	width: 100%;
	background-color: #e94700;
	border-radius: 40px;
	padding: 10px 20px;
	font-size: 1rem;
}

body.cms-id-24 .ets_cfu_form-control.ets_cfu-submit:hover {
	background-color: #1b2a31;
}

body.cms-id-24 form .g-recaptcha {
	margin-left: 5px;
	margin-top: 10px;
}

body.cms-id-24 .elementor-24070101 .elementor-element.elementor-38d3c472>.elementor-element-populated {
	padding: 80px 0px 80px 35%;
}

body.cms-id-24 #effectif p {
	margin-bottom: -18px;
	font-size: 15px;
}

/*formulaire*/
body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-38d3c472>.elementor-element-populated {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
}

body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-38d3c472 {
	margin-top: 0;
}

body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-670d5b87 .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif;
	white-space: nowrap;
}

@media(min-width:1701px) {
	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
		padding: 80px 0px 80px 35%;
	}
}

@media(max-width:1700px) {
	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-d031739>.elementor-element-populated {
		padding: 80px 0px 80px 10%;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-38d3c472>.elementor-element-populated {
		margin-bottom: 50px;
		padding: 50px;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-40b65e0>.elementor-element-populated {
		margin-right: 50px;
	}
}

@media(max-width:1400px) {
	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-38d3c472>.elementor-element-populated {
		margin-top: 150px;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-0e86581 {
		margin-top: -100px;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-7eb3021 .elementor-heading-title {
		font-size: 42px;
	}

}

@media(max-width:1200px) {
	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-d031739 {
		width: 100%;
	}
}

@media(max-width:1024px) {

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-43b0a5b,
	.elementor-21070101 .elementor-element.elementor-element-d515f08 {
		display: none;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-38d3c472>.elementor-element-populated {
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media(max-width:767px) {
	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-bd80a3c {
		font-size: 18px;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-7eb3021 .elementor-heading-title {
		font-size: 22px;
	}

	body.cms-id-24 .elementor-24070101 .elementor-element.elementor-element-670d5b87 .elementor-heading-title {
		font-family: 'Avenir-Black', sans-serif;
		white-space: normal;
	}
}

/*--------[Parade landing page Salon virtuel : formulaire] -------*/


body.cms-id-35 .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif;
}

body.cms-id-35 #wrapper .breadcrumb {
	display: none;
}

body.cms-id-35 #main .page-header {
	margin-bottom: 0;
}

body.cms-id-35 .wpcfu h3 {
	display: none ! important;
}

body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-cce2c3f>.elementor-element-populated>.elementor-background-overlay {
	opacity: 0.8;
}

body.cms-id-35 .form-control {
	background: white;
	color: #000;
	border: solid 1px black;
}

body.cms-id-35 .ets_cfu_form-control.ets_cfu-submit {
	background: #E94700 !important;
	padding: 10px 25px;
	font-size: 16px;
}

body.cms-id-35 .ets_cfu_form-control.ets_cfu-submit:hover {
	background: #072129 !important;
	transition: all .4s ease;
}

body.cms-id-35 .wpcfu #champs-requis p {
	font-size: 13px;
}

body.cms-id-35 .wpcfu span.ets_cfu_span {
	/* width: 15%;
	align-self: center; */
	font-size: 15px;
}

body.cms-id-35 .wpcfu input {
	margin-right: 10px;
}

body.cms-id-35 .ets_cfu_input {
	text-align: left !important;
}

body.cms-id-35 .wpcfu-list-item-label label {
	font-size: 15px;
	font-weight: 600;
	color: black;
}

body.cms-id-35 .wpcfu label :not(label) {
	font-weight: 600;
	font-size: 15px;
	color: black;
}

body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-546d754d:not(.elementor-motion-effects-element-type-background)>.elementor-element-populated {
	background-color: rgba(255, 255, 255, 0.83);
}


body.cms-id-35 .elementor-element-546d754d {
	width: 70%;
	margin: 0 auto;
}

/* .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:inherit;
} */

/* body.cms-id-35  .wpcfu .ets_cfu_input_checkbox label{
	flex-wrap: nowrap !important;
} */
/* @media(max-width:1820px){
	body.cms-id-35 .wpcfu span.ets_cfu_span{
		width: 20%;
	}
}
@media(max-width:1480px){
	body.cms-id-35 .wpcfu span.ets_cfu_span{
		width: 100%;
	}
	body.cms-id-35 .wpcfu span.ets_cfu_form-control-wrap {
		width: 100%;
	}
} */
@media(max-width:1500px) {
	/* body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-393c5de {
    padding: 0px 0px 0px 0px;
}
body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-546d754d > .elementor-element-populated{
	padding: 40px 20px 0px 20px;
}
body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-54d71fb > .elementor-widget-container{
	padding: 0;
}

body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-546d754d > .elementor-element-populated{
	margin: 70px -100px 70px 55px;
} */
}

@media(max-width:1280px) {

	/* body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-546d754d{
		width: 100%;
	} */

	body.cms-id-35 .elementor-element-546d754d {
		width: 100%;
	}

	/* body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-546d754d > .elementor-element-populated {
		margin: 20px;
	}
	body.cms-id-35 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding: 30px;
	} */
	/* body.cms-id-35 .elementor-element-1a56ed5c{
	background-image: url("/img/cms/Parade%20Salon%20Virtuel/logo-orange.png");
	background-repeat: no-repeat;
	background-position: center;
	} */

}

@media(max-width:980px) {
	body.cms-id-35 .elementor-35070101 .elementor-element.elementor-element-393c5de {
		padding: 0;
	}
}

@media(max-width:700px) {
	body.cms-id-35 .elementor-element-1a56ed5c {
		background-image: none !important;
	}

	body.cms-id-35 .elementor-element-546d754d {
		width: 90%;
	}
}

/*--------[Parade landing page Salon virtuel] -------*/
body.cms-id-36 .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif !important;
}

body.cms-id-36 .elementor-button-text {
	font-family: 'Avenir-medium', sans-serif !important;
}

body.cms-id-36 #wrapper .breadcrumb {
	display: none;
}

body.cms-id-36 #main .page-header {
	margin-bottom: 0;
}

body.cms-id-36 {
	font-family: 'Avenir-Roman', sans-serif;
}

body.cms-id-36 p.video-title {
	font-family: 'Avenir-Black', sans-serif !important;
	color: black !important;
	font-size: 21px !important;
	text-transform: uppercase;
	line-height: 33px !important;
}

body.cms-id-36 .video-title span {
	font-family: 'Brownhill Script';
	color: black;
	font-size: 55px;
	text-transform: none;
}

body.cms-id-36 .elementor-element-f7dc8df .titre-histoire {
	font-size: 45px !important;
	font-weight: 600 !important;
	line-height: 45px !important;
	font-family: 'Avenir-bold', sans-serif !important;
}

body.cms-id-36 .elementor-element-f7dc8df .manuscrit {
	font-family: 'Brownhill Script';
	font-size: 115px !important;
	font-weight: normal;
	line-height: 100px !important;
}

body.cms-id-36 .elementor-element-707ee13 .texte-histoire {
	width: 55%;
	font-family: 'Avenir-Roman', sans-serif !important;
}

@media(max-width:1200px) {
	body.cms-id-36 .elementor-element-f7dc8df .manuscrit {
		font-size: 105px !important;
	}

	body.cms-id-36 .elementor-element-707ee13 .texte-histoire {
		width: 80%;
	}
}

@media(max-width:1080px) {
	body.cms-id-36 .elementor-element-f7dc8df .manuscrit {
		display: inline-block;
	}

}

@media(max-width:480px) {
	body.cms-id-36 .elementor-element-f7dc8df .manuscrit {
		font-size: 80px !important;
	}

	body.cms-id-36 .elementor-element-f7dc8df .titre-histoire {
		font-size: 35px !important;
		line-height: 35px !important;
	}

	body.cms-id-36 .elementor-element-707ee13 .texte-histoire {
		width: 100% !important;
	}

}

body#module-prestablog-blog .fancybox-wrap {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	width: 50vw !important;
	height: 30vw !important;
	transform: translate(-50%, -50%) !important;
}

body#module-prestablog-blog .fancybox-skin,
body#module-prestablog-blog .fancybox-outer,
body#module-prestablog-blog .fancybox-inner {
	width: 100% !important;
	height: 100% !important;
}

body#module-prestablog-blog .fancybox-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
}

@media(max-width:991px) {
	body#module-prestablog-blog .fancybox-wrap {
		width: 90vw !important;
		height: 55vw !important;
	}
}

#tab-content ul {
	list-style: disc;
	padding-left: 15px;
}

/*--------[Parade landing page jeu concours t-shirt] -------*/
body.cms-id-44 #wrapper .breadcrumb {
	display: none !important;
}

body.cms-id-44 .wpcfu label {
	color: #072129;
}

body.cms-id-44 .wpcfu h3 {
	display: none !important;
}

/* body.cms-id-44 .elementor-widget-heading .elementor-heading-title {
	font-family: 'Avenir-Black', sans-serif !important;
	font-size: 45px;
} */
body.cms-id-44 .wpcfu input,
body.cms-id-44 .wpcfu select {
	background-color: white;
	border: solid 1px #072129;
}

body.cms-id-44 .wpcfu-list-item-label label {
	font-size: 1rem;
	font-weight: 600;
	color: #072129;
}

body.cms-id-44 .wpcfu label :not(label) {
	font-weight: 600;
	font-size: 1rem;
	color: #072129;
}

body.cms-id-44 span.ets_cfu_span {
	font-size: 1rem;
}

body.cms-id-44 .wpcfu label {
	margin-bottom: 35px;
}

body.cms-id-44 .ets_cfu-radio .ets_cfu-list-item.each_a_line {
	max-height: 15px;
}

body.cms-id-44 .wpcfu .reglement label,
body.cms-id-44 .wpcfu .newsletter label {
	margin-bottom: 0 !important;
}

body.cms-id-44 .ets_cfu_form-control.ets_cfu-submit {
	background-color: #e84916;
	border-radius: 40px;
	padding: 10px 50px;
	font-size: 1rem;
	border: none;
}

body.cms-id-44 .ets_cfu_form-control.ets_cfu-submit:hover {
	background-color: #000000e0;
	border: none;
}

body.cms-id-44 .wpcfu input {
	margin-right: 10px;
}

body.cms-id-44 .elementor-element-fa66284 {
	width: 70%;
	margin: 0 auto;
}

body.cms-id-44 .wpcfu #required p {
	font-size: 13px;
}

body.cms-id-44 .wpcfu #link-rules a {
	color: #e84910;
	text-decoration: underline;
}

@media(max-width:1280px) {

	body.cms-id-44 .elementor-element-fa66284 {
		width: 100%;
	}

}

@media(max-width:980px) {

	body.cms-id-44 .elementor-35070101 .elementor-element.elementor-element-393c5de {
		padding: 0;
	}
}

@media(max-width:700px) {
	body.cms-id-44 .elementor-element-1a56ed5c {
		background-image: none !important;
	}

	body.cms-id-44 .elementor-element-fa66284 {
		width: 100%;
	}

	body.cms-id-44 .elementor-widget-heading .elementor-heading-title {
		font-size: 25px;
	}

	body.cms-id-44 .wpcfu label {
		margin-bottom: 20px;
	}
}


/*--------[Parade landing page Facom : page marque] -------*/



body.cms-id-48 #wrapper .breadcrumb {
	display: none;
}

body.cms-id-48 #main .page-header {
	margin-bottom: 0;
	display: none;
}

body.cms-id-48 .elementor-heading-title {
	font-family: 'din-condensed', sans-serif;
}

body.cms-id-48 #wrapper {
	padding-top: 0;
	background-color: black;
}

body.cms-id-48 .elementor-48070101 .elementor-element.elementor-element-5475f19:not(.elementor-motion-effects-element-type-background)>.elementor-element-populated {
	background-color: black;
}

body.cms-id-48 .page-cms-48 {
	position: relative;
	background-color: black;
}

body.cms-id-48 .page-cms-48::before {
	content: "";
	position: absolute;
	background: top left / auto url("../img/background-top-facom.png") no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

body.cms-id-48 .elementor-48070101 .elementor-element.elementor-element-5475f19:not(.elementor-motion-effects-element-type-background)>.elementor-element-populated {
	box-shadow: 0px 0px 50px 10px #0b0b0b;
}

body.cms-id-48 .page-cms-48::after {
	content: "";
	position: absolute;
	background: top left / auto url("../img/background-top-facom.png") no-repeat;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: rotate(180deg);
}

body.cms-id-48 .page-cms-48 .elementor {
	position: relative;
	z-index: 2;
}

body.cms-id-48 #facom-button {
	font-family: 'din-condensed', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #e60003!important;
	color: #F0F0F0;
}

body.cms-id-48 #facom-button .fa-angle-right {
	color: black;
}

body.cms-id-48 .elementor-48070101 .elementor-element.elementor-element-ecc11b6 .elementor-heading-title {
	font-family: 'din-condensed', sans-serif;
	text-transform: uppercase;
	font-weight: 400 !important;
}


body.cms-id-48 .elementor-48070101 .elementor-element.elementor-element-2f824e4 {
	font-family: 'din-condensed', sans-serif;
	font-size: 2.6rem;
}

body.cms-id-48 .text-content-facom {
	font-family: 'din-condensed', 'Arial', sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 300;
}

body.cms-id-48 .title-product-facom {
	display: flex;
	justify-content: center;
}

body.cms-id-48 .title-product-facom .elementor-image-box-title {
	font-family: 'Avenir-Black', sans-serif;
	font-size: 25px;
	letter-spacing: 1px;
}

body.cms-id-48 .title-product-facom .elementor-image-box-img {
	width: 100% !important;
}

/*--------[Parade landing page FACOM (contact)] -------*/


body.cms-id-55 .page-cms-55 {
	position: relative;
	background-color: transparent;
}

body.cms-id-55 #wrapper {
	background-image: url("../img/background-top-facom.png");
	background-position: top left;
	background-repeat: no-repeat;
}

/*
body.cms-id-55 main {
	background-image: url("../img/background-top-facom.png");
	background-position: top left;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
*/

body.cms-id-55 .page-cms-55 .elementor {
	position: relative;
	z-index: 2;
}


/*--------[Parade landing page FAQ] -------*/

body.cms_id_78 .elementor-widget-heading h2.elementor-heading-title{
	color:#E94700;
}

/*--------[Parade landing page Formulaire commerciaux] -------*/

body.cms-id-80 #wrapper, body.cms-id-80 .page-content.page-cms{
	background:transparent;
}
body.cms-id-80 .elementor-text-editor p{
	font-size: 16px!important;
	font-weight:400!important;
}
body.cms-id-80 .page-content.page-cms #ancre_form{
	width: 305px;
	background: #E94700;
	border-radius: 30px;
	color: #fff;
	padding: 15px 35px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
	text-align: center;
}

body.cms-id-123 #wrapper {
	background-image: url('https://www.parade-protection.com/img/cms/Spulse/PARADE_PULSE_ONE_FOND_VISUEL_HD_02 (1)(1).jpg');
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:0;
}
body.cms-id-123 #wrapper .breadcrumb{
	background-color:#fff;
	padding-top:25px;
}


/* PAGE CATEGORY FACOM */
/*  */
#category.category-id-149 #js-product-list-top,
#category.category-id-149 .breadcrumb,
#category.category-id-149 .pagination {
	display: none;
}
#category.category-id-149 article#oneArticle{
	width: 230px;
	height: 325px;
	margin: 0 auto;
}
#category.category-id-149 article#oneArticle > div{
	height: 300px;
}
#category.category-id-149 article#oneArticle img{
	width: 100%;
	height: 100%;
	margin: 0;
}
.myOwnContainer {
	margin-top: 5rem;
}

.textShoes {
	background: rgba(0, 0, 0, .9);
	display: flex;
	flex-direction: column;
	max-width: 52%;
	padding-right: 2%;
}

#category.category-id-149 #wrapper {
	background: url('../img/SL_OGUSSA_SHIKAN_BD_04.png') right top 35% no-repeat, #000 left top repeat;
	padding-bottom: 10rem;
}

#category.category-id-149 .textShoes .laMarque {
	border: none;
}

#category.category-id-149 .overLogo {
	text-align: center;
}

.textShoes .knowMore {
	max-width: 500px;
}

#category.category-id-149 .underLogo {
	background: url('../img/facomshoes.png') no-repeat;
	color: #fff;
	padding: 12% 0 5%;
	margin-bottom: 4rem;
	width:100%;
}

#category.category-id-149 #left-column {
	background-color: #fff;
}

#category.category-id-149 #content-wrapper {
	padding-left: 30px;
}

.textShoes .laMarque {
	padding-left: 2rem;
}

#category.category-id-149 h1 {
	color: #fff;
	margin: 1rem 0 5rem 1%;
	font-size: 30px;
	letter-spacing: .9px;

}

#category.category-id-149 .knowMore p,
#category.category-id-149 .knowMore a,
#category.category-id-149 #underFacom,
#category.category-id-149 h1 .underOverButton a {
	color: #fff;
}

#underFacom {
	background-color: #000;
	display: flex;
	padding: 1rem 0;
	align-items: center;
}

.laMarque {
	font-size: 60px;
	line-height: 40px;
	padding: 3rem 2rem 3rem 3rem;
	border-right: 3px solid red;
}

.laMarque,
.knowMore p,
.knowMore a {
	font-family: 'din-condensed';
}

.overButton {
	margin-top: 2rem;
}

.overButton a {
	background: red;
	padding: 12px 20px;
	border-radius: 5px;
	font-weight: 700;
}

.overLogo img {
	width: 100%;
	max-width: 500px;
}

.overButton span {
	color: #000;
	font-weight: 900;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.underOverButton {
	text-align: center;
	margin-top: 5rem;
	font-weight: 700;
}

.underOverButton a {
	padding: 10px 50px;
	background: #E94700;
	color: #fff;
	font-size: 20px;
	letter-spacing: .2px;
}

.knowMore {
	padding-left: 2rem;
}

.knowMore p {
	font-size: 25px;
	letter-spacing: .5px;
	line-height: 30px;
}

.knowMore a {
	letter-spacing: .2px;
	font-size: 20px;

}

.textShoes .overButton {
	margin-bottom: 3rem;
}


@media(max-width:374px) {
	.textShoes .knowMore a{
		font-size: 15px;
	}

}
@media(max-width:700px) {
	#underFacom {
		flex-direction: column;
		padding: 2rem 0;
	}

	.laMarque {
		padding: 2rem 2rem 2rem 3rem;
		border-bottom: 3px solid red;
		border-right: none;
	}

	.knowMore {
		padding-top: 2rem;
	}
}
@media(max-width:767px) {
	.laMarque {
		font-size: 40px;
	}

	.knowMore p,.knowMore a {
		font-size: 18px;
	}
	.textShoes{
		max-width: 100%;
	}
	.elementor-column article .thumbnail-container{
		margin:auto;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.laMarque {
		font-size: 50px;
	}

	.knowMore p,.knowMore a {
		font-size: 20px;
	}
}

@media(max-width:1279px) {
	#category.category-id-149 #wrapper {
		background: #000 left top repeat;
	}
}

/* Emailalert detail Product */
#product .product-add-to-cart #alert_stock .js-mailalert{
	clear: both;
	padding-top: 10px;
}

#product .product-add-to-cart #alert_stock .tabs{
	margin:0;
	padding:0;
}
#product .product-add-to-cart #alert_stock .tabs .js-mailalert button{
	margin-bottom: 20px;
	margin-top: 10px;
}
#product .product-add-to-cart #alert_stock .alert-info{
		border-color: #e94700;
		font-size: 14px !important;
		color: #000;
		margin-top: -25px;
		background:none;
}

#pagenotfound #content{
	text-align:center;
}

/* PAGE FAQ */

.contact-form h1{
	text-transform: uppercase;
	color: #414141;
}


/* SendInBlue Form */

.sib-form{
	background:none!important;
	border: 2px solid #03171e;
}
.cms-id-37 .sib-form{
	border:none;
}
.sib-form__declaration, .sib-form{
	padding:0!important;	
}
.sib-form, .sib-form label, .sib-form__declaration p{
	font-family:inherit!important;
}
#sib-container{
	border:none;
	max-width:100%!important;
}
#sib-form{
	display: flex;
	flex-wrap: wrap;
}
#sib-form > div{
	width:50%;
}
.sib-form__declaration p{
	font-size: 16px!important;
	color:inherit!important;
}
.sib-form .clickable_link, .sib-form .entry__specification{
	color:#e94700!important;
}
.sib-form-block__button{
	background-color:#e94700!important;
}
.sib-form .entry__error, .sib-form .entry__label, .sib-form .entry__specification, .sib-form .form__error{
	max-width:100%!important;
}
#sib-form > div:first-child,
#sib-form > div:nth-child(2),
#sib-form > div:last-child,
#sib-form > div:nth-last-child(1),
#sib-form > div:nth-last-child(2),
#sib-form > div:nth-last-child(3),
#sib-form > div:nth-last-child(4),
#sib-form > div:nth-last-child(5),
#sib-form > div:nth-last-child(6),
#sib-form > div:nth-last-child(7),
body:not(.cms-id-80) #sib-form > div:nth-last-child(8)
{
	width:100%;
}
#sib-form textarea{
	min-height:100px;
}

.cms-id-37 #sib-form > div:first-child,
.cms-id-37 #sib-form > div:nth-child(2),
.cms-id-80 #sib-form > div:first-child,
.cms-id-80 #sib-form > div:nth-child(2){
	display:none;
}
.cms-id-37 #sib-container{
	padding:0;
}

@media(max-width:767px){
	#sib-form > div{
		width:100%;
	}
}

/* DIDOMI */ 

.youtube-container{
	position: relative;
  }
  .youtube-container > iframe{
	display:block;
  }
  
  .youtube-container > .video-consent-overlay{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: black;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
	padding:0 20px;
	color: white;
  }
  .youtube-container .video-consent-overlay-text{
	text-align:center;
  }
  .youtube-container .video-consent-overlay-accept-button{
	margin: 20px 0 0 0;
	padding: 8px 10px;
	background-color: #e94700;
	cursor:pointer;
  }
  
  /* MAJ 1.7.8 */

  #header .header-top{
	background-color: inherit;
  }
  #search_widget form i{
	position:relative;
	padding:0;
  }

  #index .rev_slider_wrapper,
  #index .rev_slider_wrapper > .rev_slider {
	max-width:100%;
  }


  /* Steps banner cart & checkout */

  .step_banner{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	position:relative;
  }
  .step_banner::before{
	content:"";
	width:100%;
	height:2px;
	background: #07212910;
	position:absolute;
	top:30%;
	transform:translateY(-30%);
	z-index:0;
  }
  .step_banner .step_element{
	text-align:center;
	position:relative;
	background:#fff;
	padding: 0 10px;
  }
  .step_banner .step_element .number{
		border-radius: 100%;
		padding: 12px;
		font-weight: bold;
		background: #07212910;
		max-width: 46px;
		margin: auto;
		margin-bottom: 10px;
  }
  .step_banner .step_element.active .number{
	background: #e94700;
	color: #fff;
  }
  .step_banner .step_element .title{
	font-weight:bold;

  }
  .step-number{
	opacity: 0;
  }

  @media(max-width:767px){
	.step_banner{
		display:none;
	}
  }

  #plca-cart-modal .product-prices, #plca-cart-modal #info_delivery_product, #plca-cart-modal #separator_btn{
	display:none;
  }

  #customer-form .custom-checkbox label{
	font-size:12px;
	line-height:18px;
  }