@font-face {
    font-family: 'GilroyBold';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype'),
        url('../fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
        url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: border-box;
  }
.bold{
    font-family: 'GilroyBold' !important;
}
body,body *{
    font-family: 'Gilroy'; 
}
body h1,body h2,body h3,body h4,body h5,body h6 {
    font-family: 'GilroyBold' !important;
}
h3.data-block-title a{
    font-family: 'GilroyBold' !important;
}

.orange-btn:not(.non-gradient){
    display: inline-block;
    width: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 1.3;
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
}

.types-view>li.active{
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    line-height: 1.3;
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
}

.orange-btn:not(.non-gradient):after {
    height: 25px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    color: #ff3700;
    z-index: 10;
}

.orange-btn:not(.non-gradient):hover:before{
    left: 0;
    right: auto;
    width: 100%;
}
.orange-btn:not(.non-gradient):hover{
    border-color: transparent;
    color: #fff;
}

.orange-btn:not(.non-gradient):hover:after {
    -webkit-animation: primary-link-dark-icon-color-change .2s ease-in-out;
    animation: primary-link-dark-icon-color-change .2s ease-in-out;
    color: #fff;
}

.data-block-header {
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
    padding: 20px 30px 20px 30px;

}

.data-block-header .data-block-title a{
    color:#fff !important;
    font-size:20px;
}
.data-block-visual {
    margin: 0px 0 10px 0;
}

.data-block-header .data-block-date-category{
    color:#fff;

}

.page-sidebar .product-entry-box, .page-sidebar .banner-paris-box {
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
}

.banner-paris-box {
    margin: 0 0 15px 0;
    padding: 25px;
}

.banner-paris-box h4 {
    color: #fff !important;
    font-size: 1.1em;
    margin-top:0;
    margin-bottom:0;
}

.export-link:hover,.export-link:hover h3, .export-link:hover .sidebar-list-icon, .sidebar-list.sidebar-styled>li a:hover h3, .sidebar-list.sidebar-styled>li a:hover .sidebar-arrow-icon, .sidebar-list.sidebar-styled>li a:hover .sidebar-list-icon {
    color: #b72779 !important;
}
.interactive-model-3d {
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
}
.text-3d {
    background: #430c7a;
}
.website-area span {
    font-size: 1.2em;
}
.data-block-date-category .orange{
    color:rgba(255,255,255,0.7);
}
.data-block-date-category>li:after {
    color:rgba(255,255,255,0.7);
}
.heart:hover{
    color:#fff;
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
}

.blue{
    color:#0072ce !important;
}
.orange-box {
    background-image: url(../images/quote-white.png);
    background-repeat: no-repeat;
    background-position:center center;
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
}

.cookiebar {
    background-color: #3f3f3f;
}
.website-area-wrapper{
    position: absolute;
    right: 590px;
    height: 46px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 3px 0px 3px 0px;
    display:flex;
    align-items: center;
}

.website-area {
    position: relative;
    right: initial;
    top: initial;
    bottom: initial;
    margin:0;
}
.smarter-btn{
    margin-left:15px;
    display:inline-block;
    position:relative;
    padding:3px 0 3px 15px;
    font-size: 1.2em;
    line-height: 1.2;
    background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'GilroyBold';
}
.smarter-btn::after{
    content:"";
    left:0;
    width:3px;
    top:3px;
    bottom:3px;
    margin:auto;
    position:absolute;
    border-radius: 3px;
    left:0;
    background: -webkit-gradient(linear,left top,right bottom,from(#840d81),to(#fe6b45));
    background: linear-gradient(0deg,#840d81,#fe6b45);
}

.overlay-text {
    font-family: 'Gilroy' !important;
}

.main-caption.no-background {
    background:none!important;
}

@media(max-width:1180px){
    .website-area-wrapper{
        display:none;
    }
}

/* Updates */

a.sidebar-title {
    display: block;
    padding: 0px 10px 0px 20px;
    position: relative;
}
.sidebar-title-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: -10px;
    top: 0;
    bottom: 0;
	line-height:1;
    margin: auto;
}
.sidebar-arrow-down-icon {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.product-entry-box h4 {
    color: #fff !important;
    font-size: 1.1em;
}

.orange-opacity-box{
	background:transparent;
	padding:0;
}
.orange-opacity-box .orange-opacity-box-title{
	color:#404040;
	font-size:1.4em;
    font-family: 'GilroyBold';
    margin-bottom:10px;
    display:inline-block;
    line-height: 1.1;
	
}
.normal-list>li {
    padding: 5px 10px 5px 15px;
    white-space: normal;
	position:relative;
	background:transparent;
	font-size:1.1em;
}
.normal-list>li:before{
	width:6px;
	content:"";
	height:6px;
	background:#ff3700;
	left:0;
	top:12px;
	display:block;
	position:absolute;
}
.orange-opacity-box .normal-list{
    margin:0;
}
.orange-opacity-box .normal-list li{
    padding:0;
    margin-bottom:5px;
    background:none!important;
}
.orange-opacity-box .normal-list>li:before{
    display:none;
}
.orange-opacity-box .normal-list li a{
    display:block;
    padding: 5px 0px 5px 0px;
    color: #ff3700;
    font-size:1.1em;
    border-bottom:1px solid #536069;
}

body .overlay-menu,body .customize {
    background: url(../images/editorial.jpg) !important;
    background-size: cover !important;
}

.overlay-menu-btn{
	color: rgba(255, 255, 255, 0.9)!important;
}
.overlay-menu-btn:hover{
	color:#fff;
}
.burger-menu-text{
	width:35px;
	top:0;
	bottom:0;
	margin:auto;
	height:14px;
	margin:auto;
	font-weight:normal;
	left:10px;
	color:#fff;
	right:initial !important;
	font-size: 11px;
}
.customize-area{
	border:0;
}

.overlay-menu-msg,.collapse-content-menu > li > a,.collapse-submenu li a  {

    color: rgba(255, 255, 255, 0.9)!important;

}

.sidebar-navigation-list-wrapper-pop .collapse-submenu li a:hover {
    background-color:#fff;
    color: #b72779 !important;
}


.collapse-content-menu > li > a:hover,.collapse-submenu li a:hover{
	color:#fff;
}
.burger-menu{
	right:10px;
	top:0;
	bottom:0;
	margin:auto;
	background: -webkit-gradient(linear,left top,right top,from(#840d81),to(#fe6b45));
    background: linear-gradient(90deg,#840d81,#fe6b45);
	width:80px;
	border-radius:30px;
	height:34px;
	
}
.burger-menu.highlight{
	background:#840d81;
	border-radius:30px;
}
.burger-line {
    position: absolute;
    top: 0;
    bottom: 0px;
    margin: auto;
    height: 2px;
    margin: auto;
    left: 50px;
    right: 12px;
    background: #fff;
}

.burger-menu.highlight .burger-line,.burger-menu.highlight:hover .burger-line{
    left: 50px;
    right: 12px;
    background: transparent !important;
}
.burger-line:before {
    top: -6px !important;
    background: #fff;
}
.burger-line:after {
    bottom: -6px !important;
    background: #fff;
}

.burger-menu:hover .burger-line{
	background:#fff;
}

.burger-menu:hover .burger-line:before,.burger-menu:hover .burger-line:after{
	background:#fff;
}
.burger-menu.highlight .burger-line:before{
	bottom:7px;
}
.burger-menu.highlight .burger-line:after{
	top:7px;
}

.orange-btn.customize-btn {
    background:rgba(0,114, 206, 1) !important;
}