.surligne {
    background-color:yellow;
}
 
.error {
    color: #ff0000 !important;
}
 
.error a {
    color: #ff0000 !important;
    text-decoration: underline
}
 
.creditImage {
    font-size:60%;
    color:grey;
}
 
.back-link-newswire,
.back-link-stories {
    color: #82dff4 !important;
    border-bottom: 3px solid #82dff4 !important;
}

.back-link-editor_choice {
	color: #ef5285 !important;
	border-bottom: 3px solid #ef5285 !important;
}
 
.back-link-trending {
    color: #b43a39 !important;
    border-bottom: 3px solid #b43a39 !important;
}

.back-link-folders {
    color: #80cc81 !important;
    border-bottom: 3px solid #80cc81 !important;
}
 
.back-link-events {
    color: #a24ea3;
    border-bottom: 3px solid #a24ea3 !important;
}

.back-link-press-review {
    color: #434ee3 !important;
    border-bottom: 3px solid #434ee3 !important;
}

.back-link-briefs {
    color: #ef5688 !important;
    border-bottom: 3px solid #ef5688 !important;
}

.back-link-briefings {
	color: #004cb0 !important;
	border-bottom: 3px solid #004cb0 !important;
}

.dynamic_br {
    height:0.8em;
}

/* Hauteur du document */
html, body {
	height: 100%;
}

html {
	background-color: #f0f2f5;
}

/* Fontes */
body {
	color: #364656;
	font-family: 'Roboto', sans-serif;
	font-size: .95rem;
}

@media screen and (min-width: 40em) {
	/* empeêche le scroll sur une page prospect */
	body.remove-scroll {
		overflow: hidden;
	}
}

h1, h2, h3 {
	color: #364656;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
h1 > a, h2 > a, h3 > a {
	display: block;
	color: inherit;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2rem;
	line-height: 1.1;
}
h2 {
	font-size: 1.15rem;
	line-height: 1.4;
}
a, a:focus {
	color: #364656;
	text-decoration: none;
	outline: none;
}

.clear-both {
	clear: both;
}

.orange-link {
	color: #82dff4 !important;
}

/* vidéo */
.videoWrapper {
	position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FOUNDATION */
/* Colonnes */
.row {
	max-width: none !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.row.collapse {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.article-nav > .row {
	margin: 0 !important;
}

.columns, .column {
	padding-left: 10px;
	padding-right: 10px;
}
/* Sous-menus */
.submenu {
	border: none;
	padding: 14px 0;
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0 30px rgba(0,0,0,0.3);
			box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.submenu > .is-submenu-item > a {
	padding: 8px 20px;
	transition: color .1s ease;
}

/* Champs de texte */
input[type=text],
input[type=password],
textarea,
select,
.input-group > input[type=text]:first-child,
.input-multi-checkbox {
	max-width: none;
	color: #292d2d;
    font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    border: 1px solid #e1e5ec;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
    	-ms-border-radius: 3px;
    	 -o-border-radius: 3px;
    		border-radius: 3px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
    		box-shadow: none;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
		 -o-transition: all .2s ease;
			transition: all .2s ease;
}

.validation-input {
	position: relative;
}

.validation-input.success:after {
	content: '';
	display: block;
	background-image: url('/img/others/check.png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	position: absolute;
    right: -30px;
    top: 10px;
}

.validation-input.error:after {
	content: '';
	display: block;
	background-image: url('/img/others/delete-alert.png');
	width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 8px;
}

/* Select */
select {
	-webkit-appearance: none;
	-moz-appearance:   	none;
	appearance:         none;
}

select:after {
	left: calc(100% - 20px);
	top:  44%;
	content:"";
	width: 0;
	height: 0;
	clear: both;
	position: absolute;
	border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #000;
}

/* Table */
table {
	border-left: 2px solid #808080;
    border-top: 2px solid #808080;
}

.tableLargeBorder td {
	border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 5px;
}

.tableThinBorder td {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 5px;
}

.tableLargeBorder th {
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    background-color: #d3d3d3;
    padding: 5px;
}

table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

/* Placeholders */
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #a2a3a3;
	font-style: italic;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 19+ */
	color: #a2a3a3;
	font-style: italic;
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* IE 10+ */
	color: #a2a3a3;
	font-style: italic;
}
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
	color: #a2a3a3;
	font-style: italic;
}

/* Form */
.content-form {
	border-bottom: 1px solid #dadbdd;
	padding: 10px 0 20px;
	margin-bottom: 20px;
}

.content-form label {
	font-size: 0.7rem;
	font-weight: 600;
	color: #364656;
	text-transform: uppercase;
	white-space: nowrap;

}

.free-stories-form {
	border-top: 1px solid #dadbdd;
	border-bottom: 1px solid #dadbdd;
	padding: 20px 0 20px;
	margin-bottom: 20px;

}

#tiles .content-form {
	padding-top: 20px;
	border-top: 1px solid #dadbdd;
	margin-bottom: 10px;
}

.link-action {
	margin-left: 5px;
	font-size: 0.7rem;
    text-transform: uppercase;
    color: #70777a;
    text-decoration: underline;
}

.label-indication {
	font-weight: 500;
    font-style: italic;
    text-transform: initial;
    font-size: 0.8rem;
    color: #70777a;
}

.radio-info {
	margin-right: 15px;
}

.rubrics-checkbox label {
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 0;
	vertical-align: middle;
}

input[type=checkbox] + label {
	font-size: 0.9rem;
	font-weight: initial;
	color: #737677;
	text-transform: initial;
}


input[type=radio] + label {
	text-transform: initial;
	vertical-align: middle;
	font-weight: initial;
	font-size: 0.9rem;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
	color: #003087 !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
	transition: none !important;
}

textarea {
	resize: none;
}

.all-choices {
	border-bottom: 1px solid #000000;
	padding-bottom: 8px;
}

.input-wrapper {
	position: relative;
}

/* Displaying */
.inline {
	display: inline !important;
}

.inline-block {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.border-none {
	border: 0 none !important;
}

#input-start-date,
#input-end-date,
#mobile-input-start-date,
#mobile-input-end-date {
    visibility: hidden;
}

/* Button */
button:focus {
	outline: 0 !important;
}

button, a.button {
	transition: none !important;
}

.button.submit {
	border: 1px solid #82dff4;
	padding: 14px 20px 16px;
	text-transform: uppercase;
	background-color: #82dff4;
	font-weight: 600;
	font-size: 0.7rem;
	border-radius: 4px;
}

.button.alert-submit {
	border: 1px solid #82dff4;
	padding: 12px 20px 14px;
	text-transform: uppercase;
	background-color: #82dff4;
	font-weight: 600;
	font-size: 0.7rem;
	border-radius: 4px;
}

.button.cancel-submit {
	border: 1px solid #e44061;
	padding: 12px 20px 14px;
	text-transform: uppercase;
	background-color: #e44061;
	font-weight: 600;
	font-size: 0.7rem;
	border-radius: 4px;
}

.button.send {
	border: 1px solid #82dff4;
	padding: 10px 70px 12px;
	background-color: #82dff4;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 2px;
	margin-bottom: 20px;
}

.page-button {
	background-color: #82dff4;
	margin-right: 10px;
	border: 1px solid #82dff4;
	font-weight: 600;
	font-size: 0.9rem;
	border-radius: 2px;
}

/* ---------------------
	CONTENEUR PRINCIPAL
   --------------------- */

#main-container {
	width: 100%;
	height: 100%;
	padding-left: 60px;
	background-color: #f0f2f5;
}

.message-success {
	color: #1ca8b7 !important;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em !important;
}

.ui-loader {
	display: none !important
}

.ui-page {
	height: 100%;
}

.cookies-bar {
	padding: 10px 35px 10px 10px;
	width: 60%;
	height: auto;
	background-color: #fff1ae;
	position: fixed;
	z-index: 2000;
	bottom: 20px;
	right: 20px;
}

.cookies-bar p {
	margin: 0;
}

.noscript-bar {
	padding: 10px 35px 10px 10px;
	width: 40%;
	height: auto;
	background-color: #ff7777;
	position: fixed;
	z-index: 2000;
	top: 150px;
	left: 10px;
}

.noscript-bar p {
	margin: 0;
}

.cookies-close {
	background-image: url('/img/tiles/popup-close.png');
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 8px;
	top: 5px;
}

.reveal-overlay {
	z-index: 6;
}

/* -------------------
	RESPONSIVE MOBILE
   ------------------- */
@media screen and (min-width: 40em) {
	h1 > a:hover, h2 > a:hover, h3 > a:hover {
		color: inherit;
		text-decoration: none;
	}

	a:hover {
		color: #364656;
		text-decoration: none;
	}
	
	.submenu > .is-submenu-item > a:hover {
		color: #003087;
	}

	.button.submit:hover,
	.button.alert-submit:hover,
	.button.send:hover,
	.page-button:hover {
		background-color: #ffffff;
		color: #82dff4;
	}

}

@media screen and (max-width: 40em) {

	/* CONTENEUR PRINCIPAL */

	#main-container {
		padding-left: 0;
	}

	.overlay-dropdown {
		display: none;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 25;
	    background-color: #394754;
		opacity: 0.8;
	}

	.panel-multi-checkbox.is-open + .overlay-dropdown,
	.rangepicker-box.input-open + .overlay-dropdown,
	#section-rubric.is-active > .overlay-dropdown,
	.dropdown-rubrics.is-open + .overlay-dropdown {
		display: block;
	}

	.adjusted {
		height: auto;
	}

	.content-form > .row:last-child {
		margin-top: 20px;
	}

	#view-apply + label {
		margin: 0 0 0 5px;
	}

	.content-form label {
		white-space: normal;
	}

	.switch-label {
		white-space: nowrap !important; 
	}

	input:focus {
		outline: none !important;
		box-shadow: none !important;
		transition: none !important;
	}

	.validation-input.success:after {
		content: '';
		display: block;
		background-image: url('/img/others/check.png');
		width: 20px;
		height: 20px;
		background-repeat: no-repeat;
		position: absolute;
	    right: 0px;
	    top: 14px;
	}

	.validation-input.error:after {
		content: '';
		display: block;
		background-image: url('/img/others/delete-alert.png');
		width: 22px;
	    height: 22px;
	    background-repeat: no-repeat;
	    background-size: contain;
	    position: absolute;
	    right: 0px;
	    top: 8px;
	}
}

/************AJOUT MARIE *******/

.back-link-favourites,
.back-link-search,
.back-link-journalists,
.back-link-view,
.back-link-mail
 {
    color: #000000;
    border-bottom: 3px solid #000000 !important;
}


.maintenance {
	padding: 10px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	border: 1px solid #c5cddb;
	background-color: ivory;
}


.maintenance p {
	font-size: 13px !important;
	line-height: 1.6em !important;
	margin-bottom: 0 !important;
}