@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/septodon-icon.eot?9dudgr');
    src:    url('../fonts/septodon-icon.eot?9dudgr#iefix') format('embedded-opentype'),
        url('../fonts/septodon-icon.ttf?9dudgr') format('truetype'),
        url('../fonts/septodon-icon.woff?9dudgr') format('woff'),
        url('../fonts/septodon-icon.svg?9dudgr#septodon-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-research:before {
    content: "\e908";
}
.icon-left-arrow-angle:before {
    content: "\e900";
}
.icon-left-chevron:before {
    content: "\e901";
}
.icon-map-pointer:before {
    content: "\e902";
}
.icon-plus-square-button:before {
    content: "\e903";
}
.icon-right-arrow-angle:before {
    content: "\e904";
}
.icon-right-chevron:before {
    content: "\e905";
}
.icon-telephone:before {
    content: "\e906";
}
.icon-youtube-symbol:before {
    content: "\e907";
}
/* header */

header.header{
	position: relative;
	z-index: 4;
	-webkit-transition: margin-bottom 0.1s ease-in;
	-moz-transition: margin-bottom 0.1s ease-in ;
	-ms-transition: margin-bottom 0.1s ease-in ;
	-o-transition: margin-bottom 0.1s ease-in ;
	transition: margin-bottom 0.1s ease-in ;
}
header.header .header-wrapp{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

header.header .block-logo{
	margin-top: 10px;
    text-align: center;
}
header.header .block-logo .logo{
	display: inline-block;
	margin-right: 22%;
	position: relative;
	z-index: 6;
}
header.header .block-logo .logo img{
	max-width: 91px;
}

header.header .block-menu-top > ul > li{
	margin-right: 10px;
	padding-right: 10px;
	height : 80px;
}
header.header .block-menu-top > ul > li > a{
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	display: inline-block;
}
header.header .block-menu-top .menu li{
	display: inline-block;
	
}
header.header .block-menu-top .menu li:last-child{
	margin-right: 0;
}
header.header .block-menu-top .menu li a{
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: inherit;
}
header.header .block-menu-top .menu li a:hover,header.header .block-menu-top .menu li a.is-active, header.header .block-menu-top .menu li.menu-item--active-trail > a{
	color: #e2031a;
}
header.header .block-menu-top .menu li a:before{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #e2031a;
	vertical-align: middle;
	margin-right: 8px;
}
header.header .block-menu-top .menu li ul{
	display: none;
	width: 100%;
    background: #ebebeb;
    left: 0px;
    position: absolute;
    top: 80px;
    padding: 0;
    z-index: 5;
    overflow: hidden;
}
header.header .block-menu-top .menu li.hover ul{
	display: block;
}
header.header .block-menu-top .menu li.hover-active ul{
	display: block;
}
 ul.menu li ul.menu li ul.menu{display: none;} 
header.header .block-menu-top .menu li ul a{
	color: #4f4f4f;
	font-weight: 500;
	font-size: 14px;
	padding: 22px 40px;
	display: inline-block;
	position: relative;
}
header.header .block-menu-top .menu li ul li{
	float: left;
}
header.header .block-menu-top .menu li ul a:hover, header.header .block-menu-top .menu li ul a.is-active{
	background: #f8f8f8;
	color: #e2031a;
	font-weight: 700;
}

header.header .block-menu-top .menu li ul a:hover:before, header.header .block-menu-top .menu li ul a.is-active:before{
	display: none;
}
header.header .block-menu-top .menu li ul li:last-child a:hover:after, header.header .block-menu-top .menu li ul li:last-child a.is-active:after{
	display: none;
}

header.header .block-menu-top .menu li ul a:before{
	width: 1px;
	height: 10px;
	background: #9c9c9c;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 43%;
}
header.header .block-menu-top .menu li ul li:last-child a:after{
	content: '';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #9c9c9c;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 43%;
}
header.header .block-search-top{
	padding-right: 0;
}
header.header .block-search-top .form-submit{
	display: none;
}
header.header .block-search-top .form-search{
	border: none;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	height: 80px;
	width: 100%;
	padding-left: 50px;
	margin: 0;
	border-radius: 0;
	-webkitborder-radius: 0;
	-moz-border-radius: 0;
}
header.header .block-search-top .form-item-keys{position: relative;}
header.header .block-search-top .form-item-keys:before {
	content: "\e908";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    color: #BFBFBF;
    position: absolute;
    top: 31px;
    left: 20px;
}
header.header .block-language {
	padding: 0;
}
header.header .block-language .current{
	padding: 12px 8px;
	text-align: center;
}

header.header .block-language .current a.active-lang{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url('../images/fleche-bas.svg') center 40px no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	overflow: hidden;
	background-size: 9px 7px;
}
header.header .block-language .current.hover a.active-lang, header.header .block-language .current a.active-lang:hover{
	background-color: #C9C8C6;
}
header.header .block-language .current a.active-lang span{
	display: none;
}
/* active flag */
header.header .block-language .current > a:before{
	content: '';
	width: 29px;
	height: 20px;
	display: inline-block;
	background: #fff;
	margin-top: 14px;
	background: url('../images/sprite-big-flag.png') 0 0 no-repeat;
}
header.header .block-language .current > a.fr:before{
	background-position: -30px 0px;
}
header.header .block-language .current > a.en:before{
	/*background-position: -92px -52px;*/
	background: url('../images/usa.svg') 0 0 no-repeat;
	background: url('../images/usa.svg') 0 0  cover;
	background-size: 100% 100%;
}
header.header .block-language .current > a.de:before{
	background-position: 0px -26px;
}

header.header .block-language .current > a.en-gb:before{
	background-position: -60px -52px;
}

header.header .block-language .current > a.fr-be:before{
	background-position: 1px 0px;
}

header.header .block-language .current > a.nl-be:before{
	background-position: 1px 0px;
}

header.header .block-language .current > a.de-at:before{
	background-position: -60px -27px
}

header.header .block-language .current > a.fr-ca:before{
	background-position: -91px -27px
}

header.header .block-language .current > a.en-ca:before{
	background-position: -91px -27px
}

header.header .block-language .current > a.it:before{
	background-position: -29px -52px;
}

header.header .block-language .current > a.in:before{
	background-position: -124px -27px;
}

header.header .block-language .current > a.ie:before{
	background-position: -30px -27px;
}

header.header .block-language .current > a.ga:before{
	background-position: -30px -27px;
}

header.header .block-language .current > a.es:before{
	background-position: 1px -52px;
}

header.header .block-language .current > a.pt-br:before{
	background-position: -91px 0px;
}

header.header .block-language .current > a.zh-hant:before{
	background-position: -124px 0px;
}

header.header .block-language .current > a.nl:before{
	background-position: -60px 0px;
}

header.header .block-language .current > a.pl:before{
	background-position: -124px -51px;
}

header.header .block-language .current > a.ru:before{
	background-position: 1px -76px;
}

/* list flags */
header.header .block-language .current .language-list a:before{
	content: '';
    width: 20px;
    height: 16px;
	display: inline-block;
	margin-top: 0;
}
header.header .block-language .current .language-list-wrapp  a.fr:before{
	background: url("../images/flags/fr.png") 0 0 no-repeat;
	background-size: 100%;
}
header.header .block-language .current .language-list-wrapp  a.en:before{
    /*background: url('../images/usa.svg') 0 0 no-repeat;
    background-size: 100% 100%;*/
	background: url("../images/flags/usa.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.de:before{
	background: url("../images/flags/al.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.bl:before{
	background: url("../images/flags/bl.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.ch:before{
	background: url("../images/flags/ch.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.nd:before{
	background: url("../images/flags/nl.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.br:before{
	background: url("../images/flags/br.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.ir:before{
	background: url("../images/flags/ir.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.os:before{
	background: url("../images/flags/os.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.cn:before{
	background: url("../images/flags/cn.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.in:before{
	background: url("../images/flags/in.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.es:before{
	background: url("../images/flags/sp.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.it:before{
	background: url("../images/flags/it.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.uk:before{
	background: url("../images/flags/uk.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.pl:before{
	background: url("../images/flags/pl.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .current .language-list-wrapp  a.ru:before{
	background: url("../images/flags/ru.png") 0 0 no-repeat;
	background-size: 100%;
}

header.header .block-language .language-list-wrapp{
	background: #fff;
	padding: 31px 2px 31px;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 5;
	border-top: 1px solid #c9c8c6;
	display: none;
}
header.header .block-language .current.hover .language-list-wrapp{
	display: block;
}
header.header .block-language .language-list,header.header .block-language .corporate-link  {
	overflow: hidden;
	max-width: 870px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	
}
header.header .block-language .corporate-link {
	padding-bottom: 15px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #c9c8c6;
}

header.header .block-language .language-list .item{
	width: 20%;
	padding: 0 2px;
	float: left;
}
header.header .block-language .language-list a, header.header .block-language .corporate-link a{
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
header.header .block-language .corporate-link a:before {
	content: '';
	width: 54px;
	height: 58px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 8px;
	background-color: transparent;
	background: url("../images/logo-septodon-link.jpg") 0 0 no-repeat;
	background-size: 100%;
}

.right .adresse p{color: #000000;}
header.header .block-language .language-list a:hover{
	color: #e2031a;
}
header.header .block-language .language-list a:before{
	margin-right: 6px;
	vertical-align: middle;
	margin-top: 0;
}

/* end header */

/* Banner */

#banner-wrapper{
	margin-top: -21px;
}
.block-backblock{
	overflow: hidden;
	background: #f8f8f8;
	float: left;
    width: 100%;
    margin-top: 2px;
}

.block-backblock .breadcrumb-back{
	overflow: hidden;
	position: relative;
}
.block-backblock .breadcrumb-back .page-size > .breadcrumb{
	padding: 18px 0 19px 165px;
}
.breadcrumb-back .breadcrumb ol li{
	display: inline-block;
	color: #000;
	font-size: 12px;
	font-weight: 600;
}
.breadcrumb-back .breadcrumb ol li:last-child{
	color: #e2031a;
}
.breadcrumb-back .breadcrumb li:after{
	display: inline-block;
	content: '/';
	color: #000;
	font-size: 12px;
	font-weight: 600;
	margin-right: 8px;
	margin-left:8px;
}
.breadcrumb-back .breadcrumb li:last-child:after{
	display: none;
}
.breadcrumb-back .breadcrumb li a{
	color: #000;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;

}
.breadcrumb-back .breadcrumb li a:hover{
	color: #e2031a;
}
.block-backblock .breadcrumb-back .back{
	padding-right: 0;
}
.block-backblock .breadcrumb-back .back button{
	display: inline-block;
	background: #ebebeb url('../images/back.svg') 30px center no-repeat;
	padding: 20px 45px 20px 70px;
	position: relative;
	z-index: 4;
	color: #4f4f4f;
	font-size: 14px;
	font-weight: 600;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.block-backblock .breadcrumb-back .back button:hover{
	opacity: 0.8;
}
.block-backblock .breadcrumb-back .back button.behind{
	z-index: 3;
}
.visuel-url{
    position: relative;
    width: 100%;
    max-width: inherit;
	clear: both;
}
.visuel-url h1{
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 36%;
	width: 100%;
	text-align: center;
	font-weight: 800;
	text-shadow: -1px 2px 4px rgba(47, 47, 47, 0.84);
	-webkit-text-shadow: -1px 2px 4px rgba(47, 47, 47, 0.84);
	-moz-text-shadow: -1px 2px 4px rgba(47, 47, 47, 0.84);
	-ms-text-shadow: -1px 2px 4px rgba(47, 47, 47, 0.84);
}
.visuel-url img{
    width: 100%;
    height: auto;
}
/* end Banner */


/* home page */


/* carousel */

.page-front .carousel-hp{
	/*margin-top: -20px;*/
	position: relative;
	overflow: hidden;
}
.page-front .carousel-hp .img{
	width: 100%;
}
.page-front .carousel-hp li{
	position: relative;
}
.page-front .carousel-hp img{
	width: 100%;
}
.page-front .carousel-hp h2{
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	position: absolute;
	top: 35%;
	width: 67%;
	text-align: center;
	z-index: 3;
	left: 50%;
	margin-left: -35%;
	line-height: 1.2;
}
.page-front .carousel-hp .flex-control-paging{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25%;
}
.flex-control-paging li{
	display: inline-block;
	vertical-align: middle;
	height: 24px;
}
.flex-control-paging li a{
	display: inline-block;
	text-indent: 99999px;
	width: 4px;
	height: 4px;
	background: #FFE1E3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	margin: 0 8px;
	vertical-align: middle;
}
.flex-control-paging li a:hover{
	border: 7px solid #db1d29;
	margin: 0 1px;
}
.flex-control-paging li a.flex-active{
	border: 7px solid #db1d29;
	margin: 0 1px;
}

/* end carousel */

/* products type */
.page-front .products-type{
	max-width: 700px;
	margin-top: -31px;
	position: relative;
}
.page-front .products-type .slides a{
	display: table-cell;
	width: 230px;
	background: #e2031a;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	height: 63px;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 2.3px;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
}
.page-front .products-type .slides a:hover{
	background: #ff001a;
}
.page-front .products-type .flex-direction-nav a{
	display: inline-block;
	position: absolute;
	top: 17px;
	width: 31px;
	height: 31px;
}
/*.page-front .products-type .flex-direction-nav a{
	background: url('../images/spite-pdt-slider.png') 0 0 no-repeat;
}*/
.page-front .products-type .flex-direction-nav a.flex-prev{
	left: -80px;
	font-size: 0;
/*	background-position: 0 -31px;
	background: url('../images/l-arrows.svg');
background-size: 100% 100%;*/
}
.page-front .products-type .flex-direction-nav a.flex-prev:before{
    content: "\e901";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 30px;
    width: 31px;
    height: 31px;
    float: left;
    color: #db1d29;
    position: relative;
    top: 2px;
}
/*.page-front .products-type .flex-direction-nav a.flex-prev:hover{
	background-position: 0 0;
}*/
.page-front .products-type .flex-direction-nav a.flex-next{
	right: -55px;
	    font-size: 0;
	/*background-position: -36px -31px;*/
/*		background: url('../images/r-arrows.svg');
background-size: 100% 100%;*/
}
.page-front .products-type .flex-direction-nav a.flex-next:before{
    content: "\e905";
    font-family: 'icomoon' !important;
    line-height: 1;
    font-size: 79px;
    width: 31px;
    height: 31px;
    float: left;
    color: #db1d29;
    position: relative;
    top: -23px;
}
/*.page-front .products-type .flex-direction-nav a.flex-next:hover{
	background-position: -36px 0;
}*/

/* end products type */

/* product description */

.page-front .product-intro{
	margin-top: 37px;
	text-align: center;
	font-size: 16px;
	max-width: 610px;
	line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 24px;
}
.page-front .product-intro:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #db1d29;
}
.page-front .product-intro h3{
	font-size: 18px;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 10px;
}

/* end product description */

/* block product */

.page-front .products-list{
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin-bottom: 50px;
}
.page-front .products-list .items{
	overflow: hidden;
}
.page-front .products-list .item{
	padding: 0;
	padding-right: 15px;
}
/*.page-front .products-list .item:last-child{
	padding-right: 0;
}*/
.page-front .products-list .item .content{
	background: #fff;
	border: 1px solid #d9d9d9;
	position: relative;
	padding-bottom: 80px;
	height: 100%;
}
/*.page-front .products-list img{
	width: 100%;
}*/
.page-front .products-list h2{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	padding: 0 3px;
	line-height: 1.3;
	margin-top: 8px;
	line-height: 1;
	margin-bottom: 7px;
}

.page-front .products-list .body{
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	color: #0f2239;

}
.page-front .products-list a.link{
	display: block;
}
.page-front .products-list a.link img{
	width: 100%;
}
.page-front .products-list a.more{
	display: inline-block;
	color: #db1d29;
	font-weight: 600;
	width: 140px;
	font-size: 12.5px;
	border: 1px solid #db1d29;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px 0;
	vertical-align: bottom;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -70px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
}
.page-front .products-list a.more:hover{
	background: #db1d29;
	color: #fff;
	border: 1px solid #fff;
}
.page-front .products-list a.all-pdcts{
	display: inline-block;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	background: #db1d29;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 220px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	margin-top: 39px;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
}
.page-front .products-list a.all-pdcts:hover{
	background: #ff001a;
}
/* end block product */

/* bock news  */

.page-front .block-news-hp{
	background: #fafafa;
	padding-top: 38px;
	padding-bottom: 43px;
	overflow: hidden;
}
.page-front .news-intro{
	max-width: 600px;
	text-align: center;
	font-size: 16px;
	line-height: 1.3;
}
.page-front .news-intro:after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #db1d29;
}
.page-front .news-intro h3{
	font-weight: 700;
	margin-top: 8px;
	font-size: 18px;
	margin-bottom: 3px;
}
.page-front .newss-list{
	margin-top: 24px;
}

.page-front .news-list{
	max-width: 870px;
	margin-top: 26px;
	position: relative;
}
.page-front .news-list a{
	display: block;
}
.page-front .news-list li .item{
	background: #fff;
	border: 1px solid #e6e6e6;
	position: relative;
	width: 400px;
	float: left;
}
.page-front .news-list li .item:first-child{
	margin-right: 67px;
}
.page-front .news-list li img{
	width: 100%;
}
.page-front .news-list li video{
	width: 100%;
	max-height: 223px;
	height: 100%;
}
.page-front .news-list li .content{
	padding: 30px 30px 50px; 
	text-align: left;
	
}
.page-front .news-list .content h2{
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.page-front .news-list .content .body{
	color: #000;
	font-weight: 500;
	font-size: 14px;
}
.page-front .news-list .content .body span{
	content: '...';
	font-size: 14px;
	color: #db1d29;
}
.page-front .news-list a.more{
	display: inline-block;
	position: absolute;
	font-size: 0;
	bottom: 16px;
    right: 20px;
	width: 24px;
	height: 24px;
	/*background: url('../images/bg-more-news.svg') 0 0 no-repeat;*/
	transition: transform 0.3s ease-in;
	-webkit-transition: transform 0.3s ease-in;
	-moz-transition: transform 0.3s ease-in;
}
.page-front .news-list a.more:before{
content: "\e903";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 26px;
    color: #DB172B;
}
.page-front .news-list a.more:hover{
	-ms-transform: rotate(180deg); 
	-moz-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}
.page-front .news-list .flex-control-paging {
	text-align: center;
	margin-top: 40px;
}
.page-front .news-list .flex-control-paging li a{
	background: #000;
}
.page-front .news-list .flex-control-paging li a.flex-active,.page-front .news-list .flex-control-paging li a:hover{
	background: #fff;
}

.page-front .news-list .flex-direction-nav a{
	position: absolute;
	display: inline-block;
	font-size: 0;
	width: 24px;
	height: 35px;
	top: 42%;
}
/*.page-front .news-list .flex-direction-nav a{
	background: url('../images/spite-pdt-slider.png') 0 0 no-repeat;
}*/
.page-front .news-list .flex-direction-nav a.flex-prev{
/*	background: url('../images/left.svg');
	background-size: 100% 100%;*/
	left: -55px;
}
.page-front .news-list .flex-direction-nav a.flex-prev:before{
	content: "\e900";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 33px;
    color: #E0E0E0;
}
.page-front .news-list .flex-direction-nav a.flex-prev:hover:before{
	color: #FF001A;
}
.page-front .news-list .flex-direction-nav a.flex-next{
/*	background: url('../images/right.svg');
	background-size: 100% 100%;*/
	    right: -55px;}
.page-front .news-list .flex-direction-nav a.flex-next:before{
    content: "\e904";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 36px;
    color: #E0E0E0;

}
.page-front .news-list .flex-direction-nav a.flex-next:hover:before{
	color: #FF001A;
}
.page-front .block-news-hp .all-news{
	display: block;
	width: 220px;
	height: 44px;
	text-align: center;
	margin: 17px auto 10px;
	background: #e2031a;
	color: #fff;
	font-weight: 600;
	font-size: 13px;
	line-height: 44px;
	border-radius: 5px;
	-wenkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: background 0.3s ease-in;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
}
.page-front .block-news-hp .all-news:hover{
	background: #ff001a;
}

/* end bock news  */


/* end home page */

/* page brands */

.page-brands{
	max-width: 784px;
	width: 100%;
	margin: 30px auto 70px;
	float: none;
	overflow: hidden;
	border-bottom: 1px solid #e2031a;
	padding-bottom: 40px;
}
.page-brands .page-brands{
	border-bottom: none;
	max-width: none;
	margin: 0;
	padding: 0;
}
.page-brands .brands-switch{
	text-align: center;
	width: 215px;
	margin: 0 auto;
	overflow: hidden;
}
.page-brands .brands-switch a{
	float: left;
	display: inline-block;
	padding: 10px 20px 8px;
	color: #e2031a;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	border: 1px solid #e2031a;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
}

.page-brands .brands-switch a.active{
	background: #e2031a;
	border-color: #e2031b;
	color: #fff;
}
.page-brands .brands-switch a:hover{
	color:  #ff001a;
}
.page-brands .brands-switch a.active:hover{
	background: #ff001a;
	color: #fff;
}

:lang(zh-hant) .brands-switch a.a-z {
  display:none;
}

.page-brands .list-A-Z{
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #e2031a;
	padding-bottom: 7px;
	margin-bottom: 40px;
}
.page-brands .list-A-Z ul li{
	display: inline-block;
}
.page-brands .list-A-Z li.init{
	display: none;
}
.page-brands .list-A-Z a{
	font-weight: 800;
	color: #000;
	font-size: 22px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 5px;
}
.page-brands .list-A-Z a.is-active,.page-brands .list-A-Z a:hover{
	color: #e2031a;
}
.page-brands .active-letter{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border-bottom: 1px solid #f0818c;
	padding-left: 20px;
	font-size: 50px;
	color: #e2031a;
	font-weight: 700;
}
.page-brands .item-list{
	width: 100%;
	max-width: 700px;
	margin: 30px auto 0;
}
.page-brands .item-list li{
	padding: 0 20px;
}
.page-brands .item-list a{
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height:1.3;
	margin-bottom: 8px;
	background: url("../images/fleche.svg") 100% center no-repeat;
	background-size: 8px 9px;
}
.page-brands .item-list a:hover{
	color: #db1d29;
}
.page-brands .item-list a:before{
	content: '';
	display: inline-block;
	width: 5px;
	height:5px;
	background: #db1d29;
	margin-right: 9px;
	vertical-align: middle;
}

/* end page brands */

/* page brand category */
.page-brands-category{
	padding-bottom: 0;
}
.page-brands-category .accordion-cat{
	margin-top: 40px;
}
.page-brands-category .accordion-cat .accordion-items{
	border-top:1px solid #db1d29 ;
}
.page-brands-category .accordion-items a.category{
	color: #000;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 15px 0;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
	background: #fff;
}
.page-brands-category .accordion-items a.category.active,.page-brands-category .accordion-items a.category:hover{
	color: #db1d29;;
}
.page-brands-category .accordion-items a.category:before{
	content: '';
	display: inline-block;
	width:8px;
	height:8px;
	background: #db1d29;
	vertical-align: middle;
	margin-right: 11px;
}
.page-brands-category .accordion-items a.category:after{
	content: '+';
	display: inline-block;
	font-weight: 300;
	font-size: 60px;
	color: #db1d29;
	vertical-align: middle;
	margin-right: 11px;
	line-height: 50%;
	float: right;
}
.page-brands-category .accordion-items a.category.active:after{
	content: '-';
}
.page-brands-category .accordion-items .sub-cate.active{
	border-top: 1px solid #ee8d94 ;
	padding:30px 40px 20px;
	position: relative;
	overflow: visible;
	z-index:3;
}
.page-brands-category .accordion-items .sub-cate.active:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: -9px;
	left: 67px;
	width: 16px;
	height: 16px;
	background: #fff;
	border: 1px solid #db1d29;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.page-brands-category .accordion-items .item{
	border-bottom: 1px solid #ee8e92;
	padding: 0 25px 8px;
	margin-bottom: 13px;
}
.page-brands-category .accordion-items .item .sub-category{
	display: block;
	overflow: hidden;
	color: #000;
	font-size: 19px;
	font-weight: 800;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.page-brands-category .accordion-items .accordeonContent h3{
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
        text-transform: uppercase;
}
.page-brands-category .accordion-items .accordeonContent h3:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #db1d29;
    vertical-align: middle;
    margin-right: 8px;
}
.page-brands-category .accordion-items .accordeonContent .global-information{font-size: 0.9rem;font-weight: 400; line-height: 1.6; color: #676767;}

.page-brands-category .accordion-items .accordeonContent .body{color: #676767;font-size: 0.9rem;font-weight: 400;line-height: 1.2rem;}
.page-brands-category .accordion-items .accordeonContent .more-itms{    width: 100%;
    display: inline-block;}
.page-brands-category .accordion-items .accordeonContent .more-itms .more {
    color: #DB1D29;
    font-size: 1rem;
    font-weight: 600;
    /*border-bottom: 1px solid;*/
    margin: 15px 0;
    float: left;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.page-brands-category .accordion-items .accordeonContent .more-itms .more:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #DB1D29;
    height: 3px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.page-brands-category .accordion-items .accordeonContent .more-itms .more:hover:before{
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.page-brands-category .accordion-items .accordeonContent .more:hover {
color: #ff001a;
}
.page-brands-category .accordion-items .accordeonContent .fils {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    background: #db1d29;
    border-radius: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 5px;
    width: 140px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin-bottom: 15px;
    transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    -moz-transition: background 0.3s ease-in;
}
.page-brands-category .accordion-items .accordeonContent .fils:hover {
    background: #ff001a;
}
/*.page-brands-category .accordion-items .item .sub-category:hover{
	color: #db1d29;
}*/
.page-brands-category .accordion-items .item .sub-category:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #db1d29;
	vertical-align: middle;
	margin-right: 8px;
}
.page-brands-category .accordion-items .item .pdt{
	padding:0  0 0 22px;
}
.page-brands-category .accordion-items .item .pdt a{
	display: block;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	background: url("../images/fleche.svg") 97% center no-repeat;
	background-size: 8px 9px;
	margin-bottom: 6px;
}
.page-brands-category .accordion-items .item .pdt a:hover{
	color: #db1d29;
	background-image: url("../images/fleche-red.svg");
	background-size: 8px 7px;
}
.page-brands-category .accordion-items .item .pdt a:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #db1d29;
	margin-right: 6px;
	vertical-align: middle;
}



.page-brands-category .accordion-items .accordeonContent{
	height:0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.5s ease-in;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
	-ms-transition: opacity 0.5s ease-in;
}
.page-brands-category .accordion-items .accordeonContent.active{
	height: auto;
	opacity:1;
}

/* end page brand category */

/* page product */

.product-detail{
	overflow: hidden;
	margin-bottom: 50px;
}

.product-detail .product-top{
	background: #f8f8f8;
	padding:28px 0;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
}
.product-detail .product-top > div{
	position: relative;
}
.product-detail .product-top h1{
	font-size: 40px;
	font-weight: 800;
	color: #000;
	margin-bottom: 0;
}
.product-detail .product-top span{
	color: #000;
	font-weight: 500;
	font-size: 18px;
}
.product-detail .product-top a.promotion{
	position: absolute;
	right: 70px;
	top: 33%;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 11px 20px;
	font-weight: 600;
	letter-spacing: 2px;
	background: #db1d29;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-ms-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product-detail .product-top a.promotion:hover{
	background: #ff001a;
}

.product-detail .pdt-banner{
	position: relative;
	text-align: center;
}
.product-detail .pdt-banner img{
	width: 100%;
}
.product-detail .pdt-banner .content{
	position: absolute;
	top: 23%;
	width: 100%;
}
.product-detail .pdt-banner .title{
	color: #fff;
	font-weight: 600;
	font-size: 50px;
	line-height: 1.2;
	font-family: arial;
	font-weight: 400;
}
.product-detail .pdt-banner .legend{
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	font-family: arial;
	font-weight: 400;
}

.product-detail .pdt-content.page-size{
	overflow: hidden;
	margin-top: 46px;
	margin-bottom: 80px;
	float: none;
}
.product-detail .pdt-content .pdt-content-left{
	text-align: center;
	position: relative;
	margin-top: 30px;
}
.product-detail .pdt-content .pdt-content-left img{
	margin-bottom: 100px;
	/*max-width: 70%;*/
}

.product-detail .pdt-content-left .flex-control-nav a{
	background: #000;
}
.product-detail .pdt-content-left .flex-control-nav a.flex-active,.product-detail .pdt-content-left .flex-control-nav a:hover{
	background: #fff;
}
 .product-detail .pdt-content-left .content{
	 position: relative;
 }
.product-detail .pdt-content-left a.zoom{
	position: absolute;
	bottom: 30px;
	left: 15%;
	display: inline-block;
	width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #b6b6b6;
	background: url("../images/bg-search.png") center center no-repeat;
}
.product-detail .pdt-content .pdt-right{
	max-height: 500px;
	    overflow: visible !important;
}
.product-detail .pdt-content .pdt-right h3{
	font-weight: 800;
	font-size: 22px;
	color: #000;
}
.product-detail .pdt-content .pdt-right ul{
	margin: 10px 0;
}
.product-detail .pdt-content .pdt-right li{
	color: #676767;
	font-size: 16px;
	font-weight: 500;
	padding-left: 12px;
	position: relative;
}
.product-detail .pdt-content .pdt-right li:before{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	position: absolute;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	top: 10px;
	left: 0;
	background: #db1d29;
}
/* block broch */
.product-detail .block-brochure-video-doc .borchure-block,.product-detail .block-brochure-video-doc .docs-block {
	background: #eeeeee;
}
.product-detail .block-brochure-video-doc .videos-block{
	background: #f8f8f6;
}
.product-detail .block-brochure-video-doc .videos-block a img{
	max-height: 225px;
}
.product-detail .block-brochure-video-doc h2{
	color: #000;
	font-weight: 800;
	font-size: 20px;
	padding-left: 15px;
	margin-top: 24px;
	margin-bottom: 26px;
	text-align: left;
}

.product-detail .pres{
	position: relative;
	padding-bottom: 30px;
}
.product-detail .block-brochure-video-doc .borchure-block,.product-detail .block-brochure-video-doc .docs-block,.product-detail .block-brochure-video-doc .videos-block{
	-webkit-transition: width 0.3s ease-in,height 0.3s ease-in;
	-moz-transition: width 0.3s ease-in,height 0.3s ease-in;
	-ms-transition: width 0.3s ease-in,height 0.3s ease-in;
	-o-transition: width 0.3s ease-in,height 0.3s ease-in;
	transition: width 0.3s ease-in,height 0.3s ease-in;
}
.product-detail .block-brochure-video-doc .more-content{
	width: 0;
	height: 0;
	overflow: hidden;

}
.product-detail .block-brochure-video-doc .all.borchure-block .more-content,.product-detail .block-brochure-video-doc .all.docs-block .more-content{
	width: 20%;
	height: auto;
	overflow: visible;
}
.product-detail .block-brochure-video-doc .all.videos-block .more-content{
	width: 33.33%;
	height: auto;
	overflow: visible;
}

.product-detail .block-brochure-video-doc .borchure-block .content-2,.product-detail .block-brochure-video-doc .docs-block .content-2{
	width: 50%;
}
.product-detail .block-brochure-video-doc .borchure-block .content-3,.product-detail .block-brochure-video-doc .docs-block .content-3{
	width: 33.333%;
}
.product-detail .block-brochure-video-doc .borchure-block .content-5,.product-detail .block-brochure-video-doc .docs-block .content-5{
	width: 20%;
}
.product-detail .block-brochure-video-doc .videos-block .content-1{
	width: 100%;
}
.product-detail .block-brochure-video-doc .videos-block .content-2{
	width: 50%;
}
.product-detail .block-brochure-video-doc .videos-block .content-3{
	width: 33.333%;
}


.product-detail .block-brochure-video-doc h3{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-top: 10px;
	padding-bottom: 20px;
}
.product-detail .block-brochure-video-doc .docs-block .content a{
	position: relative;
	display: inline-block;
}
.product-detail .block-brochure-video-doc .docs-block .content a img{
	max-width: 100%;
	width: 165px;
	height: auto;
}
.product-detail .block-brochure-video-doc .docs-block h3{
	font-size: 20px;
	font-weight: 800;
	color: #db1d29;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 38%;
}
.product-detail .block-brochure-video-doc .video {
	max-width: 90%;
	margin: 0 auto;
}
.product-detail .block-brochure-video-doc .video h3{
	text-align: center;
	margin-top: 15px;
}
.product-detail .block-brochure-video-doc .docs-block.pres{
	padding-bottom: 87px;
}
.product-detail .block-brochure-video-doc a.more{
	background: url("../images/bg-more-news.svg") 0 0 no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	bottom:20px;
	right: 20px;
	transition: transform 0.3s ease-in;
	-webkit-transition: transform 0.3s ease-in;
	-moz-transition: transform 0.3s ease-in;
}
.product-detail .block-brochure-video-doc a.more:hover{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* end block broch */
.product-detail .related{
	clear: both;
	overflow: hidden;
	padding-top: 50px;
	text-align: center;
	
}
.product-detail .related .content{
	float: none;
	max-width: none;
}
.product-detail .related h2{
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 50px;
}
.product-detail .related h3{
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-top: 30px;
	letter-spacing: 1.5px;
}
.product-detail .related img{
	max-width: 75%;
}
.product-detail .related .column{
	vertical-align: top;
	float: none;
    display: inline-block;
}
.item.large-3.medium-6.small-12.column.has-for {
    display: block !important;
    float: left !important;
}
.product-detail .block-brochure-video-doc{
	padding: 0;
}
.product-detail .block-brochure-video-doc .page-size{
	overflow: hidden;
	max-width: none;
	padding:0;
}
.product-detail .block-brochure-video-doc .all .borchure,.product-detail .block-brochure-video-doc .all .video,.product-detail .block-brochure-video-doc .all .docs{
	overflow: hidden;
}
.product-detail .block-brochure-video-doc .pres .content{
	text-align: center;
}
.product-detail .block-brochure-video-doc .pres .content:last-child{
	float: left;
}
.product-detail .block-brochure-video-doc .pres.docs-block .content{
	margin-bottom: 25px;
	float: left;
}
.product-detail .block-brochure-video-doc .pres.docs-block .content.more-content{
	margin-bottom: 0;
}

.product-detail .block-brochure-video-doc .all .content{
	float: left;
	width: 20%;
	padding: 0 1rem;
	margin-bottom: 20px;
	text-align: center;
}
.product-detail .block-brochure-video-doc .all .content a{
	display: block;
}
.product-detail .block-brochure-video-doc .content .img{
	height: 215px;
}
.product-detail .block-brochure-video-doc .content .img img{
	max-height: 100%;
}
.product-detail .block-brochure-video-doc .all{
	position: relative;
	overflow: hidden;
	background: #eee;
}
.product-detail .block-brochure-video-doc .all.active{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.product-detail .block-brochure-video-doc .all:not(.active){
	width: 0;
	height:0;
	overflow: hidden;
}
/*.product-detail .block-brochure-video-doc .all h2{
	margin-top: 30px;
	margin-bottom: 50px;
	padding-left: 1rem;
}*/
.product-detail .block-brochure-video-doc .all .close{
	display: inline-block;
	width: 78px;
	height: 78px;
	background: url('../images/close.png') 0 0 no-repeat;
	position: absolute;
	top: 0;
	right:0;
	z-index: 5;
}
.product-detail .block-brochure-video-doc .all .more{
	display: none;
}
.product-detail .block-brochure-video-doc .all.videos-block .content{
	width: 33.333%;
	padding:0 1rem;
}
.product-detail .p-bottom{
	display: none;
}


/* affiche block */
/*
.product-detail .block-brochure-video-doc .borchure-block.large-12 .content{
	width: 20%;
	float: left;
}
.product-detail .block-brochure-video-doc .borchure-block.large-6 .content{
	width: 33.33%;
	float: left;
}

.product-detail .block-brochure-video-doc .videos-block.large-12 .content{
	width: 33.33%;
	float: left;
	padding:0 0.6rem;
}
.product-detail .block-brochure-video-doc .videos-block.large-6 .content{
	width: 50%;
	float: left;
	padding:0 0.6rem;
}
.product-detail .block-brochure-video-doc .docs-block.large-12 .content{
	width: 20%;
	float: left;
}
.product-detail .block-brochure-video-doc .docs-block.large-6 .content{
	width: 33.33%;
	float: left;
}
*/

/* end page product */

/* page events */
.page-events{
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	margin: 50px auto 100px;
	float: none;
}
.page-events h2{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #acacac;
}
.page-events .content{
	border: 1px solid #d9d9d9 ;
	overflow: hidden;
	float: none;
	position: relative;
	margin-bottom: 20px;
	padding-left: 0;
	min-height: 242px;
}
.page-events .content .img{
	padding-left: 0;
	text-align: center;
}
.page-events .content h3{
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin: 20px 0 9px;
}
.page-events .content li{
	font-size: 16px;
	color: #000;
}
.page-events .content li span{
	font-weight: 600;
}
.page-events .content a.more{
	display: inline-block;
	text-indent: -99999px;
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url('../images/bg-more-news.svg') 0 0 no-repeat;
	transition: transform 0.3s ease-in;
	-webkit-transition: transform 0.3s ease-in;
	-moz-transition: transform 0.3s ease-in;
}
.page-events .content a.more:hover{
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.page-events .content .body{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 30px;
}

/* end page events */

/* page detail events */

.page-detail-events .page-size-medium{
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 40px;
}
.page-detail-events .content ul.time{
	margin-top: 10px;
}
.page-detail-events .content ul.time li {
	font-size: 16px;
	color: #000;
}
.page-detail-events .content ul.time li span {
	font-weight: 600;
}
.page-detail-events .content .body{
	margin-top: 10px;
}

/* page detail events */

/* page detail news */
.page-detail-news .page-size-medium{
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 40px;
}
.page-detail-news .img{
	margin: 0 auto 20px;
	text-align: center;
}
.page-detail-news .content{
	overflow: hidden;
}
.page-detail-news .date{
	font-weight: 600;
	margin-bottom: 10px;
}

/* end page detail news */


/* page login */

.block-local-tasks-block{
	width: 100%;
    max-width: 160px;
	padding-left: 10px;
    position: fixed;
    right: 0;
    top: 45%;
	background-color: #EC1A27;
    z-index: 10;
}

.block-local-tasks-block a{
	color: #0f2239;
	font-size: 18px;
	font-weight:500;
}
.block-local-tasks-block a.is-active,.block-local-tasks-block a:hover{
	    color: #EBEBEB;
}

.block-local-tasks-block ul{
    padding-top: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}
.path-node #content .block-local-tasks-block ul li{float: left;width: 100%;margin: 0 20px 0 0;}
.path-node #content .block-local-tasks-block ul li a{font-size: 15px; color: #ffffff;}
.block-page-title-block{
	margin-bottom: 15px;
	float: none;
	clear: both;
	text-align: center;
	padding: 35px 28px;
	background: #f8f8f8;
	border-top: 1px solid #d6d6d6;
}
.block-page-title-block h1{
	max-width: 1140px;
	margin: 0 auto;
	font-size: 40px;
}
#user-login-form{
	width:100%;
	max-width: 1140px;
	margin: 50px auto 20px;
	float: none;
}
#user-login-form .description{
	font-size: 15px;
	margin: 6px 0 20px;
	font-weight: 500;
}

/* end page login */

/* pager */
.pager{
	overflow: hidden;
}
.pager .pager__items {
	float: right;
}
.pager .pager__items li{
	float: left;
}
.pager .pager__items li.pager__item--ellipsis{    display: none;}
.pager .pager__items li a{
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #d1d1d1;
	background: none;
	color: #c8c8c8;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	border-right: none;
}
.pager .pager__items li:nth-last-child(2) a {
    border-right: 1px solid #d1d1d1;
}
.pager .pager__items li.is-active a{
	background: #e2031a;
	border: none;
	color: #fff;
}
.pager .pager__items li a:hover{
	background: #ff001a;
	border: none;
	color: #fff;
}
.pager .pager__items li:last-child a{
	border-right: 1px solid #d1d1d1;
}

/* end pager */

/* no results */
.no-result{
	font-size: 20px;
	text-align: center;
	padding: 30px 0;
	font-weight: 600;
}

/* footer */

.site-footer-adress{
	background: #c51a25;
	height: 60px;
	overflow: hidden;
}
.site-footer-adress div.block-block-content{
	width: 50%;
	float: left;
	color: #fff;
	/*padding: 10px 0 10px 12%;*/
	padding: 10px 0;
	font-size: 22px;
	overflow: hidden;
}
.site-footer-adress div.block-block-content:first-child{
	font-weight: 400;
	font-size: 13px;
	line-height: 1.3;
	background: #db1d29;
	/*padding-left: 20%;*/
}
.site-footer-adress div.block-block-content:first-child .field{
	width: 100%;
	max-width: 640px;
	float: right;
	padding-left: 180px;
}
.site-footer-adress div.block-block-content:last-child .field{
	padding-left: 153px;
}
.site-footer-adress div.block-block-content:first-child .field:before{

		content: "\e902";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 35px;
    	float: left;
	margin-right: 30px;
		display: inline-block;
	width: 25px;
	height: 36px;
}
.site-footer-adress div.block-block-content:last-child p{
	padding-top: 6px;
	line-height: 1;
	color: #fff;
}
.site-footer-adress div.block-block-content:last-child p[href^=tel]{
	color:#FFF; text-decoration:none;
}

.site-footer-adress div.block-block-content:last-child .field:before{
	content: "\e906";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 39px;
	float: left;
	margin-right: 30px;
	display: inline-block;
	width: 15px;
	height: 36px;
}
.site-footer{
	background: #b11721;
	overflow: hidden;
	height: 60px;
}
.site-footer .block-follow-us{
	padding: 0;
}
.site-footer .block-follow-us ul{
	overflow: hidden;
}
.site-footer .block-follow-us ul li{
	display: block;
	max-width: 33.333%;
	width: 64px;
	height: 60px;
	padding: 0;
	float: left;
}
.site-footer .block-follow-us ul li{
	display: block;
	max-width: 33.333%;
	width: 64px;
	height: 60px;
	padding: 0;
	float: left;
}
.site-footer .block-follow-us ul li span{
	height: 100%;
	width: 100%;
	line-height: 60px;
}
.site-footer .block-follow-us ul li .fa-twitter{
	background: #5ea9dd;
}
.site-footer .block-follow-us ul li .fa-youtube{
	background: #c61422;
}
.site-footer .block-follow-us ul li .fa-facebook{
	background: #375794;
}

.site-footer .block-follow-us ul li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 66px;
}
.site-footer .block-follow-us ul li a .fa-twitter:before{
	color: #fff;
	font-size: 25px;
}
.site-footer .block-follow-us ul li a .fa-facebook:before{
	color: #fff;
	font-size: 25px;
}
.site-footer .block-follow-us .fa-youtube:before{
content: "\e907";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 26px;
    /*float: left;*/
    display: inline-block;
    width: 29px;
    color: #ffffff;
    height: 21px;

}
.site-footer .block-menu-bottom{
	text-align: center;
}
.site-footer .block-menu-bottom ul.menu{
	margin-top: 18px;
}
.site-footer .block-menu-bottom li{
	display: inline-block;
}
.site-footer .block-menu-bottom li:after{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px;
}
.site-footer .block-menu-bottom li:last-child:after{
	display: none;
}
.site-footer .block-menu-bottom li a{
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}


/* end footer */


/* menu mobile */

.menu-mobile{
	width: 50%;
	display: block;
    position: absolute;
    z-index: 1;
    left: -50%;
    top: 0;
    width: 50%;
    padding: 47px 0 0;
	display: none;
    -webkit-transition: left ease-out 0.5s;
    -moz-transition: left ease-out 0.5s;
    -ms-transition: left ease-out 0.5s;
    -o-transition: left ease-out 0.5s;
    transition: left ease-out 0.5s;
}
.menu-mobile.opened{
	left: 0;
}
.menu-mobile > ul{
	padding: 0 20px;
}
.menu-mobile > ul li{
	margin-bottom: 7px;
	line-height: 1;
}
.menu-mobile a{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 20px 12px 25px;
	display: block;
}
.menu-mobile > .menu  li.menu-item--active-trail > a, .menu-mobile a.is-active{
	color: #e2031a;
}


.menu-mobile .menu-item--expanded > a{
	background: url('../images/bg-more-news.svg') 100% center no-repeat;
	background-size: 11px 11px;
}
.menu-mobile a:before {
	content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #e2031a;
    vertical-align: middle;
    margin-right: 8px;
}
.menu-mobile ul ul a{
	font-weight: 400;
	padding-left: 41px;
	background: url('../images/fleche.svg') 99% center no-repeat;
	background-size: 8px 9px;
	border-bottom: 1px solid #ed8e94;
	margin-left: 10px;
	padding-left: 24px;
	padding-right: 9px;
	padding-bottom: 17px;
}
.menu-mobile ul ul a.is-active{
	background: url('../images/fleche-red.svg') 99% center no-repeat;
	background-size: 8px 7px;
}
.menu-mobile ul ul li:last-child a{
	border-bottom: none;
}
.menu-mobile ul ul a:before{
	display: none;
}
.menu-mobile ul ul li{
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
	transition: height ease-out 0.5s, margin-bottom ease-out 0.5s;
	-webkit-transition: height ease-out 0.5s, margin-bottom ease-out 0.5s;
	-moz-transition: height ease-out 0.5s, margin-bottom ease-out 0.5s;
}
.menu-mobile ul li.menu-item--expanded.opened > a{
	background-image: url('../images/croix.svg');
}
.menu-mobile ul li.opened li{
	height: 50px;
	overflow: visible;
}

/* end menu mobile */
/* link a in page detail news */
.page-news .link a{
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 11px 20px;
	font-weight: 600;
	letter-spacing: 2px;
	background: #db1d29;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-ms-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.page-news .link a:hover {
	background: #ff001a;
}
/*--------------------- contact-form --------------------------------*/
#contact-form{    float: left;}
#contact-form h2{
	display: block;
    text-align: left;
    font-size: 1.875rem;
    border-bottom: 1px solid #ededed;
    padding: 16px 40px;margin-bottom: 40px;}
#contact-form label {
    max-width: 185px;
    float: left;
    text-align: right;
    width: 100%;
}
#contact-form label.form-required:after {
content: '*';
    font-size: 22px;
    margin: -8px 0;
    float: right;
    color: #E2031A;

}
#contact-form .form-item-field-message label span{
	font-size: 22px;
	color: #E2031A;
	line-height:1;
}
#contact-form .form-item-field-message label.form-required:after {
	display: none;
}
#contact-form  .right .js-form-type-textarea label  {
    text-align: left;
    padding: 0;
    max-width: 100%;
        margin-bottom: 17px;
}
#contact-form label.error{
    position: absolute;
    top: 33px;
    font-size: 12px;
    max-width: 100%;
    text-align: left;
    left: 47%;
    color: #E2031A;
}
#contact-form  .right .js-form-type-textarea label.error {
    left: 0;
    bottom: -35px;
    top: inherit;
}
#contact-form  .right {
    padding-right: 40px;
}
#contact-form  .right .adresse{
    float: left;
    text-align: left;
    font-size: 18px;
    color: #000000;
	margin-bottom: 20px;
}
#contact-form .form-item{
	float: left;
	width: 100%;
	    margin-bottom: 20px;
	        position: relative;
}
#contact-form .form-item input[type=text], #contact-form .form-item input[type=email]{
    max-width: 245px;
    float: right;
}
div.selector{
    background-color: #fff;
    line-height: 35px;
    height: 45px;
    padding: 0;
    position: relative;
    margin: 0;
    border: 1px solid #dbdbdb;
    width: 100%;
    max-width: 245px;
    float: right;
}
form textarea{
    max-width: 100%;
    height: 236px;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 11px;
    font-size: 14px;
    color: #000;
    border-radius: 0;
}
#contact-form input[type=submit]{
	float: right;
    width: 125px;
    height: 60px;
    margin: 110px 40px 40px 0;
}
#contact-form .left  .mandatory {
    float: left;
    font-size: 14px;
    margin: 0 0 0 47%;
    color: #000000;
}
#contact-form .left  .mandatory  span {
    font-size: 26px;
    margin: -8px 0;
    float: left;
    color: #E2031A;
}
input.error, textarea.error{
    border-color: #E2031A;
}
#cboxOverlay.colorbox-contact-form {
    background-color: rgba(255, 255, 255, 0.9);
}
.colorbox-contact-form #cboxContent{
	-webkit-box-shadow: 0px 0px 20px 9px rgba(236,236,236,1);
-moz-box-shadow: 0px 0px 20px 9px rgba(236,236,236,1);
box-shadow: 0px 0px 20px 9px rgba(236,236,236,1);
}
#colorbox.colorbox-contact-form{
    outline: 0;
    max-width: 900px;
}
#colorbox.colorbox-contact-form #cboxClose{
	width: 77px;
	height: 77px;
	background: #db1d29 url("../images/bg-close-popin.png") center center no-repeat;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	top: 0;
	right: 0;
}
/********************** sitemap-menu ************************/

.sitemap-menu{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 90px;
    padding: 0;
}
.sitemap-menu li.expanded{
	width: 25%;
	float: left;
}
.sitemap-menu li.expanded a{
    color: #e2031a;
    font-size: 20px;
    font-weight: 800;
    z-index: 5;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.sitemap-menu li.expanded a:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #db1d29;
    vertical-align: middle;
    margin-right: 11px;
}
.sitemap-menu li.expanded li{
	width: 100%;
	float: left;
	margin-bottom: 8px;
}
.sitemap-menu li.expanded li li{
	margin-bottom: 0;
	padding-left: 7px;
}
.sitemap-menu li.expanded ul{
	float: left;
	padding-left: 10px;
}
.sitemap-menu li.expanded ul li a{
    color: #000000;
    font-size: 1rem;
    font-weight: 700;
    float: left;
    width: 100%;
	margin-bottom: 10px;
}
.sitemap-menu li.expanded ul li a:hover{
	color: #e2031a;
}
.sitemap-menu li.expanded ul li a:before {
    width: 5px;
    height: 5px;
    border-radius: 150px;
}
.sitemap-menu li.expanded ul ul a{
	font-size: 14px;
	font-weight: 400;
}
.sitemap-menu li.expanded ul ul a:before{
	display: none;
}