@charset "UTF-8";
@font-face {
  font-family: "NeuzeitSLTW01-Book";
  src: url("../../fonts/NeuzeitSLTW01-Book.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BeirutWeb-Poster";
  src: url("../../fonts/BeirutWeb-Poster_gdi.eot");
  src: url("../../fonts/.eot?#iefix") format("embedded-opentype"), url("../../fonts/BeirutWeb-Poster_gdi.woff") format("woff"), url("../../fonts/BeirutWeb-Poster_gdi.svg#BeirutWeb-Poster") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* --- COLORS --- */
/* --- POSITION --- */
.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.clearboth {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

/* --- /POSITION --- */
.over-hid {
  overflow: hidden;
}

/* --- WIDTH --- */
.full_size {
  width: 100%;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33%;
}

.w50 {
  width: 50%;
}

.w75 {
  width: 75%;
}

/* --- /WIDTH --- */
/* --- VISIBILITY --- */
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
  opacity: 0;
}

/* --- /VISIBILITY --- */
/* --- MARGINS --- */
.margin0 {
  margin: 0 !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

/* Ancre à la une */
.container-anchor {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 10;
}
.container-anchor .link-anchor {
  display: block;
  margin-right: 2px;
  transform: rotateZ(90deg);
  cursor: pointer;
}
.container-anchor .link-anchor svg {
  width: 30px;
}
.container-anchor .link-anchor svg polyline {
  stroke: #FFFFFF;
  opacity: 1;
  stroke-width: 1px;
}

/* Zone de recherche */
.stopScroll {
  overflow: hidden;
}

#zone-recherche {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 23, 59, 0.95);
  z-index: 10000;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
#zone-recherche .close-search {
  position: absolute;
  top: 65px;
  right: 110px;
  cursor: pointer;
}
#zone-recherche .close-search svg {
  width: 23px;
  height: 23px;
}
#zone-recherche .close-search svg line {
  stroke: #FFFFFF;
}
#zone-recherche .content-recherche {
  position: relative;
  top: 50%;
  color: #FFFFFF;
  transform: translate3d(0, -50%, 0);
}
#zone-recherche .content-recherche form {
  overflow: hidden;
  position: relative;
}
#zone-recherche .content-recherche form input::-webkit-input-placeholder {
  font-size: 40px;
  color: #fff;
  opacity: 0.5;
  padding-left: 15px;
}
#zone-recherche .content-recherche form input::-moz-placeholder {
  font-size: 40px;
  color: #fff;
  opacity: 0.5;
  padding-left: 15px;
}
#zone-recherche .content-recherche form input:-moz-placeholder {
  font-size: 40px;
  color: #fff;
  opacity: 0.5;
  padding-left: 15px;
}
#zone-recherche .content-recherche form .input-search {
  background: transparent;
  width: 100%;
  font-size: 55px;
  line-height: 70px;
  border: none;
}
#zone-recherche .content-recherche form .input-search:focus {
  outline: none;
  caret-color: #1750E7;
}
#zone-recherche .content-recherche form .input-search {
  float: left;
}
#zone-recherche .content-recherche form .container-valid {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 30px;
}
#zone-recherche .content-recherche form .container-valid .btn-valid,
#zone-recherche .content-recherche form .container-valid span {
  display: inline-block;
  line-height: 70px;
}
#zone-recherche .content-recherche form .container-valid .btn-valid {
  cursor: pointer;
}
#zone-recherche .content-recherche form .container-valid .btn-valid img {
  width: 37px;
  height: 29px;
  vertical-align: middle;
}
#zone-recherche .content-recherche .container-text {
  margin-top: 30px;
  line-height: 25px;
  font-size: 14px;
}
#zone-recherche .content-recherche .container-text span {
  display: block;
}
#zone-recherche .content-recherche .container-text span .link-search {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

.title-section {
  font-size: 20px;
  line-height: 100%;
  margin: 15px 0;
}

.intro-section {
  color: #8A95A5;
}

.intro-section,
.text-infos {
  font-size: 18px;
  line-height: 30px;
}

.page-template-tpl-recherche-generale {
  -webkit-font-smoothing: antialiased;
}

#search-declarations .container-btn-geo {
  width: 380px;
  margin: 20px auto;
}
#search-declarations .container-btn-geo .button--5 {
  border: 1px solid #CCCCCC;
  padding: 20px;
  color: #345052;
}
#search-declarations .container-btn-geo .button--5 span {
  background: url("../img/button-01.svg") center right no-repeat;
  padding-right: 27px;
  color: #1857FF;
}
#search-declarations .container-btn-geo .button--5:hover {
  border-color: #1857FF;
}
#search-declarations .autocomplete .selectize-dropdown-content i {
  float: none;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #search-declarations .container-btn-geo .button--5 {
    min-width: 365px;
  }
  #search-declarations #go-advanced,
#search-declarations #close-advanced {
    top: 114px;
  }
}
/* Zone les plus consultés */
#zone-plus-consult {
  background: #ECF2F6;
  border-top: 1px solid #d7d7d7;
}

.wrapper .container-fiche {
  overflow: hidden;
  margin-top: 20px;
}
.wrapper .container-fiche .block-fiche {
  float: left;
  width: 200px;
  padding: 0 10px;
}
.wrapper .container-fiche .block-fiche .header-fiche {
  position: relative;
  background: #003885;
  color: #FFFFFF;
  font-size: 40px;
}
.wrapper .container-fiche .block-fiche .header-fiche .pos-class {
  display: block;
  padding: 22px;
}
.wrapper .container-fiche .block-fiche .header-fiche .photo-declarant {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-height: 90px;
}
.wrapper .container-fiche .block-fiche .content-fiche,
.wrapper .container-fiche .block-fiche .footer-fiche {
  background: #FFFFFF;
}
.wrapper .container-fiche .block-fiche .content-fiche {
  padding: 15px;
  min-height: 60px;
}
.wrapper .container-fiche .block-fiche .content-fiche .name-declarant h4 {
  color: #0A1439;
  font-size: 18px;
  line-height: 25px;
  min-height: 46px;
}
.wrapper .container-fiche .block-fiche .content-fiche .name-declarant h4 a {
  padding-bottom: 0;
}
.wrapper .container-fiche .block-fiche .footer-fiche {
  color: #1958FF;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 10px 15px;
  border-bottom: 2px solid #d7d7d7;
  border-radius: 4px;
}
.wrapper .container-fiche .block-fiche .footer-fiche .dis-tab {
  display: none;
}
.wrapper .container-fiche .block-fiche .footer-fiche .container-arrow .content-arrow {
  width: 32px;
  height: 10px;
  background: url("./../img/fleche.svg") center center no-repeat;
}

/* Zone graphiques */
#zone-graphique {
  background: #FFFFFF;
  padding-left: 20px;
}
#zone-graphique .btn-init {
  display: none;
  position: absolute;
  width: 175px;
  top: 0;
  right: 60px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding: 12px 20px;
  color: #1958FF;
}
#zone-graphique .btn-init span {
  float: right;
}
#zone-graphique .btn-init span svg {
  width: 18px;
  height: 18px;
  margin: 0 0 2px 61px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}
#zone-graphique .btn-init:hover {
  border-color: #1958FF;
}
#zone-graphique .container-block {
  position: relative;
  overflow: hidden;
}
#zone-graphique .container-block .text-infos {
  color: #1958FF;
  margin: 20px 0;
}
#zone-graphique .container-block .title-block {
  font-size: 16px;
  line-height: 19px;
}
#zone-graphique .container-block .large-block,
#zone-graphique .container-block .little-block {
  margin-top: 20px;
}
#zone-graphique .container-block .large-block {
  width: 75%;
}
#zone-graphique .container-block .little-block {
  width: 25%;
}

#graph-fiches,
#graph-declarations {
  position: absolute;
  width: 70%;
  height: 280px;
}

#zone-plus-consult,
#zone-graphique,
#zone-first-post,
#your-space {
  padding: 40px 0;
}
#zone-plus-consult .title-section,
#zone-graphique .title-section,
#zone-first-post .title-section,
#your-space .title-section {
  font-size: 28px;
  margin-bottom: 20px;
}

#zone-plus-consult,
#zone-graphique {
  border-bottom: 1px solid #d7d7d7;
}

#zone-first-post {
  background: #FFFFFF;
}
#zone-first-post .container-img {
  width: 30%;
}
#zone-first-post .container-img .block-img {
  display: block;
  background-color: #051639;
  overflow: hidden;
  height: 230px;
}
#zone-first-post .container-img .block-img img {
  max-width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
#zone-first-post .container-img .block-img img:hover {
  transform: scale(1.07);
  opacity: 0.7;
}
#zone-first-post .descript-post {
  width: 65%;
  padding-left: 30px;
  color: #7d7d7d;
}
#zone-first-post .descript-post p {
  font-weight: normal;
}
#zone-first-post .descript-post h4 {
  color: #06173A;
  font-size: 30px;
  line-height: 42px;
}
#zone-first-post .descript-post h4 .title-link:hover {
  border-bottom: 1px solid #06173A;
}
#zone-first-post .descript-post .post-content {
  margin-top: 11px;
  font-size: 18px;
}
#zone-first-post .descript-post .post-date-publish {
  text-transform: uppercase;
}

#your-space {
  background: #1958FF;
  color: #FFFFFF;
}
#your-space .block-left {
  float: left;
  width: 60%;
}
#your-space .block-left .content-block {
  width: 85%;
  margin: 0 auto;
}
#your-space .block-left .content-block p {
  font-size: 17px;
  line-height: 27px;
  font-weight: normal;
}
#your-space .block-left .content-block .text_intro {
  font: 17px/22px "neuzeit-grotesk", sans-serif;
  padding-right: 20px;
}
#your-space .block-left .content-block .subtitle {
  font: 400 28px "Beirut Poster", sans-serif;
  margin-bottom: 10px;
}
#your-space .block-right {
  float: right;
  margin-top: 35px;
  padding-right: 30px;
  text-align: right;
}
#your-space .block-right a {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  color: #1958FF;
  font-weight: normal;
  padding: 0 35px 0 16px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
}
#your-space .block-right a .text-button {
  display: inline-block;
  font-size: 14px;
  line-height: 44px;
}
#your-space .block-right a svg {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 20px;
  height: 12px;
}
#your-space .block-right a svg .ico-btn {
  opacity: 1;
  stroke: #1E5CFF;
}
#your-space .block-right a:hover {
  background: #1958FF;
  color: #FFFFFF;
}
#your-space .block-right a:hover .ico-btn {
  stroke: #FFFFFF;
}

#zone-graphique svg {
  width: 100%;
  height: 100%;
}

path.slice {
  stroke-width: 2px;
}
path.slice:hover {
  cursor: pointer;
}

polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}

.labelValue {
  font-size: 60%;
  opacity: 0.5;
}

.toolTip {
  font-family: "Neuzeit grostesk", Helvetica, Arial, sans-serif;
  position: absolute;
  display: none;
  width: auto;
  width: 150px;
  height: auto;
  background: #ECF2F6;
  color: black;
  font: 14px sans-serif;
  padding: 20px;
  text-align: center;
}

.toolTip:before,
.tooltip-histo:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ECF2F6;
}

.tooltip-histo:before {
  top: 48px;
  transform: translateX(-50%) rotateZ(180deg);
}

text {
  font: 16px "neuzeit-grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container-group-graph {
  width: 740px;
}

.container-number-fiche,
.container-number-declarations {
  padding-top: 22px;
  text-align: center;
}
.container-number-fiche .block-nb-fiches,
.container-number-declarations .block-nb-fiches {
  background: #003885;
  width: 206px;
  border-radius: 50%;
  height: 206px;
  margin-bottom: 16px;
  margin: 0 auto;
}
.container-number-fiche .block-nb-fiches .text-nb,
.container-number-declarations .block-nb-fiches .text-nb {
  position: relative;
  top: 75px;
  font-size: 45px;
  color: #FFFFFF;
}
.container-number-fiche .label-number-fiche,
.container-number-declarations .label-number-fiche {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  color: #666666;
}

.group-graph .slices .slice {
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
.group-graph .slices .slice.disableArc {
  fill-opacity: 0.3;
}
.group-graph .legend {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
.group-graph .legend .close-item {
  opacity: 0;
}
.group-graph .legend text {
  fill: #666666;
}
.group-graph .legend.no-click {
  opacity: 0.3;
  cursor: initial;
  pointer-events: none;
}
.group-graph .legend:hover text {
  fill: #1958FF;
}
.group-graph .legend .add-color {
  fill: #1958FF;
}

/* HISTOGRAMME */
#zone-repartition {
  position: relative;
  width: 250px;
}

#graph-repartition {
  padding: 20px 35px 0 35px;
  height: 228px;
}
#graph-repartition .zone-man {
  margin-right: 30px;
}
#graph-repartition .zone-man,
#graph-repartition .zone-woman {
  vertical-align: top;
  width: 75px;
}
#graph-repartition .zone-man .container-column,
#graph-repartition .zone-woman .container-column {
  position: relative;
  margin-bottom: 20px;
}
#graph-repartition .zone-man .container-column .man-column,
#graph-repartition .zone-man .container-column .woman-column,
#graph-repartition .zone-woman .container-column .man-column,
#graph-repartition .zone-woman .container-column .woman-column {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  /* easeInOutCirc */
}
#graph-repartition .zone-man .container-column .man-column,
#graph-repartition .zone-woman .container-column .man-column {
  background: #003885;
}
#graph-repartition .zone-man .container-column .woman-column,
#graph-repartition .zone-woman .container-column .woman-column {
  background: #1750E7;
}
#graph-repartition .zone-man .container-column .separ-column,
#graph-repartition .zone-woman .container-column .separ-column {
  display: inline-block;
  height: 200px;
  width: 1px;
}
#graph-repartition .zone-man .container-column .tooltip-histo,
#graph-repartition .zone-woman .container-column .tooltip-histo {
  position: absolute;
  opacity: 0;
  background: #ECF2F6;
  bottom: 0;
  width: 130px;
  padding: 15px 0;
  text-align: center;
}
#graph-repartition .zone-man .label-column,
#graph-repartition .zone-woman .label-column {
  color: #666666;
  font-size: 18px;
}

#man-tooltip {
  left: -40px;
}

#woman-tooltip {
  right: -25px;
}

@media screen and (min-width: 1600px) {
  .container-anchor {
    bottom: 150px;
  }
}
@media screen and (max-width: 900px) {
  .header-main .search {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #zone-recherche .close-search {
    top: 20px;
    right: 58px;
  }
  #zone-recherche .content-recherche form {
    /* firefox 19+ */
    /* ie */
  }
  #zone-recherche .content-recherche form ::-webkit-input-placeholder {
    font-size: 25px;
  }
  #zone-recherche .content-recherche form ::-moz-placeholder {
    font-size: 25px;
  }
  #zone-recherche .content-recherche form :-ms-input-placeholder {
    font-size: 25px;
  }
  #zone-recherche .content-recherche form input:-moz-placeholder {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #zone-first-post .wrapper {
    width: 992px;
  }

  #your-space .block-right {
    padding-right: 120px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1030px) {
  #search-declarations .wrapper,
#your-space .wrapper {
    width: 85%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1030px) and (min-device-width: 900px) {
  #search-declarations #go-advanced,
#search-declarations #close-advanced,
#your-space #go-advanced,
#your-space #close-advanced {
    top: 86px;
  }
}
@media screen and (max-width: 1199px) {
  #zone-first-post .wrapper,
#zone-graphique .wrapper {
    width: 97%;
  }

  #search-declarations .autocomplete #autocomplete,
#search-declarations .autocomplete .selectize-input,
#search-declarations .autocomplete .selectize-dropdown {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 700px) {
  #search-declarations .autocomplete input[type=text] {
    width: 520px !important;
  }
}
@media screen and (max-width: 1199px) {
  #search-declarations .selectize-input {
    margin-left: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 901px) {
  #search-declarations #go-advanced,
#search-declarations #close-advanced {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1199px) and (max-width: 900px) {
  #search-declarations #go-advanced,
#search-declarations #close-advanced {
    position: initial !important;
  }
}
@media screen and (max-width: 1199px) {
  #zone-first-post .container-img .block-img {
    height: auto;
    background: #fff;
  }
  #zone-first-post .container-img .block-img:hover img {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (min-width: 700px) and (max-width: 1160px) {
  #zone-plus-consult .container-fiche .block-fiche {
    padding: 10px !important;
    border-bottom: 1px solid #d7d7d7;
  }
  #zone-plus-consult .container-fiche .block-fiche .header-fiche,
#zone-plus-consult .container-fiche .block-fiche .content-fiche,
#zone-plus-consult .container-fiche .block-fiche .footer-fiche {
    float: left;
    background: #ecf2f6 !important;
  }
  #zone-plus-consult .container-fiche .block-fiche .header-fiche {
    width: 147px;
  }
  #zone-plus-consult .container-fiche .block-fiche .header-fiche .pos-class,
#zone-plus-consult .container-fiche .block-fiche .header-fiche .photo-declarant {
    float: left;
    vertical-align: middle;
  }
  #zone-plus-consult .container-fiche .block-fiche .header-fiche .photo-declarant {
    position: initial;
    width: 70px;
  }
  #zone-plus-consult .container-fiche .block-fiche .header-fiche .pos-class {
    width: 20px;
    color: #003885;
    padding: 22px 0 22px 0;
    margin-right: 56px;
  }
  #zone-plus-consult .container-fiche .block-fiche .content-fiche {
    min-height: auto;
    padding: 25px 0 0 50px;
  }
  #zone-plus-consult .container-fiche .block-fiche .content-fiche .name-declarant h4 {
    margin-bottom: 0;
    line-height: 36px;
  }
  #zone-plus-consult .container-fiche .block-fiche .footer-fiche {
    float: right;
    position: relative;
    top: 30px;
    border: 0;
  }
  #zone-plus-consult .container-fiche .block-fiche .footer-fiche .view-number,
#zone-plus-consult .container-fiche .block-fiche .footer-fiche .container-arrow {
    display: inline-block;
  }
  #zone-plus-consult .container-fiche .block-fiche .footer-fiche .view-number {
    padding-right: 40px;
  }
  #zone-plus-consult .container-fiche .block-fiche .footer-fiche .view-number svg {
    position: absolute;
    top: -20px;
    right: -55px;
    width: 14px;
    height: 60px;
    transform: rotate(90deg);
  }
  #zone-plus-consult .container-fiche .block-fiche .footer-fiche .view-number svg polyline, #zone-plus-consult .container-fiche .block-fiche .footer-fiche .view-number svg rect {
    stroke: #000;
    opacity: 1;
    stroke-width: 1px;
  }
  #zone-plus-consult .container-fiche .block-fiche .footer-fiche .view-number svg polyline {
    stroke-width: 0.5px;
  }
}
@media screen and (max-width: 1160px) {
  #zone-plus-consult .wrapper {
    width: 100%;
  }
  #zone-plus-consult .wrapper .container-fiche .block-fiche {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1160px) {
  #zone-plus-consult .container-fiche {
    padding-right: 50px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #zone-graphique .btn-init {
    top: 70px;
    right: 70px;
  }

  #your-space .block-left {
    width: 66%;
  }
  #your-space .block-right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  #zone-graphique {
    width: 100%;
  }
  #zone-graphique .wrapper .text-infos {
    padding: 0 20px;
  }

  #zone-first-post .wrapper {
    width: 94%;
  }

  #your-space .wrapper {
    width: 84%;
  }
  #your-space .block-left {
    margin: 0;
  }
  #your-space .block-left .content-block {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .container-declarations {
    height: 420px;
  }

  #graph-declarations {
    height: 370px;
  }
}
@media screen and (max-width: 790px) {
  #your-space {
    margin-top: 0;
  }
  #your-space .block-left,
#your-space .block-right {
    float: none;
  }
  #your-space .block-left {
    width: 100%;
  }
  #your-space .block-left .subtitle {
    margin-top: 0;
  }
  #your-space .block-right {
    width: 100%;
    margin-top: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #zone-graphique .xs-hidden {
    display: none;
  }
  #zone-graphique .title-declarations,
#zone-graphique .title-repartition {
    margin-top: 35px;
  }
  #zone-graphique .title-repartition {
    text-align: left;
    padding-left: 20px;
  }
  #zone-graphique .container-block .btn-init {
    display: block;
    position: initial;
    margin: 0 auto;
  }
  #zone-graphique .container-group-graph {
    width: 100%;
  }
  #zone-graphique .container-group-graph .over-hid {
    width: 280px;
    margin: 0 auto;
  }
  #zone-graphique .container-group-graph .over-hid .container-number-fiche,
#zone-graphique .container-group-graph .over-hid .container-number-declarations {
    width: 100%;
    padding-top: 0;
  }
  #zone-graphique .container-group-graph .over-hid .container-number-fiche .block-nb-fiches,
#zone-graphique .container-group-graph .over-hid .container-number-declarations .block-nb-fiches {
    height: auto;
    background: #FFFFFF;
  }
  #zone-graphique .container-group-graph .over-hid .container-number-fiche .block-nb-fiches .text-nb,
#zone-graphique .container-group-graph .over-hid .container-number-declarations .block-nb-fiches .text-nb {
    top: 10px;
    color: #003885;
    font-size: 42px;
  }
  #zone-graphique .container-group-graph .over-hid .container-graph-fiches,
#zone-graphique .container-group-graph .over-hid .container-graph-declarations {
    padding-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
  }
  #zone-graphique .container-group-graph .over-hid .container-graph-fiches .slices,
#zone-graphique .container-group-graph .over-hid .container-graph-declarations .slices {
    transform: scale(1.4);
  }
  #zone-graphique .container-group-graph .over-hid .group-graph {
    transform: translate3d(140px, 180px, 0);
  }

  #graph-fiches {
    float: none;
    width: 280px;
    height: 550px;
    margin: 0 auto;
  }

  #graph-declarations {
    height: 690px;
  }

  #graph-fiches,
#graph-declarations {
    position: initial;
    width: 280px;
  }
  #graph-fiches svg .group-graph .group-legend,
#graph-declarations svg .group-graph .group-legend {
    transform: translate3d(-265px, 270px, 0);
  }

  #zone-first-post .post-date-publish {
    margin-top: 25px;
  }
}
@media screen and (max-width: 700px) {
  #zone-plus-consult .container-fiche {
    padding-right: 25px;
  }

  #zone-first-post .container-img {
    float: right;
    padding-right: 15px;
    width: 35%;
  }
  #zone-first-post .container-img .block-img {
    background: #fff;
  }
  #zone-first-post .descript-post {
    width: 55%;
    padding-left: 15px;
  }
  #zone-first-post .descript-post h4 {
    font-size: 19px;
    line-height: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #zone-graphique,
#zone-first-post,
#zone-plus-consult {
    padding-left: 0;
  }

  #search-declarations .container-btn-geo {
    width: 100%;
  }
  #search-declarations .container-btn-geo .button--5 {
    display: block;
    width: 235px !important;
    margin: 0 auto;
  }
  #search-declarations .push--1 .autocomplete input[type=text] {
    width: 100% !important;
  }
  #search-declarations .push--1 .autocomplete input[type=submit] {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #zone-graphique #zone-repartition {
    width: 100%;
    margin-bottom: 40px;
  }
  #zone-graphique #zone-repartition #graph-repartition {
    width: 180px;
    padding: 20px 35px 0 35px;
    margin: 0 auto;
  }
  #zone-graphique #zone-repartition #graph-repartition .zone-woman {
    margin: 0;
  }
  #zone-graphique #zone-repartition #graph-repartition .container-column .label-column {
    position: absolute;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #zone-repartition .title-block {
    text-align: center;
  }
}
.presse--actualites h3 {
  /*background-color: red !important;*/
}

/*# sourceMappingURL=styles.css.map */
