/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs/jszip-2.5.0/pdfmake-0.1.18/dt-1.10.12/b-1.2.1/b-flash-1.2.1/b-html5-1.2.1/b-print-1.2.1/fc-3.2.2/fh-3.1.2/r-2.1.0
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.18, DataTables 1.10.12, Buttons 1.2.1, Flash export 1.2.1, HTML5 export 1.2.1, Print view 1.2.1, FixedColumns 3.2.2, FixedHeader 3.1.2, Responsive 2.1.0
 */

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}


div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}
ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  div.dt-buttons a.btn {
    float: none;
  }
}


table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0;
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none;
}
div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none;
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}


table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
  position: fixed !important;
}

table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}


.view-resultats.ng-hide.ng-hide-animate {
	display: none !important;
}

.breadcrumb{
	margin-bottom: 10px;
}
.resultats-de-recherche .facettes-content-wrapper .nom {
	position: sticky;
	top: 0;
	background-color: #f8f8f8;
}
.bodywrapper .pageTitle{
	margin-top: 20px;
}

.resultats-de-recherche {
	color: #000000;
}

.resultats-de-recherche {
	--navHeight: 0;
}

.resultats-de-recherche table thead {
	position: sticky;
	top: 0;
	z-index: 1;
}

.resultats-de-recherche .headerSousNav {
	top: var(--navHeight) !important;
}

.resultats-de-recherche .carte {
	z-index: 0;
}

.resultats-de-recherche .info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.resultats-de-recherche .personnesRessources .info.personne {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}

.resultats-de-recherche .info h4 {
	margin: 0 0 5px;
	color: #000;
}

.resultats-de-recherche .legend {
	text-align: left;
	line-height: 18px;
	color: #000000;
}

.resultats-de-recherche .legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}
.resultats-de-recherche .legend i.color-bloc {
	width: 100%;
}

.resultats-de-recherche .legend .legend-item {
	display: flex;
    align-items: center;
    padding-bottom : 4px;
}

.resultats-de-recherche .legend .legend-item:last-child {
	padding-bottom: 0px;
}



.resultats-de-recherche .legend .legend-item > .legend-image-container {
	margin-right: 10px;
	min-width: 30px;
	max-width: 30px;
}

.resultats-de-recherche .legend .legend-item > .legend-image-container > .legend-image {
	display: block;
	max-height: 30px;
	margin-left: auto;
	margin-right: auto;

}

.resultats-de-recherche .bouton-container .bouton-on-off {
	display:inline-block;
}

.resultats-de-recherche .bouton-container .bouton a,
.resultats-de-recherche .bouton-container .bouton-on-off{
	vertical-align: text-bottom;
}

.resultats-de-recherche h4#comparaison-top{
	margin-top : 50px;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison a{
	color: #ffffff;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison a:hover {
    text-decoration: none;
    background-color: white;
    color: #00afe6;
}

.resultats-de-recherche .table-comparaison thead th:first-child,
	.resultats-de-recherche .table-comparaison tfoot th:first-child {
	background-color: transparent;
}

.resultats-de-recherche .table-comparaison>tbody>tr:hover td,
.resultats-de-recherche .table-comparaison.highlight-diff-active tr:hover.donnees-divergentes td,
.resultats-de-recherche .table-comparaison.highlight-equal-active tr:hover.donnees-identiques td {
	background: rgba(90, 104, 255, 0.14) !important;
/* 	color: white; */
}

.resultats-de-recherche .table-comparaison.table-striped>tbody>tr:nth-of-type(odd)
	{
	background-color: #f1f1f1;
}

.resultats-de-recherche .table-comparaison th {
	border: none;
	font-weight: 500;
}

.resultats-de-recherche .table-comparaison td ul {
	padding: 0;
	margin: 0;
}

.resultats-de-recherche .table-comparaison td ul li {
	list-style: none;
}

.resultats-de-recherche .table-comparaison.highlight-diff-active tr.donnees-divergentes td
	{
	background-color: rgba(255, 105, 105, 0.24);
	font-weight: bold;
	color: rgba(0, 0, 0, 0.48);
}

.resultats-de-recherche .ats-switch.switch-different span.switch-left {
	background-color: rgba(255, 105, 105, 0.36);
	color: #000000;
	font-weight: bold;
}

.resultats-de-recherche .table-comparaison.highlight-equal-active tr.donnees-identiques td
	{
	background-color: rgba(90, 104, 255, 0.36);
	font-weight: bold;
	color: rgba(0, 0, 0, 0.48);
}

.resultats-de-recherche .ats-switch.switch-identique span.switch-left {
	background-color: rgba(90, 104, 255, 0.24);
	color: #000000;
	font-weight: bold;
}

.resultats-de-recherche .table-comparaison {
	border-collapse: separate;
}

.resultats-de-recherche .table-comparaison tbody tr:first-child th {
	background-color: rgba(246, 170, 209, 0.42);
}

.resultats-de-recherche .config span.desc {
	margin-left: 15px;
}

@media screen and (max-width:1199px) {
	.resultats-de-recherche .config {
		margin-top: 15px;
	}
	.resultats-de-recherche .config:first-child {
		margin-top: 0px;
	}
}

.resultats-de-recherche .table-comparaison thead th:last-child {
	border-top-right-radius: 10px;
}

.resultats-de-recherche .table-comparaison thead th:nth-child(2),
	.resultats-de-recherche .table-comparaison tbody tr:first-child td:first-child,
	.resultats-de-recherche .table-comparaison tbody tr:first-child th:first-child
	{
	border-top-left-radius: 10px;
}

.resultats-de-recherche .table-comparaison tfoot th:last-child {
	border-bottom-right-radius: 10px;
}

.resultats-de-recherche .table-comparaison tfoot th:nth-child(2),
	.resultats-de-recherche .table-comparaison tbody tr:last-child td:first-child
	{
	border-bottom-left-radius: 10px;
}

.resultats-de-recherche .table-comparaison tbody tr:last-child td {
	border-bottom: 1px solid #DB2E75;
}

.resultats-de-recherche .table-comparaison tbody td {
	border-left: 1px solid #DB2E75;
}

.resultats-de-recherche .table-comparaison tbody:first-of-type tr:first-child td
	{
	border-top: 1px solid #DB2E75;
}

.resultats-de-recherche .table-comparaison tbody tr.nom-groupe+tr td {
	border-top-width: 0px;
}

.resultats-de-recherche .table-comparaison tbody tr.nom-groupe th {
	border: 1px solid #FFA6CB;
}

.resultats-de-recherche .table-comparaison tbody td.donnee:last-child {
	border-right: 1px solid #DB2E75;
}

.resultats-de-recherche .table-comparaison thead th,
	.resultats-de-recherche .table-comparaison tfoot th {
	background-color: #DB2E75;
	color: white;
	text-align: center;
}

.resultats-de-recherche .table-comparaison thead th a,
	.resultats-de-recherche .table-comparaison tfoot th a {
	color: white;
}

.resultats-de-recherche .table-comparaison tbody td {
	vertical-align: middle;
}

.resultats-de-recherche .table-comparaison .groupe-de-donnees:before {
	content: '';
	display: block;
	height: 20px;
}

.atomes-toast {
	border: 1px solid white;
}

.toast-success.atomes-toast {
	background-color: #739B00;
}

.resultats-de-recherche .liste-resultats .facettes .resetFacettes {
	width: 100%;
}

.resultats-de-recherche .liste-resultats .facettes .resetFacettes input[type="button"]{
	font-weight: 500;
	padding: 6px 10px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.12);
	margin-bottom: 5px;
	width: 100%;
}

.resultats-de-recherche .liste-resultats .facettes .resetFacettes:hover input[type="button"]{
	background-color:#23527c;
	color: #ffffff;
}

.resultats-de-recherche .liste-resultats .facettes .nom {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: medium;
}
.resultats-de-recherche .liste-resultats .facettes .nom:hover,
.resultats-de-recherche .liste-resultats .facettes .nom:hover i {
	color:#23527c;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul {
	padding-left: 0;
	list-style: none;
	flex-direction: row;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  li>label{
	font-weight: normal;
	display: flex;
	align-items: baseline;
}

.resultats-de-recherche .liste-resultats .facettes h4:first-child {
	margin-top: 0;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  li>label>span:last-child{
	margin-left: auto;
	padding-left: 3px;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  li>label>input	{
	flex-shrink: 0;
	margin-right: 3px;
	align-self: flex-start;
	cursor: pointer;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  li>label{
	cursor: pointer;
	margin-right: 5px;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  li:hover>label	{
	color:#23527c;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  li.selectionnee>label{
	color: #DB2E75;
	font-weight: bold;
}





.resultats-de-recherche .liste-resultats .facettes .slider {
	display: flex;
	background-color:#e0e0e0;
	border-radius: 12px;
	margin-bottom: 1.75em;
}

.resultats-de-recherche .liste-resultats .facettes .slider input {
	display: none;
}

.resultats-de-recherche .liste-resultats .facettes .slider label {
	background-color: #e0e0e0;
	flex: 1 1 auto;
	position: relative;
	height: 24px;
	padding: 0;
	margin:0;
}

.resultats-de-recherche .liste-resultats .facettes .slider label > *{
	position: absolute;
	right: 4px;
}
.resultats-de-recherche .liste-resultats .facettes .slider input:first-child + label > *{
	right: 4px;
}

.resultats-de-recherche .liste-resultats .facettes .slider label .slider-label{
	padding: 0;
	bottom: -1.5em;
	color:#000000;
	cursor: pointer;
}

.resultats-de-recherche .liste-resultats .facettes .slider label .slider-knob {
	background-color: #aeaeae;
	border-radius: 100%;
	height:16px;
	width:16px;	
	top: 4px;
	cursor: pointer;
}
.resultats-de-recherche .liste-resultats .facettes .slider .selectionnee + label .slider-knob {
	background-color: #f9dce7;

}

.resultats-de-recherche .liste-resultats .facettes .slider  input[type=radio].disabled + label .slider-knob {
	background-color: rgba(240, 168, 194, 0.4);;
    cursor: not-allowed;
}

.resultats-de-recherche .liste-resultats .facettes .slider input:first-child + label {
	flex:0 1 auto;
	width:24px;
	border-radius: 100% 0 0 100%;
}

.resultats-de-recherche .liste-resultats .facettes .slider input + label:last-child {
	border-radius: 0 12px 12px 0 ;
}

.resultats-de-recherche .liste-resultats .facettes .slider .selectionnee:not(.premiereSelectionnee) + label{
	background-color: #f0a8c2;
}

.resultats-de-recherche .liste-resultats .facettes .slider .selectionnee + label .slider-label{
	color: #de3b77;
}

.resultats-de-recherche .liste-resultats .facettes .slider input.dernierSelectionnee + label{
	border-radius: 0 12px 12px 0 ;
}

.resultats-de-recherche .liste-resultats .facettes .slider input:first-child.dernierSelectionnee + label{
	border-radius: 12px;
}

.resultats-de-recherche .liste-resultats .facettes .slider input:first-child.premiereSelectionnee + label{
	border-radius: 12px;
}

.resultats-de-recherche .liste-resultats .facettes .slider input.dernierSelectionnee + label .slider-knob{
	border-radius: 12px;
	height: 24px;
	width: 24px;
	top: 0;
	right: 0;
	background-color:#de3b77;
}

.resultats-de-recherche .liste-resultats .facettes .slider input.premiereSelectionnee + label .slider-knob{
	border-radius: 12px;
	height: 24px;
	width: 24px;
	top: 0;
	right: 0;
	background-color:#de3b77;
}

.resultats-de-recherche .liste-resultats .facettes .slider input.premiereSelectionnee + label .slider-knob-bg{
	border-radius: 12px 0 0 12px ;
	height: 24px;
	width: 24px;
	top: 0;
	right: 0;
	background-color: #f0a8c2;
}

.resultats-de-recherche .liste-resultats .facettes .slider input.selectionnee + label:last-child .slider-knob {
	border-radius: 12px;
	height: 24px;
	width: 24px;
	top: 0;
	right: 0;
	background-color: #de3b77;
}

.resultats-de-recherche .liste-resultats .facettes .slider input.selectionnee + label:first-child .slider-knob {
	border-radius: 12px;
	height: 24px;
	width: 50px;
	top: 0;
	right: 0;
	background-color: #de3b77;
}

/* .resultats-de-recherche .liste-resultats .facettes .slider input:first-child:hover + label {
	background-color: #3173ae;
	border-radius: 12px;
}

.resultats-de-recherche .liste-resultats .facettes .slider input:hover + label {
	background-color: #3173ae;
	border-radius: 0 12px 12px 0;
}

.resultats-de-recherche .liste-resultats .facettes .slider label:hover ~ label{
	background-color: #e0e0e0;
}

.resultats-de-recherche .liste-resultats .facettes .slider:hover label {
	background-color: #3173ae;
} */



.resultats-de-recherche .liste-resultats .facettes .slider input[type=radio].disabled + label {
	color: #FFFFFF;
	background: rgba(240, 168, 194, 0.4);
  }
  
  
  .resultats-de-recherche .liste-resultats .facettes .slider:hover input[type=radio].disabled + label {
	color: #FFFFFF;
	cursor: not-allowed;
  }
  





.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper{
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin-bottom: 10px;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper div.date-picker{
	display: flex;   
	font-weight: bold;
	align-items: center;
	/*justify-content: space-between;*/
	cursor: pointer;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper div.date-picker span.period-placeholder{
	color: #DB2E75;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper div.date-picker span.empty-placeholder{
	color: #787878;
	font-weight: 400;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper div.date-picker i {
	padding-right: 8px;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper div.date-picker:hover i{
	color:#23527c;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper div.date-picker.selectionnee {
	border-radius: 4px 0 0 4px;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper .reset{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background: #ffffff;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper .reset:hover{
	color:#23527c;
}

.resultats-de-recherche .liste-resultats .facettes .date-picker-wrapper .reset i{
	/* top: calc(50% - 11px); */
	position: relative;
}

.form-control-date{
	display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.resultats-de-recherche .liste-resultats .facettes .valeurs>ul  input:checked + span{
	color: #DB2E75;
	font-weight: bold;
}

.resultats-de-recherche .liste-resultats .en-tete {
	color: white;
	font-weight: bold;
	font-size: 18.5px;
}

.resultats-de-recherche .liste-resultats .en-tete.nom-eg {
	background-color: #153A92;
}

.resultats-de-recherche .liste-resultats .en-tete.type-structure {
	background-color: #EB680D;
}

.resultats-de-recherche .liste-resultats .en-tete.distance-commune {
	background-color: #6470b4;
}

.resultats-de-recherche .liste-resultats .en-tete.actions {
	background-color: #DB2E75;
}

.resultats-de-recherche .liste-resultats .donnees.nom-eg {
	font-weight: bold;
}

.resultats-de-recherche .liste-resultats .donnees.nom-eg>a {
	color: #000000;
}

.resultats-de-recherche .liste-resultats .donnees .voir-uo-supplementaires {
	list-style-type: none;
}

.resultats-de-recherche .liste-resultats .donnees.actions a {
	color: #000000;
}

.resultats-de-recherche .liste-resultats .donnees li.voir-uo-supplementaires,
.resultats-de-recherche .liste-resultats .donnees span.voir-uo-supplementaires {

	font-weight: bold;
}

.resultats-de-recherche .liste-resultats .donnees li.voir-uo-supplementaires i.folding-icon {
	color: #DB2E75;
}

.resultats-de-recherche .liste-resultats .donnees li:hover.voir-uo-supplementaires,
.resultats-de-recherche .liste-resultats .donnees li:hover.voir-uo-supplementaires i.folding-icon{
	color: #23527c;
}

.resultats-de-recherche .liste-resultats .donnees div.voir-ti-supplementaires i.folding-icon-prev {
	color: #DB2E75;
	font-size: 16px;
}

.resultats-de-recherche .liste-resultats .donnees div.voir-ti-supplementaires{
	font-weight: bold;
}


.resultats-de-recherche .liste-resultats .donnees div:hover.voir-ti-supplementaires i.folding-icon-prev,
.resultats-de-recherche .liste-resultats .donnees div:hover.voir-ti-supplementaires {
	color: #23527c;
}

.resultats-de-recherche .liste-resultats table th,
	.resultats-de-recherche .liste-resultats table td {
	text-align: left;
}

.resultats-de-recherche .liste-resultats table td:last-child {
	text-align: left;
}

.resultats-de-recherche .liste-resultats td {
	vertical-align: middle;
}

.resultats-de-recherche .liste-resultats td>ul {
	margin-bottom: 0;
}

.resultats-de-recherche .lien-retour {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	color: white;
	background-color: #DB2E75;
}

a.export-excel {
	color: #207347;
}

a.export-pdf {
	color: #D70000;
}

a.panier-comparaison {
	color: #FFA500;
}

a.signaler-fiche {
	color: #800000;
}

a.btn-carte {
	color: #BB5900;
}
a.ajout-favori{
	color: #E89700;
}

.texteSignalement {
	resize: none;
}

.signalement-table-traite {
	font-weight: 600;
	color: #008000;
}

.signalement-table-en-cours {
	font-weight: 600;
	color: #FF0000;
}

div.liste-signalements>table th:nth-child(1) {
	max-width: 30%;
}

div.liste-signalements>table th:nth-child(2) {
	max-width: 45%;
}

div.liste-signalements>table th:nth-child(3) {
	width: 10%;
}

div.liste-signalements>table th:nth-child(4) {
	width: 15%;
}

.resultats-de-recherche .btn-action {
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;

}

.resultats-de-recherche .icon-action {
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}

.resultats-de-recherche .btn-action:last-child {
	padding-right: 0px;
}

.indicateur-de-chargement {
	display: flex;
	justify-content: center;
	align-items: center;
}

.indicateur-de-chargement .message {
	margin-left: 10px;
}

.spinner {
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}

.spinner>div {
	background-color: #E75DB2;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

listpersonnel {
	width: 100%;
}

.personnesRessourcesContainer {
	z-index: 0;
	margin-top: 30px;
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f5f5f5;
}

.resultats-de-recherche .personnesRessources .nom {
	color: #000000;
	font-weight: bold;
	cursor: pointer;
}

.resultats-de-recherche .personnesRessources .nom.hovered {
	color: #333333;
}

.resultats-de-recherche .personnesRessources .personne {
	text-align: left;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 5px;
	display: inline-block;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.resultats-de-recherche .personnesRessources .personne>div:first-child {
	display: inline-block;
	float: left;
}

.resultats-de-recherche .personnesRessources .personne .icone i {
	margin-right: 15px;
}

.resultats-de-recherche .personnesRessources .personne .icone.hovered i
	{
	color: #333333;
}

.resultats-de-recherche .personnesRessources .personne .entete {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.resultats-de-recherche .personnesRessources .personne.opened .entete {
	margin-bottom: 10px;
}

.resultats-de-recherche .personnesRessources .info {
	/* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
	-ms-word-break: break-all;
	/* Non standard for webkit */
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding-top: 10px;
}

.resultats-de-recherche .personnesRessources .info ul li span:first-child
	{
	font-weight: bold;
}

.resultats-de-recherche .personnesRessources .info .pr-info-bloc {
	width:100%;
}

.resultats-de-recherche .personnesRessources .info .pr-info-bloc .categorie	{
	text-decoration: underline;
	font-weight: bold;
}

.resultats-de-recherche .personnesRessources .info .pr-info-bloc li span:first-child::after{
	content: "\00a0:\00a0"
}

.resultats-de-recherche .personnesRessources .bouton-personnesRessources{
	background-color: #000000;
	color: #eeeeee;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 5px;
	display: inline-block;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.resultats-de-recherche .personnesRessources .bouton-personnesRessources i{
	float: left;
	font-size: 1.5em;
}

.resultats-de-recherche .personnesRessources .bouton-personnesRessources:hover{
	background-color: #333333;
}

.resultats-de-recherche .personnesRessources .personnesRessources-liste
	{
	display: flex;
	flex-wrap: wrap;
}

.resultats-de-recherche .personnesRessources .personneRessourceContainer
	{
	align-self: flex-start;
}

table.table-signalements {
	background-color: #FFFFFF;
}


.onoffswitch {
	margin: 0 3px;
	margin-top: 4px;
	position: relative;
	width: 105px;
	border-radius: 25px;
    background-color: #666666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}



.onoffswitch:hover .onoffswitch-inner:before,
.onoffswitch:hover .onoffswitch-inner:after{
	background-color: #23527c;
	color: #ffffff;
}

/* .onoffswitch:hover .onoffswitch-switch i{ */
/* 	color: #23527c; */
/* } */

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #666666;
	border-radius: 50px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.15s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 26px;
	padding: 0;
	line-height: 26px;
	font-size: 1em;
	color: white;
	font-weight: 500;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: attr(value);
	padding-left: 15px;
	background-color: #398439;
	color: #000000;
}

.onoffswitch-inner:after {
	content: attr(value);
	padding-right: 8px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 29px;
	margin: 0.5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 75px;
	border: 2px solid #666666;
	border-radius: 50px;
	transition: all 0.15s ease-in 0s;
}

.onoffswitch-switch .fa{
    margin-top: 6px;
    margin-left: 6px;
    color: #666666;
}

/*.comparaison .onoffswitch-switch .fa {
	margin-left: 5px;
}*/

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.onoffswitch.favori .onoffswitch-inner:before,
.onoffswitch.carte .onoffswitch-inner:before,
.onoffswitch.filtres .onoffswitch-inner:before,
.onoffswitch.comparaison .onoffswitch-inner:before {
    padding-left: 8px;
}

.onoffswitch.favori .onoffswitch-inner:after,
.onoffswitch.carte .onoffswitch-inner:after,
.onoffswitch.filtres .onoffswitch-inner:after,
.onoffswitch.comparaison .onoffswitch-inner:after {
    padding-right: 10px;
}

.onoffswitch.comparaison .onoffswitch-switch .fa {
    margin-top: 6px;
    margin-left: 6px;
}

.onoffswitch.favori .onoffswitch-switch .fa {
    margin-top: 6px;
    margin-left: 6px;
}

.onoffswitch.filtres .onoffswitch-switch .fa {
    margin-top: 6px;
    margin-left: 7px;
}


.onoffswitch.carte.chargement,
.onoffswitch.carte.disabled{
	background-color: #bbbbbb;
}

.onoffswitch.carte .onoffswitch-switch .fa-spin{
    bottom: 1px;
    right: 2px;
}

.onoffswitch.carte .onoffswitch-switch .fa {
    margin-left: 4px;
}

.onoffswitch.carte .onoffswitch-switch .text-danger {
       color: #a94442;;
}

.onoffswitch.carte .onoffswitch-switch .fa-stack {
	right: 2px;
}

.onoffswitch.carte .onoffswitch-switch .fa-stack .fa,
.onoffswitch.carte.chargement .onoffswitch-switch .fa{
    margin-top:0;
    margin-left: 0;
}


.onoffswitch input:disabled + .onoffswitch-label,
.onoffswitch input.disabled + .onoffswitch-label {
	cursor: not-allowed;
	border: 2px solid #bbbbbb;
}

.bodywrapper .onoffswitch input:disabled + label.onoffswitch-label .onoffswitch-inner:before,
.bodywrapper .onoffswitch input:disabled + label.onoffswitch-label .onoffswitch-inner:before {
	background-color: rgb(100, 134, 100);
}

.bodywrapper .onoffswitch input:disabled + label.onoffswitch-label .onoffswitch-inner:after,
.bodywrapper .onoffswitch input.disabled + label.onoffswitch-label .onoffswitch-inner:after  {
	background-color: #90a5b0;
}

.onoffswitch input:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch input.disabled + .onoffswitch-label .onoffswitch-switch {
	border: 2px solid #bbbbbb;
}

.onoffswitch input:disabled + .onoffswitch-label .onoffswitch-switch i:first-child,
.onoffswitch input.disabled + .onoffswitch-label .onoffswitch-switch i:first-child{
	color: #bbbbbb;
}

@media screen and (min-width: 768px){
	.bodywrapper .padding-horizontal {
		padding-left: 1em;
	    padding-right: 1em;
	}
}

@media screen and (max-width: 767px) {
	.bodywrapper .main-container > div:first-child {
		padding-top:0;
	}
}

@media screen and (max-width: 425px) {
	.bodywrapper .resultats-de-recherche .bouton-container .controles{
		float: right !important;
	}
}

.bodywrapper .dataTables_scrollHead table{
	margin-bottom:0;
}

table.dataTable.dtr-column>tbody>tr>td.control,
table.dataTable.dtr-column>tbody>tr>th.control{
	position: relative;
    cursor: pointer;
    text-align: center;
}

table.dataTable td>ul.dtr-details{
	padding-left: 15px;
}

table.dataTable td>ul.dtr-details>li{
	display: block;
}

table.dataTable td>ul.dtr-details>li .dtr-title{
	font-weight: 600;
}

table.dataTable td>ul.dtr-details>li .dtr-title:after{
	content: " :";
}

table.dataTable td.control i{
	font-size:2em;
}

table.dataTable td.control:hover,
table.dataTable td.control:focus{
	color:#23527c;
}

table.dataTable td.control i:focus{
	color:#23527c;
	outline: none;
}

table.dataTable td.controle.deplie{
    vertical-align: top;
    text-align: center;
}

table.dataTable td>ul.dtr-details>li .voir-uo-supplementaires{
	font-weight: 600;
}

table.dataTable td>ul.dtr-details>li .voir-uo-supplementaires:hover,
table.dataTable td>ul.dtr-details>li .voir-uo-supplementaires:focus{
	color:#23527c;
}

table.dataTable td>ul.dtr-details .dtr-data a{
	color: #000000;
}

.resultats-de-recherche .liste-resultats table td>ul{
	padding-left: 15px;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1.0);
	}
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	20% {
		transform : scaleY(1.0);
		-webkit-transform : scaleY(1.0);
	}
}

.onoffswitch.favori .onoffswitch-switch,
.onoffswitch.carte .onoffswitch-switch,
.onoffswitch.filtres .onoffswitch-switch,
.onoffswitch.comparaison .onoffswitch-switch {
  right: 58px;
}
  /* ### NEW COMPONENTS ### */

.bodywrapper header .logo {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .bodywrapper header .header-droit {
    justify-content: start;
  }
}

@media (max-width: 767px) {
  .bodywrapper header.active .header-droit span.fa {
    width: 46px;
  }
}
.bodywrapper table.dataTable.dtr-column > tbody > tr > td.control:before,
.bodywrapper table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: none;
}
.bodywrapper table.dataTable {
  margin-top: 0px !important;
}
.bodywrapper .recapitulatif-recherche {
  float: left;
}
.bodywrapper .bouton-container {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*.bodywrapper .bouton-container .controles {
  flex: 0 0 auto;
}
.bodywrapper .bouton-container .actions {
  flex: 0 0 auto;
}*/
.bodywrapper .onoffswitch {
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
  margin: 3px;
}
.bodywrapper .onoffswitch label.onoffswitch-label {
  border: none;
  border-radius: 20px;
  margin-bottom: 0px;
}
.bodywrapper .onoffswitch label.onoffswitch-label .onoffswitch-inner::after,
.bodywrapper .onoffswitch label.onoffswitch-label .onoffswitch-inner::before {
  height: 34px;
  padding: 4px 22px 4px 16px;
}


.bodywrapper .onoffswitch.comparaison .onoffswitch-checkbox:not(:checked) + label.onoffswitch-label .onoffswitch-inner::after,
.bodywrapper .onoffswitch.comparaison .onoffswitch-checkbox:not(:checked) + label.onoffswitch-label .onoffswitch-inner::before {
	padding: 4px 22px 4px 38px;
}

.bodywrapper .onoffswitch label.onoffswitch-label .onoffswitch-inner::after {
  background-color: #2f566a;
}
.bodywrapper .onoffswitch label.onoffswitch-label .onoffswitch-inner::before {
  background-color: #4caf50;
}
.bodywrapper .onoffswitch label.onoffswitch-label .onoffswitch-switch {
  height: 30px;
  width: 31px;
  line-height: 30px;
  border-radius: 20px;
  border: none;
  text-align: center;
  margin: 2px;
}
.bodywrapper .onoffswitch label.onoffswitch-label .onoffswitch-switch i.fa {
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
  line-height: 30px;
}
.bodywrapper .onoffswitch.favori,
.bodywrapper .onoffswitch.carte,
.bodywrapper .onoffswitch.filtres,
.bodywrapper .onoffswitch.comparaison {
  width: 110px;
}
.bodywrapper .onoffswitch.favori .onoffswitch-switch,
.bodywrapper .onoffswitch.carte .onoffswitch-switch,
.bodywrapper .onoffswitch.filtres .onoffswitch-switch,
.bodywrapper .onoffswitch.comparaison .onoffswitch-switch {
  right: 75px;
}
.bodywrapper .onoffswitch.favori .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch,
.bodywrapper .onoffswitch.carte .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch,
.bodywrapper .onoffswitch.filtres .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch,
.bodywrapper .onoffswitch.comparaison .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.bodywrapper .btn-action {
  vertical-align: top;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border: 0;
  padding: 0;
  margin: 3px;
}
.bodywrapper .btn-action.export-excel {
  background: #207347;
}
.bodywrapper .btn-action.export-pdf {
  background: #D70000;
}
.bodywrapper .btn-action.signaler-fiche {
  background: #800000;
}

.bodywrapper .btn.btn-link.btn-action {
	line-height: 31px;
	font-size: 1.2rem;
}


.bodywrapper .btn-action.send-selection {
  background: #ec136a;
  min-width: 250px;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.16), 0 -1px 6px rgba(0,0,0,0.23);
  margin: 0;
  height: 38px;
  border-radius: 4px 4px 0 0;
}

.bodywrapper .btn-action.send-selection:hover {
	background: #23527c;
	cursor: pointer;
	text-decoration: none;
}
.bodywrapper .btn-action.send-selection label:hover{
	cursor: pointer;
}
.bodywrapper .btn-action.send-selection label {
	line-height: 38px;
	font-weight: 400;
	font-size: 18px;
	color:	#FFFFFF
}
.bodywrapper .btn-action.send-selection i.fa {
	vertical-align: unset;
}


.bodywrapper .btn-action.return-home {
  background: white;
}
.bodywrapper .btn-action i.fa {
  vertical-align: middle;
}

.bodywrapper .contact-prev-wrapper{
	position: fixed;
    bottom: 0px;
    left: calc(50% - 125px); 
    z-index: 100;
}
@media (max-width: 767px) {
	.bodywrapper .btn-action.send-selection {
		min-width: 190px;
		height: 36px;
	}
	.bodywrapper .btn-action.send-selection label {
		font-size: 14px;
		line-height: 36px;
	}
	.bodywrapper .contact-prev-wrapper{
		position: fixed;
		bottom: 0px;
		left: calc(50% - 95px); 
	}
}

.bodywrapper #table-resultats_wrapper .dataTables_scroll table.dataTable {
  margin-top: 0px !important;
}
.bodywrapper .leaflet-control-zoom a {
  color: black;
}
.bodywrapper .valueswitch {
  display: inline-block;
  line-height: 18px;
  margin: 3px;
}
.bodywrapper .valueswitch input.valueswitch-checkbox {
  display: none;
}
.bodywrapper .valueswitch label {
  background-color: #2f566a;
  color: white;
  font-weight: 500;
  padding: 2px;
  border-radius: 15px;
  margin-bottom: 0px;
}
.bodywrapper .valueswitch label .valueswitch-value {
  padding: 6px 12px;
  display: inline-block;
  border-radius: 13px;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.1, 0.5, 0.25, 1);
}
.bodywrapper .valueswitch input.valueswitch-checkbox:checked + .valueswitch-label .valueswitch-on {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.bodywrapper .valueswitch input.valueswitch-checkbox:not(:checked) + .valueswitch-label .valueswitch-off {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.bodywrapper .valueswitch label .valueswitch-value .stack{
	position: relative;
	width: 100%;
	text-align: center;
}

.bodywrapper .valueswitch label .valueswitch-value .stack .fa{
	position: absolute;
	top: -2px;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 1.7rem;
	opacity: .3;
}


.bodywrapper .valueswitch input.valueswitch-checkbox:disabled + .valueswitch-label {
	background-color: #90a5b0;
	cursor: not-allowed;
}

.bodywrapper .valueswitch input.valueswitch-checkbox:disabled + .valueswitch-label .valueswitch-value{
	cursor: not-allowed;
}

.bodywrapper .valueswitch.searchModeSwitch input + .valueswitch-label .valueswitch-value{
	color: rgba(255,255,255,0.67);
}
.bodywrapper .search-details .text-tag {
/* 	padding: 1px 5px; */
/* 	background-color: #16ADE6; */
	font-family: serif;
	font-weight: bold;
	margin-right: 5px;
/* 	color: #ffffff; */
/* 	font-size: 1.2rem; */
/* 	border-radius: 2px; */
}

.bodywrapper .search-details .nomenclature-tag {
/* 	padding: 4px 4px; */
/* 	background-color: #e6007e; */
	font-weight: bold;
	margin-right: 5px;
	font-size: 1rem;
/* 	color: #ffffff; */
/* 	border-radius: 2px; */
}
.bodywrapper .search-details {
  margin-bottom: 15px;
}
.bodywrapper .search-details ul {
  list-style-type: none;
  padding-left: 0px;
}
.bodywrapper .search-details ul li.search-detail i.fa {
/*  width: 14px;*/
  margin-right: 8px;
}
.bodywrapper .search-details hr {
  margin: 8px 0 10px 0;
}
.bodywrapper .search-details .detail-text.recap-critere,
.bodywrapper .search-details .detail-text.recap-lieu  {
	text-transform: capitalize;
}

@media (max-width: 767px) {
  .bodywrapper .facettes .facettes-content-wrapper {
    height: auto !important;
    margin-bottom: 15px;
  }
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.libelle-offre,
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.selection-column {
  background-color: #ec136a;
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.organisateur {
  background-color: #6470b4;
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.format {
  background-color: #8ec653;
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.modalite {
  background-color: #fb7051;
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.periode {
  background-color: #aa348a;
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.dates {
  background-color: #f5b800;
}
.bodywrapper .resultats-de-recherche .liste-resultats .en-tete.lieu {
  background-color: #5cadd6;
}
.bodywrapper .resultats-de-recherche .liste-resultats td {
  color: rgba(0, 0, 0, 0.7);
}

.bodywrapper .resultats-de-recherche .liste-resultats .dataTables_scrollHead th.sorting,
.bodywrapper .resultats-de-recherche .liste-resultats .dataTables_scrollHead th.sorting_asc,
.bodywrapper .resultats-de-recherche .liste-resultats .dataTables_scrollHead th.sorting_desc{
	cursor: pointer;
}
.bodywrapper .resultats-de-recherche .liste-resultats .dataTables_scrollHead th.sorting:after {
    content: " \f0dc"; /* f338 */
    font-family: FontAwesome;
	display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
 }


 .bodywrapper .resultats-de-recherche .liste-resultats .dataTables_scrollHead th.sorting_asc:after {
    content: " \f160";
    font-family: FontAwesome;
	display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
 }
  .bodywrapper .resultats-de-recherche .liste-resultats .dataTables_scrollHead th.sorting_desc:after {
    content: " \f161";
    font-family: FontAwesome;
	display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
 }

.bodywrapper .resultats-de-recherche .liste-resultats td.libelle-offre a {
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
  text-transform: uppercase;
}
.bodywrapper .resultats-de-recherche .liste-resultats tr.selected {
  background-color: #fef1f6;
}

.bodywrapper .resultats-de-recherche .liste-resultats .selection-column input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/*.bodywrapper .resultats-de-recherche .liste-resultats .selection-column input:focus + label {
  outline: 3px solid rgba(0, 0, 0, 0.12);
  background: #DB2E75;
}*/
.bodywrapper .resultats-de-recherche .liste-resultats .selection-column label {
  display: inline-block;
  background: rgba(0, 0, 0, 0.12);
  width: 24px;
  height: 24px;
  margin: 0px 10px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  color: white;
}

.bodywrapper .resultats-de-recherche .liste-resultats .selection-column label:hover {
  background-color: #DB2E75;
}
.bodywrapper .resultats-de-recherche .liste-resultats .selection-column input:checked + label {
  background-color: #DB2E75;
}
.bodywrapper .resultats-de-recherche .liste-resultats .selection-column input:checked + label::after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bodywrapper .resultats-de-recherche .liste-resultats th.selection-column input:checked + label {
  background-color: rgba(255, 255, 255, 0.98);
  color: #DB2E75;
}
.bodywrapper .resultats-de-recherche .liste-resultats tr.expiree {
  background: rgba(0, 0, 0, 0.05);
}
.bodywrapper .resultats-de-recherche .liste-resultats tr.expiree.selected {
  background: #f2dede;
}

/* CONTACT OFFRES PREVENTION */


.bodywrapper .resultats-de-recherche .liste-resultats-prev .btn-contact-animate-if.ng-enter {
    -webkit-animation-name: slideIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
    animation-name: slideIn;
	animation-duration: 0.3s;
	animation-timing-function: cubic-bezier(0.8, 0.0, 0.4, 1)
}

.bodywrapper .resultats-de-recherche .liste-resultats-prev .btn-contact-animate-if.ng-leave {
    -webkit-animation-name: slideOut; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
    animation-name: slideOut;
	animation-duration: 0.3s;
	animation-timing-function: cubic-bezier(0.8, 0.0, 0.4, 1)
}

@-webkit-keyframes slideIn {
    0%   {top:40px}
    100% {top:0px}
}
/* Standard syntax */
@keyframes slideIn {
    0%   {top:40px}
    100% {top:0px}
}
@-webkit-keyframes slideOut {
    0%   {top:0px}
    100% {top:40px}
}
/* Standard syntax */
@keyframes slideOut {
    0%   {top:0px}
    100% {top:40px}
}



.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container.ng-enter {
	-webkit-animation: fadeIn 0.4s;
	animation: fadeIn 0.4s;
}

.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container.ng-leave {
	-webkit-animation: fadeOut 0.4s;
	animation: fadeOut 0.4s;
}

.bodywrapper .resultats-de-recherche .recherche-vide-wrapper {
	font-size: 20px;
}

/* TAGS CONTACTS PREVENTION */

.bodywrapper .contact-form-container div.contact-offres-tags-wrapper {
	 margin-bottom: 20px;
 }

.bodywrapper .contact-form-container div.contact-offre-tag-wrapper {
	display: inline-block;
	color: #ffffff;
	margin: 5px;
	vertical-align: top;
}

.bodywrapper .contact-form-container div.contact-offre-tag {
	display: inline-block;
	background-color: #ec136a;
	padding: 10px 40px 10px 10px;
	position: relative;
	width: 100%;
}

.bodywrapper .contact-form-container div.contact-offres-tags-wrapper span.contact-offre-tag-text {
	cursor: pointer;
}

.bodywrapper .contact-form-container div.contact-offres-tags-wrapper button.contact-offre-tag-remove {
	position: absolute;
	right:0px;
	top:0px;
	height: 100%;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #9a1154;

	font-size: 22px;
	border-radius: 0px;
	border: none;

}


.bodywrapper .contact-form-container div.contact-offres-tags-wrapper div.contact-offre-tag-emails {
	padding: 10px;
	background-color: #6470b4;
}

.bodywrapper .contact-form-container .trumbowyg-box {
	background-color: #ffffff;
}

.bodywrapper .contact-form-container .trumbowyg-box .trumbowyg-editor {
	color: #000000;
}


.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"].error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"].error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent select.error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea.error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].error + label{
	border-bottom: 3px solid #d50000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent label.error{
	display: block;	
	color: #d50000;
	text-align: right;
}

.bodywrapper .contact-form-container .wysiwyg-wrapper label.error {
    display: block;
    color: #d50000;
    text-align: right;
    padding: 8px;
    margin-bottom: 0;
    border-bottom: 2px solid #d50000;
}

.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container {
	background-color: #f5f5f5;
}

.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField {
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto;
	margin-bottom: 2em;
	padding: .8em 1.2em;
	color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 992px) {
	.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField {
		padding: 1.5em 3em;
	}
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField[data-toggle-id]:not([data-not-linked]):before {
	top: -50px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: white;
	border-width: 25px;
	margin-left: -25px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldLabel {
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
	color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 992px) {
	.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldLabel {
		margin-bottom: 20px;
	}
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: rgba(0, 0, 0, 0.7);
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent + .clearfix {
	margin-bottom: 20px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch) {
	position: absolute;
	width: 0px;
	height: 0px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"]:checked + label,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch):checked + label {
	background-color: #5C6BC0;
	color: white;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"] + label,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch) + label {
	position: relative;
	transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
	width: 100%;
	padding: 0.5em 1em 0.5em 2.5em;
	cursor: pointer;
	font-weight: normal;
	border-radius: 2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"] + label:before,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch) + label:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	width: 21px;
	height: 21px;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.7);
	background-color: #FFF;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"] + label:hover,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch) + label:hover,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"]:focus + label,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch):focus + label {
	background-color: #9FA8DA;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 11px;
	height: 11px;
	background-color: #3F51B5;
	border-radius: 1em;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="radio"] + label:before {
	border-radius: 1em;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch) + label:after {
	transition: opacity 200ms cubic-bezier(0, 0, 0.2, 1);
	content: "";
	position: absolute;
	top: 13px;
	left: 14px;
	width: 13px;
	height: 8px;
	border: 4px solid #3F51B5;
	border-top: none;
	border-right: none;
	background: transparent;
	transform: rotate(-45deg);
	opacity: 0;
	border-radius: 2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch):checked + label:after {
	opacity: 1;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"]:not(.cs-switch) + label:before {
	border-radius: 2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].hasSubChecks:not(.cs-switch) + label:after {
	transition: opacity 200ms cubic-bezier(0, 0, 0.2, 1);
	content: "";
	position: absolute;
	top: 14px;
	left: 16px;
	width: 9px;
	height: 9px;
	background-color: #5C6BC0;
	border: none;
	border-radius: 1px;
	opacity: 1;
	transform: none;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch {
	position: absolute;
	width: 0px;
	height: 0px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch + label .cs-switch-wrapper {
	background: rgba(0, 0, 0, 0.12);
	border-radius: 2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch + label .cs-switch-wrapper .cs-switch-yes,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch + label .cs-switch-wrapper .cs-switch-no {
	transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.38);
	font-weight: normal;
	color: rgba(0, 0, 0, 0.38);
	cursor: pointer;
	padding: 4px 10px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch + label .cs-switch-wrapper .cs-switch-yes {
	border-right: none;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch + label .cs-switch-wrapper .cs-switch-no {
	border-left: none;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch:not(:checked) + label .cs-switch-wrapper .cs-switch-no {
	transform: scale(1.2);
	border: none;
	border-radius: 2px;
	background-color: #bc0000;
	color: #ffffff;
	font-weight: normal;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch:not(:checked) + label .cs-switch-wrapper .cs-switch-yes {
	padding: 4px 14px 4px 10px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch:checked + label .cs-switch-wrapper .cs-switch-yes {
	transform: scale(1.2);
	background-color: #4caf50;
	border: none;
	border-radius: 2px;
	color: #ffffff;
	font-weight: normal;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch:checked + label .cs-switch-wrapper .cs-switch-no {
	padding: 4px 10px 4px 14px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch:focus:checked + label .cs-switch-wrapper .cs-switch-no {
	outline: 3px solid #9FA8DA;
	outline-offset: -2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="checkbox"].cs-switch:focus:not(:checked) + label .cs-switch-wrapper .cs-switch-yes {
	outline: 3px solid #9FA8DA;
	outline-offset: -2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea {
	width: 100%;
	padding: 0.4em 1em;
	border: 1px solid rgba(0, 0, 0, 0.38);
	border-radius: 4px;
	color: rgba(0, 0, 0, 0.87);
	font-weight: normal;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"]::-webkit-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"]::-webkit-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"]::-webkit-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"]::-webkit-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea::-webkit-input-placeholder {
	font-weight: normal;
	color: rgba(0, 0, 0, 0.38);
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"]:-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"]:-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"]:-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"]:-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea:-moz-placeholder {
	font-weight: normal;
	color: rgba(0, 0, 0, 0.38);
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"]::-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"]::-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"]::-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"]::-moz-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea::-moz-placeholder {
	font-weight: normal;
	color: rgba(0, 0, 0, 0.38);
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"]:-ms-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"]:-ms-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"]:-ms-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"]:-ms-input-placeholder,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea:-ms-input-placeholder {
	font-weight: normal;
	color: rgba(0, 0, 0, 0.38);
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"]:disabled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"]:disabled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"]:disabled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"]:disabled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea:disabled {
	cursor: not-allowed;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"]:focus,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"]:focus,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"]:focus,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"]:focus,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea:focus {
	outline: 3px solid #9FA8DA;
	outline-offset: -2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"].parsley-error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"].parsley-error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"].parsley-error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"].parsley-error,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea.parsley-error {
	border-bottom: 3px solid #d50000;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"].parsley-error + .parsley-errors-list,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"].parsley-error + .parsley-errors-list,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"].parsley-error + .parsley-errors-list,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"].parsley-error + .parsley-errors-list,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea.parsley-error + .parsley-errors-list {
	transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
	height: 0px;
	width: 100%;
	list-style-type: none;
	color: #d50000;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"].parsley-error + .parsley-errors-list.filled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"].parsley-error + .parsley-errors-list.filled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"].parsley-error + .parsley-errors-list.filled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"].parsley-error + .parsley-errors-list.filled,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea.parsley-error + .parsley-errors-list.filled {
	position: relative;
	height: auto;
	padding: 0.4em 0em;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="text"].parsley-error + .parsley-errors-list li,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="date"].parsley-error + .parsley-errors-list li,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="email"].parsley-error + .parsley-errors-list li,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent input[type="number"].parsley-error + .parsley-errors-list li,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea.parsley-error + .parsley-errors-list li {
	width: 100%;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent textarea {
	resize: vertical;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 {
	width: 100%
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2.select2-container--focus .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2.select2-container--focus .select2-selection {
	outline: 3px solid #9FA8DA;
	outline-offset: -2px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2 .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 .select2-selection {
	border: 1px solid rgba(0, 0, 0, 0.38);
	padding: 0.4em 1em;
	height: auto;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2 .select2-selection .select2-selection__arrow,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 .select2-selection .select2-selection__arrow {
	height: 42px;
	width: 42px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2 .select2-selection .select2-selection__arrow b[role="presentation"],
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2 .select2-selection .select2-selection__arrow b[role="presentation"] {
	border-width: 7px 7px 0 7px;
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2.select2-container--open.select2-container--above .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2.select2-container--open.select2-container--above .select2-selection {
	outline: none;
	box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16), 0 -3px 6px rgba(0, 0, 0, 0.23);
}
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-dynamically-created + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable + .select2.select2-container--open.select2-container--below .select2-selection,
.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .fieldContent .cs-select-filterable-dynamically-created + .select2.select2-container--open.select2-container--below .select2-selection {
	outline: none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container .formField .warnMessage{
	color: #e2508c;
	margin-bottom: 10px;
}


.bodywrapper .resultats-de-recherche .liste-resultats-prev .contact-form-container hr {
	width: 100%;
}


/** NEURO HANDICAP */

.resultats-de-recherche .liste-resultats .actions li.prendEnCharge,
.resultats-de-recherche .liste-resultats .actions li.prendEnCharge a {
	color: #008000;
	font-weight: bold	
}
.resultats-de-recherche .liste-resultats .actions li.nePrendPasEnCharge,
.resultats-de-recherche .liste-resultats .actions li.nePrendPasEnCharge a {
	color: #D70000;
	font-weight: bold
}

.resultats-de-recherche .liste-resultats .actions li.nonContacte,
.resultats-de-recherche .liste-resultats .actions li.nonContacte a {
	color: #48646f;
	font-weight: bold
}


form#contact-form .fieldLabel.required:after {
	content: " * ";
	color: #e2508c;
}

.formButtons {
	margin-top: 30px; 
	text-align: center;
	position: relative;
	font-size: 14px;
}
.formButtons button {
	position: relative;
	height: 50px;
	padding: 0px 20px 0px 70px;
	border: none;
	background: #303F9F;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}
.formButtons button:focus {
	outline: 3px solid #9FA8DA;
	outline-offset: -2px;
}
.formButtons button i {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px 20px 0px 0px;
	height: 50px;
	width: 50px;
	background: #2a378b;
	font-size: 2em;
}
.formButtons button i:before {
	position: relative;
	vertical-align: -40%;
}
.formButtons button.prevFormSubmit {
	padding: 0px 70px 0px 20px;
}
.formButtons button.prevFormSubmit i {
	right: 0px;
	left: auto;
	margin: 0px 0px 0px 20px;
}
.formButtons button.prevFormCancel {
	background-color: #cf1717;
	color: white;
}
.formButtons button.prevFormCancel i {
	background-color: #b81414;
	color: white;
}
@media only screen and (max-width: 768px) {
	.formButtons {
		text-align: center;
	}
	.formButtons button {
		width: 100%;
		margin-bottom: 2em;
		position: relative;
	}
}

/* Override du syyle du date range selector*/

body .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #23527c;
}

body .ranges li.active {
    background-color: #23527c;
    border: 1px solid #23527c;
    color: #fff;
}

body .ranges li:hover {
    background-color: #23527c;
    border: 1px solid #23527c;
	color: #fff;
}
body .daterangepicker td.active,
body .daterangepicker td.active:hover {
    background-color: #23527c;
    border-color: transparent;
	color: #fff;
}

body .daterangepicker td.available:hover,
body .daterangepicker th.available:hover {
    background-color: #23527c;
    border-color: transparent;
    color: #ffffff;;
}

body .daterangepicker td.in-range {
    background-color: #3173ae;
    color: #ffffff;
}
body .daterangepicker td.in-range:hover {
	border-radius: 0 4px 4px 0;
}

body .daterangepicker td.active.start-date:hover {
	border-radius: 4px 4px 4px 4px;
}

body .daterangepicker td.in-range.active {
    background-color: #23527c;
    color: #ffffff;
}

body .daterangepicker td.off,
body .daterangepicker td.off.in-range,
body .daterangepicker td.off.start-date,
body .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

body .daterangepicker .input-mini.active {
    border: 1px solid #23527c;
}

body .daterangepicker .input-mini {
    border: 1px solid #f5f5f5;
    color: #555;
}

body .daterangepicker td.off.in-range {
	background-color: rgba(7, 101, 185, 0.14);
	color: #797979;
}

body .daterangepicker td.off.start-date {
	background-color: rgba(7, 66, 133, 0.28);
	color: #797979;
}

body .daterangepicker td.off.end-date {
	background-color: rgba(7, 66, 133, 0.28);
	color: #797979;
}

/* == LOADER == */
.feedback{
	margin-top:20px;
	margin-bottom:20px;

}

.loader {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
.box {
  width: 45%;
  height: 45%;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  animation: load 1.5s linear infinite;
}
.box:nth-of-type(1) {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
}
.box:nth-of-type(2) {
  position: absolute;
  top: 2.5%;
  right: 2.5%;
  animation-delay: -0.375s;
}
.box:nth-of-type(3) {
  position: absolute;
  bottom: 2.5%;
  right: 2.5%;
  animation-delay: -0.75s;
}
.box:nth-of-type(4) {
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  animation-delay: -1.125s;
}
@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.liste-resultats .dataTables_scrollHead, .liste-resultats .dataTables_scrollHeadInner, .liste-resultats table.table.responsive.dataTable {
	width: 100% !important;
	padding-right: 17px;
}



.liste-resultats .dataTables_scrollBody {
	overflow-y: scroll !important;
}


carte-resultats-prev .easyPrintHolder {
	margin-top: -28px;
	margin-left: 0;
}

carte-resultats-prev#carteResultatPrev  .leaflet-control-easyPrint:hover {
	border: none;
}
carte-resultats-prev#carteResultatPrev .easyPrintSizeMode {
	border: 0px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	border-radius: 2px;
	position: relative;
	z-index:1;
}
carte-resultats-prev#carteResultatPrev .leaflet-control-easyPrint:hover > #leafletEasyPrint {
	opacity: 0;
	cursor: pointer;
	position: relative;
	z-index: -1;
}

.resultats-de-recherche .liste-resultats .offre-statut {
	font-weight: 700;
}

.resultats-de-recherche .liste-resultats .offre-statut.en-cours {
	color: #EB680D;
}
.resultats-de-recherche .liste-resultats .offre-statut.a-venir {
	color: #4caf50;
}
.resultats-de-recherche .liste-resultats .offre-statut.termine {
	color: #56544c;
}
.resultats-de-recherche .liste-resultats .offre-statut.permanent {
	color: #153A92;
}

/**
 * Legende leaflet
 */
.leaflet-container .leaflet-control.legend .legende-prev-collapsible{
	display:none;
	max-height: 190px;
    overflow-y: auto;
}

.leaflet-container .leaflet-control.legend .legende-prev-collapsible.legend-visible{
	display:block;
}

.leaflet-container .leaflet-control.legend .toggle-close{
	display:none;
}
.leaflet-container .leaflet-control.legend .toggle-close.legend-visible{
	display:block;
}

.leaflet-container .leaflet-control.legend .toggle-open.legend-visible{
	display:none;
}

.leaflet-container .leaflet-control.legend .toggle-open:hover,
.leaflet-container .leaflet-control.legend .toggle-close:hover{
	cursor: pointer;
}

.leaflet-container .leaflet-control.legend .toggle-open .fa,
.leaflet-container .leaflet-control.legend .toggle-close .fa{
	font-size: 1.5rem;
	margin-left: 10px;
    vertical-align: middle;
}

.leaflet-container .leaflet-control.legend .toggle-close{
	margin-top:10px;
	text-align: right;
	border-top: 1px solid #cccccc;
}

/**
 * leaflet custom control
 */
.bodywrapper .leaflet-container .leaflet-control-custom{
	padding:5px;
	cursor: pointer;
	background-color: #ffffff;
}

.bodywrapper .leaflet-container .leaflet-control-custom:hover{
	background-color: #f4f4f4;
}

.bodywrapper .leaflet-container .leaflet-control-custom i{
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1.2rem;
    margin-bottom: 1px;
}

.bodywrapper .leaflet-container .leaflet-marker-icon.custom-icon img{
	width: 100%;
}

.bodywrapper .leaflet-container .leaflet-marker-icon.custom-icon div.number{
	color: black;
	text-align: center;
	transform: translate(0px, -40px);
	font-size: 11px;
}

/* OVERRIDE LEAFLET DEFAULT POPUP */
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper {
	width: 260px;
	border-radius: 0;
	padding: 0;
}

.bodywrapper .leaflet-container a.leaflet-popup-close-button {
	color: rgba(255,188,210,0.89);
	padding: 8px 8px 0 0;
}
.bodywrapper .leaflet-container a.leaflet-popup-close-button:hover {
	color: rgba(208, 152, 168, 0.89);
}
.resultats-de-recherche .liste-resultats.liste-resultats-prev .leaflet-container a.leaflet-popup-close-button {
	color: rgba(255,188,210,0.89);
}
.resultats-de-recherche .liste-resultats.liste-resultats-prev .leaflet-container a.leaflet-popup-close-button:hover {
	color: rgba(208, 152, 168, 0.89);
}

.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .leaflet-popup-content {
	margin: 0;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper, .bodywrapper .leaflet-container .leaflet-popup-tip {
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.bodywrapper .leaflet-container .leaflet-popup:hover .leaflet-popup-content-wrapper, .bodywrapper .leaflet-container .leaflet-popup:hover .leaflet-popup-tip {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.bodywrapper .leaflet-container .leaflet-popup-tip {
	background-color: #5cadd6;
}

/* CUSTOM POPUP STYLE */
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .popup-scrollarea {
	max-height: 300px;
}

.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(236,19,106,.4);
	width: 4px;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .mCSB_scrollTools .mCSB_buttonDown,
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .mCSB_scrollTools .mCSB_buttonUp {
	opacity: 0.7;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(236,19,106,.8);
	width: 6px;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -128px 0px;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -128px -20px;
}


.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mheader-wrapper {
	background-color: #ec136a;
	width: 100%;
	padding: 8px;
	color: #fff;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mheader.mheader-organisateur {
	display:block;
	padding-right: 18px;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mlabel-wrapper {
	padding: 8px 8px 4px 8px;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mlabel {
	margin-bottom: 6px;
	display: block;
}
.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mlabel.mlabel-format {
    color: #ffffff;
    font-weight: bold;
    background-color: #6470b4;
    padding: 2px 8px;
    display: inline-block;
}

.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mlabel.mhead {
	padding-right: 14px;
}

.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mfooter-TIlink {
	margin: auto;
	background-color: rgba(90,175,213,0.18);
	padding: 3px;
	color: #2d586e;
	cursor: pointer;
	text-align: center;
}

.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .mfooter-wrapper {
	background-color: #5cadd6;
	width: 100%;
	padding: 8px;
	color: #fff;
}

.bodywrapper .leaflet-container .leaflet-popup-content-wrapper .popup-container .separator {
	border-top: 2px solid #5cadd6;
}

.line-separator {
	height: 1px;
	overflow: hidden;
	background-color: #d4d4d4;
}
.bottom-blue-border {
	border-bottom: 3px solid #5cadd6;
}


/** NEURO HANDICAP */
.resultats-de-recherche .prendEnCharge,
.resultats-de-recherche .liste-resultats .actions li.prendEnCharge,
.resultats-de-recherche .liste-resultats .actions li.prendEnCharge a {
	color: #008000;
	font-weight: bold	
}
.resultats-de-recherche .nePrendPasEnCharge,
.resultats-de-recherche .liste-resultats .actions li.nePrendPasEnCharge,
.resultats-de-recherche .liste-resultats .actions li.nePrendPasEnCharge a {
	color: #D70000;
	font-weight: bold
}
.resultats-de-recherche .nonContacte,
.resultats-de-recherche .liste-resultats .actions li.nonContacte,
.resultats-de-recherche .liste-resultats .actions li.nonContacte a {
	color: #48646f;
	font-weight: bold
}

.resultats-de-recherche .donnees-complementaire {
	margin-top:20px;
}

.resultats-de-recherche .donnees-complementaire h4{
	font-size: 1.5rem;
	font-weight: bold;
}
.resultats-de-recherche .donnees-complementaire h4 div{
	display: inline-block;
}

.resultats-de-recherche .donnees-complementaire .ui-carousel .carousel-next .carousel-btn {
    right: -15px;
}
.resultats-de-recherche .donnees-complementaire .ui-carousel .carousel-prev .carousel-btn {
    left: -15px;
}
.resultats-de-recherche .donnees-complementaire .ui-carousel .track{
	display: flex;
}
.resultats-de-recherche .donnees-complementaire .ui-carousel .track .slide {
	margin: auto;
}

.resultats-de-recherche .donnees-complementaire .carousel-wrapper{
	padding: 16px;
}
.resultats-de-recherche .donnees-complementaire .carousel-item {
	position: relative;
	width:100%;
}
.resultats-de-recherche .donnees-complementaire .carousel-item fieldset{ 
	width:	calc(100% - 100px);
	margin-left: 35px;
	padding:10px;
	padding-left:15px;
    margin-right: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.resultats-de-recherche .donnees-complementaire .carousel-item fieldset.isEdit{
    width: calc(100% - 32px);
    margin-left: 0px;
    padding: 10px;
    padding-left: 55px;
    padding-right: 25px;
}
.resultats-de-recherche .donnees-complementaire .carousel-item button{
	transition: background-color 200ms cubic-bezier(0, 0, 0.2, 1);
    z-index: 10;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 40px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 0px;
    border: none;
}
.resultats-de-recherche .donnees-complementaire .carousel-item button.add{
	color: #ffffff;
	right: 32px;
	background-color: #3f51b5;
}
.resultats-de-recherche .donnees-complementaire .carousel-item button.remove{
	color: rgba(0, 0, 0, 0.7);
	left: 0px;
	background-color: #ffc400;
}
.resultats-de-recherche .donnees-complementaire .carousel-item label.info-label{
	margin-bottom: 0;
}
.resultats-de-recherche .donnees-complementaire .round-button{
	position: relative;
	padding: .4rem 2rem;
	border-radius: 2rem;
	background-color: #3f51b5;
	border: 0;
	color: #fff;
	font-size: 1rem;
}
.resultats-de-recherche .donnees-complementaire .round-button:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	text-decoration: none;
}
.resultats-de-recherche .donnees-complementaire .round-button.cancel{
    background-color: #cccccc;
    color: #444444;
}

.resultats-de-recherche .donnees-complementaire .round-button.save{
	background-color: #008000;
}

.resultats-de-recherche .donnees-complementaire .add-first{
    font-size: 1.2rem;
}


.resultats-de-recherche .donnees-complementaire .edit{
	float:right;
}

.resultats-de-recherche .donnees-complementaire label.info-label{
	margin-bottom: 0;
}
.resultats-de-recherche .donnees-complementaire label.radio-label{
	display: block;
}
.resultats-de-recherche .donnees-complementaire label.radio-label span{
	margin-left : 20px
}

.resultats-de-recherche .donnees-complementaire fieldset .fieldContent input[type="radio"] {
	position: absolute;
	width: 0px;
	height: 0px;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

.resultats-de-recherche .donnees-complementaire  fieldset .fieldContent input[type="radio"] + label {
	position: relative;
	transition: all 200ms cubic-bezier(0, 0, 0.2, 1);
	padding: 0.5em 1em 0.5em 2.5em;
	cursor: pointer;
	font-weight: normal;
	border-radius: 2px;
}

.resultats-de-recherche .donnees-complementaire fieldset .fieldContent input[type="radio"] + label:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 10px;
	width: 21px;
	height: 21px;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.7);
	background-color: #FFF;
}

.resultats-de-recherche .donnees-complementaire fieldset .fieldContent input[type="radio"] + label:hover,
.resultats-de-recherche .donnees-complementaire fieldset .fieldContent input[type="radio"]:focus + label {
	background-color: #cbcfe6;;
}

.resultats-de-recherche .donnees-complementaire fieldset .fieldContent input[type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 15px;
	width: 11px;
	height: 11px;
	background-color: #3f51b5;
	border-radius: 1em;
}

.resultats-de-recherche .donnees-complementaire fieldset .fieldContent input[type="radio"] + label:before {
  	border-radius: 1em;
}
.resultats-de-recherche .donnees-complementaire fieldset input.ng-dirty.ng-invalid{
	border-bottom: #D70000 2px solid;
}

.resultats-de-recherche .donnees-complementaire ng-form.ng-dirty fieldset .fieldContent input[type="radio"].ng-invalid + label{
	border-bottom: #D70000 2px solid;
    background-color: #ead4d6;
}

.resultats-de-recherche .donnees-complementaire .error{
	border-radius: 4px;
    text-align: justify;
    margin-top: 0.2em;
    margin-bottom:  0.2em;
    margin-left:  0.2em;
    margin-right:  0.2em;
    padding: 0.5em;
	color: #D70000;
    font-weight: bold;
}

.resultats-de-recherche .donnees-complementaire .carousel-item fieldset .error{
    width: calc(100% - 30px);
}

.resultats-de-recherche .donnees-complementaire .radio-wrapper{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.resultats-de-recherche .donnees-complementaire .hidden-text {
	color: rgba(0,0,0,0.32);
	margin-bottom:10px;
}

.resultats-de-recherche .donnees-complementaire .button-wrapper button{
	margin: 0 15px;
}

.resultats-de-recherche .donnees-complementaire .button-wrapper{	
	text-align: center;
	margin: 20px 0;
}
.resultats-de-recherche .donnees-complementaire .textArea,
.resultats-de-recherche .donnees-complementaire textarea{
	width: 100%;
}

.donnees-complementaire .donnees{
	margin-bottom: 30px;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper{
	display: flex;
	align-items: stretch;
	flex-direction: row;
	margin-bottom: 10px;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker{
	display: flex;   
	font-weight: bold;
	align-items: center;
	cursor: pointer;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker span.period-placeholder{
	color:  rgba(0, 0, 0, 0.75);
	font-weight: 500;

}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker span.empty-placeholder{
	color: #aaaaaa;
	font-weight: 500;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker i {
	padding-right: 8px;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker:hover i{
	color:#23527c;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker.selectionnee {
	border-radius: 4px 0 0 4px;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper .reset{
	border-top: 1px solid rgba(0, 0, 0, 0.38);;
	border-right: 1px solid rgba(0, 0, 0, 0.38);;
	border-bottom: 1px solid rgba(0, 0, 0, 0.38);;
	border-left: none;
	border-radius: 0 4px 4px 0;
	background: #ffffff;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper .reset:hover{
	color:#23527c;
}

.resultats-de-recherche .donnees-complementaire .date-picker-wrapper .reset i{
	position: relative;
}

.resultats-de-recherche .donnees-complementaire fieldset input[type="text"],
.resultats-de-recherche .donnees-complementaire fieldset input[type="date"],
.resultats-de-recherche .donnees-complementaire fieldset input[type="email"],
.resultats-de-recherche .donnees-complementaire fieldset input[type="number"],
.resultats-de-recherche .donnees-complementaire fieldset textarea,
.resultats-de-recherche .donnees-complementaire fieldset select,
.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker{
    padding: 0.4em 1em;
    border: 1px solid rgba(0, 0, 0, 0.38);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: normal;
}

.resultats-de-recherche .donnees-complementaire fieldset input[type="text"]:focus,
.resultats-de-recherche .donnees-complementaire fieldset input[type="date"]:focus,
.resultats-de-recherche .donnees-complementaire fieldset input[type="email"]:focus, 
.resultats-de-recherche .donnees-complementaire fieldset input[type="number"]:focus, 
.resultats-de-recherche .donnees-complementaire fieldset textarea:focus,
.resultats-de-recherche .donnees-complementaire fieldset select:focus,
.resultats-de-recherche .donnees-complementaire .date-picker-wrapper div.date-picker:focus{
    outline: 3px solid #9fa8da;
    outline-offset: -2px;
}

.resultats-de-recherche .donnees-complementaire .carousel-item fieldset input,
.resultats-de-recherche .donnees-complementaire fieldset select{
	width: calc(100% - 30px);
}

@media only screen and (min-width: 992px){
	.resultats-de-recherche .resultatsContainer {
		/* height: 75vh; */
	}

	.resultats-de-recherche .facettes {
		height: 100%;
		min-height: 500px;
	}

	.resultats-de-recherche .cartoRow {
		max-height: 75vh;
	}

	.resultats-de-recherche .cartoCol {
		max-height: 75vh;
	}
	.resultats-de-recherche carte-resultats #mapWrapper {
		height: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.resultats-de-recherche .facettes{
		margin-bottom: 10px;
	}

	.resultats-de-recherche carte-resultats #mapWrapper {
		height: 75vh;
	}
}

.resultats-de-recherche .resultatsContainer {
	min-height: 500px;
}

.resultats-de-recherche .table-resultats-wrapper {
	/*height: 75vh;*/
	min-height: 500px;
}

.resultats-de-recherche .facettes {
	max-height: 100%;
	/* overflow: auto; */
}

.resultats-de-recherche .cartoRow {
	height: 100%;
	min-height: 500px;
}

.resultats-de-recherche .cartoCol {
	height: 100%;
	min-height: 500px;
}

.resultats-de-recherche carte-resultats #mapWrapper {
	min-height: 500px;
	max-height: 75vh;
}

.resultats-de-recherche carte-resultats #sigForResults{
	min-height: 500px;
	height: 100%;
	max-height: 75vh;
}

.resultats-de-recherche carte-resultats .sidebar {
	overflow: auto;
	padding: 10px;
	height: 100%;
	max-height: 75vh;
	min-height:500px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 4px 0px 4px rgba(0, 0, 0, 0.24)
}

.resultats-de-recherche carte-resultats .sidebar .carteUo {
	padding: 8px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 10px;
	/*box-shadow: 0 1px 4px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
	box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.12), 0 1px 2px hsla(0, 0%, 0%, 0.24);

}

.resultats-de-recherche carte-resultats .sidebar span.info-label {
	font-weight: bold;
}

.resultats-de-recherche carte-resultats .sidebar h6 {
	font-weight: bold;
	color: #DB2E75;
	font-size: 1.1rem;
	margin: 5px 0 15px 0;
}

.resultats-de-recherche carte-resultats .sidebar .boutonWrapper {
	text-align: center;
	margin: 15px 0 8px 0;
}

.resultats-de-recherche carte-resultats .sidebar .infoEg {
	margin: 10px 0 20px 0;
}

.resultats-de-recherche carte-resultats .sidebar h4 {
	color: #4d4d4d;
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: 20px;
}

.resultats-de-recherche carte-resultats .sidebar h5 {
	font-size: 1.1rem;
	font-weight: bold;
}

.resultats-de-recherche carte-resultats .sidebar .fa {
	font-size: 1.2rem;
	margin-right: 5px;
}

.resultats-de-recherche carte-resultats .sidebar .uoRecap {
	cursor: pointer;
}

.resultats-de-recherche carte-resultats .sidebar .uoRecap:hover,
.resultats-de-recherche carte-resultats .sidebar .uoRecap:focus{
	color:#23527c;
}

.resultats-de-recherche carte-resultats .sidebar .uoRecap .button{
	font-weight:bold
}

@media only screen and (max-width: 991px) {
	.resultats-de-recherche carte-resultats .sidebar {
		min-height: auto;
		box-shadow: 0 0px 2px rgba(0, 0, 0, 0.12), 0px -4px 4px rgba(0, 0, 0, 0.24);
	}
}

.filtre-commune.modal .modal-dialog {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.modal-dialog .round-button{
	position: relative;
	padding: .4rem 2rem;
	border-radius: 2rem;
	background-color: #3f51b5;
	border: 0;
	color: #fff;
	font-size: 1rem;
}
.modal-dialog .round-button:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.24);
	transition: all .3s cubic-bezier(.25,.8,.25,1);
	text-decoration: none;
}
.modal-dialog .round-button.cancel{
	background-color: #cccccc;
	color: #444444;
}

.modal-dialog .round-button.save{
	background-color: #008000;
}



/**
Map loader
 */

.mapLoaderText {
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	opacity: .6;
}

/**
Copyright (c) 2021 by Andreas Storm (https://codepen.io/avstorm/pen/qjQaJa)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

/**
The licenced code starts here
 */

.mapLoaderWrapper{
	height: 128px;
}
.mapLoader {
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translate(-50%, -50%) scale(6);
}
.mapLoader svg polyline {
	fill: none;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.mapLoader svg polyline#back {
	stroke: rgba(0,109,255,0.2);
}
.mapLoader svg polyline#front {
	stroke: #006dff;
	stroke-dasharray: 12, 36;
	stroke-dashoffset: 48;
	animation: dash 0.8s linear infinite;
}

@-moz-keyframes dash {
	62.5% {
		opacity: 0;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes dash {
	62.5% {
		opacity: 0;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@-o-keyframes dash {
	62.5% {
		opacity: 0;
	}
	to {
		stroke-dashoffset: 0;
	}
}
@keyframes dash {
	62.5% {
		opacity: 0;
	}
	to {
		stroke-dashoffset: 0;
	}
}

/**
The licenced code ends here
 */
.resultats-de-recherche .fiche-ror,
.resultats-de-recherche .fiche-ror h1,
.resultats-de-recherche .fiche-ror h2,
.resultats-de-recherche .fiche-ror h3,
.resultats-de-recherche .fiche-ror h4,
.resultats-de-recherche .fiche-ror h5,
.resultats-de-recherche .fiche-ror h6 {
	color : #000000;
}

/* .resultats-de-recherche .fiche-ror .entites-filles,
.resultats-de-recherche .fiche-ror .entites-filles h1,
.resultats-de-recherche .fiche-ror .entites-filles h2,
.resultats-de-recherche .fiche-ror .entites-filles h3,
.resultats-de-recherche .fiche-ror .entites-filles h4,
.resultats-de-recherche .fiche-ror .entites-filles h5,
.resultats-de-recherche .fiche-ror .entites-filles h6 {
	color: white;
} */

.resultats-de-recherche .lien-retour {
	margin-top:0;
}

.resultats-de-recherche .fiche-ror:not(.eg, .ej) .entites-filles {
	z-index: 0;
	margin-top: 30px;
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
	padding-top:15px;
	padding-bottom:15px;
	background: #DB2E75;
	color:white;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison{
	margin-bottom : 20px;
	margin-top : 15px;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison a {
	border:1px white solid;
	padding: 7px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison a:hover{
	text-decoration:none;
	background-color: white;
	color:#DB2E75;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison a .fa {
	margin-right: 7px;
}

.resultats-de-recherche .fiche-ror:not(.eg) .entites-filles-vide {
	z-index: 0;
	margin-top: 30px;
	padding-left: 3000px;
	margin-left: -3000px;
	padding-right: 3000px;
	margin-right: -3000px;
	padding-top:15px;
	padding-bottom:15px;
	background: #DB2E75;
	color:white;
	min-height: 50px;
}

.resultats-de-recherche .fiche-ror div.info-bloc span.info-label {
	font-weight:bold;
}

.resultats-de-recherche .fiche-ror div.info-bloc p {
	margin:0;
}
.resultats-de-recherche .fiche-ror .multiligne{
	white-space: pre-wrap;
}

.resultats-de-recherche .fiche-ror.ej h1 {
	margin-bottom: 0;
}

.resultats-de-recherche .fiche-ror.ej span.statut-juridique {
	margin-top: 0;
	margin-bottom: 10px;
	display: block;
}

.resultats-de-recherche .fiche-ror.uo h2 {
	color: #DB2E75;
	font-size: 17px;
}

.resultats-de-recherche .fiche-ror .entite {
	color:black;
	display:block;
	text-align: center;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid;
	border-radius: 5px;
}

.resultats-de-recherche .fiche-ror.eg .entite {
	color:black;
}

.resultats-de-recherche .fiche-ror .entite > .type, .resultats-de-recherche .fiche-ror .entite span, .resultats-de-recherche .fiche-ror .entite > .type, .resultats-de-recherche .fiche-ror .entite a {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resultats-de-recherche .fiche-ror .entite a {
	display:block
}

.resultats-de-recherche .fiche-ror .lien-parent {
	color : #000000;
}

.resultats-de-recherche .fiche-ror .lien-parent span.glyphicon {
	color: #DB2E75;
}

.resultats-de-recherche .fiche-ror .entite.highlight-on-hover:hover,
.resultats-de-recherche .fiche-ror .entite.hovered {
	color:#DB2E75;
	background-color: white;
	text-decoration: none;
	cursor: pointer;
}

.resultats-de-recherche .fiche-ror .entite.highlight-on-hover:hover a,
.resultats-de-recherche .fiche-ror .entite.hovered a {
	color:#DB2E75;
}

.resultats-de-recherche .fiche-ror .entites-filles.unites-operationnelles h4 {
	padding-left:15px;
}


.resultats-de-recherche .fiche-ror .entites-filles a {
	color:black;
}

.resultats-de-recherche .fiche-ror .entite span {
	display:block;
}

.resultats-de-recherche .fiche-ror .entite.entite-geographique {
	padding-left: 20px;
	text-align: left;
}

.resultats-de-recherche .fiche-ror .entite.unite-operationnelle span:last-child, .resultats-de-recherche .fiche-ror .entite.item-panier span:last-child {
	font-style: italic;
}

.resultats-de-recherche .fiche-ror .entite.item-panier {
	display:flex;
	justify-content: flex-start;
    align-items: center;
}

.resultats-de-recherche .fiche-ror .entite.item-panier > div:last-child {
	flex-shrink:0;
	flex-grow:0;
	margin-left: 10px;
}

.resultats-de-recherche .fiche-ror .entite.item-panier > div:first-child {
	flex-shrink:10;
	flex-grow:10;
	min-width:0;
	width:100%;
}

.resultats-de-recherche .fiche-ror .entite.entite-geographique > span:first-child,
.resultats-de-recherche .fiche-ror .entite.entite-geographique > span:last-child {
	font-weight: bold;
}

.resultats-de-recherche .fiche-ror .entite.entite-geographique span.adresse {
	margin: 2px 0 2px 0;
	font-style: italic;
}

.resultats-de-recherche .fiche-ror .info-bloc {
	margin-bottom: 15px;
}

.resultats-de-recherche .fiche-ror .mapSpinner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.resultats-de-recherche .fiche-ror .mapSpinner > span {
	margin-left: 5px;
	font-weight: 500;
}

.resultats-de-recherche .fiche-ror .mapSpinner {
	display: flex;
}

.resultats-de-recherche span.normal-weight {
	font-weight: normal !important;
}

.resultats-de-recherche span.italic{
	font-style: italic !important;
}

.resultats-de-recherche .fiche-ror .info-bloc.gestionnaire div:first-child {
	font-weight: bold;
	margin-bottom:10px;
}

.resultats-de-recherche .fiche-ror .full-height-row {
    display: table;
    width: 100%;	
}

.resultats-de-recherche .fiche-ror .full-height-row > div {
    display: table-cell;
    float: none;
}

@media screen and (min-width:768px) {
	.resultats-de-recherche .fiche-ror .description {
		border-right: 1px solid;
	}

	.resultats-de-recherche .fiche-ror div.info-bloc > div.multi-value {
		display:flex;
	}
}

.angular-google-map-container {
	height: 300px;
}

.resultats-de-recherche .fiche-ror .img-thumbnail {
	margin-bottom: 20px;
}

.resultats-de-recherche .fiche-ror .multiColumn-list {
    -moz-column-width: 11.5em; /* Firefox */
    -webkit-column-width: 11.5em; /* webkit, Safari, Chrome */
    column-width: 11.5em;
}

.resultats-de-recherche .fiche-ror .multiColumn-list ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.resultats-de-recherche .fiche-ror .multiColumn-list ul li:first-child{
    margin-top:0px;
}

.resultats-de-recherche .fiche-ror .tag {
	display: inline-block;
	padding: 5px 8px 5px 8px;
	margin: 3px 0;
	color: white;
	background-color: #DB2E75;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    background-color: #FFFFFF;
}

.fiche-ror .nav-tabs {
    margin-bottom: 0;
}

.fiche-ror .nav {
	margin-left: -15px;
	margin-right: -15px;
}

.fiche-ror .nav li.active > a {
    background-color: #FFFFFF;
}
.resultats-de-recherche .fiche-ror.maia,
.resultats-de-recherche .fiche-ror.maia h1,
.resultats-de-recherche .fiche-ror.maia h2,
.resultats-de-recherche .fiche-ror.maia h3,
.resultats-de-recherche .fiche-ror.maia h4,
.resultats-de-recherche .fiche-ror.maia h5,
.resultats-de-recherche .fiche-ror.maia h6 {
	color: #4d4d4d;
}

.resultats-de-recherche .fiche-ror.maia .dateMaj{
	color:#888888;
    font-size: 0.9rem;
}

.resultats-de-recherche .fiche-ror.maia h4{
    font-size: 1.2rem;
    font-weight: 600;	
}

.resultats-de-recherche .fiche-ror.maia h4.categorie{
	color:#00afe6;
}

.resultats-de-recherche .raison-social a{
	margin-left:1rem;
}
.resultats-de-recherche .status a{
	margin-left:1rem;
}

.resultats-de-recherche .info-bloc i{
	color: #00afe6;
	margin-right:0.8rem;
}

.resultats-de-recherche .contact-wrapper{
    margin-top: 10px;
	background-color:#fe8d00;
	color:#ffffff;
	padding: 1rem;
}

.resultats-de-recherche .fiche-ror.maia a{
	color:#4d4d4d;
}

.resultats-de-recherche .fiche-ror.maia a.rounded-button{
	color:#ffffff;
}

@media screen and (max-width: 991px) {
	.resultats-de-recherche .fiche-ror.maia .nom-fiche-wrapper {
		margin-bottom: 20px;
	}
}


.resultats-de-recherche .fiche-ror.maia .carte{
	margin-bottom:15px;
}
	
.resultats-de-recherche .contact-wrapper .contact-bloc{
	text-align:center;
	margin-bottom: 0.5rem;
}

.resultats-de-recherche .contact-wrapper .contact-bloc i{
	color:#ffffff;
	font-size:1.8rem;
}
.resultats-de-recherche .contact-wrapper .contact-bloc a{
	color:#ffffff;
}

.resultats-de-recherche .fiche-ror.maia.eg .entites-filles{
	
}

.resultats-de-recherche .fiche-ror.maia.eg .entites-filles{
	/* background-color: #ffffff; */
}

.resultats-de-recherche .fiche-ror.maia.eg .entites-filles h4 {
	color:#e6007e;
}

.resultats-de-recherche .fiche-ror.maia.eg .entites-filles .nom{
	color: #4d4d4d;	
	font-size: 1.2rem;
	font-weight: 600;
}

.resultats-de-recherche .fiche-ror.maia.eg .entites-filles .type{
	color:#000000;
}

.resultats-de-recherche .fiche-ror.maia.eg .entites-filles .lien{
}

.resultats-de-recherche .fiche-ror.maia.eg .entite{
	padding:1rem 0;
	border-bottom:1px #000000 solid;
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.resultats-de-recherche .fiche-ror.maia.eg .entite{
	text-align: left;
}  
.resultats-de-recherche .fiche-ror.maia.eg .entites-filles .lien{
	text-align: right;
}  

.resultats-de-recherche .fiche-ror.maia.eg .entite > .type,
.resultats-de-recherche .fiche-ror.maia.eg .entite span,
.resultats-de-recherche .fiche-ror.maia.eg .entite > .type,
.resultats-de-recherche .fiche-ror.maia.eg .entite a{
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.resultats-de-recherche .fiche-ror.maia.eg .entite a{
	display:inline-block;
}




.resultats-de-recherche .fiche-ror div.info-bloc > div.multi-value{
	display:block;
}

.resultats-de-recherche .fiche-ror div.multiligne{
	white-space: pre-wrap;
}

.resultats-de-recherche .fiche-ror div.multi-value ul{
    padding-left: 1em;
}

.resultats-de-recherche .fiche-ror div.multi-value ul.two-cols{
	column-count: 2;
	column-gap: 30px;
}


.resultats-de-recherche .fiche-ror .personnesRessourcesContainer{
	background-color: #ffffff;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessourcesContainer h4.categorie{
	color:#e6007e;
}

@media screen and (min-width: 768px){
	.resultats-de-recherche .fiche-ror.maia .description {
	    border-right: none;
	}
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .personne{
	border-color:#eeeeee;
    margin-bottom: 10px;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .nom{
	color:#e6007e;
	font-size:1.2rem;
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .nom:hover{

	color:#c20053;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .personne-wrapper{
    margin-bottom: 2rem;
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .enteteContainer{
    margin: 0.8rem 0;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper{
    padding: 0.2rem 1rem;
    background: #ffffff;
    border-radius: 2000px;
    position: absolute;
    left: calc(50% - 1.5rem);
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper.bottom:hover i{
	color:#c20053;
}


.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper.top{
	top: -0.5rem;	
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper.bottom{
/* 	bottom: -0.5rem;	 */
    padding: 0.2rem 0.4rem;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper i{
	margin:0;
	font-size:2rem;
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper.top i{
	color:#eeeeee;	
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .icon-wrapper.bottom i{
	color:#e6007e;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .info .pr-info-bloc .categorie {
    text-decoration: none;
    font-weight: bold;
    text-align:center;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .info .pr-info-bloc {
    line-height: 1.4rem;
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .info .pr-info-bloc ul {
	list-style: none;
	padding: 0;
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .info .pr-info-bloc ul li {
	text-align: center;
	word-break: break-word;
	color:#919191;
}
.resultats-de-recherche .fiche-ror.maia .personnesRessources .info .pr-info-bloc ul li a{
	color:#919191;
}

.resultats-de-recherche .fiche-ror.maia .personnesRessources .paginate-buttons {
	width:100%;
	text-align:center;
	margin:30px 0;
}

@media screen and (max-width: 768px){
	.resultats-de-recherche .fiche-ror.maia .personnesRessources .paginate-buttons > div {
		margin:0.5rem;
		
	}
}

.resultats-de-recherche .fiche-ror.maia.uo .entites-filles {
	background-color:#00afe6;
}

.resultats-de-recherche .fiche-ror .entites-filles .comparaison a:hover{
	color:#00afe6;
}


.resultats-de-recherche .fiche-ror.maia .entites-filles h4.categorie {
	color:#ffffff;
}

.resultats-de-recherche .fiche-ror.maia .entite.item-panier.highlight-on-hover:hover,
.resultats-de-recherche .fiche-ror.maia .entite.item-panier.hovered {
    color: #00afe6;
    background-color: white;
    text-decoration: none;
    cursor: pointer;
}

.resultats-de-recherche .fiche-ror.maia .parent-wrapper{
	position:relative;
}
.resultats-de-recherche .fiche-ror.maia .parent-wrapper a{
	float: right;
    right: 0px;
    position: relative;
    bottom: 0.4rem;
}

.resultats-de-recherche .fiche-ror.maia .entite.item-panier a{
	color: #ffffff;
}
.resultats-de-recherche .fiche-ror.maia .entite.item-panier.highlight-on-hover:hover a,
.resultats-de-recherche .fiche-ror.maia .entite.item-panier.hovered a {
	color: #00afe6;
}

.resultats-de-recherche .lien-retour{
	margin:15px 0;
}
.resultats-de-recherche {
	position: relative;
}

.resultats-de-recherche #loading-bar .bar {
	position: relative;
	background: #DB2E75;
	z-index: 16;
}

.resultats-de-recherche #loading-bar .peg {
	-moz-box-shadow: #DB2E75 1px 0 6px 1px;
	-ms-box-shadow: #DB2E75 1px 0 6px 1px;
	-webkit-box-shadow: #DB2E75 1px 0 6px 1px;
	box-shadow: #DB2E75 1px 0 6px 1px;
}
/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/*Animations*/
.toast {
  opacity: 1 !important;
}
.toast.ng-enter {
  opacity: 0 !important;
  transition: opacity .3s linear;
}
.toast.ng-enter.ng-enter-active {
  opacity: 1 !important;
}
.toast.ng-leave {
  opacity: 1;
  transition: opacity .3s linear;
}
.toast.ng-leave.ng-leave-active {
  opacity: 0 !important;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.ats-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px;
}
.ats-switch.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.ats-switch.disabled .switch-left,
.ats-switch.disabled .switch-right,
.ats-switch.disabled .knob {
  cursor: default !important;
}
.ats-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ats-switch > div {
  position: relative;
  width: 150%;
}
.ats-switch .knob {
  background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100;
}
.ats-switch .switch-on {
  left: 0%;
}
.ats-switch .switch-off {
  left: -50%;
}
.ats-switch .swtich-left,
.ats-switch .switch-right {
  z-index: 1;
}
.ats-switch .switch-left {
  color: #fff;
  background: #005fcc;
}
.ats-switch .switch-right {
  color: #333;
  background: #f0f0f0;
}
.ats-switch .switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
.ats-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ats-switch:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ats-switch.disabled:hover {
  border-color: #ccc;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(0,0,0,0);
}
.ats-switch .knob {
  border-right: none;
  border-left: none;
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  background: #fff;
}
.ats-switch .knob i {
  color: #000;
  text-shadow: 0 1px 0 #fff;
  line-height: 18px;
  pointer-events: none;
}
.ats-switch .switch-left,
.ats-switch .switch-right,
.ats-switch .knob {
  min-height: 28px;
}
.ats-switch.switch-mini {
  min-width: 72px;
}
.ats-switch.switch-mini .switch-left,
.ats-switch.switch-mini .switch-right,
.ats-switch.switch-mini .knob {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
  min-height: 18px;
}
.ats-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.ats-switch.switch-small {
  min-width: 80px;
}
.ats-switch.switch-small .switch-left,
.ats-switch.switch-small .switch-right,
.ats-switch.switch-small .knob {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
  min-height: 24px;
}
.ats-switch.switch-large {
  min-width: 120px;
}
.ats-switch.switch-large .switch-left,
.ats-switch.switch-large .switch-right,
.ats-switch.switch-large .knob {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
  min-height: 34px;
}
.ats-switch span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch span.switch-right {
  color: #000;
  background: #eeeeee;
}
.ats-switch.switch-primary span.switch-left {
  color: #fff;
  background: #428bca;
}
.ats-switch.switch-info span.switch-left {
  color: #fff;
  background: #5bc0de;
}
.ats-switch.switch-success span.switch-left {
  color: #fff;
  background: #5cb85c;
}
.ats-switch.switch-warning span.switch-left {
  background: #f0ad4e;
  color: #fff;
}
.ats-switch.switch-danger span.switch-left {
  color: #fff;
  background: #d9534f;
}
.ats-switch.switch-default span.switch-left {
  color: #000;
  background: #eeeeee;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../modules/atomes-static-assets/css/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../modules/atomes-static-assets/css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../modules/atomes-static-assets/css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../modules/atomes-static-assets/css/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(../modules/atomes-static-assets/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
.bodywrapper.edit .conteneur-blocs-lien .flex{
	display:block;
}

.bodywrapper .conteneur-blocs-lien{
	margin-bottom: 30px;
}

.bodywrapper .conteneur-blocs-lien .flex{
	display:flex;
}

@media screen and (max-width: 992px) {
	.bodywrapper .conteneur-blocs-lien .flex {
		flex-direction:column;
	}
}
a.lien-link:hover {
    text-decoration: none;
}

.bloc-lien-colore .lien-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.lien-link{
	width: 100%;
}


.bloc-lien-colore{
	height: 100%;
	display: flex;
	padding:30px;
    font-family: 'Lato', 'Roboto', sans-serif;
}

.bloc-lien-colore .lien-picto {
	display: flex;
    justify-content: flex-end;
    margin: 0 30px 0 0;
    flex: 1;
}

.bloc-lien-colore .lien-picto img{
    align-self: center;
    flex: 0 0 auto;
}
.bloc-lien-colore .lien-content{
	flex:3;
	flex-direction: column;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
/***
 * Responsive layout for the control panel
 */
@media screen and (max-width:479px) {
    #tarteaucitron .tarteaucitronLine .tarteaucitronName {
        width: 90% !important;
    }

    #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
        float: left !important;
        margin: 10px 15px 5px;
    }
}

@media screen and (max-width:767px) {
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
        background: #fff;
        border: 0 !important;
        bottom: 0 !important;
        height: 100% !important;
        left: 0 !important;
        margin: 0 !important;
        max-height: 100% !important;
        max-width: 100% !important;
        top: 0 !important;
        width: 100% !important;
    }
    
    #tarteaucitron .tarteaucitronBorder {
        border: 0 !important;
    }
    
    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
        border: 0 !important;
    }
    
    #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
        text-align: left !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    #tarteaucitron {
        border: 0 !important;
        left: 0 !important;
        margin: 0 5% !important;
        max-height: 80% !important;
        width: 90% !important;
    }
}

/***
 * Common value
 */
#tarteaucitron * {
    zoom: 1;
}

#tarteaucitron .clear {
    clear: both;
}

#tarteaucitron a {
    color: rgb(66, 66, 66);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}

#tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
    color: #fff;
}

#tarteaucitron b {
    font-size: 22px;
    font-weight: 500;
}

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#tarteaucitronRoot * {
    box-sizing: initial;
    color: #333;
    font-family: sans-serif !important;
    font-size: 14px;
    line-height: normal;
    vertical-align: initial;
}

/***
 * Control panel
 */
#tarteaucitronBack {
    background: #fff;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646;
}

#tarteaucitron {
    display: none;
    max-height: 80%;
    left: 50%;
    margin: 0 auto 0 -430px;
    padding: 0;
    position: fixed;
    top: 6%;
    width: 860px;
    z-index: 2147483647;
}

#tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: 2px solid #333;
    border-top: 0;
    height: auto;
    overflow: auto;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
    background: #333333;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
}

#tarteaucitron #tarteaucitronDisclaimer {
    color: #555;
    font-size: 12px;
    margin: 15px auto 0;
    width: 80%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden{
    background: rgba(51, 51, 51, 0.07);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronDisclaimerAtomes{
    background: rgba(51, 51, 51, 0.07);
    display: block;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .disclaimerAtomesInfo{
	margin: 15px 10px 10px;
	display: inline-block;
	text-align: justify;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0px 0px;
    padding: 5px 20px;
    text-align: left;
    width: auto;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    color: #fff;
    font-weight: 500;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
    text-decoration: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
    font-size: 22px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
    font-size: 14px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
    padding: 5px 10px;
}

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
    max-width: 270px;
    padding: 20px;
    position: absolute;
    z-index: 2147483647;
}

#tarteaucitron #tarteaucitronInfo a {
    color: #fff;
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background: rgba(51, 51, 51, 0.1);
    border-left: 5px solid transparent;
    margin: 0;
    overflow: hidden;
    padding: 15px 5px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: #333;
    border: 3px solid #333;
    border-left: 9px solid #333;
    border-top: 5px solid #333;
    margin-bottom: 0;
    margin-top: 21px;
    position: relative;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background: #333;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
    margin-left: 15px;
    margin-top: 2px;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
    color: #fff;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
    margin-top: 0px !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    display: inline-block;
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 50%;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
    text-decoration: underline;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
    display: inline-block;
    float: right;
    margin: 7px 15px 0;
    text-align: right;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
    background: gray;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
    color: #333;
    font-size: 12px;
}

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
    top: 0;
}

.tarteaucitronAlertBigBottom {
    bottom: 0;
}

#tarteaucitronAlertBig {
    background: #333;
    color: #fff;
    display: none;
    font-size: 15px !important;
    left: 0;
    padding: 5px 5%;
    position: fixed;
    text-align: center;
    width: 90%;
    box-sizing: content-box;
    z-index: 2147483645;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font: 15px verdana;
    color: #fff;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-weight: 700;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #008300;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px 10px;
    text-decoration: none;
    margin-left: 7px;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background: #fff;
    color: #333;
    font-size: 13px;
    margin-bottom: 3px;
    margin-left: 7px;
    padding: 4px 10px;
}

#tarteaucitronPercentage {
    background: #0A0;
    box-shadow: 0 0 2px #fff, 0 1px 2px #555;
    height: 5px;
    left: 0;
    position: fixed;
    width: 0;
    z-index: 2147483644;
}

/***
 * Small alert
 */

.tarteaucitronAlertSmallTop {
    top: 0;
}

.tarteaucitronAlertSmallBottom {
    bottom: 0;
}

#tarteaucitronAlertSmall {
    background: #333;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px !important;
    padding: 8px 10px 8px;
}

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
    background: rgba(255, 255, 255, 0.05);
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    background-color: gray;
    border-radius: 5px;
    display: block;
    height: 8px;
    margin-bottom: 1px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    display: block;
    float: left;
    height: 100%;
    width: 0%;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
    background-color: #1B870B;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
    background-color: #FBDA26;
}

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
    background-color: #9C1A1A;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
    background: rgba(255, 255, 255, 0.3);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
    display: none;
    max-height: 70%;
    max-width: 500px;
    position: fixed;
    right: 0;
    width: 100%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 11px;
    height: auto;
    overflow: auto;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList b {
    color: #333;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
    background: #333;
    margin-top: 21px;
    padding: 13px 0 9px 13px;
    text-align: left;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle b {
    color: #fff;
    font-size: 16px;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
    background: rgba(51, 51, 51, 0.1);
    padding: 7px 5px 10px;
    word-wrap: break-word;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
    background: rgba(51, 51, 51, 0.2);
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
    color: #333;
    text-decoration: none;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
    display: inline-block;
    width: 50%;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a b {
    color: darkred;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
    color: #333;
    display: inline-block;
    font-size: 11px;
    margin-left: 10%;
    vertical-align: top;
    width: 30%;
}

/***
 * Fallback activate link
 */
.tac_activate {
    background: #333;
    color: #fff;
    display: table;
    font-size: 12px;
    height: 100%;
    line-height: initial;
    margin: auto;
    text-align: center;
    width: 100%;
}

.tac_float {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.tac_activate .tac_float b {
    color: #fff;
}

.tac_activate .tac_float .tarteaucitronAllow {
    background-color: #1B870B;
    display: inline-block;
}

/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
    text-decoration: none;
}

div.amazon_product {
    height:240px;
    width:120px;
}
/* #tarteaucitronAlertBig{ */
/* 	z-index: 50; */
/* } */

#tarteaucitronDisclaimerAlert p {
	color:#ffffff;
}

#tarteaucitronDisclaimerAlert p:only-child {
	display: inline-block;
}

#tarteaucitronDisclaimerAlert a{
	text-decoration: underline;
	font-weight: 600;
}

a.cookie > .cookie-icon{
	font-size: 1.6rem;
    color: #d2d816;
    padding: 0;
}

a.cookie > .cookie-icon > .fa-cog{
    color: #ffffff;
}

a.cookie:hover > .cookie-icon{
    color:#9da700;
    text-decoration: none;
}
