/*
Theme Name: Justiceinfo
Text Domain: justiceinfo
*/

/*
 * General
 */
@import url("assets/fonts/peignot/css/peignot.css");
@import url("assets/fonts/myriad-pro/css/myriad-pro.css");
@import url("css/form.css");

body{
	color:#333333;
	font-family:MyriadPro;
	letter-spacing:1px;
	font-size:16px;
}
a:hover{
	text-decoration:none;
}
.row{
	margin-bottom:30px;
}
.row.noBottomMargin{
	margin-bottom:0;
}
.row.forceBottomMargin{
	margin-bottom:30px !important;
}


.grecaptcha-badge { 
	visibility: hidden;
}

/*html.sr .load-hidden,*/
/*
.contentConcontentContainer .row {
	visibility: hidden;
}
*/

.marginBottom{
	margin-bottom:30px;
}

/*
 * Links
 */
a,
.jiLink{
	cursor:pointer;
	color:#000;
}
a:hover,
.breadcrumb li:last-child a:hover,
.breadcrumb li:last-child a:hover span,
.jiLink:hover,
.jiLink:focus,
.jiLink:active{
	color:#666;
}
.jiLink.jiLink--grey{
	color:#c3c0bf;
}
.jiLink.jiLink--grey:hover,
.jiLink.jiLink--grey:focus,
.jiLink.jiLink--grey:active{
	color:#9c9695;
}
.jiLink.jiLink--black{
	color:#000;
}
.jiLink.jiLink--black:hover,
.jiLink.jiLink--black:focus,
.jiLink.jiLink--black:active{
	color:#666;
}
.jiLink.jiLink--white{
	color:#fff;
}
.jiLink.jiLink--white:hover,
.jiLink.jiLink--white:focus,
.jiLink.jiLink--white:active{
	color:#cccccc;
}
 
/*
 * Buttons
 */
.jiButton{
	background-color:#ffc72c;
	border:none;
	cursor:pointer;
	color:#000;
	text-transform:uppercase;
}
.jiButton:hover,
.jiButton:focus,
.jiButton:active{
	background-color:#ffdb78;
}
.jiButton.jiButton--grey{
	background-color:#c3c0bf;
}
.jiButton.jiButton--grey:hover,
.jiButton.jiButton--grey:focus,
.jiButton.jiButton--grey:active{
	background-color:#9c9695;
}
.jiButton.jiButton--black{
	background-color:#000;
}
.jiButton.jiButton--black:hover,
.jiButton.jiButton--black:focus,
.jiButton.jiButton--black:active{
	background-color:#666;
}
.jiButton.jiButton--white{
	background-color:#fff;
}
.jiButton.jiButton--white:hover,
.jiButton.jiButton--white:focus,
.jiButton.jiButton--white:active{
	background-color:#cccccc;
}
.jiButton.jiButton--fullWidth{
	display:block;
	text-align:center;
	padding:5px 15px;
	font-size:18px;
}

/*
 * Top Bar
 */
.topBar{
	background-color:#382f2e;
	height:30px;
}
.topBarSocialIcons{
	float:left;
	width:50%;
}
.topBarSocialIcons .socialIcon{
	display:inline-block;
	height:24px;
	line-height:24px;
	width:24px;
	border-radius:12px;
	text-align:center;
	margin-top:3px;
	color:#382f2e;
	font-size:15px;
	margin-right:5px;
}
.topBarLanguages{
	float:right;
}
.topBarLanguages select{
	background-color:#6a6261;
	color:#b7b4b3;
	height:30px;
	border:none;
	padding:0 20px;
	text-transform:uppercase;
	cursor:pointer;
	-weeebkit-appearance:none;
}
.topBarLanguages select option{
	text-transform:uppercase;
}

/*
 * Overlay
 */
.Overlay{
	background-color:rgba(255, 199, 44, 0.9);
	bottom:0;
	left:0;
	position:fixed;
	right:0;
	top:0
}

/*
 * Search
 */
.SiteHeader-search {
    bottom: 0;
    color: #333;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}
.SiteHeader-search.is-visible {
    display: block
}
.SiteHeader-searchContent {
    margin: 0 auto;
    padding-top: 80px;
    position: relative;
    width: 1020px
}
.SiteHeader-searchTitle {
    color: inherit;
    text-align: center;
}
.SiteHeader-searchCloseButton {
    background:transparent;
    border:none;
    font-size:50px;
    display: block;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 34px;
	line-height: 25px;
	cursor:pointer;
}
.SiteHeader-searchField.SiteHeader-searchQueryField,
.SiteHeader-searchField.SiteHeader-searchSubmitButton {
    background-color: transparent;
    border: 0;
    /*border-bottom: 1px solid #333;*/
    color: inherit;
    float: left;
    height: 58px
}
.SiteHeader-searchField.SiteHeader-searchQueryField {
	background-color:#fff;
    font-size: 22px;
    width: 962px;
	outline: none;
	padding:0 10px;
}
.SiteHeader-searchField.SiteHeader-searchQueryField::-moz-input-placeholder {
    color: inherit
}
.SiteHeader-searchField.SiteHeader-searchQueryField:-ms-placeholder {
    color: inherit
}
.SiteHeader-searchField.SiteHeader-searchQueryField::-webkit-input-placeholder {
    color: inherit
}
.SiteHeader-searchField.SiteHeader-searchSubmitButton {
    background-color: #000;
    font-size: 30px;
    width: 58px;
	cursor:pointer;
	color:#fff;
}
.Title.Title--overlay {
    color: #333;
    font-family:Peignot;
    text-transform:uppercase;
    font-size: 48px;
	margin-bottom: 65px;
    text-align: center;
}

/*
 * Header
 */
.headerLogo{
	display:block;
	margin-top:15px;
	width:384px;
}
.headerLogo img{
	width:384px;
}
.headerDescription{
	font-family:Peignot;
	font-size:18px;
	color:#9b9593;
	text-transform:uppercase;
	text-align:center;
	margin:12px 50px 18px;;
}
.headerBar{
	background-color:#c3c0bf;
	height:30px;
	line-height:30px;
}
.headerBar-item{
	background-color:#5f5f5f;
	border-right:1px solid #fff;
	padding:0 12px;
}
.headerBar-item:hover{
	background-color:#86817f;
}
.headerBar-left > .headerBar-item:last-child{
	border:none;
}
.headerBar-item i{
	color:#000;
	margin-right:5px;
}
.headerBar-item--dark i{
	color:#fff;
}
.headerBar-item > a,
.headerBarMenuLabel{
	color:#fff;
	text-transform:uppercase;
}
.navbar-is-fixed-top .headerBarContainer{
	position:fixed;
	top:0;
	z-index:1000;
	background-color:#c3c0bf;
	border:none;
}
.navbar-is-fixed-top .header .row{
	margin-bottom:0;
}
.navbar-is-fixed-top .headerBar-logo{
	display:block;
	overflow:hidden;
	height:30px;
	width:30px;
}
.navbar-is-fixed-top .headerBar-logo img{
	height:33px;
	display:block;
}
.headerBarMenuButton,
.headerBarLocations,
.headerBarMenu,
.headerBarHelpUs,
.headerBarNewsletter,
.headerBarSearch{
	display:inline-block;
	margin:0;
	padding:0;
}
.headerBar-left{
	float:left;
}
.headerBar-right{
	float:right;
}
.headerBarMenuButton{
	padding: 0 10px;
	text-align:center;
	cursor:pointer;
}

.headerBarLocations{
	background-color:#5f5f5f;
	color:#fff;
	padding:0 10px;
	position:relative;
	cursor:pointer;
}
.headerBarLocations:after{
	content:'\f078';
	font-family:"Font Awesome 5 Free";
	font-weight:bold;
	height:29px;
	margin-left:5px;
	padding:0;
	display:block;
	float:right;
}
.headerBarLocations .countryList{
	display:none;
	position:absolute;
	background-color:#9b9593;
	left:0;
	z-index:100;
	width:350px;
	max-height:400px;
}
.headerBarLocations.is-active .countryList{
	display:block;
}
.headerBarLocations.is-active:after{
	content:'\f077';
}
.headerBarLocations .countryList ul,
.headerBarLocations .countryList li{
	list-style-type:none;
	padding:0;
	margin:0;
}
.headerBarLocations .countryList li ul{
	padding:0 0 0 20px;
	margin:0;
}
.headerBarLocations .countryList ul li a{
	color:#fff;
	display:block;
	padding:6px 10px;
	line-height:22px;
}
.headerBarLocations .countryList .parentLocation > a{
	text-transform:uppercase;
	font-weight:bold;
}
.headerBarLocations .countryList .focusList a{
	text-transform:uppercase;
	font-weight:bold;
}
.headerBarLocations .countryList .focusList a:before{
	content:'FOCUS : ';
}
.headerBarLocations .countryList .locationList{
	border-top:1px solid #ccc;
	padding-bottom:10px;
	padding-top:10px;
	margin-top:10px;
}

.headerBarLocations span{
	padding:0 5px;
	text-transform:uppercase;
}

.headerBarSearch{
	float:right;
	text-align:center;
	cursor:pointer;
	padding-right: 10px;
	font-size: 17px;
	text-transform:uppercase;
}
.headerBarHelpUs{
	background-color:#ffe4a1;
	padding:0 10px;
}
.headerBarHelpUs:hover{
	background-color:#f5db90;
}
.headerBarHelpUs a{
	color:#000;
}
.headerBar-logo{
	display:none;
}

/*
 * Content banner
 */
.contentBanner{
	background-color:#e5e5e5;
	background-image:url(../images/background_JI_web-design_banniere-evenementielle.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:131px;
	/*background-size:auto 24px;*/
	text-align:center;
	padding:20px 20px;	
}
.contentBanner *{
	margin-bottom:0;
	text-align:left;
}
.contentBanner h1{
	font-weight:bold;
	text-transform:uppercase;
}
*.contentBanner p{
	font-size:24px;
}

/*
 * Cookies
 */
.CookieNotification{
	background-color:rgba(56,47,46,0.9);
	bottom:0;
	color:#fff;
	font-size:14px;
	left:0;
	padding:10px 0;
	position:fixed;
	right:0;
	z-index:2900;
}
.CookieNotification-text{
	display:block;
	padding:0 64px;
	text-align:center
}
.CookieNotification-text a,
.CookieNotification-text button{
	border:none;
	display:inline-block;
	padding:0 7px;
	height:auto;
	margin:0 3px;
	width:auto;
	line-height: 22px;
	font-size: 14px;
}

/*
 * Sidebar menu
 */
.sidebarContainer{
	background:#382f2e;
	bottom:0;
	color:#fff;
	display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;
	-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
	font-size:22px;
	left:-320px;
	max-width:100vw;
	min-width:320px;
	padding:0;
	position:fixed;
	top:0;
	transition:left 100ms ease-in;
	z-index:1900}
.sidebarContainer.is-hidden{left:-100%;visibility:hidden}
.sidebarContainer.is-deployed{left:0 !important;visibility:visible}

body .sidebarContent > .jspContainer > .jspPane{
	width:320px !important;
}
body .jspVerticalBar,
body .jspTrack{
	background-color:transparent;
}
body .jspDrag{
	background-color:#ffc72c;
	width:10px;
	left:auto;
	right:-8px;
}
.sidebarHeader{
	padding:10px;
	text-transform:uppercase;
}
.sidebarHeaderTitle{
	float:left;
}
.sidebarHeaderClose{
	float:right;
	cursor:pointer;
}
.sidebarSearch{
	height:30px;
	position:relative;
}
.sidebarSearch input{
	height:30px;
	line-height:30px;
	width:100%;
	padding:0 30px 0 10px;
	font-size:18px;
	border:none;
	margin:none;
	display:block;
}
.sidebarSearchIcon{
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:30px;
	line-height:30px;
	font-family: "Font Awesome 5 Free";
	content:"\f055";
	color:#382e2c;
	padding:0 10px;
	font-size:18px;
	background:transparent;
	border:none;
}
.sidebarNewsletter{
	margin:20px 14px;
}
.sidebarNewsletter .newsletterFormTitle{
	font-size: 18px;
	/*padding:0 20px;*/
}
	/*
	 * Menu & textMenu
	 */
	.sidebarMenu .menu,
	.sidebarTextMenu .menu{
		display:block;
		margin:0;
		padding:0;
	}
	.sidebarTextMenu .menu{
		border-top:1px solid #746d6c;
		margin-top:5px;
		padding-top:5px;
	}
	.sidebarMenu .menu li,
	.sidebarTextMenu .menu li{
		list-style-type:none;
		margin:0;
		padding:0;
		font-size:18px;
		text-transform:uppercase;
	}
	.sidebarMenu .menu li:first-child{
		border-top:1px solid #746d6c;
	}
	.sidebarMenu .menu .menu-item.menu-item-has-children li:first-child{
		border-top:none;
	}
	.sidebarMenu .menu > li,
	.sidebarTextMenu .menu > li{
		position:relative;
		padding:6px 14px;
	}
	.sidebarMenu .menu > li{
		border-bottom:1px solid #746d6c;
	}
	.sidebarMenu .menu li a,
	.sidebarTextMenu .menu li a,
	.sidebarMenu .menu li .nav-header,
	.sidebarTextMenu .menu li .nav-header{
		display:block;
		color:#fff;
		cursor:pointer;
	}
	.sidebarMenu .menu > li.current-menu-item > a,
	.sidebarTextMenu .menu > li.current-menu-item > a{
		color:#ffc72c;
	}
	.sidebarMenu .menu > li.current-menu-item > a:before,
	.sidebarTextMenu .menu > li.current-menu-item > a:before{
		content:'';
		display:block;
		float:left;
		border-left:4px solid #ffc72c;
		height:14px;
		margin:5px 7px 0 0;
	}
	.sidebarMenu .menu li > a:hover,
	.sidebarTextMenu .menu li > a:hover{
		color:#ffc72c;
	}
	.sidebarMenu .menu .afp:after{
		position:absolute;
		content:'';
		display:block;
		top:8px;
		right:18px;
		width:100px;
		height:24px;
		background-image:url(images/logo-afp.png);
		background-repeat:no-repeat;
		background-position:right;
		background-size:auto 24px;
		opacity:0.5;
	}
	.sidebarMenu .menu .sub-menu{
		margin:0;
		padding:0;
	}
	.sidebarMenu .menu-item-has-children .menuItemToogle{
		position:absolute;
		width:32px;
		height:30px;
		line-height:30px;
		right:10px;
		top:4px;
		text-align:center;
		font-size:20px;
		font-family:"Font Awesome 5 Free";
		cursor:pointer;
	}
	.sidebarMenu .menu-item-has-children .menuItemToogle:after{
		width:100%;
		height:100%;
		line-height:100%;
		content:"\f107";
		font-weight:900;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .menuItemToogle:after{
		content:"\f106";
	}
	.sidebarMenu .menu-item-has-children .sub-menu{
		margin-top:8px;
		display:none;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .sub-menu{
		display:block;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .sub-menu li{
		margin-left:14px;
	}
	.sidebarMenu .menu-item-has-children .sub-menu li{
		padding:4px 0;
	}

	/*
	 * Locations list
	 */
	.sidebarMenu .js-sidebarCountries{
		max-height:400px;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .countryList a{
		text-transform:none;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .countryList .focusList{
		border-bottom:1px dotted #ccc;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .countryList .focusList,
	.sidebarMenu .menu-item-has-children.visibleItems .countryList .locationList,
	.sidebarMenu .menu-item-has-children.visibleItems .countryList li{
		margin:0;
		padding:5px 0;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .countryList .focusList a,
	.sidebarMenu .menu-item-has-children.visibleItems .countryList .parentLocation > a{
	t	ext-transform:uppercase;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .countryList .focusList a:before{
		content:'FOCUS : ';
	}

	/*
	 * Iconed menu
	 */
	.sidebarIconedMenu{
		margin:0 14px;
	}
	.sidebarIconedMenu .nav{
		display:block;
	}
	.sidebarIconedMenu .menu li {
		margin-top:16px;
		font-size:18px;
		display:block;
	}
	.sidebarIconedMenu .menu li:after {
		content:'';
		display: block;
		clear: both;
	}
	.sidebarIconedMenu .menu li a{
		float:left;
		background-color:#746d6c;
		color:#fff;
		text-transform:uppercase;
		padding:0 10px;
	}
	.sidebarIconedMenu .menu li a:hover{
		background-color:#655f5e;
	}
	
	.sidebarIconedMenu .menu li a:before{
		font-family:"Font Awesome 5 Free";
		margin-right:8px;
	}
	.sidebarIconedMenu .menu li.peopleIcon a:before{
		content:"\f0c0";
		font-weight:900;
	}
	.sidebarIconedMenu .menu li.helpIcon a:before{
		content:"\f164";
		font-weight:900;
	}
	.sidebarIconedMenu .menu li.envelopIcon a:before{
		content:"\f0e0";
		font-weight:900;
	}

	/*
	 * Social icons
	 */
	.sidebarSocialIcons {
		margin:14px; 	
	}
	.sidebarSocialIcons .socialIcon{
		display:inline-block;
		background-color:#fff;
		height:30px;
		line-height:30px;
		width:30px;
		border-radius:15px;
		text-align:center;
		margin-top:3px;
		color:#382f2e;
		font-size:18px;
		margin-right:5px;
	}

/*
 * Primary menu
 */
.primaryMenu{
	float:left;
}
.primaryMenu .nav{
	background-color:#5f5f5f;
	display:block;
	
}
/*
.primaryMenu .nav li{
	display:inline-block;
	line-height:30px;
	border-right:1px solid #999999;
	padding-right:10px;
	margin-left:10px;
}
.primaryMenu .nav li a{
	color:#fff;
	text-transform:uppercase;
}
*/

/*
 * Secondary menu
 */
.secondaryMenu .nav{
	text-align:center;
	display:block;
	margin-top:-15px;
	background-color:#f1f1f1;
	border:1px solid #999999;
}
.secondaryMenu .nav li{
	display:inline-block;
	height:30px;
	line-height:30px;
	border-right:1px solid #999999;
	padding-right:10px;
	margin-left:10px;
}
.secondaryMenu .nav li:first-child{
	margin-left:0;
}
.secondaryMenu .nav li:last-child{
	border-right:none;
	padding-right:0;
}
.secondaryMenu .nav li a{
	text-transform:uppercase;
	font-size:18px;
}

/*
 * Titre de liste
 */
.ListTitle{
	font-size: 24px;
	font-family: MyriadPro;
	text-transform: uppercase;
	border-bottom: 1px solid #9b9593;
	color: #9b9593;
	margin-bottom: 30px;
	padding: 0 0 10px 0;
	line-height: 24px;
}

/*
 * Newsletter form
 */
.newsletterForm{
	color:#000;
}
.newsletterFormTitle{
   background-color:#ffc72c;
   padding:0 36px;
   position:relative;
   text-align:center;
   line-height:30px;
   color:#000;
	cursor:pointer;
}
.newsletterFormTitleIcon{
    position:absolute;
    height:30px;
    line-height:30px !important;
    top:0;
    left:10px;
}
.newsletterFormTitleIcon:last-child{
    left:auto;
    right:10px;
}
.newsletterFormTitle span{
   text-transform:uppercase;
}
.newsletterFormContent{
	display:none;
	position:absolute;
	background-color:#ffc72c;
	z-index:100;
	font-size:16px;
	padding-bottom:10px;
}
.newsletterForm.is-visible .newsletterFormContent{
	display:block;
}
.newsletterForm.is-visible .fa-chevron-down:before{
	content:"\f077";
}
.newsletterFormWrapper{
	padding:10px 10px 2px;
}
.newsletterFormContent a{
	color:#000;
	text-decoration:underline;
}
.newsletterFormContent input[type=email],
.newsletterFormContent input[type=text],
.newsletterFormContent input[type=button],
.newsletterFormContent input[type=submit]{
	line-height:30px;
	height:30px;
}
.newsletterFormContent input[type=email],
.newsletterFormContent input[type=text]{
	-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;
	background-color:#f1e7cc;
	color:#000;
	border:none;
	padding:0 6px;
	width:100%;
}
.newsletterFormContent input[type=submit]{
	background-color:#9b9593;
	border:none;
	color:#fff;
	cursor:pointer;
	display:block;
	padding:0 20px;
	margin:0 auto;
}
.newsletterFormContent .indicates-required{
	display:none;
}
.newsletterFormContent .mc-field-group{
	margin-bottom:10px;
}
.newsletterFormContent .mc-field-group.input-group{
	display:block;
}
.newsletterFormContent .mc-field-group.input-group strong{
	display:block;
}
.newsletterFormContent .mc-field-group ul,
.newsletterFormContent .mc-field-group ul li,
.newsletterFormContent .mc-field-group ul li label{
	margin:0;
	padding:0;
	list-style-type:none;
	float:none;
}
.newsletterFormContent .mc-field-group input[type=checkbox]{
	margin-right:10px;
}
.newsletterFormReadMore{
	margin:0 10px;
}
.newsletterForm #mc_embed_signup div.mce_inline_error{
	color:#6B0505;
	background-color:transparent;
	font-size:14px;
	padding:5px 0 0;
	line-height:18px;
}
.sidebarNewsletter .newsletterFormContent{
	position:static;
}
#mc-embedded-subscribe-form.success .mc-field-group,
#mc-embedded-subscribe-form.success input{
	display:none;
}
#mce-success-response{
	font-weight:bold;
	line-height:22px;
}

/*
 * Pagination
 */
	.pagination{
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	justify-content: center!important;
}
.pagination .page-numbers{
	color: #6c757d;
	background-color: #fff;
	border-color: #dee2e6;
	display: inline-block;;
	padding: .5rem .75rem;
	margin:0;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
.pagination .page-numbers:first-child {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}
.pagination .page-numbers:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}
.pagination .page-numbers.current{
	background-color: #ffc72c;
}
.pagination .screen-reader-text{
	dipsplay:none;
}
.pagination .next .screen-reader-text{
	displday:block;
}

/*
 * Content
 */
.contentContainer{
	margin-top:30px;
	margin-bottom:60px;
}

/*
 * Page title
 */
.pageTitle{
	text-align:center;
	text-transform: uppercase;
	font-family: Peignot;
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom:1px dotted #9b9593; 
}
.pageTitleSeparator{
	display:none;
}
.pageSubTitle{
	display:block;
	font-size: 0.5em;
	line-height: 1em;
	margin-top: 0.5em;
}

/*
 * Sidebars / widgets
 */
ul#sidebar,
ul#sidebar li.widget{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#sidebar li.widget{
	margin-bottom:30px;
}
.widget iframe {
	width: 100%;
}

/*
 * Focus list
 */
.focusListItem a{
	display:block;
	height:100px;
	background-color:#ffc72c;
	color:#333;
	font-weight:bold;
	text-transform:uppercase;
	display:flex;
	font-size:20px;
	line-height:22px;
	text-align:center;
	display:flex;
	justify-content:center;
	margin-bottom:30px;
	align-items: center;
	padding:0 10px;
}
.focusListItem span{
	display:inline-block;
}

/*
 * Breadcrumb
 */
.breadcrumbContainer{
	border-bottom:1px dotted #9b9593;
	padding-bottom:13px;
	margin-bottom:30px;
}
.breadcrumbContainer .row{
	margin-bottom:0;
}
/*
.breadcrumbContainer .moduletable{
	margin-bottom:0;
}
*/
.breadcrumb{
	text-transform:uppercase;
	padding:0;
	margin:0;
	display:block;
	background:none;
	font-size:18px;
}
.breadcrumb ul,
.breadcrumb li{
	display:inline-block;
}
.breadcrumb a,
.breadcrumb span{
	color:#9b9593;
}
.breadcrumb li:last-child a,
.breadcrumb li:last-child span{
	color:#382e2c;
	font-weight: bold;
}
.breadcrumb.breadcrumb--article{
	text-align:right;	
}
.breadcrumb .divider:before {
	content: ">";
	margin-left: 3px;
	margin-right: 3px;
}

/*
 * Article list
 */
.widget-title,
.articleList-title{
	font-size:24px;
	font-family:MyriadPro;
	text-transform:uppercase;
	border-bottom:1px solid #9b9593;
	color:#9b9593;
	margin-bottom:30px;
	padding:0 0 10px 0;
	line-height:24px;
}
.articleList .articleLink{
	margin-bottom:30px;
}
.articleList .row{
	margin-bottom:0;
}

/*
 * Article link
 */
.articleLink{
	display:block;
	position:relative;
	overflow:hidden;
	text-decoration:none !important;
}
.articleLink--podcast:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: '\f2ce';
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #fff;
	display: flex;
	text-align: center;
	font-size: 50px;
	align-items: center;
	justify-content: space-around;
	opacity:0.7;
}
.articleLink-topLabel{
	background-color:#cdcac9;
	display:block;
	height:22px;
	line-height:22px;
	padding:0 10px;
	color:#382f2e;
	text-transform:uppercase;
	text-decoration:none !important;
}
.articleLink-imageContainer {
	display:block;
	padding-bottom:66%;
	position:relative;
}
.articleLink-imageWrapper {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
}
.articleLink-backgroundedImage{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
	background-size:cover;
}
.articleLink-image {
	display:block;
	width:100%;
	height:auto;
	max-width:100%;
}
.articleLink-defaultImage{
	background-image:url(images/ji-visuel-defaut.jpg);
	background-size:cover;
	width:100%;
	height:100%;
}
.articleLink-readingTimeContainer {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index:30;
}
.articleLink:hover .articleLink-readingTimeContainer{
	display:flex;
}
.articleLink-readingTimeContainer:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#382f2e;
	opacity:0.4;
}
.articleLink-readingTime:before {
	font-family:"Font Awesome 5 Free";
	content:'\f017';
	margin-right:5px;
}
.articleLink-readingTime {
	z-index:1000;
	display:block;
	background-color:#fff;
	color:#382f2e;
	padding:3px 8px;
	opacity:0.8;
}
.articleLink-titleContainer{
	position:absolute;
	z-index:20;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	padding:10px;
	text-transform:uppercase;
	font-family:Peignot;
	font-size:18px;
	line-height:18px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,199,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}
.articleLink-title{
	/* max-height:68px; */
	overflow:hidden;
}
.articleLink-text{
	background-color:#382e2c;
	padding:20px 20px 0 20px;
	height:171px;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.articleLink-excerpt{
	font-size:18px;
	font-family:MyriadPro;
	line-height:24px;
	font-weight:bold;
}
.articleLink-author{
	margin-top:6px;
	font-size:14px;
	text-transform:uppercase;
	color:#9b9593;
}
.articleLink-authorName{
	color:#fff;
}
.articleLink-readMore{
	position:absolute;
	bottom:30px;
	right:30px;
	color:#382e2c;
	background-color:#fff;
	font-family:MyriadPro;
	padding:2px 10px;
	text-transform:uppercase;
}
.articleLink--featured .articleLink-titleContainer{
	bottom:auto;
	top:0;
	font-size:40px;
	line-height:40px;
	padding:20px 20px 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc72c+0,ffc72c+100&1+0,0+100 */
	/* background: -moz-linear-gradient(top, rgba(255,199,44,1) 0%, rgba(255,199,44,0) 100%); */ /* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, rgba(255,199,44,1) 0%,rgba(255,199,44,0) 100%); */ /* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, rgba(255,199,44,1) 0%,rgba(255,199,44,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc72c', endColorstr='#00ffc72c',GradientType=0 ); */ /* IE6-9 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,199,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}
.articleLink--featured .articleLink-title,
.articleLink--titleTop .articleLink-title{
	height:auto;
	max-height:none;
}
.articleLink--titleTop .articleLink-titleContainer{
	bottom:auto;
	top:0;
	font-size:28px;
	line-height:28px;
	padding:14px 14px 60px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,199,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}

.articleLink--dossier{
	margin-bottom:30px;
}
.articleLinkInline{
	display:block;
	margin-bottom:15px;
	border-bottom:1px dotted #cccccc;
	padding-bottom:15px;
	line-height:20px;
	color: #382e2c;
	text-decoration: none !important;
}
.articleLinkInline:hover{
	color:#000;
}
.articleLinkInline-publicationDate{
	color:#ffc72c;
	font-weight:bold;
	border-right:1px solid #ccc;
	padding-right:10px;
	margin-right:10px;
}
.articleLinkLarge-title,
.articleLinkLarge-title:hover{
	display:block;
	text-transform:uppercase;
	font-family:Peignot;
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
	color:#333;
}
.articleLinkLarge-author{
	margin-top:15px;
	text-transform:uppercase;
}
.articleLinkLarge-readMore{
	margin-top:20px;
	color: #fff;
	background-color: #382e2c;
	font-family: MyriadPro;
	padding: 2px 10px;
	text-transform: uppercase;
	display:inline-block;
}

/*
 * Video list
 */
.videoList{

}
/*
.videoList .slick-slide{
	width:255px;
	height:125px;
	overflow:hidden;
}
*/
.videoListItem{
	display:block;
	position:relative;
	overflow:hidden;
}
.videoListItem-imageContainer {
	padding-bottom:49%;
	position:relative;
}
.videoListItem-imageContainer:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    display: flex;
    text-align: center;
    font-size: 40px;
    align-items: center;
    justify-content: space-around;
	opacity:0.7;
}
.videoListItem-imageWrapper {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
}
.videoListItem-image {
	display:block;
	width:100%;
	max-width:100%;
}
.videoListItem-title{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#fff;
	text-transform:uppercase;
	font-family:Peignot;
	font-size: 18px;
    padding: 10px 10px 20px;
    line-height: 20px;
	bottom:auto;
	top:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,199,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 ); /* IE6-9 */
}
.videoList .slick-prev,
.videoList .slick-next{
	position:absolute;
	bottom:0;
	z-index:1;
	border:none;
	overflow:hidden;
	width:30px;
	height:40px;
	line-height:40px;
	background-color:#fff;
	opacity:0.8;
	cursor:pointer;
}
.videoList .slick-disabled{
	opacity:0.3;
	cursor:auto;
}
.videoList .slick-prev{
	left:15px;	
}
.videoList .slick-next{
	right:15px;
}
.videoList .slick-prev:before,
.videoList .slick-next:before{
	content:'\f053';
	font-size:24px;
	text-align:center;
	font-weight:bold;
	font-family:"Font Awesome 5 Free";
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
.videoList .slick-next:before{
	content:'\f054';
}
.videoListItem-splash{
	padding-bottom: 56%;
	height: 0;
	max-width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0px;
}	
.videoListItem-splash .splash{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
	background-position: center center;
	background-size: cover;
}
.videoListItem-splash .splash:before{
	font-family: "Font Awesome 5 Free";
    content: "\f144";
	font-weight:normal;
    display:block;
    font-size:64px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-40px 0 0 -34px;
}
.videoListItem-splash iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

/*
 * Article content
 */
.articleText .smcx-widget{
	max-width: none;
}
.articleText .smcx-widget iframe{
	height:inherit;
}
.articleText .smcx-embed > .smcx-iframe-container{
	max-width: none;
}


/*
 * preFooter
 */
.preFooter{
	background-color:#382f2e;
	padding:15px;
	height:60px;
	position:relative;
}
/*
.preFooter:before{
	height:300px;
	top:-300px;
	content:'';
	left:50%;
	width:570px;
	margin-left:-650px;
	position:absolute;
	background-image:url(../images/big-soleil.png);
	background-size:cover;
	background-repeat:no-repeat;
	z-index:-1;
}
*/
.preFooterMenu{
	float:left;
}
.preFooterMenu .menu li{
	margin-right:15px;
}
.preFooterMenu .menu li a{
	height:30px;
	line-height:30px;
	float:left;
	background-color:#746d6c;
	color:#fff;
	text-transform:uppercase;
	padding:0 10px;
}
.preFooterMenu .menu li a:hover{
	background-color:#655f5e;
}
.preFooterMenu .menu li a:before{
	font-family:"Font Awesome 5 Free";
	margin-right:8px;
}
.preFooterMenu .menu li.peopleIcon a:before{
	content:"\f0c0";
	font-weight:900;
}
.preFooterMenu .menu li.helpIcon a:before{
	content:"\f164";
	font-weight:900;
}
.preFooterMenu .menu li.envelopIcon a:before{
	content:"\f0e0";
	font-weight:900;
}
.preFooterNewsletter{
	float:left;
}
.preFooterSocialIcons{
	float:right;
}
.preFooterSocialIcons .socialIcon{
	display:inline-block;
	background-color:#fff;
	height:30px;
	line-height:30px;
	width:30px;
	border-radius:15px;
	text-align:center;
	color:#382f2e;
	font-size:18px;
	margin-right:10px;
}

/*
 * Footer
 */
.footer{
	padding-top:30px;
	padding-bottom:30px;
	color:#6f6c6b;
}
.footerContainer{
	background-color:#e3e1e0;
	/*
	background-image:url(../images/big-soleil.png);
	background-position:-100px 20px;
	background-size:25%;
	background-repeat:no-repeat;
	*/
}
.footerMedia{
	text-align:right;
	margin-right:100px;
}
.footerMedia img{
	width:240px;
	margin-left:20px;
}
.footerSupportTitle{
	text-transform:uppercase;
	padding:0 0 0px 0;
	border-bottom:1px solid #bbbbbb;
}
.footerSupportLogos{
	margin-top:15px;
	height:76px;
}
.footer .slick-initialized .slick-track {
	display: flex;
	align-items: center;
}
.footerSupportLogos .logoListItem img{
	max-height: 77px;
	max-width: 180px;
	margin:0 auto;
}

/*
 * postFooter
 */
.postFooter{
	background-color:#382f2e;
}
.postFooter .menu li:after{
	content:'';
	border-right:1px solid #fff;
	margin-right:10px;
	padding-right:10px;
}
.postFooter .menu li:last-child:after{
	display:none;
}
.postFooter .menu a{
	line-height:30px;
	color:#fff;
}

/* 
 * Back to top
 */
.back-to-top {
	bottom: 35px;
	height: 40px;
	margin: 0;
	position: fixed;
	right: 15px;
	width: 40px;
	z-index: 1000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 350ms;
	-o-transition: opacity 350ms;
	transition: opacity 350ms;
}
.back-to-top.reveal {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 30;
	filter: alpha(opacity=3000);
	cursor: pointer;
}
.back-to-top i {
	color: #333;
	left: 35%;
	margin-top: -15px;
	margin-left: -4px;
	position: absolute;
	top: 50%;
}

/*
 * Survey
 */
.SurveyBanner{
	background-color:#392d2d;
	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
	text-align:center;
	display:none;
}
.SurveyBanner-title{
	color:#fff;
	padding:5px 10px;
	line-height:28px;
	font-size:24px;
	text-transform:uppercase;
}
.SurveyBanner-title span{
	font-weight:bold;
}
.SurveyBanner-close{
	color:#fff;
	position:absolute;
	top:8px;
	right:10px;
	text-align:center;
	text-transform:uppercase;
	cursor:pointer;
}
.SurveyBanner-content{
	background-color:#fff;
	margin:2px 10px 0;
	padding:24px;
}
.SurveyBanner-text{
	font-size:16px;
	color:#989898;
}
.SurveyBanner-text b{
	color:#392d2d;
	font-weight:800;
	font-size:18px;
}
.SurveyBanner-headline{
	color:#000;
	font-size:18px;
	margin:10px 0;
}
.SurveyBanner-cta {
	display:inline-block;
	margin:10px 5px 0;
	padding:5px 10px;
	font-size:20px;
	text-transform:uppercase;
	background-color:#cccccc;
}
.SurveyBanner-cta--black {
	background-color:#392d2d;
	color:#fff;
}
.SurveyBanner-cta--black:hover {
	color:#fff;
}

/*
 * Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px)
{
	.articleLink--condensed .articleLink-titleContainer{
		font-size:18px;
		padding:10px 10px 40px;
		line-height:20px;
	}
	.articleLink--condensed .articleLink-title{
		/* height:57px; */
		overflow:hidden;
	}
}

/*
 * Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) and (max-width: 1198px) {
	
	/*
	 * Article link
	 */
	.articleLink-titleContainer{
		font-size:14px;
		line-height:16px;
	}
	.articleLink-title{
		font-size:16px;
		line-height:16px;
	}
	.articleLink-text{
		padding:10px 10px 0 10px;
		height:116px;
	}
	.articleLink-excerpt{
		font-size:14px;
		line-height:20px;
	}
	.articleLink-author {
		margin-top: 20px;
		font-size: 14px;
	}
	.articleLink-readMore {
		bottom: 12px;
		right: 10px;
	}
	.articleLink--featured .articleLink-titleContainer{
		font-size:30px;
		line-height:30px;
		padding:10px 10px 60px;
	}
	.articleLink--condensed .articleLink-titleContainer{
		font-size:16px;
		line-height:18px;
		padding:5px 5px 10px;
	}
	.articleLink--titleTop .articleLink-title{
		font-size:22px;
		line-height:22px;
	}
	.articleLink--condensed .articleLink-title{
		/*height:54px;*/
		font-size:16px;
		line-height:18px;
	}
	.articleLinkInline{
		margin-bottom:8px;
		padding-bottom:8px;
		line-height:16px;
	}
	.articleLinkInline-publicationDate{
		padding-right:5px;
		margin-right:5px;
	}
	.articleLinkLarge-title,
	.articleLinkLarge-title:hover{
		font-size:22px;
		line-height:22px;
	}
}

/*
 * Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) and (max-width: 991px)
{
	/*
	 * General
	 */
	/*
	body:before{
		content:"medium";
	}
	*/
	.container {
		padding-right: 10px;
		padding-left: 10px;
		max-width: none;
	}
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row {
		margin-right: -10px;
		margin-left: -10px;
		margin-bottom:20px;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	body{
		font-size:14px;
	}
	
	.container.header{
		padding-left:0;
		padding-right:0;
	}
	
	.CookieNotification{font-size:14px}
	.CookieNotification-text a,
	.CookieNotification-text button{
		font-size:14px;
	}

	/*
	 * Content banner
	 */
	.contentBanner h1{
		font-size:26px;
		line-height:26px;
	}
	.contentBanner p{
		font-size:16px;
	}

	
	/*
	 * Header
	 */
	.headerLogo{
		width:300px;
	}
	.headerLogo img{
		width:300px;
	}
	.headerDescription{
		font-size:16px;
	}
	
	/*
	 * Content
	 */
	.contentContainer{
		margin-top:20px;
		margin-bottom:40px;
	}
	
	/*
	 * Sidebar
	 */
	.sidebarContainer{
		font-size:20px;
	}
	.sidebarNewsletter .newsletterFormTitle{
		font-size: 16px;
	}

	/*
	 * Menu & textMenu
	 */
	.sidebarMenu .menu li,
	.sidebarTextMenu .menu li{
		font-size:16px;
	}
	.headerBarSearch-text{
		display:none;
	}

	/*
	 * Iconed menu
	 */
	.sidebarIconedMenu .menu li {
		font-size:16px;
	}
	
	/*
	 * Search
	 */
	.SiteHeader-searchContent{margin:0 10px;width:auto}
	.SiteHeader-searchForm{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}
	.SiteHeader-searchField.SiteHeader-searchQueryField{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:50%}
	.SiteHeader-searchField.SiteHeader-searchSubmitButton{-webkit-flex-shrink:0;-moz-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:auto;padding:0 20px;}

	/*
	 * Overlay
	 */
	.Title.Title--overlay {
		font-size: 38px;
		margin-bottom: 45px;
	}
	
	/*
	 * Information block
	 */
	.informationBlock{
		height:88px;
	}
	.informationBlock-link{
		font-size:12px;
		line-height:14px;
	}
	.informationBlock-link b{
		font-size:18px;
		line-height:20px;
	}

	/*
	 * Page title
	 */
	.pageTitle{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	/*
	 * Article list
	 */
	.moduletable > h3,
	.articleList-title{
		font-size:20px;
		margin-bottom:20px;
		line-height:20px;
	}
	.articleList .articleLink,
	.articleLink--dossier{
		margin-bottom:20px;
	}
	/*
	.articleLink--dossier .articleLink-imageContainer {
		padding-bottom:36.7%;
	}
	*/

	
	/*
	 * Focus list
	 */
	.focusListItem a{
		height:90px;
		font-size:16px;
		line-height:20px;
		margin-bottom:20px;
	}
	
	/*
	 * Breadcrumb
	 */
	.breadcrumbContainer{
		margin-bottom:20px;
	}
	.breadcrumb{
		font-size:16px;
	}
	
	/*
	 * Article link
	 */
	.articleLink-titleContainer{
		font-size:14px;
		line-height:16px;
	}
	.articleLink-title{
		font-size:16px;
		line-height:16px;
	}
	.articleLink-text{
		padding:10px 10px 0 10px;
		height:116px;
	}
	.articleLink-excerpt{
		font-size:14px;
		line-height:20px;
	}
	.articleLink-author {
		margin-top: 20px;
		font-size: 14px;
	}
	.articleLink-readMore {
		bottom: 12px;
		right: 10px;
	}
	.articleLink--featured .articleLink-titleContainer{
		font-size:30px;
		line-height:30px;
		padding:10px 10px 60px;
	}
	.articleLink--condensed .articleLink-titleContainer{
		font-size:14px;
		line-height:16px;
		padding:5px 5px 10px;
	}
	.articleLink--titleTop .articleLink-title{
		font-size:22px;
		line-height:22px;
	}
	.articleLink--condensed .articleLink-title{
		/* height:48px; */
		font-size:14px;
		line-height:16px;
	}
	.articleLinkInline{
		margin-bottom:8px;
		padding-bottom:8px;
		line-height:16px;
	}
	.articleLinkInline-publicationDate{
		padding-right:5px;
		margin-right:5px;
	}
	.articleLinkLarge-title,
	.articleLinkLarge-title:hover{
		font-size:22px;
		line-height:22px;
	}
	
	/*
	 * Video list
	 */
	.videoListItem-title{
		font-size: 14px;
		padding: 5px 5px 10px;
		line-height: 14px;
	}
	.videoList .slick-prev,
	.videoList .slick-next{
		width:30px;
		height:30px;
		line-height:30px;
	}
	.videoList .slick-prev{
		left:10px;	
	}
	.videoList .slick-next{
		right:10px;
	}
	.videoList .slick-prev:before,
	.videoList .slick-next:before{
		font-size:18px;
	}
	
	/*
	 * preFooter
	 */
	.preFooter{
		padding:10px;
		height:50px;
	}
	.preFooterMenu .menu li a:before{
		display:none;
	}
	.preFooterNewsletter{
		float:right;
	}
	.preFooterSocialIcons{
		display:none;
	}
	
	/*
	 * Footer
	 */
	.footer{
		padding-top:20px;
		padding-bottom:20px;
	}
	.footerMedia{
		margin-right:30px;
	}
	.footerMedia img{
		width:180px;
		margin-left:20px;
	}
	.footerSupportLogos {
		height: 50px;
	}
	.footerSupportLogos .logoListItem img{
		max-height: 50px;
		max-width: 130px;
	}

}

/*
 * Small devices
 */
@media (max-width: 767px)
{
	
	/*
	 * Survey banner
	 */
	.SurveyBanner-close{
		position:static;
		display:block;
		margin-top:10px;
		
	}
	
	/*
	 * General
	 */
	body{
		font-size:4.3vw;
	}
	.marginBottom{
		margin-bottom:4vw;
	}
	.container,
	.container-fluid {
		padding-right: 2vw;
		padding-left: 2vw;
	}
	.row {
		margin-right: -2vw;
		margin-left: -2vw;
		margin-bottom:4vw;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-right: 2vw;
		padding-left: 2vw;
	}
	
	.CookieNotification{font-size:4.375vw;padding:3.125vw 0}
	.CookieNotification-text{padding:0 10.625vw}
	.CookieNotification-text a,
	.CookieNotification-text button{
		font-size:4.375vw;
	}
	.jiButton.jiButton--fullWidth{
		padding:3vw 3vw;
		font-size:5vw;
	}
	
	/*
	 * Visual composer
	 */
	.vc_row{
		margin-right: -2vw;
		margin-left: -2vw;
	}
	.vc_column_container>.vc_column-inner{
		padding-right: 2vw;
		padding-left: 2vw;
	}

	/*
	 * List title
	 */
	.ListTitle{
		font-size: 5.5vw;
		margin-bottom: 6vw;
		padding: 0 0 4vw 0;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 4vw;
		padding-left: 0px;
		line-height: 6vw;
	}

	/*
	 * Content banner
	 */
	.contentBanner h1{
		font-size:1.5em;
		line-height:1.1em;
	}
	.contentBanner p{
		font-size:1em;
	}
	
	/*
	 * search overlay
	 */
	.SiteHeader-searchContent {
		margin: 0 3.125vw;
		padding-top: 25vw;
		width: auto;
	}
	.SiteHeader-searchForm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.SiteHeader-searchTitle .Title-content{
		font-size:10vw;
	}
	.SiteHeader-searchForm .SiteHeader-searchQueryField{
		font-size:6vw;
	}
	.SiteHeader-searchField.SiteHeader-searchSubmitButton{
		width:auto;
		padding:0 4vw;
	}

	/*
	 * Top Bar
	 */
	.topBar{
		height:9vw;
	}
	.topBarSocialIcons .socialIcon{
		height:7vw;
		line-height:7vw;
		width:7vw;
		border-radius:3.5vw;
		margin-top:1vw;
		font-size:4vw;
		margin-right:2vw;
	}
	.topBarSocialIcons .socialIcon i{
		height:7vw;
		line-height:7vw;
	}
	.topBarLanguages select{
		height:9vw;
		padding:0 4vw;
	}

	/*
	 * Sidebar
	 */
	.sidebarContainer,
	.sidebarContainer .sidebarContent,
	.sidebarContainer > .jspScrollable > .jspContainer,
	.sidebarContainer > .jspScrollable > .jspContainer > .jspPane{
		width:100vw !important;
	}
	.sidebarContent{
		height:100%;
	}
	.sidebarHeader{
		padding:3vw;
	}
	.sidebarSearch{
		height:10vw;
	}
	.sidebarSearch input{
		height:10vw;
		line-height:10vw;
		padding:0 3vw 0 3vw;
		font-size:4.5vw;
	}
	.sidebarSearchIcon{
		height:10vw;
		line-height:10vw;
		padding:0 3vw;
		font-size:6vw;
		background:transparent;
		border:none;
	}
	.sidebarNewsletter{
		margin:3vw 4vw;
	}
	.sidebarNewsletter .newsletterFormTitle{
		font-size: 5vw;
	}
	/*
	 * Menu & textMenu
	 */
	.sidebarTextMenu .menu{
		margin-top:2vw;
		padding-top:2vw;
	}
	.sidebarMenu .menu li,
	.sidebarTextMenu .menu li{
		font-size:5vw;
	}
	.sidebarMenu .menu > li,
	.sidebarTextMenu .menu > li{
		padding:2vw 3vw;
	}
	.sidebarMenu .menu > li.active a:before,
	.sidebarTextMenu .menu > li.active a:before{
		height:4vw;
		margin:1.3vw 2vw 0 0;
	}
	.sidebarMenu .menu .afp:after{
		top:1.76vw;
		right:4vw;
		width:21vw;
		height:8vw;
		background-size:auto 8vw;
	}
	.sidebarMenu .menu-item-has-children .menuItemToogle{
		width:10vw;
		height:10vw;
		line-height:10vw;
		right:1vw;
		top:1vw;
	}
	.sidebarMenu .menu-item-has-children .sub-menu{
		margin-top:2vw;
	}
	.sidebarMenu .menu-item-has-children.visibleItems .sub-menu li{
		margin-left:5vw;
	}
	.sidebarMenu .menu-item-has-children .sub-menu li{
		padding:1vw 0;
	}

	.sidebarMenu .menu-item-has-children.visibleItems .countryList .focusList,
	 .sidebarMenu .menu-item-has-children.visibleItems .countryList .locationList,
	 .sidebarMenu .menu-item-has-children.visibleItems .countryList li{
		padding:2vw 0;
	 }

	/*
	 * Iconed menu
	 */
	.sidebarIconedMenu{
		margin:0 3vw;
	}
	.sidebarIconedMenu .menu li {
		margin-top:5vw;
		font-size:5vw;
	}
	.sidebarIconedMenu .menu li a{
		padding:0 3vw;
	}
	.sidebarIconedMenu .menu li a:before{
		margin-right:2vw;
	}

	/*
	 * Social icons
	 */
	.sidebarSocialIcons {
		margin:3vw; 	
	 }
	.sidebarSocialIcons .socialIcon{
		height:10vw;
		line-height:10vw;
		width:10vw;
		border-radius:5vw;
		margin-top:2vw;
		font-size:6vw;
		margin-right:3vw;
	}
	.sidebarSocialIcons .socialIcon i{
		height:10vw;
		line-height:10vw;
	}

	/*
	 * Top Bar
	 */
	.topBarLanguages select{
		padding:0 10px;
	}

	/*
	 * Header
	 */
	.headerBarContainer > .container{
		padding:0;
	}
	.headerLogo,
	.headerLogo img{
		width:100%;
		max-width:100%;
	}
	.headerDescription{
		font-size:5vw;
		line-height:6vw;
	}
	.navbar-is-fixed-top .headerBar-logo{
		height:32px;
		width: 32px;
	}
	.headerBarMobileContainer .row{
		margin-top:-1vw;
	}
	/*.headerBar-item:not(.headerBarMenuButton) > i{*/
	.headerBarHelpUs,
	.headerBarNewsletter{
		float:none !important;
		width:100%;
	}
	.headerBar,
	.headerBar-item,
	.headerBarHelpUs,
	.headerBarMobileContainer .newsletterFormTitle{
		height:32px !important;
		line-height:34px !important;
	}
	.headerBarMenuButton i {
		margin:0;
	}
	.headerBarNewsletter{
		margin-bottom:3vw;
	}
	.headerBarNewsletter .newsletterForm{
		margin:0;
	}
	.headerBarLocations{
		position:static;
	}
	.headerBarLocations .countryList{
		left:0;
		right:0;
		width:100% !important;
	}
	.headerBarSearch{
		position:absolute;
		right:5px;
		top:0;
		width:10vw;
		font-size:5vw;
		line-height:34px;
	}
	.headerBarSearch-text{
		display:none;
	}

	/*
	 * Newsletter form
	 */
	.newsletterForm{
		width:100%;
		margin-top:2vw;
		float:none;
	}
	.newsletterFormTitle{
		text-align:left;
		height:10vw;
		line-height:10vw;
	}
	.newsletterFormTitle span{
		font-size:4.5vw;
	}
	.newsletterFormTitleIcon{
		height:10vw;
		line-height:10vw;
	}
	.newsletterFormContent{
		font-size:4vw;
		padding-bottom:10px;
		position:static;
	}
	.newsletterFormWrapper{
		padding:3vw 3vw 1vw;
	}
	.newsletterFormContent input[type=email],
	.newsletterFormContent input[type=text],
	.newsletterFormContent input[type=button],
	.newsletterFormContent input[type=submit]{
		line-height:9vw;
		height:9vw;
	}
	.newsletterFormContent input[type=email],
	.newsletterFormContent input[type=text]{
		padding:0 2vw;
	}
	.newsletterFormContent input[type=submit]{
		padding:0 5vw;
	}
	.newsletterFormContent .mc-field-group{
		margin-bottom:3vw;
	}
	.newsletterFormContent .mc-field-group input[type=checkbox]{
		margin-right:2vw;
	}
	.newsletterFormReadMore{
		margin:0 3vw;
	}
	.newsletterForm #mc_embed_signup div.mce_inline_error{
		font-size:4vw;
		padding:1vw 0 0;
		line-height:4vw;
	}
	#mce-success-response{
		line-height:6vw;
	}


	/*
	 * Information block
	 */
	.informationBlock{
		height:35vw;
	}
	.informationBlock-link{
		padding:0 3vw;
		font-size:5.4vw;
		line-height:7vw;
	}
	.informationBlock-link b {
		margin-bottom: 1vw;
		font-size: 8vw;
		line-height: 8.5vw;
	}

	/*
	 * Breadcrumb
	 */
	/*
	.breadcrumb{
		margin-bottom:7vw;
		font-size:4vw;
	}
	*/

	/*
	 * Page title
	 */
	.pageTitle{
		font-size: 9vw;
		line-height: 9vw;
		margin-bottom: 10vw;
		padding-bottom: 7vw;
	}


	/*
	 * Content
	 */
	.contentContainer{
		margin-top:-1vw;
		margin-bottom:3vw;
	}

	/*
	 * Article list
	 */
	.articleList{
		margin-bottom:4vw;
	}
	.moduletable > h3,
	.articleList-titleContainer{
		font-size: 5.5vw;
		margin-bottom:6vw;
		padding:0 0 4vw 0;
		line-height:6vw;
	}	
	.articleList .articleLink{
		margin-bottom:4vw;
	}

	/*
	 * Article link
	 */
	.homepageAlignedArticles .articleLink{
		margin-bottom:4vw;
	}
	.articleLink-titleContainer{
		font-size:5.5vw;
		line-height:7vw	
	}
	.articleLink--titleTop .articleLink-titleContainer{
		font-size:5.5vw;
		line-height:7vw	
	}
	.articleLink-topLabel {
		font-size: 4.1vw;
		height: 6vw;
		line-height: 6vw;
	}
	.articleLink-title{
		/* max-height: 20vw; */
	}
	.articleLink--featured{
		margin-bottom:4vw;
	}
	.articleLink--featured .articleLink-titleContainer{
		font-size:7vw;
		padding:3vw 3vw 14vw;
		line-height:7.5vw;
		font-weight:800;
	}
	.articleLink-text{
		height:auto;
		padding:4vw;
	}
	.articleLink-excerpt{
		font-size:4.3vw;
		line-height:7vw;
	}
	.articleLink-author{
		font-size:4vw;
		line-height:7vw;
	}
	.articleLink-readMore{
		position:static;
		width:auto;
		margin-top:4vw;
		display:inline-block;
	}
	/*
	.articleLink--condensed .articleLink-titleContainer {
		font-size: 4.3vw;
		padding: 2vw 2vw 5vw;
		line-height: 4.7vw;
	}
	.articleLink--condensed .articleLink-title{
		height:13.6vw;
	}
	*/
	.articleLinkInline{
		margin-bottom:3vw;
		padding-bottom:3vw;
		line-height:5vw;
	}
	.articleLinkInline-publicationDate{
		padding-right:2vw;
		margin-right:2vw;
	}
	.articleLinkLarge-title{
		display:block;
		margin-top:4vw;
		font-size:7vw;
		line-height:7vw;
		margin-bottom:3vw;
	}
	.articleLinkLarge-author {
		margin-top: 3vw;
	}
	.articleLinkLarge-readMore{
		margin-top:4vw;
		padding: 2vw 5vw;
	}

	/*
	 * Video list
	 */
	.videoList{
		margin-bottom:8vw;
	}
	.videoListItem-title{
		font-size: 5.5vw;
		line-height: 7vw;
		padding:14px 14px 60px;
	}
	.videoListItem-imageContainer:after {
		font-size:17vw;
	}
	.videoList .slick-prev,
	.videoList .slick-next{
		width:9vw;
		height:9vw;
		line-height:9vw;
	}
	.videoList .slick-prev{
		left:2vw;	
	}
	.videoList .slick-next{
		right:2vw;
	}
	.videoList .slick-prev:before,
	.videoList .slick-next:before{
		font-size:5vw;
	}

	/*
	 * Focus list
	 */
	.focusListItem a{
		height:25vw;
	}
	.focusListItem span{
		font-size:5vw;
	}

	/*
	 * Pagination
	 */
	.pagination .page-numbers{
		display:none;
	}
	.pagination .page-numbers.first,
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.pagination .page-numbers.last{
		display:inline-block;
	}


	/*
	 * preFooter
	 */
	.preFooter{
		padding:0 3vw;
		height:auto;
	}
	.preFooterMenu{
		float:none;
	}
	.preFooterMenu .menu{
		display:block;
		overflow:auto;
	}
	.preFooterMenu .menu li{
		margin:5vw 0 0 0;
		text-align:center;
	}
	.preFooterMenu .menu li a{
		display:block;
		height:10vw;
		line-height:10vw;
		padding:0;
		float:none;
		width:100%;
	}
	.preFooterMenu .menu li a:before{
		margin-right:3vw;
	}
	.preFooterNewsletter{
		float:none;
		margin-top:5vw;
	}
	.preFooterNewsletter .newsletterFormTitle span{
		font-size:4.4vw;
	}
	.preFooterSocialIcons{
		float:none;
		text-align:center;
	}
	.preFooterSocialIcons .socialIcon{
		height:10vw;
		line-height:10vw;
		width:10vw;
		border-radius:5vw;
		font-size:6vw;
		margin:5vw;
	}
	.preFooterSocialIcons .socialIcon i{
		height:10vw;
		line-height:10vw;
	}
	
	/*
	 * Footer
	 */
	.footer{
		padding-top:8vw;
		padding-bottom:8vw;
	}
	.footerMedia{
		text-align:center;
		margin-right:0;
	}
	.footerMedia img{
		width:40vw;
		margin-left:2vw;
	}
	.footerSupport{
		margin-top:6vw;
	}
	.footerSupportTitle{
		padding:0 0 0 0;
		border-bottom:1px solid #bbbbbb;
	}
	.footerSupportLogos{
		margin-top:2vw;
		height:20vw;
	}

	/*
	 * postFooter
	 */
	.postFooter{
		background-color:#382f2e;
	}
	.postFooter .menu a{
		line-height:30px;
		color:#fff;
	}
	
	/* 
	 * Back to top
	 */
	.back-to-top {
		bottom: 11vw;
		height: 12vw;
		right: 2vw;
		width: 12vw;
	}
	.back-to-top i {
		font-size:9vw;
		margin-top: -5vw;
		margin-left: -1.3vw;
	}
	   
	/*
	 * Post footer
	 */
	.postFooter .menu{
		padding:3vw 3vw 5vw;
	}
	.postFooter .menu li{
		display:block;
		width:100%;
		text-align:center;
		margin-top:2vw;
	}
	.postFooter .menu li:after{
		display:none;
	}
}
