@charset "UTF-8";
.dea-default-theme .theme-form .customSelect {
  min-width: 140px;
  display: inline-block;
}
@media (max-width: 724px) {
  .dea-default-theme .theme-form .customSelect {
    width: 100%;
    min-width: 0;
  }
}
.dea-default-theme .theme-form .customSelect .noshow {
  display: none;
}
.dea-default-theme .theme-form .customSelect .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dea-default-theme .theme-form .customSelect .dropdown-menu li {
  color: #333333;
  width: 90%;
  margin: auto auto auto 5px;
  padding-left: 3px;
  border-bottom: 1px solid #dddddd;
  border-top: 0px;
}
.dea-default-theme .theme-form .customSelect .dropdown-menu li:last-child {
  border-bottom: none;
}
.dea-default-theme .theme-form .customSelect button {
  border: 1px solid #dddddd;
  border-radius: 0;
  padding-left: 3px;
}
.dea-default-theme .theme-form .customSelect button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dea-default-theme .theme-form .customSelect span, .dea-default-theme .theme-form .customSelect.open span,
.dea-default-theme .theme-form .customSelect button:hover span {
  background: none;
}
.dea-default-theme .theme-form .customSelect span i {
  color: #666666;
  font-size: 15px;
}
.dea-default-theme .theme-form .customSelect.open span i {
  color: #d00019;
}
.dea-default-theme .theme-form .customSelect .dropdown-toggle {
  padding-top: 0.71875rem;
  padding-bottom: 0.71875rem;
}
.dea-default-theme .theme-form .customSelect .dropdown-toggle > p {
  font-style: italic;
  color: #999999;
  padding-left: 5px;
}
.dea-default-theme .theme-form .customSelect .dropdown-toggle > p.selected {
  color: #333333;
  font-weight: bold;
  font-style: normal;
}
.dea-default-theme .theme-form .customSelect .mCSB_scrollTools_vertical {
  background: transparent !important;
}

.customSelect {
  position: relative;
}
.customSelect button {
  height: auto;
  position: relative;
  text-align: left;
}
.customSelect button p {
  margin: 0;
  padding: 0 25px 0 0;
}
.customSelect button:hover span {
  background: -owg-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: -webkit-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: -moz-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: -o-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  -pie-background: -pie-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: linear-gradient(#727272, #8b8b8b), #8b8b8b;
}
.customSelect button span {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-top-right-radius: 4px;
  width: 30px;
  height: 100%;
  text-align: center;
  background: -owg-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -webkit-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -moz-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -o-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  -pie-background: -pie-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
}
.customSelect button span i {
  color: #fff;
  font-size: 0.857em;
  /* 12px */
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.customSelect button.single {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: default;
}
.customSelect button.single span {
  display: none;
}
.customSelect button.single + ul {
  display: none;
}
.customSelect .dropdown-menu {
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0;
  padding: 0;
  width: 100%;
  min-width: 0;
  margin: 0;
  max-height: 204px;
  overflow: hidden;
}
.customSelect .dropdown-menu li {
  border-top: 1px solid #ccc;
  padding: 7px 0 7px 15px;
  display: block;
  color: #666666;
  cursor: pointer;
}
.customSelect .dropdown-menu li:hover {
  background: #e6e7e9;
  text-decoration: none;
}
.customSelect .dropdown-menu li:first-child {
  border-top: 0;
}
.customSelect .dropdown-menu li.filter {
  padding: 0 15px !important;
  background: #e6e7e9;
}
.customSelect .dropdown-menu li.filter .form-group {
  border-top: 0 !important;
  margin: 0;
}
.customSelect .dropdown-menu li.filter .form-group .input-group {
  display: block;
}
.customSelect .dropdown-menu li.filter .form-group .input-group .input-group-addon {
  right: 1px;
}
.customSelect .dropdown-menu li:first-child {
  border-top: none;
}
.customSelect .hide-default li:nth-child(2) {
  border-top: none !important;
}
.customSelect.open button span {
  background: -owg-linear-gradient(#d00019, #b20021), #d00019;
  background: -webkit-linear-gradient(#d00019, #b20021), #d00019;
  background: -moz-linear-gradient(#d00019, #b20021), #d00019;
  background: -o-linear-gradient(#d00019, #b20021), #d00019;
  -pie-background: -pie-linear-gradient(#d00019, #b20021), #d00019;
  background: linear-gradient(#d00019, #b20021), #d00019;
}
.customSelect.disabled button {
  cursor: default;
  background: #e6e7e9;
  background: #e6e7e9;
  background: #e6e7e9;
  background: #e6e7e9;
  -pie-background: #e6e7e9;
  background: #e6e7e9;
  color: #ccc;
}
.customSelect.disabled button span {
  background: -owg-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -webkit-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -moz-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -o-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  -pie-background: -pie-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
}
.customSelect.disabled .dropdown-menu {
  display: none;
}
.customSelect.disabled .single {
  background: #fff;
}
.customSelect.dark button {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 9px;
  background: -owg-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -webkit-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -moz-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -o-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  -pie-background: -pie-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
}
.customSelect.dark button span {
  border-left: 1px solid #e6e7e9;
}
.customSelect.dark button.single {
  padding-left: 12px;
}
.customSelect.dark .dropdown-menu {
  background: #e6e7e9;
}
.customSelect.dark .dropdown-menu li:hover {
  background: #8b8b8b;
  color: #fff;
}
.customSelect.rounded button {
  border-top-width: 1px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.customSelect .mCSB_scrollTools {
  width: 30px;
  background: #e6e7e9 !important;
  opacity: 1 !important;
  cursor: pointer;
}
.customSelect .mCSB_buttonUp {
  display: none !important;
}
.customSelect .mCSB_buttonDown {
  display: none !important;
}
.customSelect .mCSB_draggerContainer {
  margin: 10px 0 !important;
}

/***************************
 * INPUT SEARCH FILTER
 ***************************/
#mainSelectListFilter .deaTuileList-inputSearch {
  position: relative;
  /* imput[type=search] */
  /* bouton OK */
  /* icone loupe */
  /* liste suggestion autocompletion */
}
#mainSelectListFilter .deaTuileList-inputSearch .input-group {
  width: 100%;
  position: relative;
  margin-bottom: 1.5em;
}
#mainSelectListFilter .deaTuileList-inputSearch .inputSearch {
  padding-left: 2.5000005em;
}
#mainSelectListFilter .deaTuileList-inputSearch .btn {
  position: absolute;
  right: 0;
  z-index: 4;
  height: 2.25rem;
  border: 0;
  border-radius: 0;
  background-color: #d00019;
  color: #ffffff;
}
#mainSelectListFilter .deaTuileList-inputSearch .iconbpce-search {
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  z-index: 4;
  font-size: 1.249995em;
  color: #999999;
}
#mainSelectListFilter .deaTuileList-inputSearch .listFilterContainer {
  position: absolute;
  top: 2.25em;
  z-index: 4;
  width: 100%;
  max-height: 9em;
  padding-left: 0.375em;
  border: 1px solid #dddddd;
  border-top: transparent;
  background-color: #ffffff;
}
#mainSelectListFilter .deaTuileList-inputSearch .listFilterContainer .mCSB_scrollTools.mCS-dark.mCSB_scrollTools_vertical {
  background-color: #ffffff;
}
#mainSelectListFilter .deaTuileList-inputSearch .listFilterItem {
  width: calc(100% - 10px);
  margin: 0 0.375em;
  padding: 0.375em 0 0.375em 1.75000005em;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  color: #666666;
}
#mainSelectListFilter .deaTuileList-inputSearch .listFilterItem:last-child {
  border-bottom: none;
}
#mainSelectListFilter .deaTuileList-inputSearch .listFilterItem:hover {
  background-color: #f5f5f5;
  font-weight: bold;
}

/***************************
 * TUILES
 ***************************/
.tuileListContainer {
  overflow: visible;
  text-align: center;
  width: 100%;
}
.tuileListContainer .tuileText,
.tuileListContainer .tuileImage {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #f5f5f5;
}
.tuileListContainer .tuileText p,
.tuileListContainer .tuileImage p {
  font-weight: bold;
  text-align: center;
}
.tuileListContainer .tuileText p {
  line-height: 2.5rem;
  vertical-align: middle;
}
.tuileListContainer .tuileImage {
  height: 8.75rem;
  width: 8.75rem;
  margin: 0.312499995em;
  padding: 0.375em;
  text-align: center;
}
.tuileListContainer .tuileImage i {
  margin-top: calc(50% - 2.5rem);
  font-size: 2.5rem;
  color: #d00019;
}
.tuileListContainer .tuileImage .image-lib {
  padding-top: 0.375em;
  color: #666666;
  text-align: center;
}
.tuileListContainer .selected {
  border: 1px solid #d00019;
}
.tuileListContainer .tuile-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.tuileListContainer [class*=tuilecolumn-] {
  margin: 0.375em;
}
.tuileListContainer .tuilecolumn-1 {
  width: calc(100% - 0.75rem);
}
.tuileListContainer .tuilecolumn-2 {
  width: calc(100% - 0.75rem);
}
@media (min-width: 725px) {
  .tuileListContainer .tuilecolumn-2 {
    width: calc(50% - 0.75rem);
  }
}
.tuileListContainer .tuilecolumn-3 {
  width: calc(100% - 0.75rem);
}
@media (min-width: 725px) {
  .tuileListContainer .tuilecolumn-3 {
    width: calc(33.3333333333% - 0.75rem);
  }
}
.tuileListContainer .tuilecolumn-4 {
  width: calc(100% - 0.75rem);
}
@media (min-width: 725px) {
  .tuileListContainer .tuilecolumn-4 {
    width: calc(25% - 0.75rem);
  }
}
.tuileListContainer .tuilecolumn-5 {
  width: calc(100% - 0.75rem);
}
@media (min-width: 725px) {
  .tuileListContainer .tuilecolumn-5 {
    width: calc(20% - 0.75rem);
  }
}

div[custom-radio] {
  padding-top: 5px;
}

.customRadio {
  padding: 2px 0 0 25px !important;
  display: block;
  cursor: pointer;
  margin-top: 5px;
  display: block;
  position: relative;
}
.customRadio span {
  position: absolute;
  width: 19px;
  height: 19px;
  background: url("/assets/images/btn-radio.png") left bottom no-repeat;
  top: 0;
  left: 0;
}
.customRadio:hover span {
  background-position: left top;
}
.customRadio.checked span {
  background-position: left center;
}
.customRadio.disabled {
  cursor: not-allowed;
  background-position: left bottom;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.customRadio input[type=radio] {
  display: none;
}

.dea-default-theme .containRadioV2 {
  display: block;
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  border-bottom: 0px;
}
.dea-default-theme .containRadioV2:last-child {
  border-bottom: 1px solid #dddddd;
}
.dea-default-theme .dea-radio-tuile-oui-non .containRadioV2 {
  display: inline-block;
  width: auto;
  border: none;
}
@media (min-width: 725px) {
  .dea-default-theme .dea-radio-tuile-oui-non .containRadioV2 {
    padding-right: 15px;
  }
}
.dea-default-theme .dea-radio-tuile-oui-non .containRadioV2:last-child {
  border-bottom: none;
}

.datepicker {
  width: 50%;
}
.datepicker.above .dropdown-menu {
  top: -234px !important;
}
.datepicker.has-error input.form-control.ng-pristine {
  border-color: #b1b1b1 !important;
}
.datepicker .btn {
  outline: none;
}
.datepicker .btn:hover {
  outline: none;
}
.datepicker .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 999;
  width: 32px;
  height: 100%;
  overflow: hidden;
  display: block;
}
.datepicker .btn-toggle-datepicker {
  background: -owg-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -webkit-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -moz-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: -o-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  -pie-background: -pie-linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  background: linear-gradient(#b1b1b1, #8b8b8b), #b1b1b1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
}
.datepicker .btn-toggle-datepicker:hover {
  background: -owg-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: -webkit-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: -moz-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: -o-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  -pie-background: -pie-linear-gradient(#727272, #8b8b8b), #8b8b8b;
  background: linear-gradient(#727272, #8b8b8b), #8b8b8b;
}
.datepicker .btn-toggle-datepicker i {
  color: #ffffff;
  left: -2px;
}
.datepicker .dropdown-menu {
  padding: 0;
}
.datepicker .dropdown-menu:focus {
  outline-color: #dddddd;
}
.datepicker .dropdown-menu table {
  outline: none;
}
.datepicker .dropdown-menu table .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.datepicker .dropdown-menu table thead th:first-child {
  padding: 1px;
}
.datepicker .dropdown-menu table thead th:last-child {
  padding: 1px;
}
.datepicker .dropdown-menu table thead th button {
  width: 100%;
  outline: none;
}
.datepicker .dropdown-menu table thead .btn {
  border: none;
}
.datepicker .dropdown-menu table thead .btn.pull-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.datepicker .dropdown-menu table thead .btn.pull-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.datepicker .dropdown-menu table tbody td {
  padding: 1px;
}
.datepicker .dropdown-menu table tbody .btn {
  background: #ffffff;
  color: #8b8b8b;
}
.datepicker .dropdown-menu table tbody .btn:hover {
  background: #8b8b8b;
  color: #ffffff;
}
.datepicker .dropdown-menu table tbody .btn:hover .text-muted,
.datepicker .dropdown-menu table tbody .btn:hover .text-info {
  color: #ffffff;
}
.datepicker .dropdown-menu table tbody .btn .text-info {
  color: #d00019;
}
.datepicker .dropdown-menu table tbody .btn .text-muted {
  color: #8b8b8b;
}
.datepicker .dropdown-menu table tbody .btn-info {
  border-color: #ccc;
  background: #d00019;
  color: #ffffff !important;
}
.datepicker .dropdown-menu table tbody .btn-info .text-muted {
  color: #ffffff;
}
.datepicker .dropdown-menu table tbody .btn-info.active span {
  color: #ffffff;
}
.datepicker .dropdown-menu table tbody button[disabled=disabled] {
  background: #e6e7e9;
  color: #8b8b8b;
}
.datepicker .dropdown-menu table tbody button[disabled=disabled] .text-muted {
  color: #8b8b8b;
}
.datepicker .dropdown-menu table th button {
  background: #d00019;
  color: #ffffff;
}

.dea-default-theme .datepicker .btn-toggle-datepicker {
  background: none;
  border: none;
  font-size: 1.25rem;
  right: 0;
  color: #999999;
}
.dea-default-theme .datepicker .btn-toggle-datepicker i {
  top: -1px;
  color: #999999;
}
.dea-default-theme .datepicker .btn-toggle-datepicker:active {
  box-shadow: none;
}

.breadcrumbs {
  position: relative;
  margin: 55px 0 40px 0;
}
.breadcrumbs .progress {
  height: 8px;
  background: #e6e7e9;
}
.breadcrumbs .progress .progress-bar {
  background-color: #d00019;
}
.breadcrumbs ul li {
  position: absolute;
  top: -42px;
  text-align: center;
  width: 185px;
  min-height: 57px;
  color: #b1b1b1;
}
.breadcrumbs ul li.off {
  color: #b1b1b1;
}
.breadcrumbs ul li span {
  position: absolute;
  width: 23px;
  height: 23px;
  bottom: 0px;
  left: 50%;
  display: block;
  margin-left: -11.5px;
  border-radius: 50%;
  z-index: 2;
  background: #b1b1b1;
  border: 1px solid #b1b1b1;
  text-align: center;
  padding-top: 2px;
  color: #fff;
}
.breadcrumbs ul li.active {
  color: #d00019;
}
.breadcrumbs ul li.active span {
  color: #fff;
  background: #d00019;
  border: 1px solid #d00019;
}
.breadcrumbs .ce-arianeEtape-text {
  position: absolute;
  top: -25px;
  text-align: center;
  color: #d00019;
}
.breadcrumbs .ce-arianeEtape-text.off {
  color: #999;
}
.breadcrumbs .ce-arianeEtape-number {
  position: absolute;
  top: -3px;
  color: #fff;
  z-index: 3;
  width: 23px;
  text-align: center;
}
.breadcrumbs .ce-arianeEtape-number.off {
  color: #999;
}
.breadcrumbs .ce-arianeEtape {
  position: absolute;
  width: 23px;
  height: 23px;
  top: -6px;
  border-radius: 50%;
  z-index: 2;
  background-image: -webkit-linear-gradient(top, #f4001d 0%, #d00019 100%);
  background-image: linear-gradient(to bottom, #f4001d 0%, #d00019 100%);
  background-repeat: repeat-x;
  border: 1px solid #9d0013;
}
.breadcrumbs .ce-arianeEtape.off {
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #bbbbbb 100%);
  background-repeat: repeat-x;
  border: 1px solid #999;
}

.progress {
  position: relative;
}

.replier {
  position: absolute;
  top: -2px;
  left: -9999px;
  z-index: 2;
}

.breadcrumbsMobile ul {
  margin-left: 0px;
  padding-left: 0px;
  white-space: nowrap;
}
.breadcrumbsMobile ul li {
  display: inline;
  list-style: none;
  position: absolute;
  top: -5px;
  padding: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #ddd; /* lighten( $brand-primary, 50); */
}
.breadcrumbsMobile ul li.actif {
  background-color: #d00019;
}
.breadcrumbsMobile .meter {
  margin-top: 20px;
  height: 2px;
  position: relative;
  padding: 0px;
  background-color: #ddd; /*lighten( $brand-primary, 50);*/
}
.breadcrumbsMobile .meter > span {
  display: block;
  height: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #d00019;
  position: relative;
  overflow: hidden;
}
.breadcrumbsMobile .title {
  display: block;
  text-align: center;
  margin: 1rem auto;
  font-size: 17px;
}
.breadcrumbsMobile .keepHeight {
  height: 35px;
}
.breadcrumbsMobile .DEATablet .meter {
  top: 15px;
  width: 93%;
}
.breadcrumbsMobile .DEATablet .title {
  margin: 1rem auto;
  font-size: 28px;
  color: #d00019;
}
.breadcrumbsMobile .DEATablet ul li {
  top: -29px;
  padding: 13px 0 10px 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border: #ddd solid 3px; /* solid lighten( $brand-primary, 50); */
  font-size: 20px;
  color: #ddd; /* solid lighten( $brand-primary, 50); */
}
.breadcrumbsMobile .DEATablet ul li.actif {
  border-color: #d00019;
  color: #d00019;
}
.breadcrumbsMobile .DEATablet ul li .textuel {
  position: relative;
  top: 20px;
  font-size: 16px;
}
.breadcrumbsMobile .maxWidthTablet {
  max-width: 732px;
}

/*dans directive**/
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

@media (max-width: 768px) {
  .carousel-control {
    width: 50px;
  }
}

.navTriangleLeft,
.navTriangleRight {
  position: absolute;
  top: 50%;
  right: -13%;
  z-index: 5;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -15px;
  background-image: url(../../../assets/images/sprite.png);
  background-repeat: no-repeat;
}

.navTriangleLeft {
  left: 0;
  background-position: 0px 0px;
}

.navTriangleRight {
  background-position: -352px 0px;
}

.navTriangleLeft,
.navTriangleRight {
  top: 40%;
  height: 83px;
}

.navTriangleLeft {
  background-position: 0px -80px;
}

.navTriangleRight {
  background-position: -357px -80px;
}

.carousel {
  overflow: hidden;
  font-size: 14px;
}
.carousel .afficheContrat {
  background-color: #f5f5f5;
  padding: 2rem 1rem;
}
@media (min-width: 725px) {
  .carousel .afficheContrat {
    min-height: 320px;
  }
}
.carousel .afficheContrat .sliderPicto,
.carousel .afficheContrat .libContrat,
.carousel .afficheContrat .numContrat,
.carousel .afficheContrat .formule,
.carousel .afficheContrat .liFormule,
.carousel .afficheContrat .dateEffet,
.carousel .afficheContrat .caracteristiques,
.carousel .afficheContrat .cotisation,
.carousel .afficheContrat .dateSinistre,
.carousel .afficheContrat .etatSinistre,
.carousel .afficheContrat .natureSinistre,
.carousel .afficheContrat .contratLie {
  display: block;
}
.carousel .afficheContrat .libContrat {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #333333;
}
.carousel .afficheContrat .numContrat {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.carousel .afficheContrat .dateEffet,
.carousel .afficheContrat .formule,
.carousel .afficheContrat .caracteristiques,
.carousel .afficheContrat .cotisation,
.carousel .afficheContrat .etatSinistre,
.carousel .afficheContrat .natureSinistre,
.carousel .afficheContrat .contratLie {
  color: #666666;
  margin: 0 0 10px;
}
.carousel .afficheContrat .dateEffet strong,
.carousel .afficheContrat .formule strong,
.carousel .afficheContrat .caracteristiques strong,
.carousel .afficheContrat .cotisation strong,
.carousel .afficheContrat .etatSinistre strong,
.carousel .afficheContrat .natureSinistre strong,
.carousel .afficheContrat .contratLie strong {
  color: #333333;
}
.carousel .afficheContrat .dateSinistre {
  color: #d00019;
  margin: 0 0 10px;
}

.carousel-indicators {
  width: 80%;
  margin-left: -40%;
}

.carousel-indicators li {
  border: 1px solid #dddddd;
  margin: 3px;
  width: 11px;
  height: 11px;
}

.carousel-indicators .active {
  border: 1px solid #d00019;
  margin: 3px;
  width: 11px;
  height: 11px;
  background-color: #d00019;
}

.containerContact {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  text-align: center;
}
.containerContact #div-mention .mentions {
  font: normal 13px/20px "Arial" !important;
}
.containerContact .col-ms-6 {
  padding: 0 3rem;
}
.containerContact .titrecontact {
  font-size: 2rem;
}
.containerContact .blocAppel {
  padding-left: 50px;
  padding-right: 50px;
  height: 11.25em;
}
.containerContact .blocAppel p {
  color: #666666;
  font-size: 13px;
  line-height: 16.9px;
}
.containerContact .blocAppel .tour i {
  color: #d00019;
  position: relative;
  font-size: 70px;
  top: 2rem;
}
.containerContact .boutonContact, .containerContact .hrefContact {
  font-size: 17px;
  clear: both;
  width: 100%;
  height: 35px;
  background-color: #d00019;
  color: #fff;
  border-radius: 0;
  padding: 0.5rem;
  margin: 1rem auto;
  border: 0;
  background: linear-gradient(to bottom, #d00019 0%, #b00021 100%) repeat-x scroll 0 0 #d00019;
  background-color: #d00019;
}
.containerContact .boutonContact i, .containerContact .hrefContact i {
  color: #ffffff;
  font-size: 80%;
}
.containerContact .hrefContact {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  text-transform: none;
  font-size: 15px;
  margin-bottom: 0px;
}

.dea-default-theme .containerContact .blocAppel {
  padding: 0px 20px;
  font-size: 13px;
}
.dea-default-theme .containerContact {
  margin: 0px;
}
.dea-default-theme .containerContact .hrefContact,
.dea-default-theme .containerContact .boutonContact {
  font-size: 15px;
  padding: 7.5px;
  width: 100%;
}

/**
 *   author :           Charlotte ROUBY
 *   date :             31/01/2017 - v17.05
 *   description :      styles pour les "tableaux" Ajouter un [item] ("Ajouter une carte bancaire", "Ajouter un telephone", "Ajouter une dependance", "Ajouter un conducteur", etc.).
 *   Utilises dans :    formSinParabanc, formSinASM, avenantsMRH3, avenantsAuto, souscriptionHabitation
 */
.table-add-item .dea-line {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.table-add-item .dea-line-last {
  border-bottom: 1px solid #dddddd;
}
.table-add-item .libel-beneficiaire {
  padding: 13px 5px 13px 54px;
  margin: 0;
}
.table-add-item .libel-beneficiaire.disabled {
  color: #b3b3b3;
}
.table-add-item .libel-beneficiaire:not(.disabled) {
  color: #666666 !important;
}
.table-add-item .libel-beneficiaire::before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: -45px;
  vertical-align: middle;
  width: 45px;
}
.table-add-item .libel-beneficiaire.iconbpce-radio-checked::before {
  font-family: "bpce-icons";
  content: "\e637";
  font-size: 40px;
  cursor: pointer;
}
.table-add-item .libel-beneficiaire.iconbpce-radio-checked:not(.disabled)::before {
  color: var(--color-primary-border);
}
.table-add-item .libel-beneficiaire.iconbpce-radio-unchecked::before {
  font-family: "bpce-icons";
  content: "\e638";
  font-size: 40px;
  cursor: pointer;
}
.table-add-item .libel-beneficiaire.iconbpce-radio-unchecked:not(.disabled)::before {
  color: #b3b3b3;
}
.table-add-item .libel-beneficiaire.iconbpce-ok::before {
  font-family: "bpce-icons";
  content: "\e675";
  font-size: 25px;
  padding-left: 6px;
  color: #b3b3b3;
}
.table-add-item .libel-beneficiaire.glyphicon-minus::before {
  content: "−";
  font-size: 25px;
  padding-left: 9px;
  color: #b3b3b3;
}
.table-add-item .warn-message {
  color: #d00019;
  font-weight: bold;
}
.table-add-item .theme-ico.icon-pencil {
  top: 18px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 724px) {
  .table-add-item .theme-ico.icon-pencil {
    top: 18px;
    right: 10px;
  }
}

.btn-ajout-item {
  position: relative;
  display: table;
  padding: 13px 5px;
  cursor: pointer;
}
.btn-ajout-item .check-ico {
  width: 2.5rem;
  display: table-cell;
  vertical-align: text-top;
  padding-left: 0.625rem;
  padding-top: 0.2rem;
}
.btn-ajout-item .iconbpce-plus {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-primary-border);
}
.btn-ajout-item .list-label {
  display: table-cell;
  width: calc(100% - 90px);
  vertical-align: middle;
  cursor: pointer;
}

.help-modal {
  width: 100%;
  text-align: center;
  height: 45px;
}
.help-modal .gaucheContact {
  top: 10px;
  z-index: 10000;
  background-color: #ffffff;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.help-modal .gaucheContact h2:after {
  content: "Nous contacter";
}
.help-modal .gaucheContact .aide_desktop {
  display: none;
}
.help-modal .gaucheContact .continuer {
  width: 40%;
}
.help-modal .gaucheContact .content {
  margin: 25px;
}
.help-modal .gaucheContact .content span {
  font-size: 5rem;
  color: #d00019;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.help-modal .gaucheContact .content p {
  text-align: center;
  margin: 0px;
}
.help-modal .gaucheContact .traitFleche:after {
  border-top-color: #ffffff;
}
.help-modal .aide {
  /**todo gérer pour de bon cet overlay 
            ici poc !!
        */
  transform: rotate(90deg);
  color: #d00019;
  font-size: 6rem;
  top: -35px;
  text-shadow: 5px 0px 10px #b1b1b1;
  filter: dropshadow(color=#b1b1b1, offx=0, offy=5);
  filter: Shadow(Color=#b1b1b1, Direction=130, Strength=1); /* IE Proprietary Filter*/
}
.help-modal .aide span {
  display: block;
  position: absolute;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  top: 42px;
  padding: 0 7px;
  color: #ffffff;
  transform: rotate(-90deg);
}
.help-modal .stop {
  color: #d00019;
  font-size: 10rem;
  top: -35px;
  text-shadow: 5px 0px 10px #b1b1b1;
  transform: rotate(90deg);
}
.help-modal .stop i {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 2rem;
  top: 40px;
  padding-left: 10px;
  color: #ffffff;
}

.help-modal-content {
  background-color: #F5F5F5;
}
.help-modal-content .popinAide {
  display: none;
  top: 25%;
  z-index: 10000;
  background-color: #ffffff;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  position: fixed;
  text-align: center;
  border: 1px solid #dddddd;
  box-shadow: 5px 5px 2px 1px rgba(245, 245, 245, 0.5);
}
.help-modal-content .popinAide h2 {
  margin: 20px;
  text-align: center;
}
.help-modal-content .popinAide h2:after {
  content: "Nous contacter";
}
.help-modal-content .popinAide .aide_desktop {
  display: none;
}
.help-modal-content .popinAide .continuer {
  width: 40%;
}
.help-modal-content .popinAide .content {
  margin: 25px;
}
.help-modal-content .popinAide .content span {
  font-size: 5rem;
  color: #d00019;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.help-modal-content .popinAide .content p {
  text-align: center;
  margin: 0px;
}
.help-modal-content .popinAide .content i.icon-telephone-in-rounded, .help-modal-content .popinAide .content i.icon-telephone-contact {
  font-size: 40px;
  color: #d00019;
}
.help-modal-content .popinAide div > a {
  outline: none;
}
.help-modal-content .popinAide .traitFleche { /* http://www.cssarrowplease.com/ */
  position: relative;
  background: #f5f5f5;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent transparent #ddd;
}
.help-modal-content .popinAide .traitFleche:after,
.help-modal-content .popinAide .traitFleche:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.help-modal-content .popinAide .traitFleche:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #ffffff;
  border-width: 18px;
  margin-left: -18px;
}
.help-modal-content .popinAide .traitFleche:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 19px;
  margin-left: -19px;
}
.help-modal-content .fondModal {
  z-index: 9999;
  top: 0px;
}

#idAidePopin {
  top: 100px;
}

/**
*   author :           Charlotte ROUBY
*   description :      styles pour la direction accordion ui-bootstrap.
*/
.dea-default-theme .panel {
  border: 1px solid #dddddd;
  border-radius: 0;
  margin-bottom: 0.75em;
}
.dea-default-theme .panel .panel-heading {
  border: none;
}
.dea-default-theme .panel .panel-heading .panel-title a {
  position: relative;
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: bold;
  color: #666666;
}
.dea-default-theme .panel .panel-heading [uib-accordion-header] {
  display: block;
}
.dea-default-theme .panel .panel-heading [class^=icon-chevron],
.dea-default-theme .panel .panel-heading [class*=" icon-chevron"] {
  position: absolute;
  right: 0;
  top: 0.25rem;
}
.dea-default-theme .panel .panel-collapse .panel-body {
  padding: 0 1rem 1.5em;
  border: none;
}
.dea-default-theme .panel:not(.panel-open) .panel-heading {
  background: #f5f5f5;
}
.dea-default-theme .panel.panel-open .panel-heading {
  background: #ffffff;
}
.dea-default-theme .panel.panel-open [class^=icon-chevron],
.dea-default-theme .panel.panel-open [class*=" icon-chevron"] {
  color: #d00019;
}

#deaSimuMrh {
  /* ==================================================
   *  class deaSimuAuto- reprises dans deaSimuMrh
   * ================================================== */
  /* ==================================================
     *  Directive and input
     * ================================================== */
  /* ==================================================
     *  Carousel mobile - rn-carousel
     * ================================================== */
  /* ==================================================
     *  Tuiles (icones choix multiples)
     * ================================================== */
}
#deaSimuMrh ul.list-with-radio-checked {
  list-style: none;
  padding: 0;
}
#deaSimuMrh ul.list-with-radio-checked li {
  padding-left: 20px;
}
#deaSimuMrh ul.list-with-radio-checked li::before {
  font-family: "bpce-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e675";
  display: inline-block;
  margin-left: -25px;
  vertical-align: middle;
  width: 40px;
  font-size: 25px;
  color: #b3b3b3;
}
@media (max-width: 724px) {
  #deaSimuMrh .deaSimuMrh .deaSimuAuto-button-top {
    display: table-header-group;
  }
}
#deaSimuMrh .customSelect {
  width: 100%;
}
#deaSimuMrh .customSelect.has-error .dropdown-toggle {
  border-color: #d00019;
}
#deaSimuMrh .has-error input[type=radio] + label::after {
  color: #d00019;
}
#deaSimuMrh input {
  width: 100%;
}
#deaSimuMrh .alert {
  background-color: #f5f5f5;
  color: #d00019;
  font-weight: bold;
  margin-bottom: 15px;
}
#deaSimuMrh .alert label {
  color: #d00019;
}
#deaSimuMrh .dropdown-menu li {
  width: 97%;
}
#deaSimuMrh .dea-mrh-tooltip-large + div.tooltip {
  width: 500px;
  left: 130px !important;
}
#deaSimuMrh .dea-mrh-tooltip-large + div.tooltip .tooltip-arrow {
  left: 95%;
}
#deaSimuMrh .dea-mrh-tooltip-large + div.tooltip .tooltip-inner {
  max-width: 500px !important;
}
#deaSimuMrh ul[rn-carousel] > li {
  width: 100%;
  width: calc(100% - 1px);
}
#deaSimuMrh .rn-carousel-control {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  opacity: 0.75;
  cursor: pointer;
}
#deaSimuMrh .dea-default-theme .rn-carousel-control {
  top: 20%;
  width: 25px;
  height: 50px;
  filter: none;
}
#deaSimuMrh .deaSimuMrh .tuileListContainer .tuileList .tuilecolumn-4 {
  vertical-align: top;
}
#deaSimuMrh .deaSimuMrh .tuileListContainer .tuileList .tuileImage .image-line {
  display: table;
  height: 90px;
}
#deaSimuMrh .deaSimuMrh .tuileListContainer .tuileList .tuileImage .image-line i {
  top: auto;
  display: table-cell;
  height: auto;
  vertical-align: bottom;
  padding-bottom: 15px;
}
#deaSimuMrh .deaSimuMrh .tuileListContainer .tuileList .tuileImage .image-lib {
  padding: 0 5px;
}

/* ==================================================
*  Pictos MRH
* ================================================== */
#deaSimuMrh-step1-bloc1 .iconbpce-bien-location {
  font-size: 2.25rem;
  margin-top: calc(50% - 2.25rem);
}
#deaSimuMrh-step1-bloc1 .iconbpce-residence-secondaire,
#deaSimuMrh-step1-bloc1 .iconbpce-loft,
#deaSimuMrh-step1-bloc1 .iconbpce-chambre-chez-habitant,
#deaSimuMrh-step1-bloc1 .iconbpce-chambre-universitaire {
  font-size: 2.8125rem;
  margin-top: calc(50% - 2.8125rem);
}
#deaSimuMrh-step1-bloc1 .iconbpce-cle-locataire,
#deaSimuMrh-step1-bloc1 .iconbpce-cle-heberge {
  font-size: 3.125rem;
  margin-top: calc(50% - 3.125rem);
}
#deaSimuMrh-step1-bloc1 .iconbpce-appart-rdc,
#deaSimuMrh-step1-bloc1 .iconbpce-appart-etage-intermed,
#deaSimuMrh-step1-bloc1 .iconbpce-appart-dernier-etage,
#deaSimuMrh-step1-bloc1 .iconbpce-mobilhome,
#deaSimuMrh-step1-bloc1 .iconbpce-moi-proches {
  font-size: 3.4375rem;
  margin-top: calc(50% - 3.4375rem);
}
#deaSimuMrh-step1-bloc1 .iconbpce-maison-plainpied,
#deaSimuMrh-step1-bloc1 .iconbpce-maison-etage,
#deaSimuMrh-step1-bloc1 .iconbpce-enfant-tiers {
  font-size: 3.75rem;
  margin-top: calc(50% - 3.75rem);
}

.link-eli {
  cursor: pointer;
}

.popin-eligibilite-popin-content {
  max-width: 720px !important;
}
.popin-eligibilite-popin-content #popin-eligibilite {
  height: 100%;
  margin-top: -15px !important;
}
.popin-eligibilite-popin-content .fancymodal-close {
  right: 20px;
}
.popin-eligibilite-popin-content .fancymodal-data {
  height: 100% !important;
  margin-top: -20px;
}
.popin-eligibilite-popin-content .fancymodal-data p {
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}
.popin-eligibilite-popin-content .fancymodal-data .popin-eligibilite-popin-scroll-padding {
  padding: 10px;
}
.popin-eligibilite-popin-content .fancymodal-data .popin-eligibilite-popin-scroll-padding ul {
  list-style: initial !important;
  padding-left: 20px;
}
.popin-eligibilite-popin-content .fancymodal-data .popin-eligibilite-popin-scroll-padding ul li {
  padding-left: 20px;
}
@media (max-width: 724px) {
  .popin-eligibilite-popin-content .fancymodal-data .popin-eligibilite-popin-scroll-padding ul li {
    padding-left: 0px;
  }
}
.popin-eligibilite-popin-content .fancymodal-data .popin-eligibilite-popin-scroll {
  overflow: auto;
  overflow-y: scroll;
  border: 1px solid #dddddd;
  border-left: 20px solid #DDDDDD;
  height: 350px;
  margin-top: 20px;
}
.popin-eligibilite-popin-content .fancymodal-data .section-button {
  margin-top: 30px;
}
.popin-eligibilite-popin-content .fancymodal-data .section-button button {
  color: #ffffff;
  font: normal 15px/18px "Arial";
  background: linear-gradient(to bottom, #db0129 0%, #b00021 100%) repeat-x scroll 0 0 #d00019;
  border: none;
  width: 140px;
}
.popin-eligibilite-popin-content .fancymodal-data .section-button button i {
  color: #ffffff;
}

#deaSimuMrh {
  /* ==================================================
  *  Step 1 - Mon Habitation - Caractéristiques (bloc1)
  * ================================================== */
  /* Message d'erreur question MH */
  /* ==================================================
  *  Step 1 - Mon Habitation - Description (bloc2)
  *  Step 1 - Mon Habitation - Dépendances (bloc3)
  * ================================================== */
  /* Libel dependance */
  /* Separator blocs */
}
#deaSimuMrh .deaSimuMhr-step1-error-message-mh {
  display: table;
  color: #d00019;
  margin: 5px;
}
#deaSimuMrh .deaSimuMhr-step1-error-message-mh i {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
}
#deaSimuMrh .deaSimuMhr-step1-error-message-mh i .theme-ico {
  position: static;
}
#deaSimuMrh .deaSimuMhr-step1-error-message-mh p {
  padding-left: 20px;
  color: #d00019;
  display: table-cell;
}
#deaSimuMrh .deaSimuMhr-step1-error-message-mh .theme-ico-warn {
  cursor: default;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .dea-line,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .dea-line {
  width: 100%;
  display: table;
  height: 55px;
  padding: 10px;
  border: 1px solid #dddddd;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .dea-line-last,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .dea-line-last {
  border-top: 0px;
  border-bottom: 1px solid #dddddd;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .bailleur-button-line,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .bailleur-button-line {
  margin-top: 30px;
  padding-bottom: 0px;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .check-ico,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .check-ico {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .check-ico .iconbpce-plus,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .check-ico .iconbpce-plus {
  font-size: 20px;
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .list-label,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .list-label {
  display: table-cell;
  width: calc(100% - 90px);
  vertical-align: middle;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .iconbpce-checkbox-checked, #deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur .iconbpce-checkbox-unchecked,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .iconbpce-checkbox-checked,
#deaSimuMrh #deaSimuMrh-step1-bloc3--dependances .iconbpce-checkbox-unchecked {
  color: #d00019;
  font-size: 18px;
}
#deaSimuMrh #deaSimuMrh-step1-bloc2--bailleur.without-border .dea-line {
  border: 0;
}
#deaSimuMrh .deaSimuMrh-libel-dependance {
  position: relative;
  /*i.theme-ico {
      top: 10px;
  }*/
}
@media screen and (min-width: 725px) {
  #deaSimuMrh .deaSimuMrh-libel-dependance {
    width: 100%;
  }
}
#deaSimuMrh h4.deaSimuMrh-libel-dependance {
  border-bottom: none;
}
#deaSimuMrh .deaSimuMrh-separator-blocs {
  border-bottom: 1px solid #d00019;
  width: 60%;
  margin: auto;
  padding: 10px;
}

/* ==================================================
*  Pictos MRH
* ================================================== */
#deaSimuMrh-step2-bloc1 .iconbpce-moi-uniquement {
  bottom: -4px;
}
#deaSimuMrh-step2-bloc1 .iconbpce-moi-proches {
  bottom: -11px;
}
#deaSimuMrh-step2-bloc1 .iconbpce-enfant-tiers {
  bottom: -13px;
}
#deaSimuMrh-step2-bloc1 .iconbpce-colocation {
  bottom: -3px;
}

#deaSimuMrh {
  /* ==================================================
     *  Step 2 - Mes Occupants
     * ================================================== */
  /* Fix checkbox newsletter */
}
#deaSimuMrh .deaSimuMrh .checkbox span {
  left: 0;
}
#deaSimuMrh .deaSimuMrh .checkbox p {
  padding: 0 10px 10px 30px;
}

#deaSimuMrh {
  /* ==================================================
    *  Step 3 - Tarifs - Attentes (Bloc1)
    * ================================================== */
  /* bouton radio type formule */
  /* ==================================================
    *  Step 3 - Tarifs - Styles commun bloc2 et bloc3
    * ================================================== */
  /* ==================================================
    *  Step 3 - Tarifs - Propositions (Bloc2)
    * ================================================== */
  /* ==================================================
    *  Step 3 - Tarifs - Simulation (Bloc3)
    * ================================================== */
}
#deaSimuMrh #deaSimuMrh-step3-bloc1 .containRadioV2 {
  display: block;
}
#deaSimuMrh .deaSimuMrh-button-center {
  text-align: center;
}
#deaSimuMrh .deaSimuMrh-button-line {
  padding-top: 50px;
  padding-left: 0;
  position: absolute;
  bottom: 10px;
  bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .theme-form,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .theme-form {
  padding: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-semi-col-right .mobileDisplay all-guaranteesOptions,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-semi-col-right .mobileDisplay all-guaranteesOptions {
  vertical-align: top;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions .guaranteeOption,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions .guaranteeOption {
  position: relative;
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions .guaranteeOption p,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions .guaranteeOption p {
  display: block;
  padding-left: 0px;
  color: #333333;
  margin: 20px 0 5px 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions .guaranteeOption i,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions .guaranteeOption i {
  position: absolute;
  left: -5px;
  top: -1px;
  color: #999999;
  font-size: 19px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .header-eli,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .header-eli {
  margin-bottom: 0px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-container-header,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-container-header {
  text-align: left;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .theme-ico-warn,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .theme-ico-warn {
  position: absolute;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 p.warn,
#deaSimuMrh #deaSimuMrh-step3-bloc3 p.warn {
  color: #d00019;
  margin-left: 40px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 hr,
#deaSimuMrh #deaSimuMrh-step3-bloc3 hr {
  border: 0;
  width: 150px;
  color: #d00019;
  background-color: #d00019;
  height: 1px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 h4,
#deaSimuMrh #deaSimuMrh-step3-bloc3 h4 {
  color: #d00019;
  padding: 0;
  border: 0;
  text-align: left;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .formula-title,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .formula-title {
  color: #333333;
  text-align: center;
  font-size: 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-panel-header,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-panel-header {
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
  height: 380px;
}
@media screen and (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-panel-header,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-panel-header {
    height: auto;
    border-right: 0;
  }
}
@media screen and (min-width: 725px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-panel-header,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-panel-header {
    height: 380px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-panel-header h2,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-panel-header h2 {
  color: #d00019;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}
@media (min-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .valueCapitauxMobiliers,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .valueCapitauxMobiliers {
    margin-top: 0.5rem;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-panel-header-state,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-panel-header-state {
  text-align: center;
  margin-top: 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-panel-header-state .circle,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-panel-header-state .circle {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-right: 10px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-panel-header-state .circle.active,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-panel-header-state .circle.active {
  border: 0;
  background-color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-monthly-formula,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-monthly-formula {
  display: table-cell;
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 0px;
  vertical-align: top;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-monthly-formula .monthly,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-monthly-formula .monthly {
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-monthly-formula .monthly.disabled,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-monthly-formula .monthly.disabled {
  color: #dddddd;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-monthly-formula p,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-monthly-formula p {
  text-align: left;
  font-weight: bold;
  color: black;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-monthly-formula-button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-monthly-formula-button {
  width: 8rem;
  min-width: 8rem;
  display: table-cell;
  text-align: center;
  padding: 10px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-monthly-formula-button button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-monthly-formula-button button {
  width: 140px;
  height: auto;
  min-height: 40px;
  font-size: 13px;
  margin: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-forumla-subcontent,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-forumla-subcontent {
  padding-top: 50px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-desc-mensualite,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-desc-mensualite {
  display: block;
  padding-top: 20px;
  margin: auto;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-fixed-bottom,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-fixed-bottom {
  display: table;
  background-color: white;
  z-index: 1000;
  width: 100%;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .line-separator,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .line-separator {
  color: #dddddd;
  background-color: #dddddd;
  width: 100%;
  margin: 0px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-semi-col-left,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-semi-col-left {
  padding-right: 0;
  text-align: left;
  vertical-align: middle;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-formula-col,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-formula-col {
  vertical-align: top;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-formula-col .dea-form-line,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-formula-col .dea-form-line {
  padding-bottom: 0;
  min-height: 40px;
  padding-left: 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-form-line,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-form-line {
  padding-bottom: 0px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions h3,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions h3 {
  margin: 20px 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions .guaranteeOption,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions .guaranteeOption {
  position: relative;
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions .guaranteeOption p,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions .guaranteeOption p {
  display: block;
  padding-left: 0px;
  color: #333333;
  margin: 20px 0 5px 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .all-guaranteesOptions .guaranteeOption i,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .all-guaranteesOptions .guaranteeOption i {
  position: absolute;
  left: -5px;
  top: -1px;
  color: #999999;
  font-size: 19px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .button-line,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line {
  width: 100%;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .button-line button,
#deaSimuMrh #deaSimuMrh-step3-bloc2 .button-line a,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line a {
  display: block;
  width: 100%;
  margin: 5px 0;
  text-decoration: none;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .button-line button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line button {
  position: relative;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accompaniment,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment {
  border-top: 0;
  padding: 20px;
  width: 100%;
}
@media screen and (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .accompaniment,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment {
    border: 0;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accompaniment > h3,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment > h3 {
  margin-bottom: 20px;
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accompaniment button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button {
  margin-right: 10px;
  width: 230px;
  padding: 14px;
  position: relative;
  font: bold 15px/50px "Arial";
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-onglets-mobile,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-onglets-mobile {
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 0;
  width: 100%;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-onglet-mobile,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-onglet-mobile {
  padding: 10px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-onglet-mobile h3,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-onglet-mobile h3 {
  color: black;
  font-size: 12px;
  text-align: center;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-onglet-mobile.active,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-onglet-mobile.active {
  background-color: #f5f5f5;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-onglet-mobile.active h3,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-onglet-mobile.active h3 {
  font-weight: bold;
  color: #d00019;
  font-size: 13px;
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-onglet-mobile.dea-semi-col-left,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-onglet-mobile.dea-semi-col-left {
    padding: 10px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-button-line button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .deaSimuMrh-button-line button {
  width: auto;
  min-height: 0;
  padding: 10px 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula-bordered,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula-bordered {
  border-right: 1px solid #dddddd;
  margin-bottom: 0;
}
@media screen and (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula-bordered,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula-bordered {
    border: 0px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .title,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .title {
  padding: 20px 0px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .accordion-line,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .accordion-line {
  width: 100%;
  min-height: 40px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .franchise-bloc {
  min-height: 110px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc .customSelect,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .franchise-bloc .customSelect {
  min-width: 0px;
  width: 100%;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc .customSelect p,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .franchise-bloc .customSelect p {
  text-align: center;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc .with-padding-for-ico,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .franchise-bloc .with-padding-for-ico {
  padding-right: 45px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc .dea-semi-col-right,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .franchise-bloc .dea-semi-col-right {
  text-align: center;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc .value-franchise,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .perso-formula .franchise-bloc .value-franchise {
  font-weight: bold;
  color: #333333;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .icon-phone-rounded,
#deaSimuMrh #deaSimuMrh-step3-bloc2 .iconbpce-arobase-rounded,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .icon-phone-rounded,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .iconbpce-arobase-rounded {
  font-size: 35px;
  position: absolute;
  left: 5px;
  top: 5px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .panel-heading,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .panel-heading {
  background: #ffffff;
  padding-left: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .panel-body,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .panel-body {
  padding: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .customSelect button,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .customSelect button {
  padding-left: 10px;
  min-height: 0px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .single,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .single {
  border: 0px;
  box-shadow: none;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-content-line,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accordion-content-line {
  color: #a6a6a6;
  width: 80%;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .pricing,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .pricing {
  margin-top: 30px;
  text-align: center;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .pricing.disabled,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .pricing.disabled {
  color: #dddddd;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .price-value,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .price-value {
  font-size: 30px;
  font-weight: bold;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .rn-carousel-control,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .rn-carousel-control {
  top: 150px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .rn-carousel-control:before,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .rn-carousel-control:before {
  font-size: 1.5rem;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .mention-legale,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .mention-legale {
  padding: 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .infoSupText,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .infoSupText {
  font: 400 10px/12px Arial;
  text-decoration: underline;
  color: #8b8b8b;
  line-height: 30px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .infoSupText > i,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .infoSupText > i {
  font-size: 2rem;
  top: 5px;
}
@media screen and (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2.dea-mobile-container,
  #deaSimuMrh #deaSimuMrh-step3-bloc3.dea-mobile-container {
    padding: 0;
  }
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .main-line,
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .main-line {
    padding-right: 0;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-semi-col-right {
  padding-left: 0;
  vertical-align: top;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .theme-ico-warn {
  position: absolute;
}
@media (min-width: 725px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .iconbpce-help-sign {
    right: 0.5rem;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .panel-group {
  width: 100%;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .table-fixed {
  margin-bottom: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-container-header {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 30px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .pricing {
  margin-top: 30px;
  text-align: center;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-panel-header {
  height: auto;
  border-right: 1px solid white;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .deaSimuMrh-button-line {
  position: relative;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .formula-title {
  font-weight: bold;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-semi-col-left {
  display: table-cell;
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-semi-col-left {
    width: 50%;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .dea-semi-col-left .perso-formula-bordered {
  border-right: 1px solid #dddddd;
  margin-bottom: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .perso-formula .franchise-bloc .with-padding-for-ico {
  height: 45px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line {
  margin-bottom: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line .panel {
  border: none;
  margin-bottom: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line label {
  padding-left: 2rem;
  color: #666666;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line label::before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: -45px;
  vertical-align: middle;
  width: 45px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line label.iconbpce-radio-checked::before {
  font-family: "bpce-icons";
  content: "\e637";
  font-size: 40px;
  color: var(--color-primary-border);
  cursor: pointer;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line label.iconbpce-radio-unchecked::before {
  font-family: "bpce-icons";
  content: "\e638";
  font-size: 40px;
  color: #b3b3b3;
  cursor: pointer;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line label.iconbpce-ok::before {
  font-family: "bpce-icons";
  content: "\e675";
  font-size: 25px;
  padding-left: 6px;
  color: #b3b3b3;
}
#deaSimuMrh #deaSimuMrh-step3-bloc2 .accordion-line label.glyphicon-minus::before {
  content: "−";
  font-size: 25px;
  padding-left: 9px;
  color: #b3b3b3;
}
#deaSimuMrh .deaSimuMrh-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -4px 7px #e6e6e6;
  -moz-box-shadow: 0 -4px 7px #e6e6e6;
  box-shadow: 0 -4px 7px #e6e6e6;
}
#deaSimuMrh #deaSimuMrh-display-choice {
  border-bottom: 1px solid #999999;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-display-choice {
    border: 0px;
  }
}
#deaSimuMrh #deaSimuMrh-display-choice .dea-form-line {
  margin-bottom: 0;
}
#deaSimuMrh #deaSimuMrh-display-choice .dea-semi-col-left {
  background-color: #f5f5f5;
  padding: 5px 20px;
  vertical-align: top;
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-display-choice .dea-semi-col-left {
    background: none;
    padding: 0px;
  }
}
#deaSimuMrh #deaSimuMrh-display-choice .dea-semi-col-right {
  padding: 5px 20px;
}
@media screen and (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-semi-col-right {
    padding: 0 20px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .container-header {
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .container-header {
    border: 0px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-container-header {
  margin: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-container-header h2 {
  padding: 20px;
  padding-top: 0px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 h3 {
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 h4 {
  text-align: center;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .dea-panel-header {
  margin-bottom: 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .expand-link {
  margin: 20px 0 0 0;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .expand-link > i {
  font-size: 24px;
  padding-left: -1px;
  left: -6px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .expand-link > span {
  text-decoration: underline;
  padding-left: 0px;
  vertical-align: text-bottom;
  font: normal 13px/20px "Arial";
  color: #333333;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment {
  border-top: 0;
  padding: 20px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment {
    border: 0px;
    padding: 0px 20px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment > h3 {
  margin-bottom: 20px;
  color: #d00019;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button {
  margin-right: 10px;
  width: 230px;
  padding: 14px;
  position: relative;
  font: bold 15px/50px "Arial";
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button {
    width: 100%;
    margin-bottom: 5px;
    padding: 14px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button .icon-phone-rounded,
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button .iconbpce-arobase-rounded {
  font-size: 35px;
  top: 0.75rem;
  left: 5px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button p {
  text-align: center;
  padding-left: 30px;
  color: white;
  font-weight: bold;
  font-size: 13px;
  font-family: "Arial";
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .accompaniment button p {
    font: bold 15px/18px "Arial";
  }
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line {
    padding: 0 20px;
  }
}
@media (max-width: 724px) {
  #deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line button {
    width: 100%;
    margin-bottom: 5px;
    padding: 14px;
  }
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .button-line button p {
  font: normal 15px/18px "Arial";
  text-align: center;
  padding-left: 30px;
  color: white;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .download-link {
  margin-top: 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .download-link i {
  display: table-cell;
  font-size: 25px;
  margin-right: 10px;
  top: -4px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 .span-link {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif {
  padding: 20px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div {
  display: inline-block;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div span {
  font-family: "bpce-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 2rem;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div span.plus {
  float: left;
  margin-right: 5px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div span.plus:before {
  content: "\e63f";
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div span.minus {
  float: left;
  margin-right: 5px;
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div span.minus:before {
  content: "\e640";
}
#deaSimuMrh #deaSimuMrh-step3-bloc3 #tarif-indicatif div .infoSupText {
  font: normal 10px/12px "Arial";
  text-decoration: underline;
  color: #8b8b8b;
  line-height: 30px;
}
@media screen and (min-width: 726px) {
  #deaSimuMrh .help-modal {
    display: none;
  }
}

#deaSimuMrh-step4 {
  /**
        Step 4 - liste bénéficiaires
    */
}
#deaSimuMrh-step4 .table-add-item .dea-line {
  display: table;
  height: 55px;
  width: 100%;
  margin: 0;
  padding: 0;
}
#deaSimuMrh-step4 .table-add-item .btn-ajout-item {
  padding: 13px 5px;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire {
  display: table;
  position: relative;
  width: 100%;
  margin-top: 10px;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .theme-ico.iconbpce-edit-pencil {
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .check-ico {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .check-ico .iconbpce-radio-checked {
  font-size: 40px;
  color: var(--color-primary-border);
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .check-ico .iconbpce-radio-checked.disabled {
  color: #b3b3b3;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .check-ico .iconbpce-radio-unchecked {
  font-size: 40px;
  color: #dddddd;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .check-ico .iconbpce-plus {
  font-size: 20px;
  color: #d00019;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .list-label {
  display: table-cell;
  width: calc(100% - 90px);
  vertical-align: middle;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .list-label label {
  margin: 0;
}
#deaSimuMrh-step4 .deaSimuMrh-step4-libel-beneficiaire .list-label label.disabled {
  color: #b3b3b3;
}

#deaSimuMrh-step4-bloc2 input.form-control {
  margin-bottom: 5px;
}

#boutonLettreTypeResiliation a {
  text-decoration: none;
}
#boutonLettreTypeResiliation i {
  font-size: 35px;
  color: #d00019;
  padding-right: 10px;
  vertical-align: -11px;
}

#deaSimuMrh-step5 .expand-link {
  margin: 20px 0 0 0;
}
#deaSimuMrh-step5 .expand-link > i {
  font-size: 24px;
  padding-left: -1px;
  left: -6px;
}
#deaSimuMrh-step5 .expand-link > span {
  text-decoration: underline;
  padding-left: 0px;
  vertical-align: text-bottom;
  font: normal 13px/20px "Arial";
  color: #333333;
}
#deaSimuMrh-step5 h3 {
  margin: 15px 0 5px 0;
}
#deaSimuMrh-step5 #linkCgv {
  color: #d00019;
  cursor: pointer;
}
#deaSimuMrh-step5 #cgvBox {
  padding-left: 30px;
  display: block;
}
#deaSimuMrh-step5 label[for=acceptCG] {
  position: absolute;
  padding-left: 30px;
  padding-top: 0;
}
#deaSimuMrh-step5 label[for=acceptCG]::before {
  font-family: "bpce-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e689";
  display: inline-block;
  margin-left: -30px;
  vertical-align: middle;
  width: 25px;
  font-size: 15px;
  color: #b3b3b3;
  cursor: pointer;
}
#deaSimuMrh-step5 label[for=acceptCG].checked::before {
  content: "\e688";
  color: #d00019;
}
#deaSimuMrh-step5 .error-cg {
  border: solid 1px #d00019;
}
#deaSimuMrh-step5 .error-cg p {
  color: #d00019;
}
#deaSimuMrh-step5 .dea-form-line.button-center button {
  margin: 5px;
}

#idConfirmationModal {
  padding: 0;
  margin-bottom: 30px;
  margin-top: 0;
}
#idConfirmationModal h2 {
  margin-top: 10px;
}
#idConfirmationModal button {
  min-width: 100%;
}

#deaSimuMrh-step6 h2 {
  color: #d00019;
}
#deaSimuMrh-step6 .dea-semi-col-left {
  text-align: left;
}
#deaSimuMrh-step6 i.iconbpce-download {
  font-size: 25px;
  vertical-align: middle;
}

/*
    Style sur mesure pour les devis 'flash' MRH
*/
/** 
    BWE : Parce que l'iframe de DEA est de largeur inférieure au breakpoint mobile/tablette de bootstrap
    (732 px vs. 767 px) je crée ces deux class pour pouvoir faire des distinctions dans pe les breadcrumbsMobile.
*/
@media (min-width: 500px) {
  .container {
    width: 100%;
    max-width: 1500px;
  }
}
@media (max-width: 726px) {
  .container {
    padding: 0 15px;
  }
  .container > div > div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 726px) {
  .container {
    padding: 0px;
  }
}

.dea-default-theme .DEAmobile,
.dea-default-theme .DEATablet,
.dea-default-theme .DEAMobileTablette,
.dea-default-theme .DEADesktop {
  display: none;
}
@media (max-width: 725px) {
  .dea-default-theme .DEAMobileTablette {
    display: block;
  }
}
@media (min-width: 725px) {
  .dea-default-theme .DEADesktop {
    display: block;
  }
}
@media (min-width: 725px) {
  .dea-default-theme .DEATablet {
    display: block;
  }
  .dea-default-theme .DEAmobile {
    display: none;
  }
}
@media (max-width: 724px) {
  .dea-default-theme .DEAmobile {
    display: block;
  }
  .dea-default-theme .DEATablet {
    display: none;
  }
}

.fancy-aide .content {
  margin: 25px;
}
.fancy-aide .content span {
  font-size: 3.25rem;
  color: #d00019;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.fancy-aide .content hr {
  width: 50%;
  border: 1px solid;
  border-color: #ccc;
}
.fancy-aide .content p {
  text-align: center;
  font-size: 0.8125em;
  line-height: 1.8461538462em;
  margin: 0px;
}
.fancy-aide .content p:first-child {
  line-height: 8px;
}
.fancy-aide .content .lowerP {
  font: normal 8px/8px "Arial";
}
.fancy-aide .content .continuerAnnuler .annuler,
.fancy-aide .content .continuerAnnuler .continuer {
  font-size: 0.9375em;
  line-height: 1.6em;
  clear: both;
  width: 100%;
  background-color: #d00019;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 45px;
  margin: 2rem auto 0;
  border: 0;
  background: linear-gradient(to bottom, #a6a6a6 0%, #8a8a8a 100%) repeat-x scroll 0 0 #a6a6a6;
  background-color: #a6a6a6;
}
.fancy-aide .content .continuerAnnuler .annuler i,
.fancy-aide .content .continuerAnnuler .continuer i {
  color: #fff;
  font-size: 15px;
  padding-left: 3px;
}
.fancy-aide .content .continuerAnnuler .continuer {
  background: -owg-linear-gradient(to bottom, #d00019, #b20021), #d00019;
  background: -webkit-linear-gradient(to bottom, #d00019, #b20021), #d00019;
  background: -moz-linear-gradient(to bottom, #d00019, #b20021), #d00019;
  background: -o-linear-gradient(to bottom, #d00019, #b20021), #d00019;
  -pie-background: -pie-linear-gradient(to bottom, #d00019, #b20021), #d00019;
  background: linear-gradient(to bottom, #d00019, #b20021), #d00019;
}
.fancy-aide .content .continuerAnnuler .continuer i {
  padding-left: 5px;
}
.fancy-aide .content .continuerAnnuler .disabled {
  background: -owg-linear-gradient(to bottom, rgba(166, 166, 166, 0), rgba(138, 138, 138, 0.3)), rgba(166, 166, 166, 0.5);
  background: -webkit-linear-gradient(to bottom, rgba(166, 166, 166, 0), rgba(138, 138, 138, 0.3)), rgba(166, 166, 166, 0.5);
  background: -moz-linear-gradient(to bottom, rgba(166, 166, 166, 0), rgba(138, 138, 138, 0.3)), rgba(166, 166, 166, 0.5);
  background: -o-linear-gradient(to bottom, rgba(166, 166, 166, 0), rgba(138, 138, 138, 0.3)), rgba(166, 166, 166, 0.5);
  -pie-background: -pie-linear-gradient(to bottom, rgba(166, 166, 166, 0), rgba(138, 138, 138, 0.3)), rgba(166, 166, 166, 0.5);
  background: linear-gradient(to bottom, rgba(166, 166, 166, 0), rgba(138, 138, 138, 0.3)), rgba(166, 166, 166, 0.5);
}

.fancy-help-contact-mobile h2 {
  font-size: 1.4375em;
  line-height: 2.0869565217em;
  text-align: center;
  margin: 1rem 0;
}
.fancy-help-contact-mobile .fancymodal-data {
  padding: 0;
}

.traitFleche {
  /* http://www.cssarrowplease.com/ */
  position: relative;
  background: #f5f5f5;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent transparent #ddd;
}
.traitFleche:after, .traitFleche:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.traitFleche:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #fff;
  border-width: 18px;
  margin-left: -18px;
}
.traitFleche:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 19px;
  margin-left: -19px;
}

.contentPopinAide {
  background-color: #f5f5f5;
}
.contentPopinAide .popinAide {
  display: none;
  top: 10px;
  z-index: 10000;
  background-color: white;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  position: fixed;
  text-align: center;
}
.contentPopinAide .popinAide h2 {
  margin: 20px;
  text-align: center;
}
.contentPopinAide .popinAide h2:after {
  content: "Nous contacter";
}
.contentPopinAide .popinAide .aide_desktop {
  display: none;
}
.contentPopinAide .popinAide .continuer {
  width: 40%;
}
.contentPopinAide .popinAide .content {
  margin: 25px;
}
.contentPopinAide .popinAide .content span {
  font-size: 3.25rem;
  color: #d00019;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentPopinAide .popinAide .content p {
  text-align: center;
  margin: 0px;
}
.contentPopinAide .popinAide div > a {
  outline: none;
}

.devisFlash .help-modal .aide {
  font-size: 6rem;
}

.libelle-aide {
  position: absolute;
  top: 5px;
  left: calc(50% - 0.75rem);
  color: white !important;
}

.help {
  display: block;
  background: url("/assets/images/help_icon.png") 0px 0 no-repeat;
  width: 30px;
  height: 30px;
  cursor: help;
  position: absolute;
  left: calc(100% - 65px);
}
@media (min-width: 481px) {
  .help {
    margin-top: -55px;
  }
}
@media (min-width: 726px) {
  .help {
    margin-top: 5px;
    left: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .help {
    margin-top: -90px;
    left: calc(100% - 60px);
  }
}

.helpTel {
  background: url("/assets/images/help_icon.png") 0px 0 no-repeat;
  width: 30px;
  height: 30px;
  cursor: help;
  position: absolute;
}
@media (min-width: 481px) {
  .helpTel {
    margin-top: 0px;
  }
}
@media (min-width: 726px) {
  .helpTel {
    margin-top: 0px;
  }
}
@media (max-width: 480px) {
  .helpTel {
    margin-top: -60px;
    left: calc(100% - 60px);
  }
}

.devisFlash .breadcrumbsMobile .maxWidthTablet {
  max-width: 100%;
}

.devisFlash .theme-form .containRadioV2 {
  display: block;
  padding-bottom: 0;
  margin-right: 0;
}

.devisFlash .theme-form .customSelect {
  width: 100%;
}

.devisFlash .gaucheContact .mentions,
.mentions {
  font-size: 0.5625em;
  line-height: 2.6666666667em;
  padding-top: 10px;
}

.devisFlash .dea-container {
  display: table;
}
@supports (display: flex) {
  .devisFlash .dea-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 724px) {
  .devisFlash .dea-container.dea-mobile-container.noPadding {
    padding: 0;
  }
}
.devisFlash .containerEtape {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
@supports (display: flex) {
  .devisFlash .containerEtape {
    display: block;
  }
}
@media (min-width: 726px) {
  .devisFlash .containerEtape {
    width: 70%;
    padding-left: 1px;
  }
}
.devisFlash .gaucheContact {
  display: none;
  background-color: #f5f5f5;
  left: 1px;
  right: 1000px;
  width: 250px;
}
.devisFlash .gaucheContact div > a {
  outline: none;
}
.devisFlash .gaucheContact h2 {
  margin: 20px;
  text-align: center;
}
.devisFlash .gaucheContact .traitFleche {
  /* http://www.cssarrowplease.com/ */
  position: relative;
  background: #f5f5f5;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: transparent transparent #ddd;
}
.devisFlash .gaucheContact .traitFleche:after,
.devisFlash .gaucheContact .traitFleche:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.devisFlash .gaucheContact .traitFleche:after {
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f5;
  border-width: 18px;
  margin-left: -18px;
}
.devisFlash .gaucheContact .traitFleche:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ddd;
  border-width: 19px;
  margin-left: -19px;
}
.devisFlash .gaucheContact hr {
  height: 1px;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dddddd;
}
@media (min-width: 726px) {
  .devisFlash .gaucheContact {
    display: table-cell;
    vertical-align: top;
    width: 235px;
    position: relative;
    top: 0;
    background-color: #f5f5f5;
  }
  @supports (display: flex) {
    .devisFlash .gaucheContact {
      display: block;
    }
  }
  .devisFlash .gaucheContact .innerContainerGaucheContact {
    margin-right: 3rem;
    border: 1px solid #dddddd;
  }
  @supports (display: flex) {
    .devisFlash .gaucheContact .innerContainerGaucheContact {
      margin-right: 0;
    }
  }
  .devisFlash .gaucheContact .traitFleche {
    background-color: #f5f5f5;
  }
  .devisFlash .gaucheContact .traitFleche:after {
    border-top-color: #f5f5f5;
  }
}
@media (max-width: 480px) {
  .devisFlash .gaucheContact {
    top: 10px;
    z-index: 10000;
    background-color: white;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
  .devisFlash .gaucheContact h2:after {
    content: "Nous contacter";
  }
  .devisFlash .gaucheContact .aide_desktop {
    display: none;
  }
  .devisFlash .gaucheContact .continuer {
    width: 40%;
  }
  .devisFlash .gaucheContact .content {
    margin: 25px;
  }
  .devisFlash .gaucheContact .content span {
    font-size: 3.25rem;
    color: #d00019;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .devisFlash .gaucheContact .content p {
    text-align: center;
    margin: 0px;
  }
  .devisFlash .gaucheContact .traitFleche:after {
    border-top-color: #fff;
  }
}
@media (min-width: 481px) {
  .devisFlash .gaucheContact {
    bottom: 0;
  }
  .devisFlash .gaucheContact .aide_mobile {
    display: none;
  }
  .devisFlash .gaucheContact h2:after {
    content: "Contactez-nous";
  }
  .devisFlash .gaucheContact .content {
    margin: 25px;
  }
  .devisFlash .gaucheContact .content span {
    font-size: 3.25rem;
    color: #d00019;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .devisFlash .gaucheContact .content p {
    text-align: center;
    margin: 0px;
  }
  .devisFlash .gaucheContact .content p:first-child {
    line-height: 8px;
  }
  .devisFlash .gaucheContact .content .lowerP {
    font-size: 0.5em;
    line-height: 3em;
  }
}

.cursor-hand {
  cursor: pointer;
}

.annuler {
  font-size: 0.9375em;
  line-height: 1.6em;
  clear: both;
  width: 100%;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 45px;
  border: 0;
  background: linear-gradient(to bottom, #a6a6a6 0%, #8a8a8a 100%) repeat-x scroll 0 0 #a6a6a6;
  background-color: #a6a6a6;
}
@media (min-width: 481px) {
  .annuler {
    width: 150px;
    float: right;
  }
}

.correctionCroixVille {
  position: relative;
  float: right;
  top: -30px;
  width: 20px;
}

.correctionCroixVille:before {
  font-family: "icon-ITCE";
  content: "\e631";
  color: #bbb;
  font-size: 15px;
  cursor: pointer;
}

.containerpourcompteur {
  font-size: 15px;
  margin-bottom: 20px;
}

.customCompteur {
  border: 1px solid #dddddd !important;
  font-weight: normal;
  padding: 7px 5px;
  width: 100%;
  height: 35px;
  text-align: center;
}
.customCompteur .compteurPieces {
  display: inline-block;
  width: 80%;
  height: 100%;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
}
.customCompteur .iconbpce-minus-rounded,
.customCompteur .iconbpce-plus-rounded {
  font-size: 25px;
}

[custom-compteur] legend {
  display: none;
}

input[name=departement] {
  float: left;
}

.modifCaisseField {
  display: block;
  padding: 0 0 0 10px;
}
@media (min-width: 481px) {
  .modifCaisseField {
    float: right;
    width: 50%;
  }
}
.modifCaisseField span {
  color: #d00019;
}

#devisFlashMrhEtape3.theme-form {
  padding: 0;
}

.devisFlash .display-choice {
  padding-bottom: 0;
  margin-bottom: 0;
}
.devisFlash .display-choice .dea-form-line {
  padding: 0;
  margin-bottom: 0;
}
.devisFlash .display-choice .dea-semi-col-left {
  background-color: #f5f5f5;
  padding: 5px 20px;
  vertical-align: top;
  text-align: left;
}
.devisFlash .display-choice .dea-semi-col-right {
  padding: 5px 20px;
}
.devisFlash .display-choice .dea-panel-header {
  position: relative;
  height: 320px;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
@media (max-width: 724px) {
  .devisFlash .display-choice .dea-panel-header {
    height: auto;
    border-right: 0px;
  }
}
.devisFlash .display-choice .dea-panel-header .formula-title {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.2em;
  color: #333333;
  text-align: center;
}
.devisFlash .display-choice .dea-panel-header h2 {
  color: #d00019;
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.92em;
  font-weight: bold;
  line-height: 30px;
}
.devisFlash .display-choice .dea-panel-header .pricing {
  padding: 0;
  margin-top: 30px;
  text-align: center;
  color: #d00019;
  border: 0;
}
.devisFlash .display-choice .dea-panel-header .price-value {
  font-size: 1.875em;
  line-height: 1.6em;
  padding-right: 5px;
  font-weight: bold;
}
.devisFlash .display-choice .dea-panel-header .desc-mensualite {
  display: block;
  padding-top: 20px;
  margin: auto;
}
.devisFlash .display-choice .button-line {
  width: 100%;
}
.devisFlash .display-choice .button-line button,
.devisFlash .display-choice .button-line a {
  display: block;
  width: 100%;
  margin: 5px 0;
  text-decoration: none;
}
.devisFlash .display-choice .button-line button {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 10px 20px;
}
.devisFlash .display-choice .button-line button p {
  font-size: 0.9375em;
  line-height: 1.6em;
  text-align: center;
  padding-left: 30px;
  color: #ffffff;
  font-weight: normal;
}
@media (max-width: 724px) {
  .devisFlash .display-choice .button-line {
    width: 95%;
    margin: auto;
    padding: 0px;
  }
  .devisFlash .display-choice .button-line .dea-semi-col-left {
    background-color: #ffffff;
  }
  .devisFlash .display-choice .button-line button {
    width: 100%;
    margin-bottom: 5px;
    padding: 14px;
  }
}
.devisFlash .display-choice .download-link {
  margin-top: 20px;
}
.devisFlash .display-choice .download-link i {
  display: table-cell;
  font-size: 1.5625em;
  line-height: 1.92em;
  margin-right: 10px;
  top: -4px;
}
.devisFlash .display-choice .span-link {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.devisFlash .display-choice .button-cancel p {
  padding-left: 0 !important;
}
.devisFlash .display-choice .all-guaranteesOptions {
  vertical-align: top;
}
.devisFlash .display-choice .all-guaranteesOptions h3 {
  color: #d00019;
  margin: 20px 0;
}
.devisFlash .display-choice .all-guaranteesOptions .guaranteeOption {
  position: relative;
  color: #d00019;
}
.devisFlash .display-choice .all-guaranteesOptions .guaranteeOption p {
  display: block;
  padding-left: 0px;
  color: #333333;
  margin: 20px 0 5px 20px;
}
.devisFlash .display-choice .all-guaranteesOptions .guaranteeOption i {
  position: absolute;
  left: -5px;
  top: -1px;
  color: #999999;
  font-size: 1.1875em;
  line-height: 1.2631578947em;
}
.devisFlash .display-choice .expand-link {
  margin: 20px 0 0 0;
}
.devisFlash .display-choice .expand-link > i {
  font-size: 1.5625em;
  line-height: 1.92em;
  padding-left: -1px;
  left: -6px;
}
.devisFlash .display-choice .expand-link > span {
  text-decoration: underline;
  padding-left: 0px;
  vertical-align: text-bottom;
  font-size: 0.8125em;
  line-height: 1.8461538462em;
  color: #333333;
}

.devisFlash .accompaniment {
  padding: 20px 0;
  width: 100%;
  border: 0;
}
.devisFlash .accompaniment > h3 {
  margin-bottom: 20px;
  color: #d00019;
}
.devisFlash .accompaniment button {
  position: relative;
  width: 32%;
  margin-right: 5px;
  padding-left: 6px;
  padding-right: 6px;
}
.devisFlash .accompaniment button p {
  padding-bottom: 0;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.devisFlash .accompaniment button i + p {
  padding-left: 30px;
}
.devisFlash .accompaniment .icon-phone-rounded,
.devisFlash .accompaniment .iconbpce-arobase-rounded {
  font-size: 35px;
  position: absolute;
  left: 5px;
  top: 0.75rem;
}
@media (max-width: 724px) {
  .devisFlash .accompaniment {
    width: 95%;
    margin: auto;
    padding: 0;
  }
  .devisFlash .accompaniment button {
    width: 100%;
    margin-bottom: 5px;
    padding: 14px;
  }
  .devisFlash .accompaniment button p {
    font-weight: bold;
    text-align: left;
    padding-left: 40px;
  }
}
@media (min-width: 725px) {
  .devisFlash .accompaniment {
    padding-left: 0;
  }
}

.containerDevisFlash {
  margin: 0 2rem;
  overflow: hidden;
}
@media (min-width: 481px) {
  .containerDevisFlash {
    margin: 0 0 0 2rem;
  }
  .containerDevisFlash .DEATablet .title {
    margin: 1rem auto 30px auto;
  }
}

.infoSup {
  margin-top: 20px;
}
.infoSup p {
  font-size: 0.625em;
  line-height: 2.4em;
  color: #8b8b8b;
}
.infoSup div {
  display: inline-block;
}
.infoSup div span {
  font-family: "bpce-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2rem;
}
.infoSup div span.plus:before {
  content: "\e63f";
}
.infoSup div span.minus:before {
  content: "\e640";
}
.infoSup div .plus {
  float: left;
  margin-right: 5px;
}
.infoSup div .minus {
  float: left;
  margin-right: 5px;
}
.infoSup div .infoSupText {
  font-size: 0.625em;
  line-height: 2.4em;
  text-decoration: underline;
  color: #8b8b8b;
  line-height: 30px;
}

@media (min-width: 481px) {
  .floatBottom {
    background: white;
    position: absolute;
    padding-left: 0px;
    padding-right: 30px;
  }
}
@media (min-width: 726px) {
  .floatBottom {
    padding-left: 265px;
    padding-right: 60px;
  }
}

/*# sourceMappingURL=appDeaMrh.css.map */