@charset "UTF-8";
/*

    Ce fichier est genere automatiquement a partir des feuilles de 
    style SASS (.scss).
    Il ne doit pas etre modifie en direct.

*/
img {
  image-orientation: from-image;
}

html, body {
  height: 100%;
}

body {
  background-color: #f0f0f0;
  font-family: "Lato-Regular";
  padding-top: 30px;
}
@media screen and (max-width: 999px) {
  body {
    padding-top: 0;
  }
}

.row.content {
  padding: 0;
  padding-top: 20px;
}
@media screen and (max-width: 999px) {
  .row.content {
    padding-top: 96px;
  }
}

a {
  color: #1174B4;
}
a.btn-wa::after {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 22px;
  padding-left: 10px;
  content: "\f232";
  vertical-align: middle;
}
a:hover {
  color: #1174B4;
  text-decoration: none;
}

.content {
  /*margin: 32px;*/
}
@media screen and (max-width: 768px) {
  .content {
    margin: 0;
    /*margin-top: 32px;*/
  }
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: hidden;
  padding-bottom: 50px;
}

h5 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}

.footer {
  margin: 0px;
  background-color: black;
  padding-top: 24px;
  text-align: center;
  position: relative;
  margin-top: -64px;
  height: 64px;
}
.footer a {
  color: #FFFFFF;
  background-color: black;
  height: 50px;
}

.bloc_title {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FFFFFF;
  clear: both;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .bloc_title {
    justify-content: center;
    background-color: transparent;
    padding: 10px 20px 10px 20px;
  }
}
@media screen and (max-width: 999px) {
  .bloc_title {
    background-color: transparent;
    padding: 10px 20px 10px 20px;
  }
}

.bloc_title2 {
  background-color: #FFFFFF;
  font-size: 26px;
  font-family: "Lato-Light";
  padding: 20px;
}

.bloc_stitle {
  margin-top: 30px;
  margin-bottom: 30px;
}

.title {
  font-size: 26px;
  font-family: "Lato-Light";
}

#divInfoAssure, #divInfoGestionnaire {
  text-align: right;
}
#divInfoAssure span, #divInfoGestionnaire span {
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #divInfoAssure, #divInfoGestionnaire {
    text-align: center;
    float: none;
  }
}

.form-control {
  border-radius: 0px;
  border: 1px #CCCCCC solid;
}

a.btn-default::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  padding-left: 10px;
  font-weight: 900;
}

.btn-default {
  color: #FFFFFF;
  background-color: #e09b0d;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 25px 7px 25px;
}
.btn-default .fake_submit {
  color: #FFFFFF;
  border: none;
  border-radius: 0 px;
  font-weight: bold;
  font-size: 14px;
}
.btn-default input {
  background-color: transparent;
  border: none;
}

.btn-default:hover {
  background-color: #D9813B;
  color: #FFFFFF;
}

.btn-default[disabled]:hover {
  background-color: #e0e0e0;
}

.btn-wa {
  margin-top: 20px;
  color: #FFFFFF;
  background-color: #25D366;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 25px 7px 25px;
}

.btn-wa:hover {
  background-color: #1c8c45;
  color: #FFFFFF;
}

.bloc2 {
  background-color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.bloc3 {
  padding-left: 25px;
  padding-right: 25px;
}

.label {
  color: #262626;
}

.action {
  text-align: right;
}

.input-file {
  margin-top: 5px;
  margin-bottom: 5px;
}
.input-file .form-control {
  border-right: 1px white solid;
}
.input-file .btn-reset {
  background-color: transparent;
  border: none;
  top: 0px;
  margin-left: -38px !important;
}

.iconsam-Download {
  font-size: 20px;
}

.btn-annul, .btn-reset {
  color: #9A9A9A;
  background-color: #D6ECFA;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: 14px;
}
.btn-annul input, .btn-reset input {
  background-color: transparent;
  border: none;
}

.btn-reset {
  background-color: #FFFFFF !important;
}

.btn-annul {
  color: #1174B4;
  padding: 7px 25px 7px 25px;
}

.btn-annul:hover {
  background-color: #e0e0e0;
}

.descr {
  color: #9A9A9A;
  margin-bottom: 20px;
}

.divTransparence {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.92);
  z-index: 10000;
}
.divTransparence li {
  list-style-image: url(images/puce1.jpg);
  color: #1174B4;
  font-size: 20px;
  font-weight: bold;
  list-style-position: inside;
  margin-left: -25px;
  margin-right: 15px;
}

.erreur .descr {
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
  color: #A94442;
}

.tooltip-inner {
  width: 350px;
}

.ui-autocomplete {
  background-color: white;
  border: 1px solid black;
  list-style: none;
  cursor: pointer;
  padding-left: 0;
  max-width: 500px !important;
}

.ui-autocomplete li:hover {
  background-color: lightgray;
}

/*
   Pages Dropdown DEBUT
*/
select::-ms-expand {
  display: none;
}

.custom-dropdown__select {
  font-size: inherit;
  padding: 10px;
  padding-left: 15px;
  margin: 0;
  background-color: #FFFFFF;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}

.custom-dropdown__select {
  padding-right: 35px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.custom-dropdown::before, .custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  line-height: 1;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  color: #1174B4;
}

.custom-dropdown::before {
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown__select[disabled] {
  color: rgba(0, 0, 0, 0.3);
}

.custom-dropdown.custom-dropdown--disabled::after {
  color: rgba(0, 0, 0, 0.1);
}

/* FF only temp fix */
@-moz-document url-prefix() {
  .custom-dropdown__select {
    padding-right: 35px;
  }
  .custom-dropdown--large .custom-dropdown__select {
    padding-right: 1.3em;
  }
  .custom-dropdown--small .custom-dropdown__select {
    padding-right: 0.5em;
  }
}
/*
    Navigation DEBUT
*/
.menu {
  background-color: #FFFFFF;
  text-transform: uppercase;
}
.menu a:focus {
  outline: none !important;
}
@media only screen and (min-width: 992px) {
  .menu {
    position: relative !important;
  }
}
.menu .cd-logo {
  display: block;
  float: left;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.4s;
}
header.is-fixed {
  position: fixed;
}

#cd-top-nav {
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: Lato-Light;
}
@media only screen and (max-width: 1710px) {
  #cd-top-nav {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1560px) {
  #cd-top-nav {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1410px) {
  #cd-top-nav {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1270px) {
  #cd-top-nav {
    font-size: 10px;
  }
}
#cd-top-nav ul {
  height: 100%;
  padding-top: 33px;
  margin-bottom: 0px;
  width: 100%;
}
#cd-top-nav li {
  display: inline-block;
  white-space: nowrap;
  margin-left: 3%;
  margin-right: 3%;
}
@media only screen and (max-width: 992px) {
  #cd-top-nav li {
    margin-left: 1%;
    margin-right: 1%;
  }
}
#cd-top-nav a {
  display: inline-block;
  color: #9A9A9A;
  height: 64px;
}
#cd-top-nav a.current, #cd-top-nav a:hover {
  background-image: url(images/menu_actif.jpg);
  background-repeat: no-repeat;
  background-position: center 43px;
}

#cd-menu-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  margin-right: 10px;
}
#cd-menu-trigger .cd-menu-text {
  height: 100%;
  text-transform: uppercase;
  color: #9A9A9A;
  font-weight: 600;
  display: none;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #9A9A9A;
  /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: inherit;
  left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 7px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
  background-color: #9A9A9A;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  transform: rotate(45deg);
  width: 30px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
  width: 30px;
}

#cd-lateral-nav {
  font-size: 18px;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0px;
  visibility: hidden;
  z-index: 1000;
  width: 260px;
  background-color: #FFFFFF;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  /*this creates the subtle slide in animation of the navigation*/
  transform: translateX(260px);
  /* style menu items which have a submenu  */
}
#cd-lateral-nav ul {
  list-style: none;
}
#cd-lateral-nav li {
  padding: 0;
}
#cd-lateral-nav .cd-navigation {
  margin: 10px 0 16px;
  padding-top: 95px;
}
@media only screen and (min-width: 992px) {
  #cd-lateral-nav .cd-navigation {
    margin: 20px 0;
  }
}
#cd-lateral-nav .cd-navigation ul {
  list-style: none;
}
#cd-lateral-nav .sub-menu {
  padding: 0 10px 20px 15px;
  display: none;
}
#cd-lateral-nav a {
  display: block;
  line-height: 2em;
  color: #9A9A9A;
}
#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #9A9A9A;
}
#cd-lateral-nav.lateral-menu-is-open {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.4s 0s, visibility 0s 0s;
  /* smooth the scrolling on touch devices - webkit browsers */
  -webkit-overflow-scrolling: touch;
}
#cd-lateral-nav .item-has-children > a {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  transition-property: transform;
  transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.no-touch #cd-lateral-nav a:hover {
  color: #9A9A9A;
}

/*
    Navigation FIN
*/
.captcha {
  margin-top: 10px;
  text-align: center;
  display: table;
  border: 1px #CCCCCC solid;
  padding: 5px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}
.captcha ::after {
  content: "";
  clear: both;
  display: block;
}
.captcha .ltr {
  margin-bottom: 5px;
  padding: 1px;
}
.captcha .dsc {
  position: relative;
  top: 25px;
  left: -4px;
}
.captcha .txt {
  float: left;
  margin-right: 5px;
  margin-top: -20px;
}
.captcha .txt input {
  width: 180px;
  height: 24px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.captcha .refresh {
  float: left;
  cursor: pointer;
  margin-top: -20px;
}

/*
    Calculette DEBUT
*/
.tabCalc {
  display: block;
}
.tabCalc::after {
  content: "";
  clear: both;
}
.tabCalc .cont {
  border: 1px #CCCCCC solid;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.tabCalc .cont .cont::after {
  content: "";
  clear: both;
  display: block;
}
.tabCalc .disp {
  float: left;
  height: 54px;
  width: 89%;
  font-size: 24px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tabCalc .btn {
  float: left;
  padding: 0px;
}
.tabCalc .btn input {
  float: left;
  padding: 0px;
  background-color: #FFFFFF;
  border: none;
  font-size: 24px;
  font-weight: normal;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #CCCCCC;
}
.tabCalc ul {
  padding: 0;
}
.tabCalc ul ::after {
  content: "";
  clear: both;
  display: block;
}
.tabCalc ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0.8%;
  background-color: #FFFFFF;
  list-style: none;
  width: 18%;
  float: left;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #1174B4;
  cursor: pointer;
  border: 1px solid #CCCCCC;
}
.tabCalc ul li:hover {
  background-color: #1174B4;
  color: #f0f0f0;
  border: 1px solid #1174B4;
}

/*
    Calculette FIN
*/
/*
   Login DEBUT
*/
.login {
  /* Gestion de la flèche de la div pour la block "format du mot de passe" */
}
.login .form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  /*@media screen and (max-width: 350px) {
      width: 280px;
  }*/
}
@media screen and (min-width: 380px) {
  .login .form {
    width: 330px;
  }
}
.login .formMDP {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .login .formMDP {
    width: auto;
  }
}
.login .bloc_title {
  background-color: #FFFFFF;
}
.login .sTitle .expir {
  color: #A94442;
  font-size: 18px;
}
.login .formatPWD {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid;
  border-radius: 10px;
  border-color: #CCCCCC;
  color: #1174B4;
  text-align: left;
}
@media screen and (min-width: 1000px) {
  .login .formatPWD {
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  .login .formatPWDSpan {
    padding-right: 5px;
  }
}
.login #divInfoAssure {
  display: none;
}
.login .paddingNuRef {
  padding-top: 15px;
}
.login .paddingNuRef img {
  width: 100%;
}
.login .paddingValiderTop {
  padding-top: 15px;
}
.login .paddingValiderRight {
  padding-right: 0;
}
.login .divButton {
  margin-top: 30px;
}
.login .divButtonNoMarginTop {
  margin-top: 0;
}
.login .PanelErreur {
  text-align: center;
  margin-top: 20px;
}
.login .tooltiptext::after {
  content: " ";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  background-color: white;
}
@media screen and (min-width: 1000px) {
  .login .tooltiptext::after {
    top: 47%;
    right: 100%;
    margin-top: -5px;
    border-color: transparent #CCCCCC transparent transparent;
  }
}
@media screen and (max-width: 1000px) {
  .login .tooltiptext::after {
    bottom: 100%;
    right: 48%;
    border-color: transparent transparent #CCCCCC transparent;
  }
}
.login .blocBinAdherent > div {
  margin-bottom: 5px;
}

/*
   Login FIN
*/
/*
   Page d'accueil DEBUT
*/
@media screen and (max-width: 1000px) {
  .home .bloc_title2 {
    display: none !important;
  }
}
.home .bloc_title {
  margin-bottom: 20px;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .home .bloc_title {
    justify-content: center;
  }
}
.home .bloc2 {
  /*margin-top: 20px;*/
  padding-bottom: 0px;
}
@media screen and (max-width: 1000px) {
  .home .bloc2 {
    background-color: transparent;
  }
}
.home .bloc2 ul {
  color: #1174B4;
  padding-left: 0px;
  font-size: 18px;
  font-family: "Lato-Light";
  line-height: 20px;
  margin-bottom: 20px;
}
.home .bloc2 li {
  color: #262626;
  list-style-image: url(images/puce1.jpg);
  margin-left: 20px;
  font-size: 15px;
  margin-top: 20px;
}
.home #blocDecla, .home #blocGestion {
  padding-top: 10px;
  background-color: white;
  line-height: 30px;
  padding-bottom: 20px;
}
.home #blocGestion {
  border-left: 15px #f0f0f0 solid;
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .home #blocGestion {
    border-left: none;
    padding-left: 15px;
  }
}
.home .sep {
  border-right: 15px #f0f0f0 solid;
}
@media screen and (max-width: 1000px) {
  .home #blocDecla {
    border-right: none;
    margin-bottom: 15px;
  }
}
.home .bloc3 {
  margin-top: 300px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .home .bloc3 {
    margin-top: 50px;
  }
}

.CookieButton {
  margin-left: 10px;
  background-color: #E09B0D;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  border: 0px;
  width: 60px;
  height: 30px;
}

.CookieButton:hover {
  margin-left: 10px;
  background-color: #D9813B;
}

#cookiesdirective a {
  font-size: 16px;
}

@media screen and (max-width: 766px) {
  .selectCulture.wide {
    display: none;
  }
}
.selectCulture.wide {
  position: absolute;
}

.selectCulture.mobile {
  position: relative;
}

.selectCulture {
  width: 45px;
  height: 64px;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
}

.selectCulture ul {
  width: 45px;
  padding: 0;
}

.selectCulture ul li.culture {
  border: 1px solid black;
  background-color: white;
  z-index: 1;
  padding: 5px;
  display: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  padding-left: 35px;
  font-size: 0.7em;
  height: 30px;
}

.selectCulture ul li .libCulture {
  display: none;
}

.selectCulture ul li.culture.FR {
  background-image: url(images/flag/FR_FLAG.png);
}

.selectCulture ul li.culture.ES {
  background-image: url(images/flag/ES_FLAG.png);
}

.selectCulture ul li.culture.IT {
  background-image: url(images/flag/IT_FLAG.png);
}

.selectCulture ul li.culture:hover {
  background-color: #B8B8B8;
}

.selectCulture ul li:first-child {
  display: block;
}

.selectCulture ul li {
  cursor: default;
  list-style: none;
}

/*
   Page d'accueil FIN
*/
/*
    Circonstances DEBUT
*/
.lstCircChild .cir .descr, .lstCircSel .cir .descr {
  margin-top: 5px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.lstCirc {
  display: none;
}

.quest {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .lstCircSel .cir {
    background-color: #1174B4;
    margin-top: 5px;
  }
}
.lstCircSel .cir .descr {
  margin-bottom: 0px;
  background-color: #1174B4;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .lstCircSel .cir .c-p {
    margin-top: 5px;
    padding: 9px;
    text-align: center;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .lstCircSel .cir .c-m {
    margin-top: 5px;
    padding: 9px;
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .lstCircSel .cir .c-p {
    margin-top: 5px;
    padding: 9px;
    text-align: right;
    color: #1174B4;
  }
}
@media screen and (min-width: 767px) {
  .lstCircSel .cir .c-m {
    margin-top: 5px;
    padding: 9px;
    text-align: center;
    color: #9A9A9A;
  }
}
.lstCircSel .cir.p-0 {
  display: none;
}

@media screen and (max-width: 767px) {
  .lstCircChild .cir {
    background-color: #f0f0f0;
    margin-top: 5px;
  }
}
.lstCircChild .cir .descr {
  margin-bottom: 0px;
  background-color: #f0f0f0;
  cursor: pointer;
  color: #262626;
}
.lstCircChild .cir .c-p::before, .lstCircChild .c-m::before {
  content: "";
  cursor: default;
}

.c-p::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
}

.c-m::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
}

/*
    Circonstances FIN
*/
/*
    Fil arianne DEBUT TESTeeee
*/
.fil-decla .etap {
  background-color: #1174B4;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url(images/fil_fleche.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  height: 60px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fil-decla .etap.courant {
  background-image: url(images/fil_fleche_courant.jpg);
}
.fil-decla .etap.inactif {
  background-color: #D6ECFA;
  color: #1174B4;
  background-image: url(images/fil_fleche_inactif.jpg);
}
.fil-decla .etap.fin {
  background-image: none;
}
.fil-decla span.num {
  display: none;
}
@media screen and (max-width: 1000px) {
  .fil-decla span.num {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .fil-decla span.txt {
    display: none;
  }
}

.fil-gestion {
  background-color: #1174B4;
}
.fil-gestion a {
  text-decoration: none;
}
.fil-gestion .iconsam-Contact, .fil-gestion .iconsam-Files, .fil-gestion .iconsam-Profil {
  font-size: 42px;
  margin-top: -6px;
}
.fil-gestion .etap {
  background-color: #1174B4;
  font-size: 16px;
  color: #1174B4;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fil-gestion .etap {
    padding-bottom: 0px;
    height: 64px;
    border: none;
  }
}
.fil-gestion .etap.courant {
  border-bottom: 2px solid #1174B4;
}
.fil-gestion .etap.courant a {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .fil-gestion .etap.courant {
    background-image: url(images/fil_fleche_courant.jpg);
    background-color: #1174B4;
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
  }
  .fil-gestion .etap.courant .icon-gestion {
    fill: #262626;
  }
}
.fil-gestion .etap.inactif {
  background-color: #D6ECFA;
  border-bottom: 2px solid #D6ECFA;
}
@media screen and (max-width: 768px) {
  .fil-gestion .etap.inactif {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(images/fil_fleche_inactif.jpg);
    border: none;
  }
  .fil-gestion .etap.inactif .icon-gestion {
    fill: #262626;
  }
}
.fil-gestion .etap.fin {
  background-image: none;
}
@media screen and (max-width: 768px) {
  .fil-gestion .etap.precedent {
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(images/fil_fleche_courant2.jpg);
    border: none;
  }
}
.fil-gestion .etap span {
  display: block;
  padding-right: 10px;
}

.icon-gestion {
  display: inline-block;
  width: 25px;
  fill: #1174B4;
  padding: 0px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .fil-gestion .etap:hover {
    border-bottom: 2px solid #1174B4;
  }
}

@media screen and (min-width: 769px) {
  .fil-gestion .etap:hover::before {
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: 36px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .fil-gestion .courant::before {
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: 35px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
  }
}

/*
    Fil arianne FIN
*/
/*
   Pages gestionnaire DEBUT
*/
.gestion .panelEcran {
  padding-top: 40px;
}
.gestion .bloc_title2 {
  display: none !important;
}
.gestion .SoustitreGest {
  font-size: 20px;
}
.gestion .SoustitreGest.histo {
  margin-left: -15px;
  padding-bottom: 20px;
}
.gestion .SoustitreMobile {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Lato-Light";
}
.gestion .sousTitreGras {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.gestion .sousTitreGrasPrinc {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1174B4;
}
.gestion .blocEntete {
  background-color: #1174B4;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.gestion .blocEnteteInfos {
  border: 1px solid #1174B4;
}
.gestion .blocJustif {
  color: #262626;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}
.gestion .blocJustif ul {
  color: #1174B4;
  padding-left: 0px;
}
.gestion .blocJustif li {
  padding-top: 10px;
  color: #1174B4;
  margin-left: 20px;
}
.gestion .blocJustif span {
  font-weight: bold;
  margin-right: 5px;
}
.gestion .blocStatut {
  margin-bottom: 15px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .gestion .blocStatut {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.gestion .blocStatut span {
  font-weight: bold;
  color: #262626;
  /*margin-right : 5px;*/
}
.gestion .blocStatut span.statut-sinistre {
  color: #1174B4;
  font-weight: bold;
}
.gestion .blocStatut span.etat-sinistre {
  color: #1174B4;
  font-weight: bold;
}
.gestion .blocStatut span.legende {
  color: #262626;
  font-weight: normal;
  font-size: 12px;
}
.gestion .blocStatut span.infos {
  color: #262626;
  font-weight: normal;
  font-size: 14px;
}
.gestion .blocStatut .info-sinistre {
  margin-top: 15px;
  color: #262626;
  font-weight: normal;
}
.gestion .blocStatut .info-sinistre span {
  color: #1174B4;
  font-weight: bold;
}
.gestion .blocHisto {
  margin-top: 10px;
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  .gestion .blocHisto {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0;
  }
}
.gestion .col-center {
  text-align: center;
}
.gestion .entete {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .gestion .entete {
    text-align: left;
  }
}
.gestion .ligneHisto {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .gestion .ligneHisto {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .gestion .ligneHisto {
    border-top: 1px solid #CCCCCC;
  }
}
.gestion .ligneHisto ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.gestion .ligneHisto li {
  list-style-type: none;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .gestion .ligneHisto li {
    margin-left: -33px;
  }
}
@media screen and (max-width: 768px) {
  .gestion .ligneHistoBackground {
    background-color: #1174B4;
  }
}
.gestion .cellule {
  padding: 12px 5px 12px 0;
  min-height: 50px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .gestion .cellule {
    padding-top: 10px;
  }
}
.gestion .cellule.e {
  color: red;
}
.gestion .cellule.s {
  color: green;
}
.gestion .celluleDwnl a {
  text-decoration: none;
}
.gestion .celluleDwnl {
  padding: 10px 0 10px 0;
  min-height: 50px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .gestion .celluleDwnl {
    padding-top: 15px;
  }
}
.gestion .desc-check {
  margin: 0 0 0 25px;
  font-weight: normal;
}
.gestion .check {
  position: relative;
  width: 19px;
  height: 19px;
  float: left;
}
.gestion .check input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /*&:checked ~ label i:after {
      background: $GestCheckColor;
  }*/
}
.gestion .check label {
  display: block;
  width: 100%;
  height: 100%;
  /*Permet de précharger l'image*/
  background: #CCCCCC;
}
.gestion .check label i::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  background: #f0f0f0;
  border: 3px solid #FFFFFF;
}
.gestion .check label i.checkedColor:after {
  background: #1174B4;
}
.gestion .check label i.uncheckedColor:after {
  background: #f0f0f0;
}
.gestion .row-repeater-nconsult {
  font-weight: bold;
  color: #1174B4;
}
@media screen and (min-width: 769px) {
  .gestion .row-repeater-nconsult li {
    list-style-type: disc;
    list-style-position: outside;
  }
}
@media screen and (max-width: 768px) {
  .gestion .row-repeater-nconsult {
    background-color: #f0f0f0;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .gestion .row-repeater-nconsult-link {
    background-color: #1174B4;
    color: #FFFFFF;
  }
  .gestion .row-repeater-nconsult-link span {
    background-color: #1174B4;
    color: #FFFFFF;
  }
}
.gestion .row-repeater-recu {
  font-weight: normal;
  color: #1174B4;
}
@media screen and (max-width: 768px) {
  .gestion .row-repeater-recu {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .gestion .row-repeater-envoye {
    padding-left: 10px;
  }
}
.gestion .InfoDocMobile {
  font-weight: normal;
  font-size: 11px;
}
.gestion .row-repeater-supp {
  font-weight: normal;
  font-style: italic;
  color: #CCCCCC;
}
.gestion .row-repeater-supp li {
  list-style-type: none;
}
@media screen and (max-width: 768px) {
  .gestion .row-repeater-supp {
    background-color: #f0f0f0;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .gestion .blocContact {
    width: 80%;
  }
}
.gestion .blocContact .infos {
  color: #262626;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.gestion .blocContact.legende {
  color: #262626;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  width: 100%;
}
.gestion .blocCopieMail {
  margin-top: 20px;
}
.gestion .blocCopieMail .libelle {
  font-size: 14px;
}
.gestion .blocCopieMail .email {
  font-size: 14px;
  color: #1174B4;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .gestion .blocCopieMail .btnEnvoi {
    padding-top: 20px;
  }
}
.gestion .ongletCoord {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  /*@media screen and (min-width: 768px) {
      margin-top: 40px;

  }*/
}
@media screen and (max-width: 767px) {
  .gestion .ongletCoord .ongletGauche {
    border-right: 8px solid #FFFFFF;
  }
}
@media screen and (max-width: 767px) {
  .gestion .ongletCoord .ongletDroit {
    border-left: 8px solid #FFFFFF;
  }
}
.gestion .ongletCoord .ongletCoordActif {
  cursor: pointer;
  background-color: #1174B4;
  color: #FFFFFF;
  padding-top: 10px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .gestion .ongletCoord .ongletCoordActif {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gestion .ongletCoord .ongletCoordInactif {
  cursor: pointer;
  background-color: #f0f0f0;
  color: #1174B4;
  padding-top: 10px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .gestion .ongletCoord .ongletCoordInactif {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gestion .ongletCoordActif::before {
  position: absolute;
  right: 0;
  width: 100%;
  content: "\e252";
  font-family: "Glyphicons Halflings";
  font-size: 16px;
  color: #1174B4;
  margin-top: 23px;
}
@media screen and (max-width: 992px) {
  .gestion .ongletCoordActif::before {
    margin-top: 43px;
  }
}
.gestion .ast {
  color: #1174B4;
}
.gestion .PanelCoordGestion .label {
  font-size: 15px;
  color: #262626;
  font-weight: normal;
  margin-bottom: 5px;
}
.gestion .PanelCoordGestion .input {
  margin-top: 5px;
  margin-bottom: 10px;
}
.gestion .PanelCoordGestion input[type=text] {
  border-color: #CCCCCC;
}
.gestion .PanelCoordGestion input[type=text][readonly] {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
.gestion .AlerteSMS .libelle {
  font-size: 15px;
  color: #262626;
  font-weight: normal;
  margin-bottom: 10px;
}
.gestion .AlerteSMS .descr {
  font-size: 14px;
  color: #262626;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .gestion .AlerteSMS .descr {
    padding-top: 20px;
    height: 75px;
  }
}
.gestion .custom-Radiobutton {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.gestion .custom-Radiobutton input[type=radio]:not(:checked), .gestion .custom-Radiobutton input[type=radio]:checked {
  display: none;
}
.gestion .custom-Radiobutton label {
  width: 100px;
  height: 40px;
  background-color: #FFFFFF;
  color: #9A9A9A;
  text-align: center;
  padding-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}
.gestion .custom-Radiobutton input[type=radio]:checked + label {
  background-color: #1174B4;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .gestion .custom-Radiobutton-SMS {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .gestion .custom-Radiobutton-SMS input[type=radio]:not(:checked), .gestion .custom-Radiobutton-SMS input[type=radio]:checked {
    display: none;
  }
  .gestion .custom-Radiobutton-SMS label {
    width: 125px;
    height: 40px;
    background-color: #f0f0f0;
    color: #1174B4;
    text-align: center;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
  }
}
@media screen and (max-width: 992px) and (max-width: 350px) {
  .gestion .custom-Radiobutton-SMS label {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .gestion .custom-Radiobutton-SMS input[type=radio]:checked + label {
    background-color: #1174B4;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  .gestion .custom-Radiobutton-SMS {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .gestion .custom-Radiobutton-SMS input[type=radio]:not(:checked), .gestion .custom-Radiobutton-SMS input[type=radio]:checked {
    display: none;
  }
  .gestion .custom-Radiobutton-SMS label {
    width: 70px;
    height: 40px;
    background-color: #FFFFFF;
    color: #9A9A9A;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    border: 1px solid #ABABAB;
  }
  .gestion .custom-Radiobutton-SMS input[type=radio]:checked + label {
    background-color: #1174B4;
    color: #FFFFFF;
  }
}
.gestion .ChampsObligatoires {
  text-align: left;
  font-size: 12px;
  color: #262626;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .gestion .ChampsObligatoires {
    margin-bottom: 10px;
  }
}
.gestion .PanelErreur {
  text-align: center;
  margin-top: 20px;
}
.gestion .ErrorValidation {
  color: #A94442;
  font-size: 0px;
}
.gestion .ErrorValidation::after {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
}
.gestion .textArea {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  /*overflow:scroll;*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.gestion .blocAjoutPiece {
  margin-top: 30px;
  margin-bottom: 30px;
}
.gestion .dropzone {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 45px;
  border: 1px #CCCCCC solid;
  width: 90%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0;
}
.gestion .dropzone.uploaded {
  background-color: #c8f6c8;
}
.gestion .dropzone .upload {
  cursor: pointer;
  min-height: 45px;
  padding: 12px 34px;
}
.gestion .dropzone .dz-message {
  margin: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.gestion .dropzone .dz-message span {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.gestion .dropzone .dz-preview {
  margin: 0;
  min-height: 45px;
  justify-content: center;
  display: flex;
}
.gestion .dropzone .dz-preview .dz-image {
  display: none;
}
.gestion .dropzone .dz-preview .dz-details {
  position: static;
  color: black;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gestion .dropzone .dz-preview .dz-success-mark svg, .gestion .dropzone .dz-preview .dz-error-mark svg {
  width: 40px;
  height: 40px;
}
.gestion .dropzone .dz-preview .dz-details .dz-size {
  margin: 0;
}
.gestion .dropzone .dz-preview .dz-success-mark, .gestion .dropzone .dz-preview .dz-error-mark {
  margin-left: -23px;
  margin-top: -20px;
}
.gestion .dzError {
  display: none;
  width: 90%;
}
.gestion .dzError.show {
  display: block;
}
.gestion .linkDocUpld {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .gestion .linkDocUpld {
    padding-top: 10px;
  }
}
.gestion .linkDocUpld span {
  display: none;
}
.gestion .linkDocUpld.show span {
  display: block;
}
.gestion .linkDocUpld a {
  text-decoration: none;
}
.gestion .messagejustificatifs {
  margin-top: 10px;
  font-style: italic;
}

/*
   Pages gestionnaire FIN
*/
/*
   Pages déclaration DEBUT
*/
.decla .PanelRecap {
  margin-top: 20px;
}
.decla .PanelRecap .sep {
  border-right: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .decla .PanelRecap .sep {
    border-right: none;
  }
}
.decla .PanelRecap .bloc {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .decla .PanelRecap .bloc .boutonDesk {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .decla .PanelRecap .bloc .boutonMobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .decla .PanelRecap .bloc.circ {
    background-color: #D6ECFA;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .decla .PanelRecap .bloc.circ .btn-annul {
    background-color: #FFFFFF;
  }
}
.decla .PanelRecap .bloc .Infos {
  margin-top: 10px;
  color: #1174B4;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .decla .PanelRecap .bloc .Infos {
    margin-left: 20px;
    font-size: 12px;
  }
}
.decla .PanelRecap .bloc .Titre {
  font-weight: bold;
  font-size: 15px;
  color: #262626;
}
.decla .PanelConfirmation {
  font: "Lato-Regular";
}
.decla .PanelConfirmation .titre {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  margin-left: -5px;
}
.decla .PanelConfirmation .picto {
  background-color: #1174B4;
  color: #FFFFFF;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  font-size: 24px;
}
.decla .PanelConfirmation .gestion {
  font-size: 18px;
  font-weight: lighter;
  color: #1174B4;
  margin-bottom: 20px;
}
.decla .PanelConfirmation .gestion span {
  font-size: 14px;
  font-weight: bold;
}
.decla .PanelConfirmation .TexteConfirmation {
  margin-top: 22px;
  margin-bottom: 20px;
  color: #262626;
  font-size: 15px;
  padding-left: 30px;
  position: relative;
}
.decla .PanelConfirmation .TexteConfirmation::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #1174B4;
  font-size: 16px;
  width: 20px;
  position: absolute;
  padding-top: 2px;
  left: 0px;
}
.decla .PanelConfirmation .TexteConfirmation span {
  font-weight: bold;
  color: #1174B4;
}
.decla .PanelAlert {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}
.decla .ast {
  color: #1174B4;
}
.decla .ChampsObligatoires {
  text-align: left;
  font-size: 12px;
  color: #262626;
  padding-top: 15px;
}
.decla ul.custom-CheckboxList {
  clear: both;
  margin-top: 10px;
  margin-left: 0px;
  padding: 0;
}
.decla .custom-CheckboxList {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.decla .custom-CheckboxList td, .decla .custom-CheckboxList li {
  background-color: #f0f0f0;
}
.decla .custom-CheckboxList li {
  width: 400px;
  display: inline-block;
  list-style: none;
  /*float: left;*/
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .decla .custom-CheckboxList li {
    width: 100%;
  }
}
.decla .custom-CheckboxList input[type=checkbox]:not(:checked), .decla .custom-CheckboxList input[type=checkbox]:checked {
  display: none;
}
.decla .custom-CheckboxList label {
  width: 100%;
  color: #1174B4;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.decla .custom-CheckboxList input[type=checkbox]:checked + label {
  background-color: #1174B4;
  color: #FFFFFF;
}
.decla .TitreLangue {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.decla ul.custom-Radiobutton {
  clear: both;
  margin-top: 10px;
  margin-left: 0px;
  padding: 0;
}
.decla .custom-Radiobutton {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.decla .custom-Radiobutton td, .decla .custom-Radiobutton li {
  background-color: #f0f0f0;
}
.decla .custom-Radiobutton li {
  width: 400px;
  display: inline-block;
  list-style: none;
  float: left;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .decla .custom-Radiobutton li {
    width: 100%;
  }
}
.decla .custom-Radiobutton input[type=radio]:not(:checked), .decla .custom-Radiobutton input[type=radio]:checked {
  display: none;
}
.decla .custom-Radiobutton label {
  width: 100px;
  color: #1174B4;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.decla .custom-Radiobutton input[type=radio]:checked + label {
  background-color: #1174B4;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .decla .custom-Radiobutton-SMS {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .decla .custom-Radiobutton-SMS input[type=radio]:not(:checked), .decla .custom-Radiobutton-SMS input[type=radio]:checked {
    display: none;
  }
  .decla .custom-Radiobutton-SMS label {
    width: 125px;
    height: 40px;
    background-color: #f0f0f0;
    color: #1174B4;
    text-align: center;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
  }
  .decla .custom-Radiobutton-SMS input[type=radio]:checked + label {
    background-color: #1174B4;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  .decla .custom-Radiobutton-SMS {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .decla .custom-Radiobutton-SMS input[type=radio]:not(:checked), .decla .custom-Radiobutton-SMS input[type=radio]:checked {
    display: none;
  }
  .decla .custom-Radiobutton-SMS label {
    width: 70px;
    height: 40px;
    background-color: #FFFFFF;
    color: #9A9A9A;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    border: 1px solid #ABABAB;
  }
  .decla .custom-Radiobutton-SMS input[type=radio]:checked + label {
    background-color: #1174B4;
    color: #FFFFFF;
  }
}
.decla .ChoixTitulaire .Titre, .decla .PanelCoordonnees .Titre {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #262626;
}
.decla .PanelCoordonnees .AlerteSMS .libelle {
  font-size: 15px;
  color: #262626;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .decla .PanelCoordonnees .AlerteSMS .descr {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    padding-top: 20px;
    height: 75px;
  }
}
@media screen and (max-width: 992px) {
  .decla .PanelCoordonnees .AlerteSMS .descr {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
  }
}
.decla .PanelCoordonnees .Titre {
  margin-bottom: 10px;
}
.decla .PanelCoordonnees .label {
  font-size: 16px;
  color: #262626;
  font-weight: normal;
}
.decla .PanelCoordonnees .input {
  margin-top: 5px;
  margin-bottom: 10px;
}
.decla .PanelCoordonnees .input input[type=text] {
  border: 1px solid #CCCCCC;
}
.decla .ChoixTitulaire {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.decla .ChoixTitulaire .DescrChoixTitulaire {
  text-align: center;
  font-size: 12px;
  color: #9A9A9A;
}
.decla .no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
.decla .ChoixContrat {
  margin-top: 30px;
}
.decla .ChoixContrat .notice {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .decla .ChoixContrat .notice {
    margin-left: 20px;
  }
}
.decla .ChoixContrat .BlocContrat {
  background-color: #D6ECFA;
  font-size: 18px;
  color: #1174B4;
  min-height: 200px;
  cursor: pointer;
  padding: 20px;
}
.decla .ChoixContrat .BlocContrat .elements {
  font-size: 14px;
  margin-top: 10px;
}
.decla .ChoixContrat .BlocContrat .sep {
  margin-top: 10px;
}
.decla .ChoixContrat .BlocContrat.sel {
  background-color: #1174B4;
  color: #FFFFFF;
}
.decla .Resultat {
  display: none;
}
.decla .ErrorValidation {
  color: #A94442;
  font-size: 0px;
}
.decla .ErrorValidation::after {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
}
.decla .infoBulle {
  color: #1174B4;
  font-size: 0px;
  display: inline-block;
  cursor: pointer;
}
.decla .infoBulle::after {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
}
.decla .infosCNIL {
  font-size: 12px;
  text-align: justify;
  font-style: italic;
}
.decla .DateSurv {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.decla .DateSurv .DateSurvLib {
  font-weight: bold;
  color: #262626;
  margin-bottom: 10px;
}
.decla .DateSurv .PanelErreur {
  margin-top: 20px;
}
.decla #rdbAttestation.custom-Radiobutton label {
  width: 100% !important;
}
.decla .LibelleInfo {
  text-align: right;
  font-size: 18px;
  color: #9A9A9A;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .decla .LibelleInfo {
    text-align: left;
  }
}
.decla .MsgNoOccur {
  text-align: center;
  font-size: 26px;
}
.decla .infosLib {
  color: #262626;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.decla .vosProduits {
  margin: 20px 0;
}
.decla .votreBien {
  margin: 20px 0;
}
.decla .votreBien .elem {
  margin-bottom: 10px;
}
.decla .blocProduit {
  margin: 20px;
  padding: 20px;
  background-color: #f0f0f0;
}
.decla .blocProduit h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 15px;
}
.decla .blocSous {
  margin: 30px;
  background-color: #FFFFFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  width: 90%;
  font-size: 0.9em;
}
.decla .blocSous .btn {
  margin-top: 40px;
  margin-bottom: 20px;
}
.decla .blocSous h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 15px 0;
}
.decla .DescrCirc {
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.decla .DescrCirc .lib {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

/*
   Pages déclaration FIN
*/
/*
    Faq DEBUT
*/
.faq .divNomDomaine {
  margin-top: 25px;
  font-weight: bold;
}
.faq .BlockQR {
  margin-top: 10px;
}
.faq .BlockQR .titleFaq {
  clear: both;
  background-color: #f0f0f0;
  float: none;
}
.faq .BlockQR .titleFaq::after {
  content: "";
  clear: both;
  display: block;
}
.faq .QuestionButton {
  color: #FFFFFF;
  cursor: pointer;
  width: 64px;
  height: 64px;
  margin-right: 10px;
  padding-top: 20px;
  float: left;
  text-align: center;
  font-weight: lighter;
}
@media screen and (max-width: 768px) {
  .faq .QuestionButton {
    width: 32px;
  }
}
.faq .QuestionButton.plus {
  background-color: #1174B4;
}
.faq .QuestionButton.minus {
  background-color: #f0f0f0;
  color: #1174B4;
}
.faq .DivQ {
  color: #1174B4;
  padding-top: 20px;
  float: left;
  font-weight: bold;
}
.faq .DivR {
  background-color: #f0f0f0;
  color: #262626;
  padding-right: 15px;
  padding-bottom: 10px;
  display: none;
  text-align: justify;
  padding-left: 15px;
}
@media screen and (min-width: 1000px) {
  .faq .DivR {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.faq .DivR li {
  list-style-type: none;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .faq .DivR li {
    padding-left: 0;
  }
}
.faq .DivR li::before {
  content: "\e250";
  font-family: "Glyphicons Halflings";
  color: #1174B4;
  position: absolute;
  margin-left: -30px;
}

/*
    Faq FIN
*/
/*
    Notices DEBUT
*/
.notices .listeNotices {
  margin-top: 30px;
}
.notices .one-notice {
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-weight: bold;
}
.notices .one-notice .notice-nom {
  background-color: #f0f0f0;
  color: #1174B4;
  height: 64px;
  padding-top: 22px;
}
.notices .one-notice .notice-link {
  background-color: #1174B4;
  color: #f0f0f0;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notices .one-notice .notice-link a {
  color: #f0f0f0;
}
.notices .no-padding {
  padding: 0;
}

/*
    Notices FIN
*/
[data-loader] {
  margin: 8px;
}

.divWait {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
  cursor: wait;
  z-index: 11000;
  text-align: center;
  display: none;
}

.divWait div {
  margin-left: auto;
  margin-right: auto;
  /*@media screen and (max-width: 399px) {
      width: 100%;
  }*/
}

[data-loader=circle-side] {
  width: 80px;
  height: 80px;
  animation: circle infinite 0.75s linear;
  border: 10px solid #1174B4;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */