.bloc-headband.simple > .component-content > .custom-content .button a {
  background-color: transparent;
  color: #317FCB;
  border-color: #317FCB;
}

.bloc-headband.simple > .component-content > .custom-content .button a:hover {
  background-color: inherit;
  border-color: #9BCF10;
  color: #9BCF10;
}

.bloc-headband.simple > .component-content > .custom-content .button a:active {
  background-color: inherit;
  border-color: #80AD07;
  color: #80AD07;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .button.button-primary a, .bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .button.button-primary a, .bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .button.button-primary a, .bloc-headband.headband-background-icon > .component-content .custom-content .button a, .bloc-headband.white-button > .component-content > .custom-content .button:not(a).button-primary a, .bloc-headband.white-button > .component-content > .custom-content .button.button-primary:is(a) {
  background-color: transparent;
  color: #FFF;
  border-color: #FFF;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .button.button-primary a:hover, .bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .button.button-primary a:hover, .bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .button.button-primary a:hover, .bloc-headband.headband-background-icon > .component-content .custom-content .button a:hover, .bloc-headband.white-button > .component-content > .custom-content .button:not(a).button-primary a:hover, .bloc-headband.white-button > .component-content > .custom-content .button.button-primary:hover:is(a) {
  background-color: inherit;
  border-color: #9BCF10;
  color: #9BCF10;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .button.button-primary a:active, .bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .button.button-primary a:active, .bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .button.button-primary a:active, .bloc-headband.headband-background-icon > .component-content .custom-content .button a:active, .bloc-headband.white-button > .component-content > .custom-content .button:not(a).button-primary a:active, .bloc-headband.white-button > .component-content > .custom-content .button.button-primary:active:is(a) {
  background-color: inherit;
  border-color: #80AD07;
  color: #80AD07;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .button.button-secondary a, .bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .button.button-secondary a, .bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .button.button-secondary a, .bloc-headband.white-button > .component-content > .custom-content .button:not(a).button-secondary a, .bloc-headband.white-button > .component-content > .custom-content .button.button-secondary:is(a) {
  background-color: #FFF;
  color: #317FCB;
  border-color: #FFF;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .button.button-secondary a:hover, .bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .button.button-secondary a:hover, .bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .button.button-secondary a:hover, .bloc-headband.white-button > .component-content > .custom-content .button:not(a).button-secondary a:hover, .bloc-headband.white-button > .component-content > .custom-content .button.button-secondary:hover:is(a) {
  background-color: #9BCF10;
  border-color: #9BCF10;
  color: #FFF;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .button.button-secondary a:active, .bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .button.button-secondary a:active, .bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .button.button-secondary a:active, .bloc-headband.white-button > .component-content > .custom-content .button:not(a).button-secondary a:active, .bloc-headband.white-button > .component-content > .custom-content .button.button-secondary:active:is(a) {
  background-color: #80AD07;
  border-color: #80AD07;
  color: #FFF;
}

.bloc-headband {
  position: relative;
}

.component.search-results .bloc-headband {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

.bloc-headband > .component-content {
  min-height: 500px;
  width: 100%;
  height: 100%;
  padding: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component.search-results .bloc-headband > .component-content {
  padding: 80px 40px;
}

@media screen and (max-width: 767.98px) {
  .bloc-headband > .component-content {
    min-height: 220px;
    padding: 40px 24px;
  }
}

.bloc-headband > .component-content > .field-image {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.bloc-headband > .component-content > .field-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.bloc-headband > .component-content > .field-image .image-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #434B52;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.bloc-headband > .component-content > .custom-content {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  max-width: 690px;
}

.component.search-results .bloc-headband > .component-content > .custom-content {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bloc-headband > .component-content > .custom-content > div {
  display: block;
}

.bloc-headband > .component-content > .custom-content > .row {
  margin: 24px -12px;
}

.bloc-headband > .component-content > .custom-content > .row:last-child {
  margin: 24px -12px 0px -12px;
}

.bloc-headband > .component-content > .custom-content > .row:not(:last-child):nth-child(3) {
  margin: 0px -12px 24px -12px;
}

.bloc-headband > .component-content > .custom-content .field-title {
  color: #FFF;
  margin-bottom: 0px;
  font-weight: 600;
}

.bloc-headband > .component-content > .custom-content .field-title.h1 {
  font-weight: 700;
}

@media screen and (min-width: 767.98px) {
  .bloc-headband > .component-content > .custom-content .field-title.h1.bigger-text {
    font-size: 80px;
  }
}

.bloc-headband > .component-content > .custom-content .field-subtitle {
  color: #FFF;
  font-style: normal;
  margin: 24px 0px;
}

.bloc-headband > .component-content > .custom-content .field-subtitle:empty {
  margin-top: 48px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767.98px) {
  .bloc-headband > .component-content > .custom-content .field-subtitle:empty {
    margin-top: 24px;
  }
}

.bloc-headband > .component-content > .custom-content .field-subtitle:empty:last-child {
  display: none;
}

.bloc-headband > .component-content > .custom-content .field-subtitle:last-child {
  margin-top: 24px;
  margin-bottom: 0px;
}

.bloc-headband > .component-content > .custom-content .button {
  margin-bottom: 0px;
}

.bloc-headband > .component-content .container.editor {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  padding: 20px;
  margin: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: all;
  max-width: 500px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.bloc-headband > .component-content .container.editor .field {
  display: none;
}

.bloc-headband > .component-content .container.editor .range-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloc-headband > .component-content .container.editor .range-container input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0px 12px;
}

.bloc-headband.headband-background-image:hover > .component-content .container.editor {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

.bloc-headband.grey-background > .component-content {
  background: #F9F9F9;
}

.column-splitter .bloc-headband.small {
  margin: 12px 0px;
}

.bloc-headband.small > .component-content {
  padding: 48px 28px;
  min-height: 280px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.bloc-headband.small > .component-content > .field-image {
  padding: 0px 12px;
}

.bloc-headband.small > .component-content > .field-image .image-overlay {
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  margin-left: 12px;
}

.bloc-headband.small > .component-content > .custom-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloc-headband.small > .component-content .container.editor {
  top: -70px;
  left: inherit;
}

.bloc-headband.border-bottom .component-content .custom-content .field-title {
  padding-bottom: 24px;
  position: relative;
}

.bloc-headband.border-bottom .component-content .custom-content .field-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 1px;
  background-color: #434B52;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.bloc-headband.headband-background-color {
  margin: 12px 0px;
}

.bloc-headband.headband-background-color > .component-content {
  min-height: inherit;
  box-shadow: 0 5px 10px 0 rgba(51, 59, 69, 0.25);
  padding: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #fff;
  border-radius: 4px;
}

.bloc-headband.headband-background-color > .component-content:hover {
  box-shadow: 0 8px 15px 0 rgba(51, 59, 69, 0.4);
}

.bloc-headband.headband-background-color > .component-content > .custom-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bloc-headband.headband-background-color > .component-content > .custom-content .field-title {
  color: #434B52;
}

.bloc-headband.headband-background-color > .component-content > .custom-content .field-subtitle {
  color: #434B52;
}

.bloc-headband.headband-background-color > .component-content > .custom-content .component.departement-selector .component-content .selection .form-group .input-section input {
  max-width: unset;
}

.bloc-headband.headband-background-color.large-blue-bg .component-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
}

.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .field-title,
.bloc-headband.headband-background-color.large-blue-bg .component-content .custom-content .field-subtitle {
  color: #FFF;
}

.bloc-headband.headband-background-color.large-blue-bg.border-bottom .component-content .custom-content .field-title::after {
  background-color: #FFF;
}

.bloc-headband.headband-background-color.large-grey-bg .component-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#3B4C6B), to(#232E43));
  background: -webkit-linear-gradient(top, #3B4C6B 0%, #232E43 100%);
  background: linear-gradient(180deg, #3B4C6B 0%, #232E43 100%);
}

.bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .field-title,
.bloc-headband.headband-background-color.large-grey-bg .component-content .custom-content .field-subtitle {
  color: #FFF;
}

.bloc-headband.headband-background-color.large-grey-bg.border-bottom .component-content .custom-content .field-title::after {
  background-color: #FFF;
}

.bloc-headband.headband-background-color.large-orange-bg .component-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9200), to(#F56806));
  background: -webkit-linear-gradient(top, #FF9200 0%, #F56806 100%);
  background: linear-gradient(180deg, #FF9200 0%, #F56806 100%);
}

.bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .field-title,
.bloc-headband.headband-background-color.large-orange-bg .component-content .custom-content .field-subtitle {
  color: #FFF;
}

.bloc-headband.headband-background-color.large-orange-bg.border-bottom .component-content .custom-content .field-title::after {
  background-color: #FFF;
}

.bloc-headband.headband-background-color.border-bottom .component-content .custom-content .field-title::after {
  background-color: #434B52;
}

.bloc-headband.simple > .component-content {
  padding: 40px 70px;
  background: #F9F9F9;
  box-shadow: none;
}

.bloc-headband.simple > .component-content:hover {
  box-shadow: none;
}

.bloc-headband.simple > .component-content > .custom-content .button {
  margin-top: 24px;
}

.bloc-headband.headband-background-icon > .component-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#317FCB), to(#00529F));
  background: -webkit-linear-gradient(top, #317FCB 0%, #00529F 100%);
  background: linear-gradient(180deg, #317FCB 0%, #00529F 100%);
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}

@media screen and (max-width: 767.98px) {
  .bloc-headband.headband-background-icon > .component-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bloc-headband.headband-background-icon > .component-content .field-icon {
  width: 140px;
  height: 140px;
  margin-right: 40px;
  margin-top: 16px;
}

.component.search-results .bloc-headband.headband-background-icon > .component-content .field-icon {
  margin: auto;
}

@media screen and (max-width: 767.98px) {
  .bloc-headband.headband-background-icon > .component-content .field-icon {
    width: 100%;
    height: 100px;
    margin: 0px;
    margin-bottom: 24px;
  }
  .component.search-results .bloc-headband.headband-background-icon > .component-content .field-icon {
    margin: auto;
  }
}

.bloc-headband.headband-background-icon > .component-content .field-icon img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.98px) {
  .bloc-headband.headband-background-icon > .component-content .field-icon img {
    -o-object-position: center;
    object-position: center;
  }
}

.bloc-headband.headband-background-icon > .component-content .field-icon:empty {
  display: none;
}

.bloc-headband.headband-background-icon > .component-content .custom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .bloc-headband.headband-background-icon > .component-content .custom-content {
    text-align: center;
  }
}

.component.search-results .bloc-headband.headband-background-icon > .component-content .custom-content .field-title {
  margin-bottom: auto;
}

.bloc-headband.headband-background-icon > .component-content .custom-content .field-title,
.bloc-headband.headband-background-icon > .component-content .custom-content .field-subtitle {
  color: #FFF;
}

.component.search-results .bloc-headband.headband-background-icon > .component-content .custom-content .field-title:empty, .bloc-headband.headband-background-icon > .component-content .custom-content .field-subtitle:empty {
  display: none;
}

.bloc-headband.headband-background-icon > .component-content .custom-content .field-title + .button {
  padding-top: 24px;
}

.bloc-headband.headband-background-icon > .component-content .custom-content .button {
  margin-top: auto;
}

.bloc-headband.headband-background-icon.border-bottom .component-content .custom-content .field-title::after {
  background-color: #FFF;
}

.bloc-headband.dark-text .component-content .field-title {
  color: #434B52;
}

.bloc-headband.dark-text .component-content .field-subtitle {
  color: #C8CBCD;
}

.bloc-headband.dark-text .component-content .field-image .image-overlay {
  background-color: white;
}

.bloc-headband.blue-text .component-content .field-title {
  color: #00529F;
}

.bloc-headband.blue-text .component-content .field-subtitle {
  color: #00529F;
}

.bloc-headband.image-contain .component-content .field-image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.bloc-headband.with-placeholder > .component-content > .custom-content .field-subtitle:empty {
  display: none;
}

@media screen and (min-width: 1199.98px) {
  .bloc-headband.less-title-room > .component-content > .custom-content .field-title {
    padding-left: 26px;
    padding-right: 26px;
  }
}

.bloc-headband.dark .component-content .field-title {
  color: black;
}

.bloc-headband.dark .component-content .field-subtitle {
  color: black;
}

.bloc-headband.dark .component-content .field-image .image-overlay {
  background-color: white;
}

.bloc-headband.dark .component-content .button a {
  border-color: black;
  background-color: black;
}

.bloc-headband.dark .component-content .button a:hover {
  background-color: transparent;
  color: #000;
}
