/* Structure */
.tx-stratisopenlayers-pi1 {
  position: relative;
}
.carto .mainHeader .langMenu {
  float: right;
  margin: 2px 20px 0 0;
  display: block;
}
/* structure */
.mapCol1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  z-index: 4;
  overflow: auto;
  background: #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
.mapCol3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  z-index: 3;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mapCol2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  z-index: 2;
}
/* Search column */
.mapCol1 .title1 {
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0 20px 0;
  position: relative;
  padding-left: 23px;
}
.mapCol1 .title1:before {
  font-family: specificIcons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  speak: none;
  font-size: 20px;
  color: #00AEBF;
  position: absolute;
  top: 2px;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: '\e001';
}
.markerDetails {
  display: none;
}
/* Result column */
.carto .slideMenu {
  position: relative;
  overflow-y: auto;
}
.carto .slideMenu .lvl1,
.carto .slideMenu .lvl2 {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
}
.carto .slideMenu .lvl1:after,
.carto .slideMenu .lvl2:after {
  clear: both;
  display: block;
  content: "\e06c";
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.carto .slideMenu .lvl2 {
  top: 0;
}
.carto .slideMenu .checkbox {
  padding: 9px 10px;
}
.carto .slideMenu .checkbox label img {
  float: left;
}
.carto .slideMenu .lvl1 > li > button,
.carto .slideMenu .lvl2 > ul > li > button,
.carto .slideMenu .lvl3 > ul > li > button {
  padding-left: 35px;
  padding-right: 10px;
  display: block;
  vertical-align: middle;
  text-align: left;
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  width: 100%;
  text-transform: uppercase;
  white-space: normal;
  font-size: 1.4em;
  text-decoration: none;
  color: #fff;
  background-color: #00727e;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  border-bottom: 1px solid #0091a1;
}
.carto .slideMenu .lvl1 > li > button:before,
.carto .slideMenu .lvl2 > ul > li > button:before,
.carto .slideMenu .lvl3 > ul > li > button:before {
  font-family: none;
  content: none;
  margin: auto;
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  font-size: inherit;
  color: inherit;
}
.carto .slideMenu .lvl1 > li > button:hover,
.carto .slideMenu .lvl2 > ul > li > button:hover,
.carto .slideMenu .lvl3 > ul > li > button:hover,
.carto .slideMenu .lvl1 > li > button:focus,
.carto .slideMenu .lvl2 > ul > li > button:focus,
.carto .slideMenu .lvl3 > ul > li > button:focus {
  background-color: #00AEBF;
}
.carto .slideMenu .lvl1 > li > button:before,
.carto .slideMenu .lvl2 > ul > li > button:before,
.carto .slideMenu .lvl3 > ul > li > button:before {
  text-shadow: none;
}
.carto .slideMenu .lvl1 > li > button span,
.carto .slideMenu .lvl2 > ul > li > button span,
.carto .slideMenu .lvl3 > ul > li > button span {
  display: block;
  padding-right: 35px;
  position: relative;
}
.carto .slideMenu .lvl1 > li > button span:before,
.carto .slideMenu .lvl2 > ul > li > button span:before,
.carto .slideMenu .lvl3 > ul > li > button span:before {
  font-family: Icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  speak: none;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: inherit;
  left: inherit;
  content: '\e017';
}
.carto .slideMenu .subLevel .lvl2 > button,
.carto .slideMenu .subLevel .lvl3 > button {
  background: #00727e url("/typo3conf/ext/stratis_website/Resources/Public/Images/map/prev.png") no-repeat 0 0;
  position: relative;
  white-space: normal;
  width: 100%;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 40px;
}
.carto .slideMenu .subLevel .lvl2 > button:before,
.carto .slideMenu .subLevel .lvl3 > button:before {
  content: '';
  background: url("/typo3conf/ext/stratis_website/Resources/Public/Images/map/prev-ico.png") no-repeat 0 0;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 14px;
  right: inherit;
  bottom: inherit;
  left: 11px;
}
.carto .slideMenu .subLevel .lvl2 > button:hover,
.carto .slideMenu .subLevel .lvl3 > button:hover,
.carto .slideMenu .subLevel .lvl2 > button:focus,
.carto .slideMenu .subLevel .lvl3 > button:focus {
  background-color: #00AEBF;
}
.carto .slideMenu .subLevel .lvl2 > button span,
.carto .slideMenu .subLevel .lvl3 > button span {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  padding-left: 35px;
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.carto .slideMenu .subLevel > li,
.carto .slideMenu .subLevel2 .lvl2 > button,
.carto .slideMenu .subLevel2 .lvl2 > ul > li,
.carto .slideMenu .subLevel2 .lvl2 .liLvl2Open > button {
  display: none;
}
.carto .slideMenu .subLevel .liLvl1Open,
.carto .slideMenu .subLevel .liLvl2Open,
.carto .slideMenu .subLevel2 .lvl2 .liLvl2Open {
  display: block;
}
.carto .slideMenu .actionMapSearch {
  position: relative;
}
.carto .slideMenu .actionMapSearch .validation button,
.carto .slideMenu .actionMapSearch .afficherMasquerResultats button {
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2em;
  color: #000;
  text-transform: uppercase;
  padding: 10px 15px;
  text-decoration: none;
  white-space: inherit;
}
.carto .slideMenu .actionMapSearch .validation button:hover,
.carto .slideMenu .actionMapSearch .afficherMasquerResultats button:hover {
  text-decoration: underline;
}
.carto .slideMenu .actionMapSearch .validation span,
.carto .slideMenu .actionMapSearch .afficherMasquerResultats span {
  font-size: 1.3em;
}
.carto .slideMenu .actionMapSearch .wrapField {
  padding: 10px 0;
}
.carto .slideMenu .mapSearchCategories {
  position: relative;
}
#searchResultsWidget {
  overflow-y: auto;
}
#searchResultsWidget .title {
  margin: 15px 15px 30px 15px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
  color: #65696c;
}
#searchResultsWidget #stratis_openlayers_search_results .item a {
  display: block;
  padding: 10px;
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4em;
  color: #000;
  border-bottom: 1px solid #ededed;
  text-decoration: none;
}
#searchResultsWidget #stratis_openlayers_search_results .item a:hover,
#searchResultsWidget #stratis_openlayers_search_results .item a:focus {
  background: #343434;
  color: #fff;
}
#searchResultsWidget #stratis_openlayers_search_results .item a .wrap:after {
  clear: both;
  display: block;
  content: "\e06c";
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
#searchResultsWidget #stratis_openlayers_search_results .item a img {
  float: left;
  margin-right: 4px;
}
#searchResultsWidget #stratis_openlayers_search_results .item a .wrapper {
  overflow: hidden;
}
.olAlphaImg {
  cursor: pointer;
}
.olFramedCloudPopupContent {
  padding: 0 0 0px 0 !important;
  margin-top: -7px !important;
    overflow: hidden !important;
}
.olPopup .dataLayer,
.site-content .markerDetails .dataLayer,
.markerDetails .dataLayer {
  background: #00727e;
  display: table-cell;
  vertical-align: middle;
  height: 46px;
  text-transform: uppercase;
  color: #fff;
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: 700;
}
.olPopup .singlePopup,
.site-content .markerDetails .singlePopup,
.markerDetails .singlePopup {
  padding: 20px;
  width: 400px;
}
.olPopup .wrapImg,
.site-content .markerDetails .wrapImg,
.markerDetails .wrapImg {
  float: left;
  margin: 0 25px 25px 0;
}
.olPopup .title,
.site-content .markerDetails .title,
.markerDetails .title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.olPopup .chapeau,
.site-content .markerDetails .chapeau,
.markerDetails .chapeau {
  font-size: 12px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.1;
}
.olPopup .infos1,
.site-content .markerDetails .infos1,
.markerDetails .infos1 {
  clear: both;
  border: none;
  padding-top: 0;
}
.olPopup .infos1 .important,
.site-content .markerDetails .infos1 .important,
.markerDetails .infos1 .important {
  border-top: 1px dotted #9C9C9C;
  padding-top: 15px;
}
.olPopup .infos1 .col1,
.site-content .markerDetails .infos1 .col1,
.markerDetails .infos1 .col1 {
  border-top: 1px dotted #000;
  padding-top: 20px;
  width: 48%;
  margin-bottom: 20px;
  padding-right: 4%;
}
.olPopup .infos1 .col1 p,
.site-content .markerDetails .infos1 .col1 p,
.markerDetails .infos1 .col1 p {
  margin-bottom: 8px;
}
.olPopup .infos1 .col2,
.site-content .markerDetails .infos1 .col2,
.markerDetails .infos1 .col2 {
  width: 48%;
  border-top: 1px dotted #000;
  padding-top: 20px;
}
.olPopup .infos1 .col2 p,
.site-content .markerDetails .infos1 .col2 p,
.markerDetails .infos1 .col2 p {
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00727e;
}
.olPopup .infos1 .col2 p .wrap,
.site-content .markerDetails .infos1 .col2 p .wrap,
.markerDetails .infos1 .col2 p .wrap {
  color: #00727e;
}
.olPopup .infos1 .col2 p a,
.site-content .markerDetails .infos1 .col2 p a,
.markerDetails .infos1 .col2 p a {
  text-decoration: none;
}
.olPopup .infos1 .col2 p a:hover,
.site-content .markerDetails .infos1 .col2 p a:hover,
.markerDetails .infos1 .col2 p a:hover,
.olPopup .infos1 .col2 p a:focus,
.site-content .markerDetails .infos1 .col2 p a:focus,
.markerDetails .infos1 .col2 p a:focus {
  text-decoration: underline;
}
.olPopup .infos1 p,
.site-content .markerDetails .infos1 p,
.markerDetails .infos1 p {
  font-size: 13px;
}
.olPopup .viewDetail,
.site-content .markerDetails .viewDetail,
.markerDetails .viewDetail {
  margin-top: 20px;
  border-top: 1px dotted #000;
  padding-top: 20px;
  font-size: 14px;
}
.olPopup .viewDetail a,
.site-content .markerDetails .viewDetail a,
.markerDetails .viewDetail a {
  text-transform: uppercase;
  font-size: 14px;
  color: #010101;
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: relative;
  padding-left: 20px;
  text-decoration: none;
}
.olPopup .viewDetail a:before,
.site-content .markerDetails .viewDetail a:before,
.markerDetails .viewDetail a:before {
  font-family: Icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  speak: none;
  font-size: 16px;
  color: #00727e;
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: '\e017';
}
.olPopup .viewDetail a:hover span,
.site-content .markerDetails .viewDetail a:hover span,
.markerDetails .viewDetail a:hover span,
.olPopup .viewDetail a:focus span,
.site-content .markerDetails .viewDetail a:focus span,
.markerDetails .viewDetail a:focus span {
  text-decoration: underline;
}
.site-content .markerDetails {
  display: none;
  height: 498px;
  position: relative;
  background: #f1f3f8;
  border: 1px solid #c8c9c9;
}
#stratis_openlayers_map .closeMarkerDetails,
.site-content .markerDetails .closeMarkerDetails {
  position: absolute;
  top: 5px;
  right: 5px;
}
#stratis_openlayers_map .closeMarkerDetails {
    top: 15px;
}
.site-content .markerDetails .dataLayer {
  margin-top: 0;
  display: block;
  line-height: 3.5;
}
.site-content .markerDetails .singlePopup {
  width: 290px;
}
.menuSelect {
  position: absolute;
  top: 15px;
  right: 120px;
  z-index: 999;
}
.menuSelect > ul {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
}
.menuSelect > ul.display {
  display: block;
}
.layerSwitcher,
.site-content .layerSwitcher {
  background: #343434;
  padding: 5px;
  color: #fff;
}
.layerSwitcher ul,
.site-content .layerSwitcher ul {
  background: #343434;
  padding: 5px;
  margin: 0;
  color: #fff;
}
.layerSwitcher li button:hover,
.site-content .layerSwitcher li button:hover,
.layerSwitcher li button:focus,
.site-content .layerSwitcher li button:focus {
  background: #616161;
}
.layerSwitcher button,
.site-content .layerSwitcher button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
.layerSwitcher button:before,
.site-content .layerSwitcher button:before {
  font-family: none;
  content: none;
  margin: auto;
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  font-size: inherit;
  color: inherit;
}
.layerSwitcher button img,
.site-content .layerSwitcher button img {
  vertical-align: middle;
  border: 1px solid #555555;
  display: inline !important;
  margin: 0 !important;
}
.layerSwitcher .selectElement,
.site-content .layerSwitcher .selectElement {
  margin: 0;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 1.3em;
}
.layerSwitcher .selectElement .txt,
.site-content .layerSwitcher .selectElement .txt {
  position: relative;
}
.layerSwitcher .selectElement .txt:before,
.site-content .layerSwitcher .selectElement .txt:before {
  font-family: Icons;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  speak: none;
  font-size: 18px;
  color: #00AEBF;
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: '\e00c';
}
.layerSwitcher .txt,
.site-content .layerSwitcher .txt {
  display: inline-block;
  width: 130px;
  text-align: left;
  padding-left: 20px;
}
.olControlLayerSwitcher {
  display: none;
}
.loading {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  z-index: 9999;
  width: 150px;
  height: 150px;
  line-height: 90px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
#popupHover_contentDiv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.4em;
}
.filterMap .lvl1,
.site-content .filterMap .lvl1 {
  margin: 0;
  padding: 0;
}
.filterMap .lvl1 li,
.site-content .filterMap .lvl1 li {
  font-family: RobotoC, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: calc(50% - 10px);
  float: left;
}
.filterMap .lvl1 li:before,
.site-content .filterMap .lvl1 li:before {
  font-family: none;
  content: none;
  margin: auto;
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  font-size: inherit;
  color: inherit;
}
.filterMap .lvl1 li .checkbox label,
.site-content .filterMap .lvl1 li .checkbox label {
  font-size: 1.076923076923077em;
}
.site-content .simpleMap .title1:before {
  background: url("/typo3conf/ext/stratis_website/Resources/Public/Images/usine/cg06/puce-cartosimple.png") no-repeat scroll 0 0;
}
.site-content .simpleMap .olMapViewport {
  z-index: 1;
}
.site-content .simpleMap .map {
  margin-bottom: 25px;
}
.site-content .simpleMap #stratis_openlayers_map_widget,
.site-content .simpleMap #stratis_openlayers_map {
  width: 100% !important;
}
.site-content .simpleMap #stratis_openlayers_map_widget.open,
.site-content .simpleMap #stratis_openlayers_map.open {
  width: 198px !important;
}
.site-content .simpleMap #containerCarto {
  position: relative;
}
.site-content .simpleMap #containerCarto:after {
  clear: both;
  display: block;
  content: "\e06c";
  overflow: hidden;
  visibility: hidden;
  height: 0;
}
.site-content .simpleMap .open {
  float: left;
}
.site-content .simpleMap .markerDetails {
  float: left;
  width: 328px;
  overflow-y: auto;
  overflow-x: hidden;
}
.site-content .simpleMap .markerDetails .col1 {
  float: none;
  width: 100%;
}
.site-content .simpleMap .markerDetails .col1 .address {
  float: left;
  width: 130px;
  margin-right: 15px;
}
.site-content .simpleMap .markerDetails .col1 .activities {
  float: left;
  width: 130px;
  margin-top: 0;
}
.site-content .simpleMap .markerDetails .col2 {
  clear: both;
  width: 100%;
  float: none;
}
.site-content .simpleMap .markerDetails .col2 p {
  margin-bottom: 2px;
  margin-top: 0;
}
.site-content .simpleMap .markerDetails .shareThis {
  display: none;
}
.site-content .simpleMap .filterMap .lvl1 li:nth-child(2n+1) {
  margin-right: 0;
}
.site-content .simpleMap .filterMap .lvl1 li:nth-child(2n+2) {
  clear: left;
}
.site-content .simpleMap .filterMap .lvl1 li.firstItem {
  clear: left;
}
.site-content .simpleMap .filterMap .lvl1 li.lastItem {
  margin-right: 0;
}
.site-content .simpleMap .filterMap .lvl1 li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.site-content .simpleMap .filterMap .lvl1 li label img {
  float: left;
  margin-right: 5px;
}
body.largePage .site-content .simpleMap #stratis_openlayers_map_widget.open,
body.largePage .site-content .simpleMap #stratis_openlayers_map.open {
  width: 518px !important;
}
@media only screen and (max-width: 960px) {
  #searchResultsWidget #stratis_openlayers_search_results .item a .wrapper,
  #searchResultsWidget #stratis_openlayers_search_results .item a img {
    float: none;
  }
  .carto .olControlPanPanel,
  .carto .olControlZoom,
  .carto .layerSwitcher {
    display: none;
  }
  .carto .mapCol2 {
    top: 45px;
    width: 100% !important;
  }
  .carto .mapCol1 {
    top: 45px;
    width: 33%;
    padding: 0;
  }
  .carto .mapCol1 .title1 {
    display: none;
  }
  .carto .mapCol3 {
    top: 45px;
    left: -33%;
    width: 33%;
  }
  .carto .mapCol3.col3Open {
    left: 33%;
  }
  .carto .headerMobileCarto {
    height: 45px;
    width: 100%;
    background: #00727e;
    position: relative;
  }
  .carto .headerMobileCarto .filterBtnCartoWrap {
    position: absolute;
    top: 0;
    right: 45px;
    width: 45px;
    height: 45px;
    border-left: 1px solid #0091a1;
    border-right: 1px solid #0091a1;
  }
  .carto .slideMenu .lvl1 {
    position: relative;
    top: 0;
  }
  .carto .slideMenu .lvl1 > li > button,
  .carto .slideMenu .lvl2 > li > button {
    padding-left: 10px;
  }
  .carto .slideMenu .lvl1 .lvl2 > button span,
  .carto .slideMenu .lvl2 .lvl2 > button span,
  .carto .slideMenu .lvl1 .lvl3 > button span,
  .carto .slideMenu .lvl2 .lvl3 > button span {
    padding-left: 10px;
  }
  .carto .slideMenu .checkbox label {
    font-size: 1.3em;
    display: block;
    padding: 0;
    margin: 0;
  }
  .carto .slideMenu .checkbox label:before {
    left: inherit;
    right: 0;
  }
  .carto .slideMenu .checkbox label img {
    float: none;
    display: block;
  }
  .carto .markerDetails {
    overflow-y: auto;
    position: relative;
    background: #f1f3f8;
    width: 100%;
  }
  .carto .markerDetails .closeMarkerDetails {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 8px;
  }
  .carto .markerDetails .dataLayer {
    font-size: 1.2em;
    display: block;
    height: auto;
    padding: 10px 20px 10px 10px;
    background: #00727e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .carto .markerDetails .singlePopup {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .carto .markerDetails .shareThis {
    display: none;
  }
  .carto .markerDetails .infos1 .col1 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .carto .markerDetails .infos1 .col2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
}
