﻿@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: lightgray;
  font-family: "Lato-Regular";
  padding-top: 30px;
}

@media screen and (max-width: 999px) {
  body {
    padding-top: 0;
  }
}

.container-fluid.content {
  padding: 0;
  padding-top: 120px;
}

@media screen and (max-width: 999px) {
  .container-fluid.content {
    padding-top: 96px;
    /*padding-bottom: 20px;*/
    /*margin-top: 65px;*/
  }
}

a {
  color: #666666;
}

a:hover {
  color: #666666;
  text-decoration: none;
}

.content {
  /*margin: 32px;*/
}

@media screen and (max-width: 768px) {
  .content {
    margin: 0;
    /*margin-top: 32px;*/
  }
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: auto;
  padding-bottom: 50px;
}

h5 {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 14px;
}

.footer {
  margin: 0px;
  background-color: #666666;
  padding-top: 24px;
  text-align: center;
  position: relative;
  margin-top: -64px;
  height: 64px;
}

.footer a {
  color: #FFFFFF;
  background-color: #666666;
  height: 50px;
}

.bloc_title {
  background-color: #FFFFFF;
  padding: 20px;
  clear: both;
  margin-bottom: 0;
}

@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";
  float: left;
}

#divInfoAssure, #divInfoGestionnaire {
  float: right;
  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: "\e080";
  font-family: "Glyphicons Halflings";
  padding-left: 10px;
  font-weight: normal;
}

.btn-default {
  color: #FFFFFF;
  background-color: #666666;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 25px 7px 25px;
}

.btn-default input {
  background-color: transparent;
  border: none;
}

.btn-default:hover {
  background-color: #e0e0e0;
  color: #4C4A4B;
}

.btn-default[disabled]:hover {
  background-color: #e0e0e0;
}

.bloc2 {
  background-color: #FFFFFF;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}

.bloc3 {
  padding-left: 25px;
  padding-right: 25px;
}

.label {
  color: #4C4A4B;
}

.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-reset, .btn-annul {
  color: #9A9A9A;
  background-color: lightgray;
  border: none;
  border-radius: 0px;
  font-weight: bold;
  font-size: 14px;
}

.btn-reset input, .btn-annul input {
  background-color: transparent;
  border: none;
}

.btn-reset {
  background-color: #FFFFFF !important;
}

.btn-annul {
  color: #666666;
  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: #666666;
  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;
}

/*
   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: "\e114";
  font-family: "Glyphicons Halflings";
  font-size: 15px;
  line-height: 1;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  color: #666666;
}

.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: .5em;
  }
}

/*
    Navigation DEBUT
*/
.menu {
  background-color: #666666;
  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;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  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: #FFFFFF;
  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: #FFFFFF;
  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;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: #FFFFFF;
  /* 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: #FFFFFF;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  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: #666666;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.9s 0s, visibility 0s 0.4s;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  /*this creates the subtle slide in animation of the navigation*/
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  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: #FFFFFF;
}

#cd-lateral-nav a.current {
  background-color: #3a4a4d;
  color: #FFFFFF;
}

#cd-lateral-nav.lateral-menu-is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  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;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1em;
  background: url("../img/cd-arrow.svg") no-repeat center center;
  background-size: 8px 11px;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children > a.submenu-open::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.no-touch #cd-lateral-nav a:hover {
  color: #FFFFFF;
}

/*
    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: lightgray;
}

.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: lightgray;
  list-style: none;
  width: 18%;
  float: left;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
  border: 1px solid lightgray;
}

.tabCalc ul li:hover {
  background-color: #666666;
  color: lightgray;
  border: 1px solid #666666;
}

/*
    Calculette FIN
*/
/*
   Login DEBUT
*/
.login {
  /* Gestion de la fl�che de la div pour la block "format du mot de passe" */
  /*
    .tooltiptext {
        width: 300px;
        background: white;
        border: 1px solid $ColorBordurePrinc;
        padding: 7px 5px 5px 12px;
        position: relative;
        min-height: 80px;

        @media screen and (max-width: 1000px) {
            //margin-left: 5px;
        }
    }

    .tooltiptext:after {
        content: '';
        display: block;
        position: absolute;
        background: #FFFFFF; // Important sinon le cadre traverse la fl�che.
        width: 14px;
        height: 14px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);

        @media screen and (min-width: 1000px) {
            top: 40%;
            left: -8px;
            border-left: 1px solid $ColorBordurePrinc;
            border-top: 1px solid $ColorBordurePrinc;
        }

        @media screen and (max-width: 1000px) {
            top: -8px;
            left: 46%;
            border-right: 1px solid $ColorBordurePrinc;
            border-top: 1px solid $ColorBordurePrinc;
        }
    }
*/
}

.login .form {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  /*@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: #666666;
  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 .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 FIN
*/
/*
   Page d'accueil DEBUT
*/
@media screen and (max-width: 1000px) {
  .home .bloc_title2 {
    display: none !important;
  }
}

.home .bloc_title {
  margin-bottom: 20px;
}

.home .bloc2 {
  /*margin-top: 20px;*/
  padding-bottom: 0px;
}

@media screen and (max-width: 1000px) {
  .home .bloc2 {
    background-color: transparent;
  }
}

.home .bloc2 ul {
  color: #666666;
  padding-left: 0px;
  font-size: 18px;
  font-family: "Lato-Light";
  line-height: 20px;
  margin-bottom: 20px;
}

.home .bloc2 li {
  color: #4C4A4B;
  list-style-image: url(images/puce1.jpg);
  margin-left: 20px;
  font-size: 15px;
  margin-top: 20px;
}

.home #blocGestion, .home #blocDecla {
  padding-top: 10px;
  background-color: white;
  line-height: 30px;
  padding-bottom: 20px;
}

.home #blocGestion {
  border-left: 15px lightgray solid;
  padding-left: 40px;
}

@media screen and (max-width: 1000px) {
  .home #blocGestion {
    border-left: none;
    padding-left: 15px;
  }
}

.home .sep {
  border-right: 15px lightgray 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: #666666;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  border: 0px;
  width: 60px;
  height: 30px;
}

.CookieButton:hover {
  margin-left: 10px;
  background-color: #e0e0e0;
  color: #4C4A4B;
}

#cookiesdirective a {
  font-size: 16px;
  color: #CCCCCC;
}

/*
   Page d'accueil FIN
*/
/*
    Circonstances DEBUT
*/
.lstCircSel .cir .descr, .lstCircChild .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: #666666;
    margin-top: 5px;
  }
}

.lstCircSel .cir .descr {
  margin-bottom: 0px;
  background-color: #666666;
  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: #666666;
  }
}

@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: lightgray;
    margin-top: 5px;
  }
}

.lstCircChild .cir .descr {
  margin-bottom: 0px;
  background-color: lightgray;
  cursor: pointer;
  color: #4C4A4B;
}

.lstCircChild .cir .c-p::before, .lstCircChild .c-m::before {
  content: "";
  cursor: default;
}

.c-p::before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  cursor: pointer;
}

.c-m::before {
  content: "\e014";
  font-family: "Glyphicons Halflings";
  cursor: pointer;
}

/*
    Circonstances FIN
*/
/*
    Fil arianne DEBUT TESTeeee
*/
.fil-decla .etap {
  background-color: #666666;
  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;
}

.fil-decla .etap.courant {
  background-image: url(images/fil_fleche_courant.jpg);
}

.fil-decla .etap.inactif {
  background-color: lightgray;
  color: #666666;
  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: #666666;
}

.fil-gestion .iconsam-Contact, .fil-gestion .iconsam-Files, .fil-gestion .iconsam-Profil {
  font-size: 42px;
  margin-top: -6px;
}

.fil-gestion .etap {
  background-color: #666666;
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .fil-gestion .etap {
    padding-bottom: 0px;
    height: 64px;
    border: none;
  }
}

.fil-gestion .etap.courant {
  border-bottom: 2px solid #666666;
}

.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: #666666;
    background-repeat: no-repeat;
    background-position: right center;
    border: none;
  }
  .fil-gestion .etap.courant .icon-gestion {
    fill: #4C4A4B;
  }
}

.fil-gestion .etap.inactif {
  background-color: lightgray;
  border-bottom: 2px solid lightgray;
}

@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: #4C4A4B;
  }
}

.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: #666666;
  padding: 0px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .fil-gestion .etap:hover {
    border-bottom: 2px solid #666666;
  }
}

@media screen and (min-width: 769px) {
  .fil-gestion .etap:hover::before {
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: 36px;
    content: "\e252";
    font-family: "Glyphicons Halflings";
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .fil-gestion .courant::before {
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: 35px;
    content: "\e252";
    font-family: "Glyphicons Halflings";
    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: -30px;
  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 .blocJustif {
  background-color: lightgray;
  color: #4C4A4B;
  padding: 15px;
  margin-bottom: 15px;
  font-size: 15px;
}

.gestion .blocJustif ul {
  color: #666666;
  padding-left: 0px;
}

.gestion .blocJustif li {
  padding-top: 10px;
  color: #666666;
  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: #4C4A4B;
  /*margin-right : 5px;*/
}

.gestion .blocStatut span.statut-sinistre {
  color: #666666;
  font-weight: bold;
}

.gestion .blocStatut span.etat-sinistre {
  color: #666666;
  font-weight: bold;
}

.gestion .blocStatut span.legende {
  color: #4C4A4B;
  font-weight: normal;
  font-size: 12px;
}

.gestion .blocStatut span.infos {
  color: #4C4A4B;
  font-weight: normal;
  font-size: 14px;
}

.gestion .blocStatut .info-sinistre {
  margin-top: 15px;
  color: #4C4A4B;
  font-weight: normal;
}

.gestion .blocStatut .info-sinistre span {
  color: #666666;
  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: -40px;
  }
}

@media screen and (max-width: 768px) {
  .gestion .ligneHistoBackground {
    background-color: #666666;
  }
}

.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 .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: lightgray;
  border: 3px solid #FFFFFF;
}

.gestion .check label i.checkedColor:after {
  background: #666666;
}

.gestion .check label i.uncheckedColor:after {
  background: lightgray;
}

.gestion .row-repeater-nconsult {
  font-weight: bold;
  color: #666666;
}

@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: lightgray;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .gestion .row-repeater-nconsult-link {
    background-color: #666666;
    color: #FFFFFF;
  }
  .gestion .row-repeater-nconsult-link span {
    background-color: #666666;
    color: #FFFFFF;
  }
}

.gestion .row-repeater-recu {
  font-weight: normal;
  color: #666666;
}

@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: lightgray;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .gestion .blocContact {
    width: 80%;
  }
}

.gestion .blocContact .infos {
  color: #4C4A4B;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.gestion .blocContact.legende {
  color: #4C4A4B;
  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: #666666;
  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: #666666;
  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: lightgray;
  color: #666666;
  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: #666666;
  margin-top: 23px;
}

@media screen and (max-width: 992px) {
  .gestion .ongletCoordActif::before {
    margin-top: 43px;
  }
}

.gestion .ast {
  color: #666666;
}

.gestion .PanelCoordGestion .label {
  font-size: 15px;
  color: #4C4A4B;
  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: #4C4A4B;
  font-weight: normal;
  margin-bottom: 10px;
}

.gestion .AlerteSMS .descr {
  font-size: 14px;
  color: #4C4A4B;
  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: #666666;
  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: lightgray;
    color: #666666;
    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: #666666;
    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 lightgray;
  }
  .gestion .custom-Radiobutton-SMS input[type="radio"]:checked + label {
    background-color: #666666;
    color: #FFFFFF;
  }
}

.gestion .ChampsObligatoires {
  text-align: left;
  font-size: 12px;
  color: #4C4A4B;
  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: "\e101";
  font-family: "Glyphicons Halflings";
  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;
}

/*
   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: lightgray;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .decla .PanelRecap .bloc.circ .btn-annul {
    background-color: #FFFFFF;
  }
}

.decla .PanelRecap .bloc .Infos {
  margin-top: 10px;
  color: #666666;
  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: #4C4A4B;
}

.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: #666666;
  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: #666666;
  margin-bottom: 20px;
}

.decla .PanelConfirmation .gestion span {
  font-size: 14px;
  font-weight: bold;
}

.decla .PanelConfirmation .TexteConfirmation {
  margin-top: 22px;
  margin-bottom: 20px;
  color: #4C4A4B;
  font-size: 15px;
  padding-left: 30px;
}

.decla .PanelConfirmation .TexteConfirmation::before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  color: #666666;
  font-size: 16px;
  width: 20px;
  position: absolute;
  padding-top: 2px;
  left: 0px;
}

.decla .PanelConfirmation .TexteConfirmation span {
  font-weight: bold;
  color: #666666;
}

.decla .PanelAlert {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}

.decla .ast {
  color: #666666;
}

.decla .ChampsObligatoires {
  text-align: left;
  font-size: 12px;
  color: #4C4A4B;
  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: lightgray;
}

.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: #666666;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

.decla .custom-CheckboxList input[type="checkbox"]:checked + label {
  background-color: #666666;
  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: lightgray;
}

.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: #666666;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}

.decla .custom-Radiobutton input[type="radio"]:checked + label {
  background-color: #666666;
  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: lightgray;
    color: #666666;
    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: #666666;
    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 lightgray;
  }
  .decla .custom-Radiobutton-SMS input[type="radio"]:checked + label {
    background-color: #666666;
    color: #FFFFFF;
  }
}

.decla .PanelCoordonnees .Titre, .decla .ChoixTitulaire .Titre {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #4C4A4B;
}

.decla .PanelCoordonnees .AlerteSMS .libelle {
  font-size: 15px;
  color: #4C4A4B;
  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: #4C4A4B;
  font-weight: normal;
  margin-left: -10px;
}

.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: #666666;
  font-size: 18px;
  color: #666666;
  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: #666666;
  color: #FFFFFF;
}

.decla .Resultat {
  display: none;
}

.decla .ErrorValidation {
  color: #A94442;
  font-size: 0px;
}

.decla .ErrorValidation::after {
  content: "\e101";
  font-family: "Glyphicons Halflings";
  font-size: 12px;
}

.decla .infoBulle {
  color: #666666;
  font-size: 0px;
}

.decla .infoBulle::after {
  content: "\e085";
  font-family: "Glyphicons Halflings";
  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: #4C4A4B;
  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: #4C4A4B;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 15px;
}

/*
   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: lightgray;
  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: #666666;
}

.faq .QuestionButton.minus {
  background-color: lightgray;
  color: #666666;
}

.faq .DivQ {
  color: #666666;
  padding-top: 20px;
  float: left;
  font-weight: bold;
}

.faq .DivR {
  background-color: lightgray;
  color: #4C4A4B;
  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: #666666;
  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: lightgray;
  color: #666666;
  height: 64px;
  padding-top: 22px;
}

.notices .one-notice .notice-link {
  background-color: #666666;
  color: lightgray;
  height: 64px;
  padding-top: 22px;
}

.notices .one-notice .notice-link a {
  color: lightgray;
}

/*
    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;
  -webkit-animation: circle infinite 0.75s linear;
  -moz-animation: circle infinite 0.75s linear;
  -o-animation: circle infinite 0.75s linear;
  animation: circle infinite 0.75s linear;
  border: 10px solid #666666;
  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%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */