/*
Theme Name: Exponent Child
Description: Exponent Child Theme
Author: Brand Exponents
Template: exponent
Version: 1.0
*/

#exponent-header-container {
	display: none;
}

.exp-entry-header {
	display: none;
}

#footer {
	display: none;
}

.inline-list-white {
  list-style: none;
}
.inline-list-white li::before {
	content: "•"; color: white;
  display: inline-block; width: 1em;
  margin-left: -1em
}

/*.inline-list-blue {
  list-style: none;
}
.inline-list-blue li::before {
	content: "•"; color: #051923;
  display: inline-block; width: 1em;
  margin-left: -1em
}
*/


/* Page Politique de confidentialité */

.politique-tableau-fr td {
	text-align: left !important;
	font-size: .85rem !important;
}

.politique-tableau-fr {
	font-size: .85rem !important;
}

.politique-tableau-en {
	font-size: .85rem !important;
}
.politique-tableau-en td {
	text-align: left !important;
}

/* Page des éditions - tableau tarification */

.tarifs-title {
	background : #051923;
	color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-bottom: 0!important;
	Text-transform: inherit;
}

.tarifs-icon {
	width: 15px;
}

.table-first-row {
	background: #0582ca;
	color: #ffffff;
}

.table-first-row th {
	text-align: center;
}

.table-first-row th:first-child {
	width: 50%;
	text-align: left;
	writing-mode: horizontal-tb!important;
	vertical-align: middle;
}

tbody tr th {
	text-align: left;
	font-weight: 400;
}

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


@media screen and (max-width: 972px) {
	.table-first-row th {
    writing-mode: vertical-rl;
	    vertical-align: middle;
	}
	
}

@media screen and (max-width: 480px) {
	tbody tr th {
		font-size: 12px;
	}
}
/* Fin de la section Page des éditions */