#media-cta {
	background: linear-gradient(90deg, #1B65AC 0%, #3B8EDE 100%);
	padding: 40px;
	color: #fff;
}

#media-cta-logo img {
	max-width: 355px;
	margin-bottom: 10px;
	position: relative;
	left: 5px;
}

#media-cta .button{
	background-color:#303030;
	color:#fff;
}

#media-cta .button:hover{
	background-color:#fff;
	color:#303030;
}

#media-cta .grid-container {
	position: relative;
	width: 100% !important;
	padding: 0;
}

#media-cta .grid-container:before {
	background-image: url(../images/logo_ici_premiere_icon.svg);
	background-size: 100%;
	width: 217px;
	height: 196px;
	position: absolute;
	left: -100px;
	top: 0;
	content: '';
	bottom: 0;
	margin: auto;
}

.media-item {
	border: 1px solid #3B8EDE;
	padding: 45px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.media-title h3{
	font-family: 'gotham_boldregular';
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	color: #3B8EDE;	
	margin-bottom:30px;
}

.media-desc h3{
	font-family: 'gotham_boldregular';
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	color: #3B8EDE;	
	margin-bottom:10px;
}

.media-desc h4{
	font-family: 'gotham_boldregular';
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	color: #3B8EDE;	
	margin-bottom:10px;
}

.media-desc {
	font-size: 16px;
	line-height: 24px;
}

#section-media {
	padding-bottom: 80px;
}

.page-template-page-media h2{
	color:#000;
}

.top-header .menu li a {
	padding: 0.7rem 9px;
}

.top-header .menu li a{
	padding:0rem 9px;
}

.top-header .menu li {
	border-right: 1px solid #000;
}

.top-header .menu ul li:last-child{
	border:none;
}

.top-header .menu .wpml-ls-item::before {
	display:none;
}

@media screen and (max-width: 767px) {
	.media-item {
		padding: 20px;
	}	
}

.media-disclaimer {font-size:14px; font-style: italic; font-weight:300}
.media-disclaimer b {font-weight:900}


