@charset "UTF-8";
html {
  box-sizing: border-box;
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*************
MIXINS
*************/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

body {
  line-height: 1.2rem;
  font-size: 16px;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  margin-bottom: 1rem;
  margin: 0;
  line-height: initial;
}

h1 {
  font-size: 1.5rem;
  color: #184185;
  margin-bottom: 2.4rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2rem;
  color: #184185;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
  color: #184185;
  margin-bottom: 0.625rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
  color: #184185;
  margin-bottom: 0.625rem;
}

p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

a {
  color: #184185;
}

/*************
MIXINS
*************/
.sidebar {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 3.5rem;
  z-index: 1000;
  background-color: #EFF1F4;
  border-top: 2px solid #184185;
}
@media (min-width: 576px) {
  .sidebar {
    border-top: none;
    width: 70px;
    position: relative;
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .sidebar {
    min-width: 290px;
  }
}
.sidebar #header {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .sidebar #header {
    padding: calc( 2.4rem / 2);
  }
}
.sidebar #header #site-navigation {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar #header #logo_commune_mobile {
  border-radius: 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-top: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.sidebar #header #logo_commune_mobile .titre_commune {
  color: transparent;
  font-size: 0;
  height: 46px;
  display: inline-flex;
  width: 46px;
  justify-content: center;
  align-self: center;
}
.sidebar ul {
  align-items: initial;
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 576px) {
  .sidebar ul {
    flex-direction: column;
    margin: 0;
  }
}
.sidebar ul li {
  font-size: 1rem;
  margin-top: calc( 2.4rem / 4);
  margin-bottom: calc( 2.4rem / 4);
  padding: 0;
}
.sidebar ul li a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: flex;
  align-items: center;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  .sidebar ul li a {
    line-height: inherit;
    font-size: 1rem;
    color: #000000;
  }
}
.sidebar ul li a:hover::before {
  background-image: url(../img/svg/house-day-solid.svg);
}
.sidebar ul li a::before {
  background-image: url(../img/svg/house-day-regular.svg);
  content: "";
  width: 26px;
  height: 26px;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .sidebar ul li a::before {
    margin-right: 0.8rem;
    margin-left: 0;
  }
}
.sidebar ul li#menu-item-276 a:hover::before, .sidebar ul li#menu-item-276.current-menu-item a::before, .sidebar ul li#menu-item-13003.current-menu-item a::before, .sidebar ul li#menu-item-274 a:hover::before, .sidebar ul li#menu-item-274.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-276 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-276.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-274 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-274.current-menu-item a::before {
  background-image: url(../img/svg/house-day-solid.svg);
}
.sidebar ul li#menu-item-117 a::before, .sidebar ul li#menu-item-119 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-117 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-119 a::before {
  background-image: url(../img/svg/picto-mon-profil-off.svg);
}
.sidebar ul li#menu-item-117 a:hover::before, .sidebar ul li#menu-item-117.current-menu-item a::before, .sidebar ul li#menu-item-119 a:hover::before, .sidebar ul li#menu-item-119.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-117 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-117.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-119 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-119.current-menu-item a::before {
  background-image: url(../img/svg/picto-mon-profil-on.svg);
}
.sidebar ul li#menu-item-116 a::before, .sidebar ul li#menu-item-122 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-116 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-122 a::before {
  background-image: url(../img/svg/house-building-regular.svg);
}
.sidebar ul li#menu-item-116 a:hover::before, .sidebar ul li#menu-item-116.current-menu-item a::before, .sidebar ul li#menu-item-122 a:hover::before, .sidebar ul li#menu-item-122.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-116 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-116.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-122 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-122.current-menu-item a::before {
  background-image: url(../img/svg/house-building-solid.svg);
}
.sidebar ul li#menu-item-118 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-118 a::before {
  background-image: url(../img/svg/files-regular.svg);
}
.sidebar ul li#menu-item-118 a:hover::before, .sidebar ul li#menu-item-118.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-118 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-118.current-menu-item a::before {
  background-image: url(../img/svg/files-solid.svg);
}
.sidebar ul li#menu-item-366 a::before, .sidebar ul li#menu-item-365 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-366 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-365 a::before {
  background-image: url(../img/svg/file-heart-regular.svg);
}
.sidebar ul li#menu-item-366 a:hover::before, .sidebar ul li#menu-item-366.current-menu-item a::before, .sidebar ul li#menu-item-365 a:hover::before, .sidebar ul li#menu-item-365.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-366 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-366.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-365 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-365.current-menu-item a::before {
  background-image: url(../img/svg/file-heart-solid.svg);
}
.sidebar ul li#menu-item-29 a::before, .sidebar ul li#menu-item-29 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-29 a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-34 a::before {
  background-image: url(../img/svg/picto-aide-off.svg);
}
.sidebar ul li#menu-item-29 a:hover::before, .sidebar ul li#menu-item-29.current-menu-item a::before, .sidebar ul li#menu-item-34 a:hover::before, .sidebar ul li#menu-item-34.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-29 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-29.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-34 a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-34.current-menu-item a::before {
  background-image: url(../img/svg/picto-aide-on.svg);
}
.sidebar ul li#menu-item-aide a::before, .sidebar ul li#menu-item-aide a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-aide a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-aide a::before {
  background-image: url(../img/svg/handshake-angle-regular.svg);
}
.sidebar ul li#menu-item-aide a:hover::before, .sidebar ul li#menu-item-aide.current-menu-item a::before, .sidebar ul li#menu-item-aide a:hover::before, .sidebar ul li#menu-item-aide.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-aide a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-aide.current-menu-item a::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-aide a:hover::before, .sidebar ul li .site-header #row_footer ul#primary-menu li#menu-item-aide.current-menu-item a::before {
  background-image: url(../img/svg/handshake-angle-solid.svg);
}
.sidebar ul li#menu-item-13001 a::before {
  background-image: url(../img/svg/chart-line-up-regular.svg);
}
.sidebar ul li#menu-item-13001 a:hover::before, .sidebar ul li#menu-item-13001.current-menu-item a::before {
  background-image: url(../img/svg/chart-line-up-solid.svg);
}
.sidebar ul li#menu-item-13013 a::before {
  background-image: url(../img/svg/house-user-regular.svg);
}
.sidebar ul li#menu-item-13013 a:hover::before, .sidebar ul li#menu-item-13013.current-menu-item a::before {
  background-image: url(../img/svg/house-user-solid.svg);
}
.sidebar ul li#menu-item-13022 a::before {
  background-image: url(../img/svg/street-view-regular.svg);
}
.sidebar ul li#menu-item-13022 a:hover::before, .sidebar ul li#menu-item-13022.current-menu-item a::before {
  background-image: url(../img/svg/street-view-solid.svg);
}
.sidebar ul li#menu-item-17365 a::before, .sidebar ul li#menu-item-17364 a::before {
  background-image: url(../img/svg/id-card-clip-regular.svg);
}
.sidebar ul li#menu-item-17365 a:hover::before, .sidebar ul li#menu-item-17364 a:hover::before, .sidebar ul li#menu-item-17365.current-menu-item a::before, .sidebar ul li#menu-item-17364.current-menu-item a::before {
  background-image: url(../img/svg/id-card-clip-solid.svg);
}
.sidebar ul li#menu-item-17365 a::before {
  background-image: url(../img/svg/id-card-clip-regular.svg);
}
.sidebar ul .current_page_item a {
  color: #184185;
}
.sidebar ul#menu-menu-nt li {
  margin: 0;
}
.sidebar ul#menu-menu-nt li a {
  text-decoration: none;
  font-size: 0.8rem;
}
.sidebar ul#menu-menu-nt li a:before {
  display: none;
}
.sidebar #footer {
  margin-top: auto;
}
.sidebar #footer .menu-nt {
  display: none;
}
@media (min-width: 992px) {
  .sidebar #footer .menu-nt {
    display: block;
  }
}
.sidebar #footer .site-info {
  font-size: 0.8rem;
  display: none;
}
@media (min-width: 992px) {
  .sidebar #footer .site-info {
    display: block;
  }
}
.sidebar #footer .site-info a {
  color: #000000;
}
.sidebar #footer .site-info .span-NT {
  font-size: 0.7rem;
}

.menu .hiddensm {
  display: block;
}

/*************
MIXINS
*************/
.btn, .gform_button {
  cursor: pointer;
  color: #184185;
  background-color: #EFF1F4;
  padding: 0 0.625rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: calc(0.625rem / 2);
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  height: 32px;
}
@media (min-width: 576px) {
  .btn, .gform_button {
    padding: 0.625rem 1.25rem;
    height: auto;
    font-size: 1rem;
  }
  .btn i, .gform_button i {
    display: none;
  }
}
.btn.btn-outlined, .btn-outlined.gform_button {
  background-color: transparent;
  border: 2px solid #184185;
  color: #184185;
}
.btn.btn-green, .btn-green.gform_button {
  color: #13906D !important;
  background-color: #d0e9e1 !important;
}
.btn.btn-red, .btn-red.gform_button {
  color: #FF0A0A !important;
  background-color: #ffcece !important;
}
.btn.icon-only-sm, .icon-only-sm.gform_button {
  font-size: 0;
  color: transparent;
  height: 32px;
}
@media (min-width: 1400px) {
  .btn.icon-only-sm, .icon-only-sm.gform_button {
    color: #184185;
    background-color: #EFF1F4;
    line-height: initial;
    font-size: 1rem;
    height: 40px;
  }
}
.btn.icon-only-sm i, .icon-only-sm.gform_button i {
  color: #184185;
  line-height: 1rem;
  font-size: 1rem;
  display: inline-flex;
}
@media (min-width: 1400px) {
  .btn.icon-only-sm i, .icon-only-sm.gform_button i {
    display: none;
  }
}

.force-small .btn, .force-small .gform_button {
  padding: 0 0.625rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: calc(0.625rem / 2);
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  height: 32px;
}

input#gform_submit_button_2 {
  text-align: center;
  display: block;
}

/*************
MIXINS
*************/
.card {
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1019607843);
  border-radius: 1.2rem;
  margin-bottom: 0.625rem;
  padding: 1.25rem;
}
.card h6 a {
  text-decoration: none;
}
.card h6 a i {
  margin-right: 0.2rem;
}

/*************
MIXINS
*************/
/**
Avatars
 */
.avatar {
  display: flex;
  align-items: center;
  max-width: 100%;
  margin-right: 0.625rem;
}

.avatar-image-wrapper {
  position: relative;
  height: 38px;
  width: 38px;
  flex-shrink: 0;
  font-size: 0.85rem;
  display: flex;
  color: #fff;
  justify-self: center;
  justify-content: center;
  align-self: center;
  align-content: center;
  align-items: center;
  border-radius: 20px;
}

.avatar-sm .avatar-image-wrapper {
  font-size: 10px;
  height: 28px;
  width: 28px;
}

.avatar-content {
  margin-left: 12px;
  flex-grow: 1;
}

.avatar-content .avatar-name {
  font-size: 0.875rem;
  color: #3e3f42;
  line-height: 1.375rem;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.avatar-content .avatar-name, .avatar-content .avatar-text-bottom, .avatar-content .avatar-text-top {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*************
MIXINS
*************/
.tag {
  border-radius: 15px;
  background-color: #EFF0FC;
  color: #8399c1;
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  font-weight: bold;
  align-self: center;
}
.tag i {
  margin-right: 0.3rem;
}
.tag.tag-proposition {
  background-color: #184185;
  color: #EFF0FC;
}

/*************
MIXINS
*************/
select {
  background-color: #FFFFFF;
  padding: 5px 4px !important;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  color: #707070;
  border: 1px solid;
  border-radius: 2px;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid #C4C5C7;
  border-radius: 0.3rem;
  padding: 0.25em 0.5em;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::before {
  content: "";
  display: inline-flex;
  position: absolute;
  right: 36px;
  width: 1px;
  height: 100%;
  background-color: #C4C5C7;
  z-index: 1000;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #C4C5C7;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

select[multiple] {
  padding-right: 0;
  /*
   * Safari will not reveal an option
   * unless the select height has room to
   * show all of it
   * Firefox and Chrome allow showing
   * a partial option
   */
  height: 6rem;
  /*
   * Experimental - styling of selected options
   * in the multiselect
   * Not supported crossbrowser
   */
}
select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

label {
  font-size: 1.125rem;
  font-weight: 500;
}

.select + label {
  margin-top: 2rem;
}

input:focus {
  outline: none;
}
input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

textarea:focus {
  outline: none;
}

.content-button {
  background-color: #FFFFFF;
  height: auto;
  display: flex;
}

.number-input, .select_input {
  display: inline-flex;
  border-radius: 0.3rem;
  height: 32px;
}
@media (min-width: 576px) {
  .number-input, .select_input {
    margin-right: 0.625rem;
    align-self: center;
  }
}
.number-input, .number-input *, .select_input, .select_input * {
  box-sizing: border-box;
}
.number-input select, .select_input select {
  border-radius: 6px;
}
.number-input button, .select_input button {
  outline: none;
  -webkit-appearance: none;
  background-color: #184185;
  font-size: 0.5rem;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  margin: auto 0;
  position: relative;
}
@media (min-width: 576px) {
  .number-input button, .select_input button {
    width: 2rem;
    height: 2rem;
  }
}
.number-input button:before, .number-input button:after, .select_input button:before, .select_input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 2px;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after, .select_input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number], .select_input input[type=number] {
  max-width: 2rem;
  border: none;
  border-width: 0 2px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 576px) {
  .block-tarif {
    display: flex;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .block-tarif {
    margin-bottom: 0;
  }
}

.btn-left {
  border-radius: 20% 0 0 20%;
}

.plus {
  border-radius: 0 20% 20% 0;
}

.hebergeur_filters {
  background-color: #EFF1F4;
  border-radius: 1.2rem;
  width: 100%;
  display: flex;
  padding: 1.25rem;
}

@media (min-width: 1200px) {
  #filters {
    display: flex;
  }
}
#filters > * {
  position: relative;
}
#filters #personne_wrapper i, #filters #chambre_wrapper i {
  align-self: center;
  color: #EFF1F4;
  margin-left: 0.625rem;
}
#filters #chambre_wrapper {
  float: right;
}
@media (min-width: 576px) {
  #filters #chambre_wrapper {
    float: none;
  }
}
#filters #commune_wrapper {
  margin-right: 0;
}
@media (min-width: 576px) {
  #filters #commune_wrapper {
    margin-right: 0.625rem;
  }
}

.button-right {
  margin-left: auto;
}

#prix_wrapper {
  display: flex;
  margin: 1.25rem 0;
}
@media (min-width: 576px) {
  #prix_wrapper {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #prix_wrapper {
    margin: auto 0 !important;
  }
}
#prix_wrapper span.prix_input_span {
  content: "Prix";
  margin-right: 0.3rem;
  align-self: center;
}
#prix_wrapper output {
  align-self: center;
}
#prix_wrapper output:after {
  content: " € / mois";
}

input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 50%;
  height: 7px;
  background: #ffffff;
  border-radius: 5px;
  background-size: 70% 100%;
  align-self: center;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #184185;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}
input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input::placeholder {
  color: #707070;
}

.summary {
  background: #EFF1F4;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.39;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  width: 100%;
  border: none;
}

.page-template-template-workflow-propositions .summary {
  background: #ffffff;
  border-radius: 1.2rem;
  border: 1px solid #404040;
  margin-top: 0.625rem;
}

.ginput_container_password button {
  padding: 0 !important;
  top: 12px !important;
}
@media (min-width: 576px) {
  .ginput_container_password button {
    top: 0 !important;
  }
}

.ginput_container_password span.ginput_left button {
  right: 1px !important;
}

#input_6_1_3_container label,
#input_6_1_6_container label,
#input_2_1_3_container label,
#input_2_1_6_container label {
  display: none;
}

/*************
MIXINS
*************/
.chart-container-personnes-inscrites {
  width: 60%;
}

.mb-charts {
  margin-bottom: 70px !important;
}

.d-flex .highcharts-figure {
  position: relative;
  margin: auto 0;
}
.d-flex .container-chart {
  margin: auto 0;
  width: auto;
  display: flex;
}

.container-chart {
  display: flex;
}
@media (min-width: 992px) {
  .container-chart {
    flex-direction: row;
  }
}

.legend {
  margin: auto 1.25rem;
}

.legend-horizontale {
  display: flex;
  margin-bottom: 1.25rem;
}
.legend-horizontale h3, .legend-horizontale h6 {
  margin: 0 !important;
}

.my-auto {
  margin: auto 0;
}

.widget h3 {
  margin-bottom: 1.25rem;
}

.mb-1 {
  margin-bottom: 2.5rem !important;
}

.mb-2 {
  margin-bottom: 1.25rem !important;
}

.widget-stat .grid-content {
  margin-top: 1.25rem;
}

.highcharts-figure {
  width: 100%;
  margin: 0;
}

.chiffre_line {
  display: flex;
  background-color: #EFF0FC;
}

.chiffre_colonne {
  background-color: #EFF0FC;
}

.ligne {
  width: 100%;
}
@media (min-width: 1400px) {
  .ligne {
    display: flex;
  }
  .ligne .category-stat {
    width: 50%;
  }
}

.category-stat {
  text-align: center;
}
@media (min-width: 992px) {
  .category-stat {
    padding: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .category-stat {
    width: 25%;
    padding: 2.5rem 1.25rem;
  }
}
.category-stat div {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 10px;
}

.chiffres {
  background-color: #FFFFFF;
  font-weight: 700;
  padding: 0.3rem 1.25rem;
  font-size: 1.5rem;
  display: block;
  width: fit-content;
  margin: auto;
  color: #184185;
}

.label-stats {
  color: #184185;
}

.chart-container-logins {
  margin-bottom: 2.5rem;
}

.row-stats {
  width: 50%;
  margin: auto;
}

.last-chart h6 {
  margin-bottom: 0;
}

.timeline {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 2.5rem auto 0;
  padding-bottom: 2.5rem;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 2px;
  background: #EFF0FC;
  top: 0;
  bottom: 0;
  margin-left: -1px;
}
@media (min-width: 992px) {
  .timeline::after {
    left: 50%;
  }
}
.timeline .tags {
  flex-flow: row-reverse;
}
.timeline ul {
  list-style: inherit;
  margin-left: 20px;
  margin-bottom: 10px;
}

.container-left, .container-right {
  position: relative;
  background: inherit;
}
.container-left .hebergement, .container-right .hebergement {
  margin-bottom: 0.625rem;
}
.container-left .hebergement:last-of-type, .container-right .hebergement:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .container-left, .container-right {
    width: 50%;
  }
}
.container-left::after, .container-right::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 23px;
  left: -6px;
  border-radius: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .container-left::after, .container-right::after {
    right: -6px;
    left: initial;
    top: 42px;
  }
}
.container-left.accepted::after, .container-right.accepted::after {
  border: 3px solid #13906D;
  background: #13906D;
}
.container-left.pending::after, .container-right.pending::after {
  border: 3px solid #184185;
  background: #184185;
}
.container-left.refused::after, .container-right.refused::after {
  border: 3px solid #FF0A0A;
  background: #FF0A0A;
}

.container-left {
  left: 0;
}

@media (min-width: 992px) {
  .container-right {
    left: 50%;
  }
}
.container-right .hebergement:last-child {
  margin-bottom: 0;
}

.container-right::after {
  left: -6px;
}

.container-right::before {
  left: 8px;
}

.container-left .content {
  padding: 0 0 2.5rem 20px;
  position: relative;
}
@media (min-width: 992px) {
  .container-left .content {
    margin-top: 20px;
    padding: 0 20px 10px 0;
    text-align: right;
  }
}

.container-right .content {
  padding: 0 0 2.5rem 20px;
}
@media (min-width: 992px) {
  .container-right .content {
    padding: 0 0 10px 20px;
  }
}

.text-contract {
  background: #EFF0FC;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.2);
  opacity: 0.39;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

.date {
  color: #707070;
  font-size: 12px;
  position: absolute;
  top: -6px;
  left: 65px;
}
@media (min-width: 992px) {
  .date {
    font-size: 1rem;
    position: initial;
  }
}

.username {
  display: inline-flex;
  margin: 10px 0;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 0.625rem;
}

.btn, .gform_button {
  border: none;
  margin-bottom: 10px;
}

.pending-step {
  border-radius: 15px;
  background-color: #EFF1F4;
  color: #184185;
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem;
  margin-right: 0.5rem;
  font-weight: bold;
  align-self: center;
  display: inline-flex;
  margin-bottom: 1rem;
}

.hebergement.accepted {
  background-color: #d0e9e1;
  color: #13906D;
}

.hebergement.refused {
  background-color: #ffcece;
  color: #FF0A0A;
}

.hebergement.refused,
.hebergement.accepted {
  margin: auto 0;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 500;
}

.demande {
  border-radius: 1.2rem;
  box-shadow: 2px 3px 20px rgba(0, 0, 0, 0.1019607843);
  z-index: 1;
  position: relative;
  margin-bottom: 0.625rem;
  background-color: #FFFFFF;
}
.demande .actions {
  margin-top: 1.25rem;
}
.demande .first-line {
  padding: 1.25rem;
}
.demande .first-line div {
  margin-top: 0.625rem;
  display: inline-block;
}
.demande .first-line .date-arrivee {
  margin-right: 1.25rem;
}
.demande .first-line .date-arrivee:after {
  margin-left: 0.625rem;
  margin-top: 0.3rem;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 9px solid #000000;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.demande .first-line .actions {
  display: block;
  margin-top: 1.25rem !important;
}
.demande .first-line .commune-recherchee {
  margin-top: 1.25rem !important;
  display: block !important;
}
.demande .statut-demande {
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  text-transform: capitalize;
}
.demande .open {
  background-color: #d0e9e1;
  color: #13906D;
}
.demande .closed {
  background-color: #FF0A0A;
  color: #FFFFFF !important;
}
.demande .second-column {
  margin-left: auto;
  background-color: #EFF1F4;
  padding: 1.25rem;
  border-radius: 0 0 1.2rem 1.2rem;
}
@media (min-width: 576px) {
  .demande .second-column {
    border-radius: 0 1.2rem 1.2rem 0;
    padding: 1.25rem 0.625rem;
    display: flex;
  }
}
.demande .second-column div {
  text-align: center;
  margin: auto;
}
.demande .second-column div p {
  display: inline;
}
@media (min-width: 576px) {
  .demande .second-column div p {
    display: block;
  }
}
@media (min-width: 576px) {
  .demande .second-line {
    flex-wrap: wrap;
    display: flex;
  }
}
.demande .second-line .nb-personnes {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.625rem;
  width: fit-content;
}
@media (min-width: 576px) {
  .demande .second-line .nb-personnes {
    margin: auto 1.25rem auto 0;
  }
}
@media (min-width: 992px) {
  .demande .second-line .nb-personnes {
    margin-right: 0.3rem;
  }
}
.demande .second-line .nb-pieces {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.625rem;
  width: fit-content;
}
@media (min-width: 576px) {
  .demande .second-line .nb-pieces {
    margin: auto 1.25rem auto 0;
  }
}
@media (min-width: 992px) {
  .demande .second-line .nb-pieces {
    margin-right: 0.3rem;
  }
}
.demande .second-line .date-arrivee, .demande .second-line .date-depart, .demande .second-line .loyer {
  margin: auto 0.625rem;
}
.demande .second-line div {
  margin: auto 0;
}
.demande h5 {
  display: inline;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
  color: #000000;
}
@media (min-width: 768px) {
  .demande h5 {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .demande h5 {
    display: block;
  }
}

.force-small .hebergement .hebergement-image {
  display: none;
}

.separator-no {
  display: flex;
  margin: 1.25rem auto;
  font-weight: bold;
  color: #184185;
  justify-content: center;
}

.block-contrat {
  background-color: #EFF0FC;
  border-radius: 1.2rem;
  padding: 2.5rem 1.25rem 1.25rem;
  margin-bottom: 1.25rem;
  margin-top: -2.5rem;
  position: relative;
}

@media (min-width: 768px) {
  .block-actions {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .block-actions {
    display: flex;
  }
}
.block-actions .btn, .block-actions .gform_button {
  display: flex;
  width: fit-content;
  margin: 0.625rem auto;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .block-actions .btn, .block-actions .gform_button {
    display: initial;
    margin: 1.25rem auto;
  }
}
@media (min-width: 992px) {
  .block-actions .btn, .block-actions .gform_button {
    display: block;
    margin: 0.625rem auto;
  }
}
.block-actions .btn-primary {
  background-color: #184185;
  color: #FFFFFF;
  border: 2px solid #184185 !important;
  padding: 0.625rem;
}
@media (min-width: 1400px) {
  .block-actions .btn-primary {
    margin: 0 !important;
  }
}
.block-actions .btn-outline-primary {
  background-color: #EFF0FC;
  border: 2px solid #184185 !important;
  padding: 0.625rem;
}
@media (min-width: 1400px) {
  .block-actions .btn-outline-primary {
    margin: 0 0.625rem 0 !important;
  }
}

.block-hebergement {
  background-color: #FFFFFF;
  padding: 1.25rem 2.5rem;
  border-radius: 1.2rem;
  display: table;
  margin: 0 auto 1.25rem;
  color: #184185;
}
@media (min-width: 768px) {
  .block-hebergement {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .block-hebergement {
    margin: 0 auto 0.625rem;
  }
}
.block-hebergement img {
  display: none;
}
@media (min-width: 576px) {
  .block-hebergement img {
    display: initial;
  }
}
@media (min-width: 768px) {
  .block-hebergement div {
    display: inline;
  }
}
.block-hebergement .tags {
  align-content: center;
  justify-content: center;
}

.block-links {
  margin-top: 1.25rem;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 576px) {
  .block-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .block-links {
    margin-top: 0;
    font-size: 0.8rem;
  }
}
.block-links .plus {
  margin: auto 0.3rem;
  background-color: #184185;
  color: #FFFFFF;
  border-radius: 50%;
  padding: 0 5px;
  font-weight: bold;
  font-size: 1rem;
}
.block-links .links {
  margin-top: 0.625rem;
}
@media (min-width: 576px) {
  .block-links .links {
    border-left: 3px solid #184185;
    padding-left: 0.3rem;
    margin-top: 0;
  }
}

/*************
MIXINS
*************/
/**
DASHBOARD
 */
.line {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 576px) {
  .line {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .line .half {
    width: calc(50% - 1.25rem);
  }
}
.line .third {
  width: calc(33.33% - 1.25rem);
}
.line .quarter {
  width: calc(25% - 1.25rem);
}
.line .two-third {
  width: calc(66.66% - 1.25rem);
}

.widget {
  display: flex;
  margin-bottom: 2.4rem;
  width: 100%;
}
.widget h3 {
  color: #184185;
}
.widget img {
  align-self: center;
}
.widget figure {
  flex: 1 auto;
  width: 100%;
}
.widget .widget-container {
  padding: 1.25rem;
  border-radius: 5px;
  /* height: 100%; */
}
.widget .widget-container p:first-child {
  margin-top: 0;
}
.widget .widget-container > .btn, .widget .widget-container > .gform_button {
  float: right;
  margin-top: 0.625rem;
}
.widget .widget-container .fondbleu {
  background: #EDEEFB;
  display: flex;
  padding: 1.25rem;
  border-radius: 1.2rem;
}
.widget .widget-container .fondbleu.fondaide:before {
  content: "?";
  font-size: 3rem;
  font-weight: bold;
  color: #184185;
  align-self: center;
}
.widget .widget-container .fondbleu.fondaide p {
  border-left: 2px solid #184185;
  margin-bottom: 0;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
}
.widget.widget-welcome img {
  display: none;
}
@media (min-width: 576px) {
  .widget.widget-welcome img {
    display: block;
    max-width: 254px;
  }
}
.widget.widget-welcome .widget-container {
  padding: 0;
}
@media (min-width: 576px) {
  .widget.widget-welcome .widget-container {
    padding-left: 1.25rem;
  }
}
.widget.widget-aide .widget-container {
  padding-left: 0;
}

.widget-inverted .widget-container h2, .widget-inverted .widget-container h3, .widget-inverted .widget-container p, .widget-inverted .widget-container ul, .widget-inverted .widget-container li {
  color: #184185;
}

.widget-stat {
  flex-direction: column;
}

.widget-demande {
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  width: 100%;
}
.widget-demande:after {
  content: attr(data-nb);
  text-align: center;
  display: flex;
  font-weight: bold;
  color: #184185;
  margin: -0.5rem 1rem 0;
  width: calc(100% - 2rem);
  background: #ffffff;
  padding: 1.5rem 1rem 1rem;
  z-index: 10;
  border-end-end-radius: 1rem;
  border-end-start-radius: 1rem;
  transform: translateZ(-1px);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  justify-content: center;
}
.widget-demande .widget-container {
  background-color: #EFF1F4;
  border-radius: 1.2rem;
  width: 100%;
  display: flex;
}
.widget-demande .widget-container .demande-meta ul {
  margin-left: 0;
  padding-left: 2rem;
  list-style-type: none;
  padding-left: 0;
}
.widget-demande .widget-container .demande-meta ul li {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.widget-demande .widget-container .demande-meta ul li span {
  font-weight: normal;
  color: #404040;
}

.widget-mes-hebergements {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.widget-mes-hebergements .widget-container {
  padding-left: 0;
  padding-right: 0;
}

.widget-demandes-recentes {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.widget-demandes-recentes h3 {
  margin-bottom: 0 !important;
}
.widget-demandes-recentes .widget-container {
  padding-left: 0;
  padding-right: 0;
}
.widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link {
  text-decoration: none;
}
.widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link > * {
  width: 100%;
}
@media (min-width: 576px) {
  .widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link > * {
    width: auto;
  }
}
.widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link div {
  display: inline-flex;
  flex-direction: row;
  margin: 0.625rem 0;
}
.widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link div span {
  align-self: flex-start;
  margin-bottom: 0.625rem;
}
@media (min-width: 576px) {
  .widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link div {
    flex-direction: row;
  }
  .widget-demandes-recentes .widget-container .grid-content .small-line .small-line-link div span {
    justify-self: center;
    margin-bottom: 0;
  }
}
.widget-demandes-recentes .widget-container .grid-content .small-line span:first-child {
  font-weight: bold;
  color: #184185;
}
.widget-demandes-recentes .widget-container .grid-content .small-line span:nth-child(3) {
  margin-right: 0.625rem;
}
.widget-demandes-recentes .widget-container .grid-content .small-line span:last-child {
  margin-left: auto;
  font-weight: bold;
}
.widget-demandes-recentes .widget-container .grid-content .small-line span:nth-child(2) {
  margin-left: 0.625rem;
}
.widget-demandes-recentes .widget-container .grid-content span {
  align-self: center;
}
.widget-demandes-recentes .widget-container .btn, .widget-demandes-recentes .widget-container .gform_button {
  float: right;
  margin-top: 0.625rem;
}

.grid-content .small-line {
  display: flex;
  padding: 0.625rem;
  min-height: 49px;
}
.grid-content .small-line:nth-child(odd) {
  background-color: #EFF1F4;
}
.grid-content .small-line span:first-child {
  margin-right: 0.625rem;
}
.grid-content .small-line span:nth-child(2) {
  font-weight: bold;
  margin-right: 0.625rem;
  color: #184185;
}
.grid-content .small-line span:last-child {
  margin-left: auto;
}
.grid-content span {
  align-self: center;
}

#cp_paragraph-2-9392 a {
  color: #ffffff;
}

.widget-rss {
  flex-direction: column;
}
.widget-rss h3 {
  color: #184185;
  margin-bottom: 1.25rem;
}
.widget-rss .widget-container {
  background-color: #EDEEFB;
  border-radius: 1.2rem;
}
.widget-rss .widget-container .grid-content {
  display: flex;
}
.widget-rss .widget-container .grid-content img {
  max-width: 30%;
  margin-right: 1.25rem;
}
.widget-rss .widget-container .grid-content div {
  align-self: center;
}
.widget-rss .widget-container .grid-content div h6 {
  margin-bottom: 0.625rem;
}

.pin i {
  font-size: 1.2rem;
  font-style: normal;
}
.pin i.red {
  color: #FF0A0A;
}
.pin i.green {
  color: #13906D;
}
.pin i.yellow {
  color: #F8D46F;
}
.pin i.gray {
  color: #404040;
}
.pin i.yellow {
  color: #184185;
}

.widget-mes-hebergements .widget-container .small-line span:last-child img {
  width: 18px;
}

.widget-links {
  flex-direction: column;
}
.widget-links h3 {
  color: #184185;
  margin-bottom: 1.25rem;
}
.widget-links .widget-container {
  padding: 0;
}
.widget-links .widget-container .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.widget-links .widget-container .links div {
  background-color: #EFF1F4;
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}
@media (min-width: 576px) {
  .widget-links .widget-container .links div {
    width: calc(50% - 0.625rem);
  }
}
.widget-links .widget-container .links div a:nth-child(even) {
  margin-right: 0.625rem;
}
.widget-links .widget-container .links div a {
  display: flex;
  text-decoration: none;
  justify-content: center;
}
.widget-links .widget-container .links div a img:first-child {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  margin: auto;
  padding-right: 2px;
}
.widget-links .widget-container .links div a p {
  width: 85%;
  font-size: 0.75rem;
  text-decoration: none;
  margin: auto;
  line-height: 15px;
}
@media (min-width: 576px) {
  .widget-links .widget-container .links div a p {
    width: 70%;
  }
}
.widget-links .widget-container .links div a img {
  color: #ffffff;
  width: 15px;
  margin: auto;
}

.widget-rss .widget-container .rss-title {
  text-decoration: none;
  font-weight: bold;
}

.widget-rss .widget-container .item-rss {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.widget-rss .widget-container .item-rss:nth-child(2n) {
  background-color: #F7F7F7;
}

.widget-rss .widget-container .item-rss:last-child {
  margin-bottom: 0;
}

.widget-posts article {
  display: flex;
  padding: 1rem;
}

.widget-posts article:nth-child(2n) {
  background-color: #F7F7F7;
}

.widget-posts article .post-thumbnail {
  max-width: 50%;
  flex-shrink: 0;
  margin-right: 1rem;
  width: 50%;
}

.widget-posts article .post-thumbnail img {
  width: 100%;
}

.widget-posts .post-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.widget-posts .entry-meta {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  color: #999999;
}

.widget-posts .entry-meta a {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

.jconfirm-title-c i {
  font-size: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}

.jconfirm-box-container {
  margin: auto;
  width: 500px;
  text-align: center;
}

.jconfirm-title {
  font-weight: bold;
  text-transform: uppercase;
}

/*************
MIXINS
*************/
#page_wrapper .gform_wrapper.gravity-theme .gfield_label {
  font-size: 0.8rem;
  color: #184185;
  margin-bottom: 0.625rem;
  font-width: normal;
}
#page_wrapper .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.25rem;
}
#page_wrapper .gform_wrapper.gravity-theme .gfield input[readonly=readonly] {
  background-color: #EFF1F4;
}
#page_wrapper .gform_wrapper.gravity-theme .gfield .gfield_description {
  font-size: 0.8rem;
  color: #707070;
  margin-top: 0.625rem;
  padding-top: 0;
}
#page_wrapper .gform_wrapper.gravity-theme #gform_3 .gfield {
  position: relative;
  padding-left: 63px;
}
#page_wrapper .gform_wrapper.gravity-theme #gform_3 .gfield:before {
  border: 3px solid #184185;
  border-radius: 50%;
  color: #184185;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 5px;
}
#page_wrapper .gform_wrapper.gravity-theme #gform_3 .gfield#field_3_6:before {
  content: "1";
}
#page_wrapper .gform_wrapper.gravity-theme #gform_3 .gfield#field_3_7:before {
  content: "2";
}
#page_wrapper .gform_wrapper.gravity-theme #gform_3 .gfield#field_3_4:before {
  content: "3";
}
#page_wrapper .gform_wrapper.gravity-theme #gform_3 .gfield.completed:before {
  content: "&#x2713;";
  color: #ffffff;
  background-color: #184185;
}
#page_wrapper .gform_footer {
  flex-flow: row-reverse;
}

.gform_required_legend {
  display: none;
}

.gfield_visibility_hidden {
  display: none;
}

.gpfup--has-files .gpfup__droparea {
  display: none;
}

.page-template .ginput_container_fileupload .gpfup__files {
  width: 150px;
  height: 150px;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
}

.page-template .ginput_container_fileupload .gpfup__file {
  padding: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.page-template .ginput_container_fileupload .gpfup__preview {
  margin: 0;
  height: 100%;
  width: 100%;
}

.page-template .ginput_container_fileupload .gpfup__preview img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.page-template .ginput_container_fileupload .gpfup__edit {
  top: 100px;
  left: -35px;
}

.page-template #field_2_8 {
  grid-column: span 4;
}

.page-template .ginput_container_fileupload .gpfup--strict .gpfup__delete {
  top: 110px;
  right: 41px;
  position: absolute;
  padding: 0;
  background-color: black !important;
  border: 0;
  display: none;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
  opacity: 0.5;
  line-height: 1;
  color: white;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.page-template .ginput_container_fileupload .gpfup--strict .gpfup__delete svg {
  fill: white;
}

.page-template .ginput_container_fileupload .gpfup--strict .gpfup__delete:hover {
  opacity: 1;
}

.page-template .gpfup__file:hover .gpfup__delete,
.page-template .gpfup__file:focus-within .gpfup__delete {
  display: block !important;
}

.page-template .ginput_container_fileupload .gpfup__file-info,
.page-template .ginput_container_fileupload .gform_fileupload_rules {
  display: none;
}

#wpadminbar {
  top: -30px;
  height: 40px;
  background: none;
  transition: top 0.1s ease-out;
}

#wpadminbar:hover {
  top: 0;
}

#wp-toolbar {
  background: #23282d;
  height: 32px;
}

#wpadminbar .ab-top-secondary {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    top: -46px;
    height: 50px;
  }

  html #wp-toolbar {
    height: 46px;
  }
}
html[lang=fr-FR] {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/*************
MIXINS
*************/
.datatable {
  color: #184185;
}
.datatable th {
  background-color: #EFF1F4;
  font-weight: normal !important;
  text-align: left !important;
}
.datatable th:first-child {
  border-radius: 1.2rem 0 0 0;
}
.datatable th:last-child {
  border-radius: 0 1.2rem 0 0;
}
.datatable thead th, .datatable table.dataTable thead td {
  border-bottom: transparent !important;
}
.datatable td {
  display: table-cell;
  height: 35px;
  border: 1px solid #EFF1F4;
}

.status {
  padding: 0.3rem 1.25rem;
  border-radius: 1.2rem;
  white-space: nowrap;
}

.pending {
  color: #184185 !important;
  background-color: #EFF0FC;
}

.open {
  color: #21C713 !important;
  background: rgba(33, 199, 19, 0.062745098);
}
.open a {
  color: #21C713 !important;
}

.closed {
  color: #C72813 !important;
  background: rgba(199, 40, 19, 0.062745098);
}

.even {
  background-color: #EFF1F4 !important;
}

.dataTables_filter {
  color: #184185 !important;
  margin-bottom: 1.25rem;
}

.buttons-csv {
  display: none;
  background-color: #FFFFFF;
  color: #184185;
  font-weight: 600;
  border: 2px solid #184185;
  padding: 0.3rem 0.625rem;
  border-radius: 5px;
  cursor: pointer;
}
@media (min-width: 576px) {
  .buttons-csv {
    display: inline-block;
  }
}

.dataTables_filter {
  margin-top: 1px;
}

.dt-buttons {
  float: right;
  margin-left: 10px;
}

.select-info {
  display: none;
}

#datatable_proposition th {
  font-weight: bold !important;
}

#user_switching_switch_on {
  position: absolute;
  bottom: 20px;
}

/***************************************
Main CSS V2
 */
.site {
  display: flex;
}

.main-content {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .main-content {
    width: calc(100% - 70px);
  }
}
@media (min-width: 992px) {
  .main-content {
    width: calc(100% - 290px);
  }
}
.main-content #primary {
  margin: 1.25rem 1.25rem;
}
@media (min-width: 576px) {
  .main-content #primary {
    margin: 1.25rem 2.4rem;
  }
}
.site-branding, .site-branding-mobile {
  padding: 0.625rem;
  max-width: 121px;
}
@media (min-width: 992px) {
  .site-branding, .site-branding-mobile {
    max-width: 420px;
  }
}
.site-branding .custom-logo-link, .site-branding-mobile .custom-logo-link {
  margin-bottom: calc( 2.4rem / 2);
}
.site-branding .custom-logo-link .custom-logo, .site-branding-mobile .custom-logo-link .custom-logo {
  margin-bottom: 0.625rem;
}

.site-branding {
  display: none;
}
@media (min-width: 992px) {
  .site-branding {
    display: block;
  }
}

.site-branding-mobile {
  display: none;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 576px) {
  .site-branding-mobile {
    display: flex;
  }
}
@media (min-width: 992px) {
  .site-branding-mobile {
    display: none;
  }
}

.hello {
  display: none;
}
@media (min-width: 992px) {
  .hello {
    display: block;
  }
}

.header-top {
  display: flex;
  flex-direction: row;
}
.header-top .mon-profil {
  display: none;
  width: 100%;
  align-self: center;
}
@media (min-width: 992px) {
  .header-top .mon-profil {
    display: block;
    margin-left: auto;
  }
}
.header-top .mon-profil a {
  display: flex;
  text-decoration: none;
}
.header-top .mon-profil a .avatar {
  margin-right: 0;
  justify-content: end;
  width: 100%;
}

.hiddensm {
  display: none;
}
@media (min-width: 992px) {
  .hiddensm {
    display: block;
  }
}

/**************************************
Propositions - Hébergeurs
 */
.tags {
  align-self: center;
  display: flex;
  margin-top: 0.625rem;
}
.liste_demandes .item {
  margin-bottom: 2.4rem;
}
.liste_demandes .item .hebergements .liste-hebergements-mini {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .liste_demandes .item .hebergements .liste-hebergements-mini {
    display: grid;
    grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
    grid-column-gap: 1.25rem;
  }
}
.liste_demandes .item .hebergements .liste-hebergements-mini.jack {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
}
.liste_demandes .item .hebergements .liste-hebergements-mini.jack .hebergement {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .liste_demandes .item .hebergements .liste-hebergements-mini.jack .hebergement {
    grid-template-columns: 3fr 6fr;
  }
}

.liste-hebergements-mini.jack {
  display: grid;
  grid-auto-rows: 1fr;
}
.liste-hebergements-mini.jack .hebergement {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .liste-hebergements-mini.jack .hebergement {
    grid-template-columns: 3fr 6fr;
  }
}

.hebergement {
  display: grid;
  margin-bottom: 2.5rem;
}
.hebergement .header_hebergement {
  display: flex;
}
.hebergement .header_hebergement span:not(.pin) {
  font-size: 0.8rem;
  text-decoration: underline;
  margin-left: auto;
}
.hebergement .header_hebergement span:not(.pin) i {
  color: #184185;
}
.hebergement .hebergement-image {
  border-bottom-left-radius: 1.2rem;
  border-top-left-radius: 1.2rem;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  color: transparent;
  display: none;
  background-position: center center;
}
@media (min-width: 992px) {
  .hebergement .hebergement-image {
    display: block;
  }
}
.hebergement h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .hebergement h3 {
    font-size: 1.25rem;
  }
}
.hebergement h3 a {
  color: #000000;
  text-decoration: none;
}
.hebergement h5 {
  font-size: 1rem;
  color: #184185;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
.hebergement h6 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  color: #000000;
}
.hebergement .actions-contact {
  margin-top: 1.25rem;
}

.row-hebergement {
  justify-content: space-between;
}
@media (min-width: 576px) {
  .row-hebergement {
    display: flex;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 576px) {
  .row-hebergement .titre-hebergement h1 {
    margin-bottom: 1.25rem;
  }
}
.row-hebergement .lien-hebergement {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .row-hebergement .lien-hebergement {
    margin-bottom: 0;
  }
}
.row-hebergement .lien-hebergement a {
  text-decoration: none;
  border: 2px solid;
  padding: 0.3rem 0.625rem;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  min-width: 170px;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin: auto 0;
}

.pr-1 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: 1.25rem;
}

.entry-content .main-content-hebergement {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .entry-content .main-content-hebergement {
    flex-direction: row;
  }
}
.entry-content img {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .entry-content img {
    max-width: 270px;
    margin-right: 0.625rem;
    margin-bottom: 0;
  }
}

.description-hebergement {
  margin-top: 0.625rem;
}
@media (min-width: 576px) {
  .description-hebergement {
    margin-top: 0;
  }
}
.description-hebergement p:last-of-type {
  margin-bottom: 0;
}

.bloc-localisation {
  background-color: #EFF0FC;
  margin: 0.625rem 0 1.25rem !important;
  padding: 0.625rem 1.25rem;
  border-radius: 1.2rem;
}
.bloc-localisation .fas {
  background-color: transparent;
  color: #184185;
}
.bloc-localisation div:first-child {
  margin-bottom: 1.25rem;
}
.bloc-localisation img {
  width: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .bloc-localisation img {
    display: none;
  }
}
.bloc-localisation span {
  background-color: #FFFFFF;
  padding: 0.3rem 0.625rem;
  border-radius: 1.2rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.3rem;
}
.bloc-localisation p {
  display: block;
  margin: 0.625rem 1.25rem 0;
}
@media (min-width: 576px) {
  .bloc-localisation p {
    margin: 0;
    display: inline;
  }
}

.info_hebergement {
  margin: 0.3rem 0;
}
.info_hebergement .fas {
  color: #184185;
}
@media (min-width: 576px) {
  .info_hebergement {
    margin: 0;
  }
}
.info_hebergement span {
  margin-right: 0.625rem;
}
.info_hebergement div {
  display: inline;
  background-color: #EFF0FC;
  margin: 0.3rem;
  padding: 0.3rem 1.25rem;
  border-radius: 1.2rem;
  font-weight: 600;
  display: inline-block;
}

@media (min-width: 576px) {
  .first-column-infos,
.second-column-infos {
    width: 50% !important;
    margin-bottom: 0.625rem !important;
  }
}

.second-column-infos {
  margin-bottom: 1.25rem !important;
}
@media (min-width: 576px) {
  .second-column-infos {
    border-left: 2px solid #EFF0FC;
    padding-left: 1.25rem;
  }
}

.actions-contact {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.actions-contact .actions-line {
  margin-left: 0.625rem;
  display: flex;
  flex-wrap: wrap;
}
.actions-contact .btn, .actions-contact .gform_button {
  margin-right: 0.7rem;
  height: 100%;
}
.actions-contact .btn:last-of-type, .actions-contact .gform_button:last-of-type {
  margin-right: 0;
}

.item-content .proposition-demandeur {
  display: flex;
  margin-bottom: 0.625rem;
}
.item-content .proposition-demandeur .infos-demandeur {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .item-content .proposition-demandeur .infos-demandeur {
    flex-direction: row;
  }
}
.item-content .proposition-demandeur .infos-demandeur .civilite {
  display: flex;
}
.item-content .proposition-demandeur .infos-demandeur .civilite h3 {
  margin-right: 0.625rem;
  align-self: center;
}
.item-content .resume-long .content-message {
  background-color: #F4F4F4;
  padding: 1.25rem;
  border-radius: 1.2rem;
}
.item-content .resume-long .content-message p:last-of-type {
  margin-bottom: 0;
}
.item-content .resume-long .hebergements {
  margin-top: 1.25rem;
}

/**************************************
PROPOSITIONS - Création
 */
li#field_1_2, li#field_1_3, li#field_1_5, li#field_1_9, li#field_1_10 {
  display: inline-flex;
  width: calc(50% - 1rem);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2rem;
}

li#field_1_2 .large, li#field_1_3 .large, li#field_1_5 .large, li#field_1_9 .large, li#field_1_10 .large {
  width: 100%;
}

li#field_1_2 input::-webkit-outer-spin-button,
li#field_1_2 input::-webkit-inner-spin-button, li#field_1_3 input::-webkit-outer-spin-button,
li#field_1_3 input::-webkit-inner-spin-button, li#field_1_5 input::-webkit-outer-spin-button,
li#field_1_5 input::-webkit-inner-spin-button, li#field_1_9 input::-webkit-outer-spin-button,
li#field_1_9 input::-webkit-inner-spin-button, li#field_1_10 input::-webkit-outer-spin-button,
li#field_1_10 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

li#field_1_2 input[type=number], li#field_1_3 input[type=number], li#field_1_5 input[type=number], li#field_1_9 input[type=number], li#field_1_10 input[type=number] {
  -moz-appearance: textfield;
}

#field_1_8 {
  width: 100%;
}

#field_3_6 .ginput_container_multiselect {
  display: none;
}

#field_1_5 .instruction, #field_1_9 .instruction, #field_1_10 .instruction {
  display: none;
}

#field_1_5 .ginput_container_number, #field_1_9 .ginput_container_number, #field_1_10 .ginput_container_number {
  display: flex;
  width: 150px;
}

#field_1_5 .ginput_container_number .spinner__button,
#field_1_9 .ginput_container_number .spinner__button,
#field_1_10 .ginput_container_number .spinner__button {
  background-color: #edeefb;
  color: #184185;
  border: none;
  border-radius: 5px;
  display: inline-flex;
  width: 35px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

#field_1_5 .ginput_container_number input,
#field_1_9 .ginput_container_number input,
#field_1_10 .ginput_container_number input {
  width: 50px;
  margin: 0 5px;
}

#gform_1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

#gform_1 .top_label .gfield_label, #gform_1 body .gform_wrapper legend.gfield_label {
  color: #404040;
  border-bottom: none;
  font-size: 0.8rem;
  width: 100%;
  display: inline-block;
  font-weight: normal;
}

#gform_fields_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#demande-list-wrapper {
  max-height: 500px;
  overflow-y: scroll;
  padding: 1.25rem 1.25rem 0;
  margin-bottom: 2rem;
}

.content-message {
  padding: 0 1.25rem;
}

#field_3_7 {
  margin-bottom: 2rem;
}

#field_3_6 > label > span.gfield_required,
#field_3_4 > label > span.gfield_required,
#field_3_7 > label > span.gfield_required {
  display: none;
}

div.valid {
  border: #3d9f80 solid;
  padding: 1%;
  border-radius: 10px;
  background-color: #87c5b4;
  color: #2a6f5a;
}

.demande-list > * {
  margin-bottom: 1.25rem;
}
.demande-list .demande-meta {
  display: flex;
}
.demande-list .demande-infos {
  margin-top: 1rem;
}
.demande-list .demande-list-item {
  display: flex;
  text-decoration: none;
  flex-direction: column;
}
.demande-list .demande-list-item.active .demande {
  background: #d0e9e1;
  margin-bottom: 0;
}
.demande-list ul {
  margin-left: 0;
  padding-left: 0;
  margin-right: 2rem;
  min-width: 140px;
}

/**************************************
DASHBOARD
 */
.formulaire_demande_home {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.formulaire_demande_home .formulaire_demande_home_content {
  display: flex;
  flex-direction: column;
}
.formulaire_demande_home .formulaire_demande_home_content .btn, .formulaire_demande_home .formulaire_demande_home_content .gform_button {
  margin: auto;
}
@media (min-width: 576px) {
  .formulaire_demande_home .formulaire_demande_home_content .btn, .formulaire_demande_home .formulaire_demande_home_content .gform_button {
    margin-left: auto;
  }
}
.formulaire_demande_home .formulaire_demande_home_content #filters {
  width: 100%;
}
@media (min-width: 992px) {
  .formulaire_demande_home .formulaire_demande_home_content #filters .btn-outlined {
    margin: auto 0 auto auto !important;
  }
}
.formulaire_demande_home .formulaire_demande_home_content #filters .number-input input[type=number] {
  background-color: transparent;
  color: #707070;
}
.formulaire_demande_home .formulaire_demande_home_content #filters #personne_wrapper i, .formulaire_demande_home .formulaire_demande_home_content #filters #chambre_wrapper i {
  color: #707070;
}
.formulaire_demande_home .formulaire_demande_home_content #filters #prix_wrapper {
  margin-left: 0.625rem;
}
@media (min-width: 576px) {
  .formulaire_demande_home .formulaire_demande_home_content #filters #prix_wrapper {
    margin: auto 0;
  }
}
.formulaire_demande_home .formulaire_demande_home_content #filters #prix_wrapper span {
  color: #707070;
}
.formulaire_demande_home .formulaire_demande_home_content .btn, .formulaire_demande_home .formulaire_demande_home_content .gform_button {
  margin-left: auto;
  margin-bottom: 0;
}

/**************************************
DEMANDE
 */
/**************************************
MAP
 */
#map {
  width: 480px;
  height: 100vh;
  display: none;
}
@media (min-width: 992px) {
  #map {
    display: flex;
  }
}

.mt-1 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 10px;
}

.mr-2 {
  margin-right: 1.25rem;
}

/**************************************
SIGNIN
 */
.page-template-template-signin.page {
  margin-bottom: 0;
}
.page-template-template-signin #page {
  display: flex;
  margin-bottom: 0;
  flex-direction: row;
}
.page-template-template-signin #page .signin {
  width: 34%;
  max-width: 600px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}
.page-template-template-signin #page .signin #primary {
  display: flex;
  height: auto;
}
.page-template-template-signin #page .signinLeft {
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-image: url(/wp-content/plugins/branda-white-labeling/inc/modules/login-screen/themes/abstract/background.jpg);
  background-repeat: no-repeat;
  align-items: stretch;
  align-content: flex-start;
  background-position: left 100%;
  width: 40%;
}
@media all and (max-width: 1000px) {
  .page-template-template-signin #page .signinLeft {
    display: none;
  }
}

/*  / / / / / / / / /  INTROJS / / / / / / / / / */
.introjs-skipbutton {
  font-size: 13px !important;
  color: #fff !important;
}

.introjs-button, .introjs-button:hover {
  outline: none !important;
  background-image: none !important;
  background: #191970 !important;
  color: #fff !important;
  border: 1px solid transparent !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  border-shadow: none !important;
  text-shadow: none !important;
}

.introjs-button:hover {
  border: 1px solid #4d57da !important;
}

.introjs-tooltip {
  max-width: 100% !important;
  min-width: 375px !important;
  background: #4d57da !important;
  color: #fff !important;
}

.tutoriel {
  width: 40px;
  height: 40px;
  top: -5px;
  font-size: 1.2rem;
  background: #6070E0;
  border: none;
  color: white;
  border-radius: 1.2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .tutoriel {
    width: 30px;
    height: 30px;
    top: -2px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .tutoriel {
    width: 30px;
    height: 30px;
    top: -2px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 400px) and (max-width: 576px) {
  .tutoriel {
    width: 30px;
    height: 30px;
    top: -2px;
    font-size: 1rem;
  }
}

/*  / / / / / / / / /  Popup / / / / / / / / / */
.lien_popup {
  display: flex;
  flex-flow: row;
  text-align: center;
  justify-content: space-between;
  margin-top: 30px;
}

.lien_popup a {
  text-decoration: none;
  display: flex;
  flex-flow: column;
  border: 2px solid #fff;
  padding: 20px;
  width: 49%;
  color: #fff !important;
}

.lien_popup a:hover {
  background-color: #191970 !important;
}

.lien_popup i {
  color: #fff !important;
  margin-top: 20px;
}

.text-align {
  text-align: center;
}

.pum-title {
  font-weight: 500 !important;
  color: #fff !important;
}

.pum-content {
  color: #fff !important;
}

.pum-close {
  background-color: #4d57da !important;
}

.pum-close:hover {
  background-color: #191970 !important;
}

.pum-container {
  font-family: "Montserrat", sans-serif !important;
  background: #4d57da !important;
  color: #fff !important;
}

/**************************************
Beacon
 */
.BeaconFabButtonFrame {
  bottom: 10px !important;
  right: 10px !important;
}

#beacon-container {
  display: none;
}
@media (min-width: 576px) {
  #beacon-container {
    display: block;
  }
}

/**************************************
DEBUG MODE
 */
#adminbarmobibail {
  position: absolute;
  top: 2rem;
  right: 0;
  color: #ffffff;
  background: #f76464;
}

@media (min-width: 576px) {
  .d-flex {
    display: flex;
    margin-bottom: 1.25rem;
  }
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 100%;
}
@media (min-width: 576px) {
  .w-50 {
    width: 50%;
  }
}

.text-center {
  text-align: center;
}

.entry-footer {
  margin-bottom: 2.5rem;
  display: grid;
}
@media (min-width: 992px) {
  .entry-footer {
    display: block;
    margin-bottom: initial;
  }
}

.entry-footer a {
  width: 100%;
  text-align: center;
  display: grid;
  margin-bottom: 2.5rem;
  font-size: 1em;
}
@media (min-width: 576px) {
  .entry-footer a {
    display: initial;
    width: fit-content;
  }
}

.notice {
  width: 100%;
  border: 2px solid #184185;
  color: #184185;
  padding: 1.25rem;
  background-color: #EFF1F4;
  border-radius: 1.2rem;
  margin-bottom: 1.25rem;
}

.success {
  border: 2px solid #13906D;
  color: #13906D;
  background-color: #d0e9e1;
}

.abord {
  border: 2px solid #FF0A0A;
  color: #FF0A0A;
  background-color: #ffcece;
}

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