/* Minification failed. Returning unminified contents.
(1503,1): run-time error CSS1019: Unexpected token, found '@import'
(1503,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Oswald:400,700,300)'
(1503,72): run-time error CSS1019: Unexpected token, found ';'
(1504,1): run-time error CSS1019: Unexpected token, found '@import'
(1504,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900italic,700italic,900,700)'
(1504,144): run-time error CSS1019: Unexpected token, found ';'
(1505,1): run-time error CSS1019: Unexpected token, found '@import'
(1505,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto+Mono)'
(1505,65): run-time error CSS1019: Unexpected token, found ';'
(1605,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1605,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(1606,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1606,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(1607,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1607,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(2994,38): run-time error CSS1019: Unexpected token, found ' '
(2994,38): run-time error CSS1019: Unexpected token, found ' '
(2994,38): run-time error CSS1042: Expected function, found ' '
(2994,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(2995,35): run-time error CSS1019: Unexpected token, found ' '
(2995,35): run-time error CSS1019: Unexpected token, found ' '
(2995,35): run-time error CSS1042: Expected function, found ' '
(2995,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(5317,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(6958,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6959,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6963,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6964,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6968,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6969,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6973,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6974,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6979,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(6980,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6985,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(6986,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6992,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6993,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7009,1): run-time error CSS1019: Unexpected token, found '}'
(7011,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7012,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7025,1): run-time error CSS1019: Unexpected token, found '}'
(11286,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(11286,34): run-time error CSS1035: Expected colon, found '{'
(11287,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(11287,31): run-time error CSS1035: Expected colon, found '{'
(11288,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11288,26): run-time error CSS1035: Expected colon, found '{'
 */
/* -------------------
MODIFICATIONS DGAG

- mediaqueries: 40.063em - 48em (768px - 1em = 16px)

Note : 

- le css de produits doit contenir html(font-size:62.5%;)

------------------- */

meta.foundation-version {
  font-family: "/5.4.2/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:60em)/";  /*changement dgag */ 
  width: 60em; }/*changement dgag */ 

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 96em; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 60em) {/*changement dgag */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 60em) {/*changement dgag */ 
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/*--Reveal--*/
 .reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; left: 0; }

 .reveal-modal { background: #fff; visibility: hidden; display: none; top: 100px; left: 50%; margin-left: -260px; width: 520px; position: absolute; z-index: 41; padding: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
 .reveal-modal .close-reveal-modal:not(.button) { font-size: 22px; font-size: 2.2rem; line-height: .5; position: absolute; top: 8px; right: 11px; color: #aaa; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6); font-weight: bold; cursor: pointer; }
 .reveal-modal.small { width: 30%; margin-left: -15%; }
 .reveal-modal.medium { width: 40%; margin-left: -20%; }
 .reveal-modal.large { width: 60%; margin-left: -30%; }
 .reveal-modal.xlarge { width: 70%; margin-left: -35%; }
 .reveal-modal.expand { width: 90%; margin-left: -45%; }
 .reveal-modal .row { min-width: 0; margin-bottom: 10px; }
 .reveal-modal > :first-child { margin-top: 0; }
 .reveal-modal > :last-child { margin-bottom: 0; }

@media print {  .reveal-modal { border: solid 1px black; background: #fff; } }
/*
Table des matières :
    - HTML 5 patch
	- typographie
        - base
            - selection de texte
            - focus générique
            - texte hors ecran
            - section invisible
        - entête de section - titres
        - paragraphes
        - liens
            - lien téléphone
            - lien notes de bas de page
            - lien externe
        - listes
            - listes sans puce
    - boutons
        - boutons avec look lien
        - boutons et liens look bouton
            - bouton primaire
                - inactif
                - focus
            - bouton secondaire
                - inactif
                - focus
            - bouton secondaire ancre vers boite contactez-nous
            - bouton primaire impression
            - bouton style lien impression
            - bouton secondaire impression
            - bouton secondaire navigation principale
            - bouton secondaire précédent icone seulement
            - bouton secondaire suivant icone seulement
            - bouton primaire obtenir soumission auto
            - bouton primaire obtenir soumission habit
            - bouton secondaire choisir
            - bouton précédent
        - groupe de boutons
        - navigation par page
    - template
        - general
        - Foundation
            - Foundation en rem
            - Foundation breakpoint suplementaire
    - masterpage
        - entete
            - Bannière avec téléphone
            - menu service en ligne
            - Entête connexion-deconnexion
        - navigation principale
            - petite résolution
            - grande résolution
        - fil d'arianne
        - haut de page
        - boite piedpage message important
        - pied de page
            - base
            - entrust
            - no telephone
            - copyright
            - specifique à version 3 et 2 colonnes
            - spécifique à version 3 colonnes
            - spécifique à version 2 colonnes
            - specifique à version minimal
            - specifique à version minimal entrust
    - page
    - colonne de droite
        - boite contactez-nous
            - titre avec ancre vers boite contactez-nous
        - quoterbox
        - marcom
        - outils
        - zero papier
    - boite de messages
        - titre boite messages
        - contenu bote messages
    - Zone service en ligne
    - tiroirs
        - tiroirs notes
    - fenêtre modale
        - perte session
        - tooltip
    - onglets
    - Boîte Click to chat
    - menu produit soumission
    - boite avertissement entête
*/
/* ----- polices ----- */
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,900italic,700italic,900,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);


p.alerteInfos {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom:0;
}

.normal {
    font-weight: normal;
}
/* ----- HTML 5 patch ----- */
main {
    display: block;
}
/*pour les versions d'ios qui ne supporte pas <main>'*/
hr {
    border: 0;
    border-bottom: 1px solid #ded5c5;
}

button.expand, .button.expand {
    padding-left: 0.88889rem;
    padding-right: 0.88889rem;
    width: 100%;
}

.imageProduit {
    display: inline-block;
}
/* ----- typographie ----- */

.selecteurFournisseursAvantages h3 span {
    font-weight: normal;
}

/* --- base --- */

html {
    -webkit-text-size-adjust: 100%; /* empêche le texte de changer de taille sur changement d'orientation - ios */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #4B535A;
    font-size: 1.6rem;
    line-height: 2.4rem;
    background: #2E2E2E;
    overflow-x: hidden;
}

    body.sansPiedPage {
        background: #fff;
    }

/* ----- Loading ----- */
body.onLoad{
    position:relative;
    overflow:hidden;
    z-index:1;
}

body.onLoad .navigationEtapes,
body.onLoad .regroupementBulleConseil.avecConseiller .bulle:first-of-type:before,
body.onLoad #mapContainer,
body.onLoad .boiteAvertissementEntete .btnFermer,
body.onLoad .boitePiedPageMessageImportant .contenu
{
    z-index:0 !important;
}

body div.progression{
    content:"";
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
    background-color:rgba(255, 255, 255, 0.8); 
}

body div.progression:before{
    content:"";
    display:block;   
    position: fixed;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    margin:0 auto;
    background: url("../../images/commun/progression-001.svg") no-repeat center;    
    animation:spin 1.5s linear infinite;
    -webkit-animation:spin 1.5s linear infinite;
    -ms-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite; 
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

body div.progression span{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

img {
    border: 0;
}

img.image-center {
    display: block;
    margin: 0 auto;
}
sup,
.boiteNotes .tiroirs .contenu-tiroir * sup 
{
    font-size: 70%;
    vertical-align: super;
}

.noteBasPage {
    font-size: 1.4rem;
}

abbr {
    border: none;
}

/* -- selection de texte -- */
::-moz-selection {
    background: #0b4b77;
    color: #fff;
}

::selection {
    background: #0b4b77;
    color: #fff;
}

/* -- focus générique -- */

h1[tabindex]:focus, h2[tabindex]:focus, h3[tabindex]:focus, h4[tabindex]:focus, h5[tabindex]:focus, h6[tabindex]:focus, [data-state="keyboard"] p[tabindex]:focus, [data-state="keyboard"] li[tabindex]:focus, [data-state="keyboard"] legend[tabindex]:focus, [data-state="keyboard"] label[tabindex]:focus {
    color: #fff;
    background-color: #0b4b77;
    outline: 2px solid #0b4b77;
}

div[tabindex]:focus, fieldset[tabindex]:focus, img[tabindex]:focus {
    outline: 2px solid #0b4b77;
}

input:focus, select:focus, textarea:focus {
    outline: 2px solid #0b4b77;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    outline: none;
}
/* retirer outline interne au focus - firefox */
button::focus-inner, input::focus-inner {
    border: 0;
    outline: none;
}

/* -- texte hors ecran -- */

.texteInvisible, .ligneQuestion .texteInvisible, .ligneQuestion .texteInvisible:focus {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .texteInvisible:focus {
        height: auto;
        margin: 2px 0;
        overflow: visible;
        width: auto;
        position: static;
    }

/* -- section invisible -- */
.invisible {
    display: none !important;
}

/* --- entête de section - titres --- */
/* --- entête--- */
.appMobile header {
    display: none;
}

.appMobile h1, .appMobile .styleTitre1 {
    border: none;
}

h1, .styleTitre1 {
    font-weight: normal;
    font-size: 2.6rem;
    line-height: 3.4rem;
    color: #007944;
    margin: 25px 0px;
    padding: 0 0 10px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.titreAvecBtnPrecedent h1, titreAvecBtnPrecedent .styleTitre1{
    display:flex;
    justify-content:center;
    width:100%;
    border-bottom:none;
}

@media only screen and (max-width: 60em) { /*960 et moins*/

    .titreTransactionAvecAncre h1, .titreTransactionAvecAncre .styleTitre1 {
        width: calc(100% - 70px);
    }

    .titreAvecBtnPrecedent h1, titreAvecBtnPrecedent .styleTitre1{
        width:100%;
        padding-left:6rem;
    }
}
/*pointe*/

/*h1:after, .styleTitre1:after {
    content:"";
    position:absolute;
    height: 10px;
	width: 10px;
    background: #ffffff;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	bottom: -5px;
	left: 20px;
	

	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}*/

h2, .styleTitre2 {
    font-weight: normal;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #353c41;
    margin: 10px 0px 10px;
}

h3, .styleTitre3 {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #353c41;
    margin: 10px 0px 10px;
}

h4, .styleTitre4 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #3f8523;
    margin: 10px 0px 10px;
}

h5, .styleTitre5 {
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #3f7c23;
    margin: 10px 0px 10px;
}

h6, .styleTitre6 {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #24292d;
    margin: 10px 0px 10px;
}

h2.sousTitreSection {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.1rem;
    font-size: 21px;
    line-height: 2.8rem;
    color: #007944;
}

.appMobile h2.sousTitreSection {
    margin-top: 0;
}
/* medium */
@media only screen and (min-width: 60em) { /*960px*/
    h1, .styleTitre1 {
        font-size: 3rem;
        line-height: 3.8rem;
    }

    h2, .styleTitre2 {
        font-size: 2.6rem;
        line-height: 3.4rem;
    }
}

/* --- paragraphes --- */

p, .styleParagraphe {
    display: block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 10px 0px 15px;
}

.styleParagrapheGras {
    display: block;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 10px 0px 15px;
    font-weight: bold;
}

/* --- liens --- */

a.lienExterne{
    background: url(images/icn-lien-externe-001.svg) no-repeat right center;
    padding-right: 20px;
}


a.lienExterne:focus{
    background: url(images/icn-lien-externe-focus-001.svg) #0b4b77 no-repeat right center;
    padding-right: 20px;
}

a, a:active, a:visited {
    color: #006e30;
    text-decoration: underline;
}

    a:focus {
        color: #fff !important;
        background: #0b4b77;
        outline: 2px solid #0b4b77;
    }

p:focus a {
    color: #fff;
}

a.lienImage {
    padding: 2px;
    display: inline-block;
}

    a.lienImage:focus {
        color: #006e30;
        background: none;
    }

a.disabled{
    cursor:default;
    pointer-events:none;
    color:#7fb697;
}

/* -- lien téléphone -- */

a[href^=tel], a[href^=tel]:visited {
    color: inherit;
    text-decoration: none;
    cursor: default;
    outline: none;
}

    a[href^=tel]:focus {
        color: #fff;
    }

/* -- lien notes de bas de page -- */

a.lienNote {
    text-decoration: none;
}

    a.lienNote sup {
        text-decoration: underline;
    }

    a.lienNote:focus {
        outline: none;
        background: none;
    }

        a.lienNote:focus sup {
            background: #0b4b77;
            outline: 2px solid #0b4b77;
        }

/* --- listes --- */
ul {
    padding-left: 1.1em;
    margin: 10px 0px 10px;
}

li {
    margin: 10px 0 0;
}

ul > li {
    list-style-type: disc;
}

li > ul {
    padding-left: 2rem;
    margin: 0;
}

li li > ul {
    padding-left: 3rem;
}

ol {
    margin: 10px 0px 10px;
    padding-left: 2rem;
}

li > ol {
    margin: 0;
}

/* -- listes sans puce -- */
ul.listeSansPuce li, ol.listeSansPuce li {
    list-style-type: none;
}

ul.listeSansPuce, ol.listeSansPuce, ul.listeSansPuce ul, ol.listeSansPuce ul, ul.listeSansPuce ol, ol.listeSansPuce ol {
    padding-left: 0;
}

/* si le style ol est précisez dans le futur vérifier les impacts sur les pages (ex:boite d'erreur) */

/* ----- boutons ----- */
button, input[type="button"], input[type="submit"] {
    font-family: inherit;
    cursor: pointer;
}

    button span {
        position: relative; /* -- Fix IE -- */
    }

    button.detailsAgent span{
        display:inline-block;
        position:relative;
    }

/* --- boutons avec look lien --- */

.btnStyleLien {
    background: none;
    border: none;
    display: inline;
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    color: #006E30;
    text-decoration: underline;
    padding: 2px;
    -webkit-appearance: none; /* desactiver le style par défaut sur ios */
    appearance: normal; /* au cas ou */
}

.btnStyleLien.disabled{
    cursor:default;
    pointer-events:none;
    color:#7fb697;
}

    .btnStyleLien:focus {
        color: #fff;
        background: #0b4b77;
        outline: 2px solid #0b4b77;
    }


    .btnStyleLien.lienInterrogation:focus {
        background: none;
    }

        .btnStyleLien.lienInterrogation:focus .conteneurInterrogation {
            border: 2px solid #0b4b77;
        }

.boutons .btnStyleLien {
    display: block;
}

/* --- boutons et liens look bouton --- */

.bouton {
    font-size: 1.6rem;
    line-height: 1.6rem;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    min-width: 70px;
    padding: 17px 15px;
    text-align: center;
    margin: 20px 0;
    -webkit-appearance: none; /* desactiver le style par défaut sur ios */
    appearance: normal; /* au cas ou */
}

    .bouton:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-decoration: underline;
    }

    /* --- bouton petit --- */
    .bouton.btnPetit {
        padding: 10px 15px;
        font-size: 1.4rem;
    }

/* -- bouton primaire -- */

.btnPrimaire, a.btnPrimaire {
    border: none;
    color: #fff;
    background: #006e30;
    background: -moz-linear-gradient(top, #00884e 0%, #006e30 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00884e), color-stop(100%,#006e30));
    background: -webkit-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: -o-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: -ms-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: linear-gradient(to bottom, #00884e 0%,#006e30 100%);
}

.btnPrimaire.btnPrimaireV2{
    position:relative;
    padding: 1.5rem 4.3rem 1.5rem 2.5rem;
    font-family:Roboto;
    font-size:1.6rem;
    line-height:2rem;
}

.btnPrimaire.btnPrimaireV2:after{
    content:'';
    position:absolute;
    background-image: url('../commun/images/icn-fleche-droite-001.svg');
    background-repeat:no-repeat;
    width:8px;
    height:20px;
    right: 2.5rem;
    background-position: center;
 
}

input.btnPrimaire {
    border: 1px solid transparent;
}

.btnPrimaire:hover, a.btnPrimaire:hover {
    background: #00884e;
    background: -moz-linear-gradient(top, #006e30 0%, #00884e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e30), color-stop(100%,#00884e));
    background: -webkit-linear-gradient(top, #006e30 0%,#00884e 100%);
    background: -o-linear-gradient(top, #006e30 0%,#00884e 100%);
    background: -ms-linear-gradient(top, #006e30 0%,#00884e 100%);
    background: linear-gradient(to bottom, #006e30 0%,#00884e 100%);
}

/* inactif */

.btnPrimaire:disabled, a.btnPrimaire:disabled,
.btnPrimaire.disabled, a.btnPrimaire.disabled {
    background: #cce4da;
    border: none;
    cursor: default;
    color: #ffffff;
}

/* focus */

.btnPrimaire:focus, a.btnPrimaire:focus {
    background: #0b4b77;
    outline: none;
    color: #ffffff;
}

.btnPrimaire:disabled:hover, a.btnPrimaire:disabled:hover,
.btnPrimaire.disabled:hover, a.btnPrimaire.disabled:hover {
    background: #cce4da;
    text-decoration: none;
}

/* -- bouton primaire avec spinner -- */
.btnPrimaire.spinner{
    position:relative;
}

.btnPrimaire.spinner.animate{
    color:#fff;
    padding-right:55px;
    background:#595959;
    color:#fff;
     -webkit-transition: ease-in 0.3s;
    transition:ease-in 0.3s;
}

.btnPrimaire.spinner.animate.loading:after{
    content:"";
    display:block;
    width:30px;
    height:30px;
    margin:auto;
    background-image: url('../../images/commun/loading-002.gif');
    background-size:30px 30px;
    background-position:right center;
    background-repeat:no-repeat;
    position:absolute;
    right:10px;
    top:0;
    bottom:0;
}

.btnPrimaire.spinner span.texteInvisible:focus{
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

div.boutons.btnSpinner{
    display:table;
}
div.boutons.btnSpinner span.loading{
    display: table-cell;
}

/* -- Bouton Colonne de droite -- */

aside .bouton {
    padding: 10px 15px;
    font-size: 1.4rem;
}

/* -- bouton secondaire -- */

.btnSecondaire, a.btnSecondaire {
    border: 1px solid #d4d4d4;
    color: #006e30;
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .btnSecondaire:hover, a.btnSecondaire:hover {
        background: #ffffff;
        background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    }

    /* -- bouton secondaire avec icône -- */
    a.btnSecondaire.avecIcone.telephone {
        font-size: 2.2rem;
        font-size: 22px;
        font-weight: bold;
        color: #006e30;
        margin: 0;
    }

        a.btnSecondaire.avecIcone.telephone:before {
            content: "";
            padding-left: 30px;
            min-height: 20px;
            background: url("images/icnTelephoneLien-001.svg") no-repeat left center;
            background-size: 22px 22px;
        }

        a.btnSecondaire.avecIcone.telephone:focus:before {
            content: "";
            padding-left: 30px;
            min-height: 20px;
            background: url("images/icnTelephoneFocus-001.svg") no-repeat left center;
            background-size: 22px 22px;
        }
    /* inactif */

    .btnSecondaire:disabled, a.btnSecondaire:disabled,
    .btnSecondaire.disabled, a.btnSecondaire.disabled {
        border: 1px solid #dddddd;
        cursor: default;
        color: #b7e2cd;
        background: #f2f2f2;
        background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
        background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    }

        .btnSecondaire:disabled:hover, a.btnSecondaire:disabled:hover,
        .btnSecondaire.disabled:hover, a.btnSecondaire.disabled:hover {
            border: 1px solid #e6e6e6;
            cursor: default;
            color: #b7e2cd;
            background: #f2f2f2;
            background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
            background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
            background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
            background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
            background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
            text-decoration: none;
        }

    /* focus */

    .btnSecondaire:focus, a.btnSecondaire:focus {
        color: #fff;
        background: #0b4b77;
        outline: none;
    }

/* -- bouton secondaire ancre vers boite contactez-nous -- */
.appMobile .ancreClickToCall {
    display: none;
}

.btnAncreClickToCall, a.btnAncreClickToCall {
    height: 40px;
    min-width: inherit;
    padding: 0;
    width: 50px;
    margin: 24px 0;
}

@media only screen and (max-width: 60em) { /*960px*/
    .appMobile .titreTransactionAvecAncre.avecSousTitreTransaction .btnAncreClickToCall {
        display: none;
    }

    .titreTransactionAvecAncre.avecSousTitreTransaction .btnAncreClickToCall, .titreTransactionAvecAncre.avecSousTitreTransaction a.btnAncreClickToCall {
        margin: 0;
    }
}

.btnAncreClickToCall.btnSecondaire, a.btnAncreClickToCall.btnSecondaire {
    background: #e5e5e5 url("images/icnAncreContactezNous-001.svg") no-repeat center center;
    background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 100%);
    background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e5e5e5));
    background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -o-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, linear-gradient(to bottom, #ffffff 50%,#e5e5e5 100%);
}

    .btnAncreClickToCall.btnSecondaire:hover, a.btnAncreClickToCall.btnSecondaire:hover {
        background: #ffffff url("images/icnAncreContactezNous-001.svg") no-repeat center center;
        background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -moz-linear-gradient(top, #e5e5e5 50%, #ffffff 100%);
        background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e6e6e6), color-stop(100%,#ffffff));
        background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -webkit-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -o-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, -ms-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnAncreContactezNous-001.svg") no-repeat center center, linear-gradient(to bottom, #e5e5e5 50%,#ffffff 100%);
    }

    .btnAncreClickToCall.btnSecondaire:focus, a.btnAncreClickToCall.btnSecondaire:focus {
        background: #0b4b77 url("images/icnAncreContactezNousFocus-001.svg") no-repeat center center;
    }

/* -- bouton primaire impression -- */

.btnImprimer.btnPrimaire, a.btnImprimer.btnPrimaire {
    padding-left: 35px;
    border: 1px solid #006e30;
    background: #006e30 url("images/icnImprimerBlanc-001.svg") no-repeat 10px center;
    background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #00884e 0%, #006e30 100%);
    background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00884e), color-stop(100%,#006e30));
    background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -o-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, linear-gradient(to bottom, #00884e 0%,#006e30 100%);
    color: #ffffff;
}

    .btnImprimer.btnPrimaire:hover, a.btnImprimer.btnPrimaire:hover {
        background: #00884e url("images/icnImprimerBlanc-001.svg") no-repeat 10px center;
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #006e30 0%, #00884e 100%);
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e30), color-stop(100%,#00884e));
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -o-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center, linear-gradient(to bottom, #006e30 0%,#00884e 100%);
    }

    .btnImprimer.btnPrimaire:focus, a.btnImprimer.btnPrimaire:focus {
        background: #0b4b77 url("images/icnImprimerBlanc-001.svg") no-repeat 10px center;
        border: 1px solid #0b4b77;
        color: #ffffff;
    }
/* -- bouton style lien impression -- */
.boutons .btnImprimer.btnStyleLien {
    padding-left: 35px;
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center;
    text-decoration: none;
}

    .boutons .btnImprimer.btnStyleLien:hover {
        text-decoration: underline;
    }

    .boutons .btnImprimer.btnStyleLien:focus {
        padding-left: 35px;
        background: url("images/icnImprimerBlanc-001.svg") no-repeat 10px center #0b4b77;
        color: #fff;
    }

/* -- bouton secondaire impression -- */

.btnImprimer.btnSecondaire, a.btnImprimer.btnSecondaire {
    padding-left: 35px;
    background: #e5e5e5 url("images/icnImprimerVert-001.svg") no-repeat 10px center;
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 100%);
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e5e5e5));
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -o-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, linear-gradient(to bottom, #ffffff 50%,#e5e5e5 100%);
}

    .btnImprimer.btnSecondaire:hover, a.btnImprimer.btnSecondaire:hover {
        background: #ffffff url("images/icnImprimerVert-001.svg") no-repeat 10px center;
        background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #e5e5e5 50%, #ffffff 100%);
        background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e6e6e6), color-stop(100%,#ffffff));
        background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -o-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnImprimerVert-001.svg") no-repeat 10px center, linear-gradient(to bottom, #e5e5e5 50%,#ffffff 100%);
    }

    .btnImprimer.btnSecondaire:focus, a.btnImprimer.btnSecondaire:focus {
        background: #0b4b77 url("images/icnImprimerBlanc-001.svg") no-repeat 10px center;
    }

/* -- bouton secondaire navigation principale -- */

.btnMenu.btnSecondaire, a.btnMenu.btnSecondaire {
    border: 1px solid #b2b2b2;
    color: #006E30;
    padding-left: 30px;
    background: #ffffff url("images/icnMenu-001.svg") no-repeat 10px center;
    background: url("images/icnMenu-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url("images/icnMenu-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: url("images/icnMenu-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnMenu-001.svg") no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnMenu-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnMenu-001.svg") no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .btnMenu.btnSecondaire:hover, a.btnMenu.btnSecondaire:hover {
        background: #ffffff url("images/icnMenu-001.svg") no-repeat 10px center;
        background: url("images/icnMenu-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: url("images/icnMenu-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
        background: url("images/icnMenu-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnMenu-001.svg") no-repeat 10px center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnMenu-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnMenu-001.svg") no-repeat 10px center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    }

    .btnMenu.btnSecondaire.actif, a.btnMenu.btnSecondaire.actif {
        background: #F1F1F1 url("images/icnMenu-001.svg") no-repeat 10px center;
        border: 1px solid #B2B2B2;
    }

        .btnMenu.btnSecondaire.actif:hover {
            text-decoration: underline;
        }

    .btnMenu.btnSecondaire:focus, a.btnMenu.btnSecondaire:focus {
        background: #0b4b77 url("images/icnMenuFocus-001.svg") no-repeat 10px center;
        color: #ffffff;
        text-decoration: none;
    }

        .btnMenu.btnSecondaire:focus:hover, a.btnMenu.btnSecondaire:focus:hover {
            text-decoration: underline;
        }

/* -- bouton secondaire précédent icone seulement -- */
.btnIcnPrecedent.btnSecondaire, a.btnIcnPrecedent.btnSecondaire {
    width: 5rem;
    height: 4rem;
    min-width: 0;
    background: #ffffff url("images/icnBtnPrecedent-001.svg") no-repeat center center;
    background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .btnIcnPrecedent.btnSecondaire:hover, a.btnIcnPrecedent.btnSecondaire:hover {
        background: #ffffff url("images/icnBtnPrecedent-001.svg") no-repeat center center;
        background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
        background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnBtnPrecedent-001.svg") no-repeat center center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    }

    .btnIcnPrecedent.btnSecondaire:focus, a.btnIcnPrecedent.btnSecondaire:focus {
        background: #0b4b77 url("images/icnBtnPrecedentFocus-001.svg") no-repeat center center;
    }

/* -- bouton secondaire suivant icone seulement -- */
.btnIcnSuivant.btnSecondaire, a.btnIcnSuivant.btnSecondaire {
    width: 5rem;
    height: 4rem;
    min-width: 0;
    background: #ffffff url("images/icnBtnSuivant-001.svg") no-repeat center center;
    background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url("images/icnBtnSuivant-001.svg") no-repeat center center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .btnIcnSuivant.btnSecondaire:hover, a.btnIcnSuivant.btnSecondaire:hover {
        background: #ffffff url("images/icnBtnSuivant-001.svg") no-repeat center center;
        background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
        background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnBtnSuivant-001.svg") no-repeat center center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url("images/icnBtnSuivant-001.svg") no-repeat center center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    }

    .btnIcnSuivant.btnSecondaire:focus, a.btnIcnSuivant.btnSecondaire:focus {
        background: #0b4b77 url("images/icnBtnSuivantFocus-001.svg") no-repeat center center;
    }



/* --- bouton primaire obtenir soumission auto--- */

.btnObtenirSoumissionAuto.btnPrimaire, a.btnObtenirSoumissionAuto.btnPrimaire {
    padding-left: 60px;
    padding-right: 30px;
    border: 1px solid #006e30;
    background: #006e30 url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center;
    background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -moz-linear-gradient(top, #00884e 0%, #006e30 100%);
    background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00884e), color-stop(100%,#006e30));
    background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -webkit-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -o-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -ms-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, linear-gradient(to bottom, #00884e 0%,#006e30 100%);
    color: #ffffff;
    position: relative;
}

    .btnObtenirSoumissionAuto.btnPrimaire:hover, a.btnObtenirSoumissionAuto.btnPrimaire:hover {
        background: #00884e url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 10px center;
        background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -moz-linear-gradient(top, #006e30 0%, #00884e 100%);
        background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e30), color-stop(100%,#00884e));
        background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -webkit-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -o-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, -ms-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center, linear-gradient(to bottom, #006e30 0%,#00884e 100%);
    }

    .btnObtenirSoumissionAuto.btnPrimaire:focus, a.btnObtenirSoumissionAuto.btnPrimaire:focus {
        background: #0b4b77 url("images/icnObtenirSoumissionAuto-001.svg") no-repeat 15px center;
        border: 1px solid #0b4b77;
        color: #ffffff;
    }

    .btnObtenirSoumissionAuto.btnPrimaire:after {
        content: "";
        display: block;
        background: url(images/icnBiensAssuresQuoterFlche-001.svg) no-repeat;
        width: 7px;
        height: 14px;
        background-size: 100%;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 15px;
    }


/* --- bouton primaire obtenir soumission habit --- */

.btnObtenirSoumissionHabit.btnPrimaire, a.btnObtenirSoumissionHabit.btnPrimaire {
    padding-left: 60px;
    padding-right: 30px;
    border: 1px solid #006e30;
    background: #006e30 url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center;
    background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -moz-linear-gradient(top, #00884e 0%, #006e30 100%);
    background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00884e), color-stop(100%,#006e30));
    background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -webkit-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -o-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -ms-linear-gradient(top, #00884e 0%,#006e30 100%);
    background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, linear-gradient(to bottom, #00884e 0%,#006e30 100%);
    color: #ffffff;
    position: relative;
}

    .btnObtenirSoumissionHabit.btnPrimaire:hover, a.btnObtenirSoumissionHabit.btnPrimaire:hover {
        background: #00884e url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center;
        background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -moz-linear-gradient(top, #006e30 0%, #00884e 100%);
        background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e30), color-stop(100%,#00884e));
        background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -webkit-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -o-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, -ms-linear-gradient(top, #006e30 0%,#00884e 100%);
        background: url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center, linear-gradient(to bottom, #006e30 0%,#00884e 100%);
    }

    .btnObtenirSoumissionHabit.btnPrimaire:focus, a.btnObtenirSoumissionHabit.btnPrimaire:focus {
        background: #0b4b77 url("images/icnObtenirSoumissionHabit-001.svg") no-repeat 15px center;
        border: 1px solid #0b4b77;
        color: #ffffff;
    }

    .btnObtenirSoumissionHabit.btnPrimaire:after {
        content: "";
        display: block;
        background: url(images/icnBiensAssuresQuoterFlche-001.svg) no-repeat;
        width: 7px;
        height: 14px;
        background-size: 100%;
        position: absolute;
        top: 50%;
        margin-top: -7px;
        right: 15px;
    }


/* --- bouton secondaire choisir --- */
.btnSecondaire.btnChoisir {
    margin: 0;
    padding-left: 40px;
    background: #e5e5e5 url("images/icnChoisir-001.svg") no-repeat 10px left;
    background: url("images/icnChoisir-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 100%);
    background: url("images/icnChoisir-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e5e5e5));
    background: url("images/icnChoisir-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnChoisir-001.svg") no-repeat 10px center, -o-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnChoisir-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 100%);
    background: url("images/icnChoisir-001.svg") no-repeat 10px center, linear-gradient(to bottom, #ffffff 50%,#e5e5e5 100%);
}

    .btnSecondaire.btnChoisir:hover {
        background: #ffffff url("images/icnChoisir-001.svg") no-repeat 10px center;
        background: url("images/icnChoisir-001.svg") no-repeat 10px center, -moz-linear-gradient(top, #e5e5e5 50%, #ffffff 100%);
        background: url("images/icnChoisir-001.svg") no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e6e6e6), color-stop(100%,#ffffff));
        background: url("images/icnChoisir-001.svg") no-repeat 10px center, -webkit-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnChoisir-001.svg") no-repeat 10px center, -o-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnChoisir-001.svg") no-repeat 10px center, -ms-linear-gradient(top, #e5e5e5 50%,#ffffff 100%);
        background: url("images/icnChoisir-001.svg") no-repeat 10px center, linear-gradient(to bottom, #e5e5e5 50%,#ffffff 100%);
    }

    .btnSecondaire.btnChoisir:focus {
        background: #0b4b77 url("images/icnChoisirFocus-001.svg") no-repeat 10px center;
    }
/* --- bouton précédent --- */
.titreAvecBtnPrecedent .bouton.btnSecondaire.btnPrecedent{
    background: url(images/icnFlecheBtnPrecedent-001.svg) no-repeat center;
    background-size: 10px 16px;
    border:2px solid #007944;
    color:#007944;
    min-width: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 10px;
}

.titreAvecBtnPrecedent .bouton.btnSecondaire.btnPrecedent:hover{
    color: #fff;
    border: 2px solid #004c1f;
}

.titreAvecBtnPrecedent .bouton.btnSecondaire.btnPrecedent:focus{
    background: #0b4b77 url(images/icnFlecheBtnPrecedentFocus-001.svg) no-repeat center;
    border: 2px solid #0b4b77;
    color: #fff;
}

@media only screen and (max-width: 37.5em){
    .titreAvecBtnPrecedent .bouton.btnSecondaire.btnPrecedent{
        border:0;
    }
}

/* --- bouton ajout --- */

.bouton.btnPetit.btnAjout {
    padding-left: 10px;
}

.btnAjout:before {
    margin-right: 10px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    background: url("images/btnAjoutPlus-001.svg") no-repeat;
    vertical-align: middle;
}

.btnAjout:focus:before {
    background: url("images/btnAjoutPlusBlanc-001.svg") no-repeat;
}

/* --- bouton style lien retirer --- */

.btnStyleLien.btnRetirer:before {
    margin-right: 5px;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("images/btnRetirerPoubelle-001.svg") no-repeat;
    vertical-align: text-top;
}

.btnStyleLien.btnRetirer:focus:before {
    background: url("images/btnRetirerPoubelleBlanc-001.svg") no-repeat;
}

/* --- groupe de boutons --- */

.boutons {
    overflow: hidden;
}

    .boutons .bouton {
        margin-right: 15px;
    }

        .boutons .bouton:last-child {
            margin-right: 0;
        }

    .boutons.boutonsAvecAttente .bouton {
        float: none;
        margin-right: 15px;
    }

.boutonsCentres {
    text-align: center;
}

.ligneBouton {
    margin: 20px 0;
}

.boutons2lignes .bouton.btnPrimaire,
.boutons2lignes .bouton:last-child {
    display: block;
}
/* --- boutons avec image d'attente --- */
.boutonAvecAttente {
    display: inline-block;
}

    .boutonAvecAttente .bouton {
        margin-right: 0px;
    }

    .boutonAvecAttente .imageAttente {
        display: inline-block;
        margin-top: 20px;
    }

.envoyerSoumissionAgent .boutonAvecAttente .imageAttente {
    margin-top: 25px;
}
/* --- navigation par page ---*/
.navigationPage ul, .navigationPage li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigationPage p {
    margin: 5px 0;
}

.navigationPage .bouton, .navigationPage .btnStyleLien {
    margin: 0;
    display: block;
    float: none;
}

.navigationPage .btnStyleLien {
    text-decoration: none;
}

.navigationPage li {
    margin: 0 20px 10px 0;
    float: left;
}

.navigationPage ul li:last-child {
    margin-right: 0;
}

.navigationPage .pagination {
    padding: 7px 20px 7px 0;
    position: relative;
    height: 4rem;
}

    .navigationPage .pagination.dernier {
        padding-right: 0;
    }

.navigationPage .btnPagination {
    display: block;
    text-decoration: underline;
}

    .navigationPage .btnPagination.courant {
        cursor: default;
        color: #4b535a;
        text-decoration: none;
    }

        .navigationPage .btnPagination.courant:focus {
            color: #fff;
        }

    .navigationPage .btnPagination::after {
        content: "";
        display: block;
        height: 1em;
        width: 1px;
        border-right: 1px solid #006e30;
        position: absolute;
        top: 11px;
        right: 0;
    }

.navigationPage .pagination.dernier .btnPagination::after {
    display: none;
}

/* ----- template ----- */

/* --- general --- */
html {
    font-size: 62.5%;
    line-height: 62.5%;
}

/* --- Foundation --- */

/*  Foundation en rem  */

.row {
    max-width: 128rem;
    min-width: 32rem;
}

    .row .row {
        max-width: none;
        min-width: 0;
    }

.column, .columns {
    padding-left: 1rem;
    padding-right: 1rem;
}

.row .row {
    margin-left: -1rem;
    margin-right: -1rem;
}

/*  Foundation breakpoint suplementaire  */

meta.my-mq-custom-xSmall {
    font-family: "/only screen and (min-width: 31.25em)/"; /*500px*/
    width: 31.25em;
}

/* ----- masterpage ----- */
#centreMaster:before {
    background: #fff; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTVlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e3e5e6 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e5e6), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #e3e5e6 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #e3e5e6 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #e3e5e6 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #e3e5e6 0%,#ffffff 100%);
    content: "";
    height: 93px;
    position: absolute;
    width: 100%;
}

.appMobile #centreMaster:before {
    height: 0;
}
/* --- entete --- */

#enteteMaster > .row {
    padding: 20px 0 2.2rem;
}

#enteteMaster {
    position: relative;
}

    #enteteMaster .logoMarque {
        display: inline-block;
        padding: 2px;
        max-width: 100%;
        height: auto;
    }

.fr #enteteMaster .logoMarque img {
    width: 143px;
}
/* pour ie pas capable de scaler un svg comme il faut*/
.en #enteteMaster .logoMarque img {
    width: 143px;
}
/* pour ie pas capable de scaler un svg comme il faut*/

#enteteMaster .connection {
    padding-top: 5px;
    text-align: right;
}

#enteteMaster p.client {
    margin: 0 0px 5px;
    font-size: 1.4rem;
    line-height: 2rem;
}

#enteteMaster .btnDeconnection {
    font-weight: bold;
    text-align: right;
}

/*  Bannière avec téléphone */
header[role="banner"] #telephoneEntete {
    background: none repeat scroll 0 0 #2E2E2E;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    min-height: 30px;
    padding: 4px 0;
}

    header[role="banner"] #telephoneEntete p,
    header[role="banner"] #telephoneEntete a {
        margin: 0;
        color: #fff;
    }

        header[role="banner"] #telephoneEntete a:focus {
            background: #ffffff;
            color: #2E2E2E !important;
            outline-color: #ffffff;
        }


/* menu service en ligne */

#enteteMaster .btnSEL {
    font-weight: bold;
    padding: 5px 2px 1px;
    margin-top: -5px;
    border: 0;
    text-align: right;
}

    #enteteMaster .btnSEL:focus {
        outline: 0;
    }

#enteteMaster .sousMenuActions {
    margin: 0;
    padding: 0;
}

#enteteMaster .groupeMenu .sousMenuActions {
    margin-top: 14px;
}

#enteteMaster .btnSEL.inactif .conteneur {
    padding-right: 18px;
    background: url('images/icnMenuFermer-vert-001.svg') no-repeat right center;
}

#enteteMaster .btnSEL.inactif:focus .conteneur {
    background-image: url('images/icnMenuFermer-blanc-001.svg');
}

#enteteMaster .btnSEL.actif .conteneur {
    padding-right: 18px;
    background: url('images/icnMenuOuvert-vert-001.svg') no-repeat right center;
}

#enteteMaster .btnSEL.actif:focus .conteneur {
    background-image: url('images/icnMenuOuvert-blanc-001.svg');
}

#enteteMaster .btnSEL.actif {
    border: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 25em) { /* 400px */
    #enteteMaster .logoMarque img {
        width: 100%;
    }

    #enteteMaster .btnSEL {
        font-size: 1.3rem;
    }
}

#enteteMaster .btnSEL.actif:focus {
    background: #0b4b77;
    color: #fff;
    text-decoration: underline;
}

#enteteMaster .sousMenuActions {
    margin-left: calc(-100% - 2rem);
    margin-left: -webkit-calc(-100% - 2rem);
    margin-left: -moz-calc(-100% - 2rem);
    text-align: left;
}

    #enteteMaster .sousMenuActions .btnDeconnection {
        text-align: left;
    }

    #enteteMaster .sousMenuActions.fermer {
        display: none;
    }

    #enteteMaster .sousMenuActions.ouvert {
        display: block;
    }

    #enteteMaster .sousMenuActions ul {
        border: 1px solid #d4d4d4;
        background: #ffffff;
        padding: 0;
        margin: 0;
    }

#enteteMaster .sousMenuActions {
    position: relative;
    z-index: 20;
}

    #enteteMaster .sousMenuActions.ouvert:before, #enteteMaster .sousMenuActions.ouvert:after {
        right: 15px;
    }

    #enteteMaster .sousMenuActions.ouvert:before, #enteteMaster .sousMenuActions.ouvert:after {
        border-bottom: 7px solid #d4d4d4;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: " ";
        cursor: pointer;
        display: block;
        height: 0;
        position: absolute;
        top: -7px;
        width: 0;
    }

    #enteteMaster .sousMenuActions.ouvert:after {
        border-bottom: 7px solid #ffffff;
        top: -6px;
        z-index: 1;
    }

    #enteteMaster .sousMenuActions li {
        list-style: none;
        background: #fff;
        padding: 0;
        margin: 0;
    }

        #enteteMaster .sousMenuActions li a,
        #enteteMaster .sousMenuActions li button {
            display: block;
            width: 100%;
            padding: 0px 10px;
            text-decoration: none;
            color: #006E30;
            font-weight: bold;
            margin: 0;
        }

            #enteteMaster .sousMenuActions li a:hover:not(.pageCourante),
            #enteteMaster .sousMenuActions li button:hover:not(.pageCourante) {
                color: #006E30;
                text-decoration: underline;
            }

            #enteteMaster .sousMenuActions li a.pageCourante {
                color: #4B535A;
            }

        #enteteMaster .sousMenuActions li .conteneur {
            border-bottom: 1px solid #dddddd;
            padding: 13px 0px;
            display: block;
            width: 100%;
        }

        #enteteMaster .sousMenuActions li a:focus, #enteteMaster .sousMenuActions li button:focus {
            outline-width: 0;
            color: #fff !important;
        }

            #enteteMaster .sousMenuActions li a:focus .conteneur, #enteteMaster .sousMenuActions li button:focus .conteneur {
                border-color: #0b4b77;
            }

        #enteteMaster .sousMenuActions li:last-child .conteneur {
            border-bottom: 0;
        }

@media only screen and (min-width: 41.8185em) { /* 500px et plus */
    #enteteMaster .groupeMenu {
        position: relative;
        z-index: 19;
    }

    #enteteMaster .sousMenuActions {
        position: absolute;
        right: 0;
        min-width: 201px;
        width: auto;
        max-width: 100%;
        margin-left: 0;
        margin-top: -2px;
    }
}

/* Menu selection de provinces */
.entete-connexionDeconnexion .entete-connexion .entete__menuProvince{
    display: inline-block;
    position: relative;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .btnProvince{
    position: relative;
    display: inline-block;
    margin-right: 1rem;
    background: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 10px 8px 10px;
    min-width: inherit;
    font-weight: 500;
    font-size: 18px;
    color: #007944;
    min-height: inherit;
    line-height: inherit;
    border: 0;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .btnProvince.actif{
    padding: 8px 10px 8px 10px;
    background-color: #555555;
    color: #fff;
    outline: none;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .btnProvince:after{
    background-color: #C3C3C3;
    content: '';
    height: 40px;
    margin-top: -1.1em;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu{
    display:none;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu.ouvert{
    display: inline;
    position: absolute;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    z-index: 3;
    min-width: 126px;
    text-align: left;
    left: 0;
    top: 4rem;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu ul{
    margin: 0;
    padding: 0;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu ul li:first-of-type{
    border-top: 1px solid #DDDDDD;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu ul li{
    position:relative;
    list-style-type: none;
    margin-top: 0;
    border-bottom: 1px solid #DDDDDD;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu.ouvert ul li.provinceCourante a:before{
    content:"";
    display:inline-block;
    background:url("../../images/commun/icnCheck-001.svg");
    background-repeat:no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 1rem;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu.ouvert ul li.provinceCourante a:focus:before{
    background:url("../../images/commun/icnCheckFocus-001.svg");
    background-repeat:no-repeat;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu ul li a{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 15px 15px 15px 10px;
    font-weight: normal;
    font-size: 1.4rem;
    padding-left: 3rem;
    font-weight: 500;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu ul li a:hover{
    text-decoration:underline;
}

.entete-connexionDeconnexion .entete-connexion .entete__menuProvince .menu ul li a:focus{
    border: none;
    color: #fff;
    outline: none;
}

/* Entête connexion déconnexion */
.entete-connexionDeconnexion{
    position: relative;
    background: #fff;
    padding: 0 1rem;
    border-bottom: 2px solid #DDEED9;
}

.entete-connexionDeconnexion .container .row{
    display:flex;
    align-items:center;
    padding:1.5rem 0 2.5rem 0;
}

.entete-connexionDeconnexion .entete-connexion{
    text-align: right;
    position: relative;
    padding-top: 0;
}

#enteteMaster.entete-connexionDeconnexion .connection{
    padding-top:0;
}

.entete-connexionDeconnexion .entete-connexion .entete-boiteDeconnexion{
    display:inline-block;
} 

.entete-connexionDeconnexion .entete-connexion .entete-boiteDeconnexion button.entete-btnDeconnexion{
    margin:0;
}

.entete-connexionDeconnexion .entete-connexion .entete-boiteDeconnexion button.entete-btnDeconnexion:focus{
    color:#006E30;
}

.entete-connexionDeconnexion .entete-connexion .entete-boiteDeconnexion .btnStyleLien{
    position: relative;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    min-width: 6rem;
    width: 5.4rem;
    height: 5.4rem;
    background: url(images/icnEnteteProfil-001.svg) no-repeat;
    background-size: 6rem 5.4rem;
    z-index:2;
}


.entete-connexionDeconnexion .entete-connexion .entete-boiteDeconnexion .btnStyleLien.entete-btnDeconnexion.actif:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 13px 12.5px;
    border-color: transparent transparent #e5e5e5 transparent;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -12px;
    z-index: 2;
}

.entete-connexionDeconnexion .entete-connexion .entete-boiteDeconnexion .btnStyleLien.entete-btnDeconnexion.actif:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12.5px 13px 12.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -12px;
    z-index:2;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu,
.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu.fermer{
    display:none;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu p{
    font-family: 'Roboto', sans-serif;
    margin:0;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu.ouvert{
    display: inline;
    background: #fff;
    width: 320px;
    border: 1px solid #e5e5e5;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 7.8rem;
    text-align:left;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu .entete-boiteDeconnexionNom{
    padding: 20px 20px 20px 80px;
    background: url(images/icnMenuProfilAvatar-001.svg) no-repeat 20px 20px;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu .entete-boiteDeconnexionNom p{
    display: block;
    font-family: 'Roboto', sans-serif;
    word-break:break-all;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu .entete-boiteDeconnexionNom p:first-of-type{
    font-weight:700;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul{
    position: relative;
    padding: 0;
    margin: 0;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul li{
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul li:last-of-type{
    border-bottom:none;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul li.pageCourante a{
    color: #333333;
    font-weight: 700;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul li.pageCourante a:focus{
    color:#fff;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul li a{
    display: block;
    padding: 20px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu ul li a:hover{
    text-decoration:underline;
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu .bouton{
    font-family: 'Roboto', sans-serif;
    font-size:20px;
    font-size:2rem;
    margin: 20px;
    width: calc(100% - 40px);
}

.entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu .bouton:before{
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icnMenuProfilDeconnexion-001.svg);
    margin-right: 10px;
    margin-bottom: -4px;
}

@media only screen and (max-width: 37.5em) /* 600px */{
    .entete-connexionDeconnexion .entete-boiteDeconnexion .entete-menu.ouvert{
        display: inline;
        background: #fff;
        width: calc(98vw);
        margin-left: 1vw;
        border: 1px solid #e5e5e5;
        position: absolute;
        z-index: 3;
        right: -20px;
        top: 7.8rem;
        -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    }
}

/* --- navigation principale --- */


.navigationPrincipale ul button {
    font-size: 1.6rem;
    text-align: left;
    border: none;
    background: none;
}

.navigationPrincipale ul {
    margin: 0;
    padding: 0;
}

.navigationPrincipale li .sousMenuActions.fermer {
    display: none;
}

.navigationPrincipale li .sousMenuActions.ouvert {
    display: block;
}

.navigationPrincipale li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bandeauNavigationPrincipale {
    position: relative;
}

    .bandeauNavigationPrincipale .navigationPrincipale ul li a.pageCourante {
        background: #fff;
        background: -moz-linear-gradient(top, rgba(55,55,55,0.3) 0%, rgba(255, 255, 255, 0.4) 100%) repeat-x scroll 0 0 / auto 27px #fff; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,55,55,0.3)), color-stop(100%,rgba(255, 255, 255, 0.4))) repeat-x scroll 0 0 / auto 27px #fff; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(55,55,55,0.3) 0%,rgba(255, 255, 255, 0.4) 100%) repeat-x scroll 0 0 / auto 27px #fff; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(55,55,55,0.3) 0%,rgba(255, 255, 255, 0.4) 100%) repeat-x scroll 0 0 / auto 27px #fff; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(55,55,55,0.3) 0%,rgba(255, 255, 255, 0.4) 100%) repeat-x scroll 0 0 / auto 27px #fff; /* IE10+ */
        background: linear-gradient(to bottom, rgba(55,55,55,0.3) 0%,rgba(255, 255, 255, 0.4) 100%) repeat-x scroll 0 0 / auto 27px #fff; /* W3C */
        border-bottom: none;
        color: #616D76;
        cursor: default;
    }

.navigationPrincipale .btnSousmenu.inactif .conteneur:after {
    padding-right: 18px;
    background: url('images/btnFermeBlanc-001.svg') no-repeat right center;
    position: relative;
    content: "";
}

.navigationPrincipale .btnSousmenu.inactif:focus .conteneur:after {
    background-image: url('images/btnFermeBlanc-001.svg');
    position: relative;
    content: "";
}

.navigationPrincipale .btnSousmenu.actif .conteneur:after {
    padding-right: 18px;
    background: url('images/icnMenuOuvert-blanc-001.svg') no-repeat right center;
    position: relative;
    content: "";
}

.navigationPrincipale .btnSousmenu.actif:focus .conteneur:after {
    background-image: url('images/icnMenuOuvert-blanc-001.svg');
    position: relative;
    content: "";
}



.navigationPrincipale .btnSousmenu li .conteneur {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 13px 0;
    width: 100%;
}



/* petite résolution */
@media only screen and (max-width: 41.8185em) { /* 669px et moins */

    #centreMaster {
        margin-top: 15px;
    }

    .appMobile #centreMaster {
        margin-top: 0;
    }

    .navigationPrincipale {
        font-family: "mobile";
    }
        /*utiliser par la fonction js "obtenirBreakPointAtteintMobile2" pour déterminer si le menu est mobile */
        .navigationPrincipale > * {
            font-family: Arial, Helvetica, sans-serif;
        }

        .navigationPrincipale .btnSousmenu.inactif .conteneur:after {
            padding-right: 18px;
            background: url('images/icnMenuFermer-vert-001.svg') no-repeat right center;
            position: relative;
            content: "";
        }

        .navigationPrincipale .btnSousmenu.inactif:focus .conteneur:after {
            background-image: url('images/icnMenuFermer-vert-001.svg');
            position: relative;
            content: "";
        }

        .navigationPrincipale .btnSousmenu.actif .conteneur:after {
            padding-right: 18px;
            background: url('images/icnMenuOuvert-vert-001.svg') no-repeat right center;
            position: relative;
            content: "";
        }

        .navigationPrincipale .btnSousmenu.actif:focus .conteneur:after {
            background-image: url('images/icnMenuOuvert-vert-001.svg');
            position: relative;
            content: "";
        }

        .navigationPrincipale .btnMenu {
            display: block !important;
        }

    #layout_n1n2 .bandeauNavigationPrincipale, #layout_n1n2 .bandeauNavigationPrincipale:before {
        background: none !important;
    }

    #enteteMaster .sousMenuActions.ouvert:before, #enteteMaster .sousMenuActions.ouvert:after {
        border-bottom: 7px solid #d4d4d4;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        top: -7px;
    }

    .bandeauNavigationPrincipale .navigationPrincipale ul li a.pageCourante {
        background: #fff;
    }

    .navigationPrincipale .btnSousmenu.inactif:focus .conteneur:after {
        background-image: url('images/icnMenuFermer-blanc-001.svg');
        position: relative;
        content: "";
    }

    .navigationPrincipale .btnSousmenu.actif .conteneur:after {
        padding-right: 18px;
        background: url('images/icnMenuOuvert-vert-001.svg') no-repeat right center;
        position: relative;
        content: "";
    }

    .navigationPrincipale .btnSousmenu.actif:focus .conteneur:after {
        background-image: url('images/icnMenuOuvert-blanc-001.svg');
        position: relative;
        content: "";
    }

    #enteteMaster .sousMenuActions.ouvert:after {
        border-bottom: 7px solid #ffffff;
        top: -6px;
    }

    .bandeauNavigationPrincipale {
        background: #fff;
    }

    .navigationPrincipale li {
        background: #ffffff;
    }

    .navigationPrincipale .fermerMobile {
        display: none;
    }

    .navigationPrincipale .btnMenu {
        margin-bottom: 0;
        margin-top: 0;
    }

    .navigationPrincipale .groupeMenu {
        border: 1px solid #b2b2b2;
        background: #f1f1f1;
        padding: 0;
        margin: -1px 0 0 0;
    }

    .navigationPrincipale .elementMenu a, .navigationPrincipale .elementMenu button {
        display: block;
        width: 100%;
        padding: 0px 10px;
        text-decoration: none;
        color: #006E30;
        font-weight: bold;
    }

    .navigationPrincipale .elementMenu .conteneur {
        border-bottom: 1px solid #d4d4d4;
        padding: 13px 0px;
        display: block;
        width: 100%;
    }

    .navigationPrincipale .sousMenuActions.ouvert a {
        padding: 0 20px;
    }

    .navigationPrincipale .elementMenu a.pageCourante {
        color: #004b8d;
    }

    .navigationPrincipale .elementMenu a:hover:not(.pageCourante),
    .navigationPrincipale .elementMenu button:hover:not(.pageCourante) {
        text-decoration: underline;
    }

    .navigationPrincipale .elementMenu a:focus {
        outline-width: 0;
    }

        .navigationPrincipale .elementMenu a:focus .conteneur {
            border-color: #004b8d;
        }

    .navigationPrincipale .elementMenu:last-child .conteneur {
        border-bottom: 0;
    }
}


.bandeauNavigationPrincipale .navigationPrincipale ul a:focus,
.bandeauNavigationPrincipale .navigationPrincipale ul button:focus {
    outline: none;
    background: #004b8d;
    color: #ffffff !important;
}

/* grande résolution */
@media only screen and (min-width: 41.875em) { /* 670px et plus */

    .navigationPrincipale {
        font-family: "grResolution";
    }
        /*utiliser par la fonction js "obtenirBreakPointAtteintMobile2" pour déterminer si le menu est mobile */
        .navigationPrincipale > * {
            font-family: Arial, Helvetica, sans-serif;
        }

        .navigationPrincipale .sousMenuActions ul {
            border: 1px solid #CCCCBC;
            border-top-width: 0;
            background: #f1f1f1;
            padding: 0;
            margin: 0;
            -webkit-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
        }

    .bandeauNavigationPrincipale {
        background: #616D76;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
    }

    .navigationPrincipale .btnMenu {
        display: none;
    }

        .navigationPrincipale .btnMenu:focus {
            border: 0 none;
            clip: rect(0px, 0px, 0px, 0px);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            display: block;
        }

    .navigationPrincipale ul {
        margin: 0;
        padding: 0;
    }

        .navigationPrincipale ul:after {
            clear: both;
        }

    .navigationPrincipale > ul > li:first-child {
        border-left: 1px solid #d4d4d4;
    }

    .navigationPrincipale > ul > li {
        border-right: 1px solid #d4d4d4;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.88rem;
        font-weight: normal;
        position: relative;
    }

    .navigationPrincipale ul a,
    .navigationPrincipale ul button {
        text-decoration: none;
        color: #ffffff;
        padding: 15px 12px;
        display: block;
        border: none;
        background: none;
    }

        .navigationPrincipale > ul > li > a:hover,
        .navigationPrincipale ul button:hover {
            outline: none;
            background: #4b535a; /* Old browsers */
            background: -moz-linear-gradient(top, #676767 0%, #4b535a 50%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#676767), color-stop(50%,#4b535a)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #676767 0%,#4b535a 50%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #676767 0%,#4b535a 50%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #676767 0%,#4b535a 50%); /* IE10+ */
            background: linear-gradient(to bottom, #676767 0%,#4b535a 50%); /* W3C */
        }

    .navigationPrincipale .sousMenuActions {
        background: none repeat scroll 0 0 #fff;
        max-width: 100%;
        min-width: 201px;
        position: absolute;
        right: 0;
        width: auto;
        z-index: 19;
    }

        .navigationPrincipale .sousMenuActions ul {
            border: 1px solid #d4d4d4;
            background: #ffffff;
            padding: 0;
        }

        .navigationPrincipale .sousMenuActions li {
            background: none repeat scroll 0 0 #fff;
            list-style: outside none none;
            margin: 0;
            padding: 0;
        }

        .navigationPrincipale .sousMenuActions a {
            display: block;
            width: 100%;
            padding: 0px 10px;
            text-decoration: none;
            color: #006e30;
            font-weight: bold;
        }

            .navigationPrincipale .sousMenuActions a span.conteneur {
                border-bottom: 1px solid #dddddd;
                display: block;
                padding: 13px 0;
                width: 100%;
            }

        .navigationPrincipale .sousMenuActions li a:hover {
            text-decoration: underline;
        }

        .navigationPrincipale .sousMenuActions a.pageCourante {
            color: #004b8d;
        }

        .navigationPrincipale .sousMenuActions a:focus {
            outline-width: 0;
        }

            .navigationPrincipale .sousMenuActions a:focus .conteneur {
                border-color: #004b8d;
            }

        .navigationPrincipale .sousMenuActions li:last-child .conteneur {
            border-bottom: 0;
        }

    .bandeauNavigationPrincipale {
        background: #616D76;
        position: relative;
        border: 0;
    }


    .navigationPrincipale ul {
        margin: 0;
        padding: 0;
    }

        .navigationPrincipale ul:after {
            clear: both;
        }

    .navigationPrincipale li:first-child {
        border-left: 1px solid #d4d4d4;
    }

    .navigationPrincipale li {
        border-right: 1px solid #ffffff;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.6rem;
        line-height: 1.88rem;
        font-weight: normal;
    }

    .navigationPrincipale a {
        text-decoration: none;
        color: #ffffff;
        padding: 15px 12px;
        display: block;
    }

        .navigationPrincipale a.pageCourante {
            background: #fff;
            border-bottom: 1px solid #ffffff;
            margin-bottom: -1px;
            color: #4B535A;
        }

        .navigationPrincipale a:focus, .navigationPrincipale button:focus {
            outline: none;
            background: #0B4B77;
            color: #ffffff !important;
            text-decoration: underline;
        }
}

.bandeauNavigationPrincipale .navigationPrincipale ul a:focus,
.bandeauNavigationPrincipale .navigationPrincipale ul button:focus,
.bandeauNavigationPrincipale .navigationPrincipale ul li a.pageCourante:focus {
    outline: none;
    color: #ffffff !important;
    background: #0B4B77 !important;
}


/* --- fil d'arianne --- */

.filAriane {
    margin: 15px 0 0;
}

    .filAriane ol {
        font-size: 1.6rem;
        line-height: 1.4rem;
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

@media only screen and (max-width: 60em) { /*960px*/
    .filAriane ol {
        font-size: 1.4rem;
    }
}

.filAriane li {
    float: left;
    margin: 5px 0 0;
}

.filAriane a, .filAriane a:active {
    color: #006E30;
    text-decoration: none;
}

    .filAriane a:hover {
        text-decoration: underline;
    }

.filAriane li:after {
    content: ">";
    display: inline;
    padding: 0 5px 0 5px;
    color: #006E30;
}

.filAriane ol li:last-child:after {
    display: none;
}

/* --- note --- */

.boiteNotes.questionBoiteNotes,
fieldset + .boiteNotes.questionBoiteNotes.avecMarge
{
    margin-top: 5px;
}

fieldset + .boiteNotes.questionBoiteNotes {
    margin-top: -3px;
}

.boiteNotes .tiroir {
    margin-bottom: 0;
}

.boiteNotes .tiroirs .entete-tiroir button,
.no-js .boiteNotes .tiroirs .entete-tiroir button {
    font-size: 16px;
    font-size: 1.6rem;
    color: #006e30;
    background: none;
    border: none;
    padding: 0 0 0 25px;
    display: inline-block;
    width: auto;
    min-height: inherit;
    font-weight: normal;
    text-decoration: none;
}

.boiteNotes .tiroirs .fermer .entete-tiroir button,
.boiteNotes .tiroirs .fermer .entete-tiroir button:hover {
    background: url("images/icnDocumentTiroirOuvrir-001.svg") left center no-repeat;
    border: none;
}

.boiteNotes .tiroirs .fermer .entete-tiroir button:hover {
    color: #006e30;
}

.boiteNotes .tiroirs .fermer .entete-tiroir button:focus,
.boiteNotes .tiroirs .fermer .entete-tiroir button:focus:hover {
    background: url("images/icnDocumentTiroirOuvrirFocus-001.svg") left center no-repeat #0b4b77;
    border: none;
    color: #FFF;
}

.boiteNotes .tiroirs .ouvert .entete-tiroir button,
.boiteNotes .tiroirs .ouvert .entete-tiroir button:hover {
    background: url("images/icnDocumentTiroirFermer-001.svg") left center no-repeat;
    border: none;
}

    .boiteNotes .tiroirs .ouvert .entete-tiroir button:focus {
        background: url("images/icnDocumentTiroirFermerFocus-001.svg") left center no-repeat #0b4b77;
        border: none;
    }

    .boiteNotes .tiroirs .ouvert .entete-tiroir button:hover,
    .boiteNotes .tiroirs .fermer .entete-tiroir button:hover {
        text-decoration: underline;
    }

.boiteNotes .tiroirs .contenu-tiroir strong.titre-tiroir {
    display: block;
    margin: 18px 0 15px 0;
}

.boiteNotes .tiroirs .contenu-tiroir,
.boiteNotes .tiroirs .ouvert .contenu-tiroir,
.boiteNotes .tiroirs .contenu-tiroir.contenu-tiroir-trait,
.boiteNotes .tiroirs .ouvert .contenu-tiroir.contenu-tiroir-trait {
    border: none;
    border-top: 1px solid #C0C8CA;
    padding: 10px 0 0 0;
    margin: 26px 0 0 0;
    background: none;
}

    .boiteNotes .tiroirs .contenu-tiroir * {
        font-size: 14px;
        font-size: 1.4rem;
    }

/* --- haut de page --- */
.groupeQuitterHautPage {
    padding-top: 20px;
}

.hautPage {
    display:flex;
    flex-direction:column;
}


.hautPage button {
    color: #006e30;
    background: url("images/icnHautPage-001.svg") no-repeat right center;
    border: 0;
    padding: 20px 40px 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    background-size: 30px 30px;
    text-align:right;
}

    .hautPage button {
        text-decoration: underline;
    }

        .hautPage button:hover {
            background: url("images/icnHautPageHover-001.svg") no-repeat right center;
            background-size: 30px 30px;
        }


        .hautPage button:focus {
            color: #FFF;
            background: url("images/icnHautPageFocus-001.svg") no-repeat right center;
            outline: 0;
            background-size: 30px 30px;
        }

            .hautPage button:focus span {
                background: #0b4b77;
            }

.groupeQuitterHautPage .btnQuitter {
    margin-top: 15px;
}

/*---- boite piedpage message important ------*/
.boitePiedPageMessageImportant {
    position: relative;
    background: none repeat scroll 0 0 #2E2E2E;
    border-bottom: 1px solid #595959;
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
}

.boitePiedPageMessageImportant p{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #fff;
}

.boitePiedPageMessageImportant .boiteNotes .tiroirs .contenu-tiroir *{
    font-size:12px;
    font-size:1.2rem;
    line-height:1.8rem;
}

.boitePiedPageMessageImportant .boiteNotes.questionBoiteNotes .tiroirs .contenu-tiroir{
    padding-left:0;
}

.boitePiedPageMessageImportant .questionBoiteNotes .tiroirs .entete-tiroir button{
    font-size:12px;
    font-size:1.2rem;
    line-height:1.8rem;
    color:#fff;
}

.boitePiedPageMessageImportant .boiteNotes .tiroirs .ouvert .entete-tiroir button{
     background: url(images/icnDocumentTiroirFermerBoiteMessage-001.svg) left center no-repeat;
}

.boitePiedPageMessageImportant .boiteNotes .tiroirs .fermer .entete-tiroir button{
     background: url(images/icnDocumentTiroirOuvrirBoiteMessage-001.svg) left center no-repeat;
}

.boitePiedPageMessageImportant .boiteNotes .tiroirs .ouvert .entete-tiroir button:focus,
.boitePiedPageMessageImportant .boiteNotes .tiroirs .fermer .entete-tiroir button:focus
{
     background: url(images/icnDocumentTiroirFermerBoiteMessage-001.svg) left center no-repeat #0b4b77 ;
}

.boitePiedPageMessageImportant .tiroirs .ouvert .entete-tiroir button:hover,
.boitePiedPageMessageImportant .boiteNotes .tiroirs .fermer .entete-tiroir button:hover
{
    color:#fff;
}

.boitePiedPageMessageImportant .contenu {
    position: relative;
    z-index: 2;
    padding: 20px 0 20px;
}

.titreBoitePiedPageMessageImportant {
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
    margin: 0;
    line-height: 18px;
    font-weight: bold;
}

.boitePiedPageMessageImportant .contenu :last-child {
    margin-bottom: 0;
}

/* --- pied de page --- */

#footerMaster {
    background: none repeat scroll 0 0 #2E2E2E;
    color: #ffffff;
    padding: 27px 10px 20px 10px;
    border: 0;
    position: relative;
}

.appMobile #footerMaster, .appMobile + #footerMaster {
    display: none;
}

/* --- base --- */

#footerMaster {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

    #footerMaster p {
        margin: 0;
    }


/* --- entrust --- */

#basPageEntrust {
    margin-bottom: 20px;
    padding: 0;
}

    #basPageEntrust .contenu {
        border-bottom: 1px solid #595959;
        padding-bottom: 20px;
    }

@media all and (min-width: 60em) {
    #basPageEntrust .contenu {
        border-bottom: none;
    }
}

#basPageEntrust .contenu {
    /* overflow: hidden;*/
    min-height: 52px;
    display: table;
}

#basPageEntrust .logo-entrust {
    float: left;
    vertical-align: middle;
    margin-right: 15px;
    width: 52px;
    height: 52px;
}

    #basPageEntrust .logo-entrust a {
        padding: 2px;
        display: inline-block;
        color: #FFFFFF;
    }

        #basPageEntrust .logo-entrust a:focus {
            background: none;
            color: #a2a4a6 !important;
            outline: 2px solid #ffffff;
            display: inline-block;
        }

#basPageEntrust p {
    display: table-cell;
    vertical-align: middle;
}

/* --- no telephone --- */

#basPageTel ul {
    padding: 0;
}

#basPageTel li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
}

#basPageTel .contenu {
    margin-bottom: 20px;
}

    #basPageTel .contenu a span {
        display: inline-block;
    }

@media all and (max-width: 31.19em) {
    #basPageTel li.columns {
        float: none;
        width: 100%;
    }
}

/* --- copyright --- */

#footerMaster .footer__haut:not(:last-child) {
    border-bottom: 1px solid #595959;
}

#footerMaster .footer__bas {
    padding-top: 20px;
}

#footerMaster .row + .row #basPageCopy .contenu {
    padding-top: 20px;
    border-top: 1px solid #595959;
}


#basPageCopy p {
    margin-bottom: 5px;
}

#basPageCopy ul.links {
    padding: 0;
    margin: 0 0 5px;
    line-height: 1.1rem;
    display: inline-block;
    width: 100%;
}

    #basPageCopy ul.links li {
        list-style-type: none;
        float: left;
        padding: 0 5px 0 0;
        margin: 0 5px 8px 0;
        border-right: 1px solid #ffffff;
    }

        #basPageCopy ul.links li:last-child {
            border: 0;
        }

        #basPageCopy ul.links li:first-child {
            padding-left: 0;
            margin-left: 0;
        }

#basPageCopy a, #basPageCopy a:visited {
    color: #ffffff;
    text-decoration: none;
}

    #basPageCopy a:focus, #basPageTel a:focus {
        background: #ffffff;
        color: #2E2E2E !important;
        outline-color: #ffffff;
    }

    #basPageCopy a:focus, #basPageCopy a:hover {
        text-decoration: underline;
    }

/* --- specifique à version 3 et 2 colonnes --- */

#footerMaster.footer3colonnes #basPageEntrust .contenu, #footerMaster.footer2colonnes #basPageEntrust .contenu {
    padding-bottom: 15px;
    border-bottom: 1px solid #595959;
    min-height: 62px;
}

@media only screen and (min-width: 60em) { /*960px*/
    #footerMaster.footer3colonnes #basPageEntrust .contenu, #footerMaster.footer2colonnes #basPageEntrust .contenu {
        border: 0;
        padding-bottom: 1px;
    }

    #footerMaster.footer3colonnes #footerMaster #basPageEntrust p, #footerMaster.footer2colonnes #footerMaster #basPageEntrust p {
        padding-top: 2px;
    }

    #basPageCopy ul.links li {
        margin: 0 5px 0 0;
    }
}

/* --- spécifique à version 3 colonnes --- */

#footerMaster.footer3colonnes br.sautLigneMobile {
    display: none;
}

/* --- spécifique à version 2 colonnes --- */

@media only screen and (min-width:48.06em) { /*769+px*/
    #footerMaster.footer2colonnes br.sautLigneMobile {
        display: none;
    }
}

@media only screen and (min-width: 31.25em) and (max-width: 47.9375em) { /*500px-767px*/
    #footerMaster.footer2colonnes br.sautLigneMobile {
        display: none;
    }
}


/* --- specifique à version minimal --- */

#footerMaster.footerMinimal #basPageCopy .contenu {
    padding-top: 0;
    border: 0;
}

/* --- specifique à version minimal entrust --- */

#footerMaster.footerMinimalEntrust #basPageEntrust .contenu,
#footerMaster.footerMinimalEntrust #basPageEntrust {
    padding-top: 0;
    border: 0;
    margin: 0;
}



/* ----- page ----- */

.master {
    background: #fff;
}

    .master.stickyBanner {
        padding-top: 6rem;
    }

@media only screen and (max-width: 37.5em) /* 600px */
{
    .master.stickyBanner {
        margin-top: 8rem;
    }
}

.bandeauNavigationPrincipale:before {
    background: none;
    background: -moz-linear-gradient(top, rgba(55,55,55,0.4) 0%, rgba(111,111,111,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,55,55,0.4)), color-stop(100%,rgba(111,111,111,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(55,55,55,0.4) 0%,rgba(111,111,111,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(55,55,55,0.4) 0%,rgba(111,111,111,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(55,55,55,0.4) 0%,rgba(111,111,111,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(55,55,55,0.4) 0%,rgba(111,111,111,0) 100%); /* W3C */
    -webkit-background-size: auto 27px;
    background-size: auto 27px;
    background-repeat: repeat-x;
    content: "";
    height: 27px;
    position: absolute;
    width: 100%;
}

.page {
    padding: 0 0 40px;
    margin: 0;
}


@media only screen and (min-width: 60em) /*960px*/ {
    .page {
        min-height: 445px;
    }
}


/* ----- colonne de droite ----- */

aside.asidePage {
    margin: 10px 0 0;
}

aside.asidePage:first-of-type{
    margin-top:0;
}

.appMobile aside.asidePage {
    display: none;
}

aside.asidePage .sectionAside {
    margin: 20px 0;
}

    aside.asidePage .sectionAside:first-child {
        margin-top: 0;
    }

    aside.asidePage .sectionAside:last-child {
        margin-bottom: 0;
    }

    aside.asidePage .sectionAside p {
        margin-top: 0;
        margin-bottom: 4px;
        line-height: 1.2;
    }

/* --- boite contactez-nous --- */
aside.asidePage .boiteContactezNous.sectionAside {
    border: 0;
    padding: 20px 0;
}

aside.asidePage .sectionAside.boiteContactezNous:before {
    background: url("images/imgBoiteContactezNous-001.svg") no-repeat scroll left 2px/100% auto rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 92px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 90px;
}

aside.asidePage .sectionAside.boiteContactezNous h2, aside.asidePage .boiteContactezNous p {
    margin: 0 0 5px 0;
    color: #353C41;
}

aside.asidePage .sectionAside.boiteContactezNous h2 {
    text-transform: none;
}

aside.asidePage .sectionAside.boiteContactezNous > :first-child, aside.asidePage .boiteContactezNous .contenu > :first-child {
    margin-top: 0;
}

aside.asidePage .sectionAside.boiteContactezNous .bouton {
    margin: 10px 0 15px 0;
}

aside.asidePage.asidePage .sectionAside.boiteContactezNous .contenu {
    padding: 15px;
    background: #E2F0D4;
}

aside.asidePage .sectionAside.boiteContactezNous .noTelephone {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.9rem;
    margin: 0 0 15px 0;
}

    aside.asidePage .sectionAside.boiteContactezNous .noTelephone a {
        padding-left: 23px;
        min-height: 20px;
        background: url("images/icnTelephoneLien-001.svg") no-repeat left center;
        display: inline-block;
        color: #006e30;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

        aside.asidePage .sectionAside.boiteContactezNous .noTelephone a:focus {
            background: #0b4b77 url("images/icnTelephoneFocus-001.svg") no-repeat left center;
        }

aside.asidePage .sectionAside.boiteContactezNous .contenu p:not([class]) {
    font-size: 1.4rem;
    color: #595959;
    line-height: 2rem;
}

    aside.asidePage .sectionAside.boiteContactezNous .contenu p:not([class]) span {
        display: inline-block;
    }


aside.asidePage .sectionAside.boiteContactezNous .ecrivezNous {
    margin: 10px 0 5px;
}

    aside.asidePage .sectionAside.boiteContactezNous .ecrivezNous a {
        padding-left: 26px;
        min-height: 10px;
        background: url("images/icnEcrivezNousLien-001.svg") no-repeat left center;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 2rem;
    }

        aside.asidePage .sectionAside.boiteContactezNous .ecrivezNous a:focus {
            background: #0b4b77 url("images/icnEcrivezNousFocus-001.svg") no-repeat left center;
        }

aside.asidePage .sectionAside.boiteContactezNous .contenu > :last-child,
aside.asidePage .sectionAside.boiteContactezNous .bouton.btnPlanifiezAppel {
    margin-bottom: 0;
}

@media only screen and (min-width: 60em) and (max-width: 64em) {
    aside.asidePage .sectionAside.boiteContactezNous .noTelephone a {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 31.25em) and (max-width: 59.9375em) { /*500px-960px*/

    aside.asidePage .sectionAside.boiteContactezNous {
        padding-left: 140px;
        position: relative;
    }

        aside.asidePage .sectionAside.boiteContactezNous:before {
            content: " ";
            position: absolute;
            left: 0;
            height: 100%;
            width: 120px;
            max-height: 115px;
            border: none;
            margin: 0;
            -webkit-background-size: contain;
            background-position: top center;
        }

        aside.asidePage .sectionAside.boiteContactezNous .noTelephone {
            font-size: 2.2rem;
        }

        aside.asidePage .sectionAside.boiteContactezNous .contenu p:not([class]) span {
            display: inline;
        }
}

/* -- titre avec ancre vers boite contactez-nous -- */


.titreTransactionAvecAncre .btnAncreClickToCall {
    position: absolute;
    bottom: 0;
    right: 0rem;
}

@media only screen and (max-width: 60em) { /*960px*/

    .titreTransactionAvecAncre .ancreClickToCall {
        position:relative;
        display: block;
    }

    .titreTransactionAvecAncre.titreAvecSousTitreTransaction .btnAncreClickToCall, .titreTransactionAvecAncre.titreAvecSousTitreTransaction a.btnAncreClickToCall {
        margin: 0;
        top: 30px;
    }
}

@media only screen and (min-width: 60em) { /*960px*/

    .titreTransactionAvecAncre h1, .titreTransactionAvecAncre .styleTitre1 {
        margin-right: 0;
    }

    .titreTransactionAvecAncre .ancreClickToCall {
        display: none;
    }
}

@media only screen and (min-width: 48em) and (max-width: 57.875em) { /*768px – 926px*/
    aside.asidePage .boiteContactezNous h2 {
        font-size: 2rem;
    }

    aside.asidePage .boiteContactezNous .noTelephone a {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

/* --- boite parler agent --- */
.boiteParlezAgent[tabindex]:focus{
    outline:0;
}

.boiteParlezAgent{
    position: relative;
    padding: 15px 0;
    background: #555F66;
    position: relative;
}

.boiteParlezAgent .boiteParlezAgent__contenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items:center;
}

.boiteParlezAgent p, .boiteParlezAgent a{
    margin:0 0 0 65px;
    color:#fff;
    font-family:'Roboto', sans-serif;
}

.boiteParlezAgent a:focus{
    color: #555 !important;
    background-color:#fff;
    outline: 2px solid #fff;
}

.boiteParlezAgent p{
    line-height:24px;
    font-size:16px;
    font-size:1.6rem;
    font-weight:400;
}

.boiteParlezAgent p:before{
    content: "";
    display: block;
    width:44px;
    height:44px;
    background: url(images/avatarBulleConseilMobile-001.svg) no-repeat left rgba(0, 0, 0, 0);
    background-size:44px;
    position:absolute;
    left:15px;
    top:0;
}

.boiteParlezAgent a{
    font-size:24px;
    font-size:2.4rem;
    font-weight:700;
    line-height:24px;
}

.boiteParlezAgent .boiteParlezAgent__contenu .boiteParlezAgent__droit p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-weight: 400;
}

@media only screen and (max-width: 36em) {
    .boiteModale.boiteModale--economie > div{
        padding:2rem 1.5rem 8.7em;
    }
    .boiteModale.boiteModale--economie > .boiteModale__content:before{
        background:url(images/imgPromoAlerteVertical-001.png) no-repeat !important;
        height:68%!important;
    }
    .boiteModale.boiteModale--economie > div:after{
        background-size:inherit !important;
        bottom:-2rem!important;
    }
}

@media only screen and (max-width: 37.500em) {
    .boiteParlezAgent .boiteParlezAgent__contenu{
        display: block;
    }
    .boiteParlezAgent .boiteParlezAgent__contenu .boiteParlezAgent__droit p{
        margin-left:0;
        margin: 10px 0px 15px;
    }
}

/* --- quoterbox --- */

aside.asidePage .quoter {
    border: 1px solid #DDDDDD;
    background: #E2F0D4;
    padding: 15px;
}

    aside.asidePage .quoter h2 {
        color: #353C41;
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.8rem;
        font-weight: normal;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #98CF73;
    }

        aside.asidePage .quoter h2 b {
            font-size: 2.2rem;
            line-height: 2.4rem;
            display: block;
        }

    aside.asidePage .quoter .questions {
        display: inline-block;
        margin: 10px 0;
    }

    aside.asidePage .quoter .ligneQuestion {
        float: left;
        margin: 10px 40px 10px 0;
    }

        aside.asidePage .quoter .ligneQuestion:last-child {
            margin-right: 0;
        }

    aside.asidePage .quoter .question {
        color: #595959;
        font-size: 1.6rem;
        line-height: 1.92rem;
        font-weight: bold;
        display: block;
        padding: 0 0 7px 0;
        margin: 0;
    }

    aside.asidePage .quoter select {
        width: auto;
    }

    aside.asidePage .quoter input {
        max-width: 10.4rem;
        width: 100%;
    }

    aside.asidePage .quoter .boutons {
        padding: 0 0 20px 0;
        border-bottom: 1px solid #98CF73;
    }

    aside.asidePage .quoter .bouton {
        margin: 0 0 10px;
    }

    aside.asidePage .quoter .entrust {
        clear: both;
        margin: 0;
        padding-left: 13px;
        font-size: 1.4rem;
        line-height: 1.8rem;
        background: url("images/icnCadenas-001.svg") no-repeat left top;
    }

    aside.asidePage .quoter .xdate {
        font-size: 1.6rem;
        line-height: 1.92rem;
        margin: 15px 0 0;
    }

        aside.asidePage .quoter .xdate a {
            color: #006E30;
        }

@media only screen and (min-width: 60em) {

    aside.asidePage .quoter .questions {
        display: inline-block;
    }

    aside.asidePage .quoter .ligneQuestion {
        display: inline-block;
        width: 100%;
    }
}

/* --- marcom --- */

aside.asidePage .marcom {
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
}

    aside.asidePage .marcom .contenu {
        padding: 15px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #d4d4d4;
    }

    aside.asidePage .marcom h2, aside.asidePage .marcom h3 {
        font-weight: bold;
        font-size: 2.2rem;
        line-height: 3rem;
        color: #353c41;
        margin: 0px 0px 15px;
    }

        aside.asidePage .marcom h2.logo {
            margin: 0 0 11px;
            line-height: normal;
            font-size: inherit;
        }

    aside.asidePage .marcom .contenu > *:last-child,
    aside.asidePage .marcom .contenu.texteImage .texte > *:last-child {
        margin-bottom: 0;
    }

    aside.asidePage .marcom .contenu.texteImage .image {
        margin-bottom: 15px;
    }

    aside.asidePage .marcom .contenu.texteImage.sansMarge {
        padding: 0;
    }

        aside.asidePage .marcom .contenu.texteImage.sansMarge .texte {
            padding: 0 15px 15px;
        }

@media only screen and (min-width: 31.25em) and (max-width: 47.9375em) { /* entre 500 px et 767px */

    aside.asidePage .marcom .contenu.texteImage {
        position: relative;
    }

        aside.asidePage .marcom .contenu.texteImage .image {
            max-width: 250px;
            position: absolute;
            bottom: 15px;
            right: 15px;
            margin: 0;
        }

        aside.asidePage .marcom .contenu.texteImage .texte {
            padding-right: 265px;
            min-height: 110px;
        }

        aside.asidePage .marcom .contenu.texteImage.sansMarge {
            position: relative;
            min-height: 110px;
        }

            aside.asidePage .marcom .contenu.texteImage.sansMarge .image {
                bottom: 0;
                right: 0;
            }

            aside.asidePage .marcom .contenu.texteImage.sansMarge .texte {
                min-height: 0;
                padding-top: 15px;
                padding-right: 265px;
            }
}

/* --- Boite Marcom --- */
.boiteMarcom {
    display:block;
    width:100%;
    padding: 15px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #d4d4d4;
    margin-bottom: 25px;
}

    .boiteMarcom :last-child {
        margin-bottom: 0;
    }

.boiteMarcomTitre {
    margin: 0 0 10px 0;
    font-size: 1.8rem;
    font-weight: normal;
}

    .boiteMarcomTitre img {
        margin: 0 5px 0 0;
        height: 43px;
        width: auto;
    }

.boiteMarcomPrecision {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
}

.boiteMarcom .lienFleche {
    position: relative;
}

.boiteMarcom .boiteMarcomContenu .bouton {
    margin: 0 0 10px 0;
}

@media only screen and (max-width: 60em) { /*960 et moins*/
    .boiteSoumission.boiteMarcom + div{
        margin-left:0;
    }
}

/* --- boite à outil --- */
aside.asidePage .boiteOutils {
    background: #ebf1f2;
    padding: 10px;
    color: #595959;
}

    aside.asidePage .boiteOutils h2 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        line-height: 2.2rem;
        font-weight: bold;
        color: #595959;
        text-align: center;
        background: url("images/icnOutils-001.svg") no-repeat top center;
        padding-top: 30px;
        margin-top: 0;
    }

    aside.asidePage .boiteOutils p:last-child {
        margin-bottom: 0;
    }

@media only screen and (max-width: 60em) {
    aside.asidePage .boiteOutils{
        max-width:250px;
    }
}

/* --- zéro papier --- */
.boiteZeroPapier {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #d4d4d4;
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
    margin-bottom: 25px;
}

    .boiteZeroPapier .contenu {
        padding: 15px;
    }
    
    .boiteZeroPapier .contenu :last-child{
        margin-bottom: 0;
    }

    .boiteZeroPapier h2.logo {
        margin: 0 0 11px;
        line-height: normal;
        font-size: inherit;
    }

@media only screen and (max-width: 48.00em) { /* 500px et plus */
    .boiteZeroPapier {
        margin-bottom: 20px;
    }
}

/* --- bonidollars --- */

.boiteBonidollars {
    background: #FBFBFB;
    border: 1px solid #CCCBCB;
    padding: 15px;
    margin-bottom: 25px;
}

    .boiteBonidollars .titreBonidollars {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        margin-top: 0;
        background: url("images/icnBonidollars-001.svg") no-repeat left center;
        padding-left: 40px;
    }

/* ----- boite de messages ----- */

.boiteMessages {
    background: #fefede;
    border: 1px solid #eae89b;
    margin: 10px 0 20px;
}

.boiteMessages.boiteMessagesAttention ul li{
    list-style:inherit;
    list-style-position:inside;
}

/* --- titre boite messages --- */

.sectionBoiteMessagesTitre {
    border-bottom: 1px solid #eae89b;
    padding: 15px;
}

    .sectionBoiteMessagesTitre .titreBoiteMessages {
        font-weight: normal;
        font-size: 2.2rem;
        line-height: 2rem;
        color: #2e2e2e;
        margin: 0;
    }

/* --- contenu boite messages --- */

.sectionBoiteMessagesContenu {
    padding: 5px 15px 1px;
}

    .sectionBoiteMessagesContenu .titreBoiteMessages {
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 2.9rem;
        color: #2e2e2e;
    }

    .sectionBoiteMessagesContenu ul {
        margin: 10px 0px 20px;
        padding: 0;
    }

    .sectionBoiteMessagesContenu li {
        list-style: none;
        list-style-position: inside;
        margin: 0 0 15px;
        padding: 0 0 0 23px;
        min-height: 18px;
        color: #595959;
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .sectionBoiteMessagesContenu .attention,
    .sectionBoiteMessagesContenu .information,
    .sectionBoiteMessagesContenu .nonDisponible, .attention p, .information p, .nonDisponible p {
        margin-bottom: 20px;
        padding: 0 0 0 23px;
        min-height: 18px;
    }

    .sectionBoiteMessagesContenu .attention, .attention p {
        background: url("images/icnAttention-001.svg") no-repeat left top;
    }

    .sectionBoiteMessagesContenu .information, .information p {
        background: url("images/icnInformation-001.svg") no-repeat left 1px;
    }

    .sectionBoiteMessagesContenu .nonDisponible {
        background: url("images/icnNonDisponible-001.svg") no-repeat left top;
    }

@media all and (min-width: 60em) {
    .sectionBoiteMessagesContenu li {
        font-size: 1.6rem;
    }

    .sectionBoiteMessagesContenu .titreBoiteMessages {
        font-size: 1.8rem;
    }
}

/* ----- tiroirs ----- */
.no-js .gestionTiroir {
    display: none;
}
/* a rapatrier pour tout les look */
.no-js .tiroirs button {
    cursor: default;
}
/* a rapatrier pour tout les look */


.gestionTiroir {
    margin: 0 10px 0 0;
    text-align: right;
}

    .gestionTiroir .toutAfficher {
        background: #fff;
        margin-right: 10px;
    }

        .gestionTiroir .toutAfficher:before {
            content: "+ ";
        }

    .gestionTiroir .toutMasquer {
        background: #ffffff;
    }

        .gestionTiroir .toutMasquer:before {
            content: "- ";
        }

    .gestionTiroir button {
        cursor: pointer;
        border: medium none;
        color: #006E30;
        margin: 6px 0 4px;
        padding: 2px;
        text-decoration: none;
        font-size: 1.4rem;
        line-height: 2rem;
    }

@media all and (min-width: 31.25em) {
    .gestionTiroir button {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
}

/* a rapatrier pour tous les look */

.gestionTiroir button:active {
    text-decoration: underline;
    background: #fff;
}

.gestionTiroir button:focus {
    background-color: #0b4b77;
    color: #fff;
    text-decoration: underline;
    outline-width: 0;
}

.gestionTiroir button[tabindex='-1'] {
    cursor: default;
    color: #4b535a;
}

/* a rapatrier pour tous les looks */

.tiroir {
    margin-bottom: 20px;
}

    .tiroir .entete-tiroir button {
        width: 100%;
        text-align: left;
        min-height: 47px;
        text-decoration: none;
        display: block;
        padding: 10px 40px 10px 15px;
        outline: 0;
        cursor: pointer; /* a rapatrier pour tous les looks */
    }

    .tiroir .sectionRevision {
        border-top: 1px solid #cccbcb;
    }

        .tiroir .sectionRevision:first-child {
            border: 0 none;
        }

        .tiroir .sectionRevision > *:first-child {
            margin-top: 20px;
        }

.tiroirs .entete-tiroir > *, .tiroirs .entete-tiroir button {
    margin: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
    color: #006e30;
}

.tiroirs .ouvert .entete-tiroir > *, .tiroirs .ouvert .entete-tiroir button {
    color: #0b4b77;
}

.tiroirs .fermer .entete-tiroir button {
    border: 1px solid #c2c2c2;
    color: #006e30;
    background: #e5e5e5 url(images/icnTiroirFermer-001.svg) no-repeat right 50%;
    background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#C2C2C2));
    background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
    background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .tiroirs .fermer .entete-tiroir button:hover {
        background: #ffffff url(images/icnTiroirFermer-001.svg) no-repeat right 50%;
        background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
        background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: url(images/icnTiroirFermer-001.svg) no-repeat right 50%, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
    }

    .tiroirs .fermer .entete-tiroir button:focus {
        background: #0b4b77 url(images/icnTiroirFermerFocus-001.svg) no-repeat right 50%;
        border-color: #0b4b77;
        color: #fff;
        outline: 0;
    }

    .tiroirs .fermer .entete-tiroir button:focus:hover {
        text-decoration: underline;
    }

    .tiroirs .entete-tiroir sup,
    .tiroirs .contenu-tiroir sup
    {
        display:inline-block;
    }



.tiroirs .ouvert .entete-tiroir button,
.no-js .tiroirs .entete-tiroir button {
    background: #dddddd url(images/icnTiroirOuvert-001.svg) no-repeat right 50%;
    border: none;
    color: #4b535a;
}

@media all and (max-width: 24.25em) { /* 388px */
    .tiroirs .tiroir.ouvert .entete-tiroir button,
    .no-js .tiroirs .tiroir.ouvert .entete-tiroir button, .tiroirs .tiroir.fermer .entete-tiroir button,
    .no-js .tiroirs .tiroir.fermer .entete-tiroir button, .tiroirs .tiroir.ouvert .entete-tiroir button:focus,
    .no-js .tiroirs .entete-tiroir button:focus,
    .tiroirs .tiroir.ouvert .entete-tiroir button:focus:hover,
    .no-js .tiroirs .entete-tiroir button:focus:hover, .tiroirs .tiroir.ouvert .entete-tiroir button:hover,
    .no-js .tiroirs .tiroir.ouvert .entete-tiroir button:hover {
        background-position: 96% 50%;
    }

    .boiteNotes .tiroirs .tiroir.ouvert .entete-tiroir button, 
    .boiteNotes .tiroirs .tiroir.fermer .entete-tiroir button, 
    .boiteNotes .tiroirs .tiroir.ouvert .entete-tiroir button:focus,
    .boiteNotes .tiroirs .tiroir.ouvert .entete-tiroir button:focus, 
    .boiteNotes .tiroirs .tiroir.ouvert .entete-tiroir button:hover {
        background-position: 0;
    }
}

.tiroirs .ouvert .entete-tiroir button:hover,
.no-js .tiroirs .fermer .entete-tiroir button:hover {
    background: #b2b2b2 url(images/icnTiroirOuvert-001.svg) no-repeat right 50%;
    border: none;
    color: #2e2e2e;
}

.tiroirs .ouvert .entete-tiroir button:focus,
.no-js .tiroirs .entete-tiroir button:focus {
    background: #0b4b77 url(images/icnTiroirOuvertFocus-001.svg) no-repeat right 50%;
    color: #ffffff;
}

.tiroirs .ouvert .entete-tiroir button:focus:hover,
.no-js .tiroirs .entete-tiroir button:focus:hover {
    text-decoration: underline;
}

.tiroirs .contenu-tiroir {
    height: 0; /* a rapatrier pour tous les looks */
    overflow: hidden; /* a rapatrier pour tous les looks */
    padding: 0 15px;
    background: #fff;
    border-left: 1px solid #CCCBCB;
    border-right: 1px solid #CCCBCB;
}

    .tiroirs .contenu-tiroir .sectionFormulaireTitre {
        padding: 10px 0 0;
    }

.js .tiroirs .fermer .contenu-tiroir {
    display: none;
}
/* a rapatrier pour tous les looks */

.tiroirs .ouvert .contenu-tiroir,
.no-js .tiroirs .contenu-tiroir {
    height: auto; /* a rapatrier pour tous les looks */
    border: 1px solid #CCCBCB;
    border-top: 0;
    padding-bottom: 20px;
}

/* --- tiroirs notes --- */
.tiroirsNotes {
    margin-top: 20px;
}

    .tiroirsNotes .tiroir .entete-tiroir button {
        width: auto;
        text-align: left;
        min-height: 15px;
        text-decoration: none;
        display: block;
        padding: 0 0 0 25px;
        outline: 0;
        background: none;
        font-weight: normal;
        border: 0;
    }

.tiroirs.tiroirsNotes .fermer .entete-tiroir button {
    color: #006e30;
    background: url(images/icnTiroirNotesFermer-001.svg) no-repeat left 50%;
    font-size: 16px;
    font-size: 1.6.rem;
}

    .tiroirs.tiroirsNotes .fermer .entete-tiroir button:hover {
        background: url(images/icnTiroirNotesFermerHover-001.svg) no-repeat left 50%;
    }

    .tiroirs.tiroirsNotes .fermer .entete-tiroir button:focus {
        background: url(images/icnTiroirNotesFermerFocus-001.svg) no-repeat left 50%;
        color: #fff;
        outline: 0;
    }

.tiroirs.tiroirsNotes .entete-tiroir button:focus .titre-tiroirNote,
.no-js .tiroirs.tiroirsNotes .entete-tiroir button:focus .titre-tiroirNote {
    background: #0b4b77;
    outline: 1px solid #0b4b77;
}


.tiroirs.tiroirsNotes .ouvert .entete-tiroir button,
.no-js .tiroirs.tiroirsNotes .entete-tiroir button {
    font-size: 16px;
    font-size: 1.6rem;
    background: url(images/icnTiroirNotesOuvert-001.svg) no-repeat left 50%;
    color: #006e30;
}

    .tiroirs.tiroirsNotes .ouvert .entete-tiroir button:hover,
    .no-js .tiroirs.tiroirsNotes .entete-tiroir button:hover {
        background: url(images/icnTiroirNotesOuvertHover-001.svg) no-repeat left 50%;
    }

.tiroirs.tiroirsNotes .ouvert .entete-tiroir,
.no-js .tiroirs.tiroirsNotes .entete-tiroir {
    padding-bottom: 25px;
    border-bottom: 1px solid #c0c8ca;
}

    .tiroirs.tiroirsNotes .ouvert .entete-tiroir button:focus,
    .no-js .tiroirs.tiroirsNotes .entete-tiroir button:focus {
        background: url(images/icnTiroirNotesOuvertFocus-001.svg) no-repeat left 50%;
        color: #ffffff;
    }


.tiroirs.tiroirsNotes .contenu-tiroir {
    padding: 20px 0 0 0;
    background: none;
    border: none;
}


.tiroirs.tiroirsNotes .ouvert .contenu-tiroir,
.no-js .tiroirs.tiroirsNotes .contenu-tiroir {
    border: none;
}

@media all and (max-width: 24.25em) { /* 388px */
    .tiroirs.tiroirsNotes .tiroir.ouvert .entete-tiroir button,
    .no-js .tiroirs.tiroirsNotes .tiroir.ouvert .entete-tiroir button,
    .tiroirs.tiroirsNotes .tiroir.fermer .entete-tiroir button,
    .no-js .tiroirs.tiroirsNotes .tiroir.fermer .entete-tiroir button,
    .tiroirs.tiroirsNotes .tiroir.ouvert .entete-tiroir button:focus,
    .no-js .tiroirs.tiroirsNotes .entete-tiroir button:focus,
    .tiroirs.tiroirsNotes .tiroir.ouvert .entete-tiroir button:focus:hover,
    .no-js .tiroirs.tiroirsNotes .entete-tiroir button:focus:hover,
    .tiroirs.tiroirsNotes .tiroir.ouvert .entete-tiroir button:hover,
    .no-js .tiroirs.tiroirsNotes .tiroir.ouvert .entete-tiroir button:hover {
        background-position: left 50%;
    }
}

/* ---- fenêtre modale ---- */
.boiteModale.boiteModale--economie{
    border-radius:0;
    border:1px solid #CCCBCB;
    padding-top:0!important;
   
}

.boiteModale.boiteModale--economie:before {
    content:inherit!important;
}
.boiteModale.boiteModale--economie > div{
    position:relative;
    padding-bottom:2rem;
    padding:2rem 1.5rem;
}
.boiteModale.boiteModale--economie > div .conteneur .conteneurTitreModale{
    padding:0;
}

.boiteModale.boiteModale--economie > div .conteneur .contenu{
    max-width:24rem;
    padding:0;
    margin:0;
}
.boiteModale.boiteModale--economie > .boiteModale__content .boutons .bouton {
    min-height:5.2rem;
}
.boiteModale.boiteModale--economie > div .conteneur .contenu p {
    margin-bottom: 1rem;
}
.boiteModale.boiteModale--economie > div .conteneur .contenu p.alerteInfos {
    margin-bottom: 0;
}
.boiteModale.boiteModale--economie .focusLMdl,
.boiteModale.boiteModale--economie .focusRMdl {
    background: transparent;
    padding: 0;
}
.boiteModale.boiteModale--economie > .boiteModale__content:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: url(images/imgPromoAlerteModale-001.png) no-repeat;
    z-index: -1;
}
.boiteModale.boiteModale--economie .boiteModale__content > div:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -1.5rem;
    right: -0.2rem;
    background: url(images/imgPromoMaisonHorizontal-001.png) no-repeat;
    background-position: right bottom;
    z-index: -1;
    background-size: 70%;
}
.boiteModale.boiteModale--economie .titreModale{
   font-size:2.4rem;
   line-height:2rem;
   color:#08744E;
   text-align:left;
}
.boiteModale.boiteModale--economie.modaleComplexe .boutons{
   border-top:0;
   margin:0;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    background: #fff;
    visibility: hidden;
    display: none;
    position: absolute;
    z-index: 41;
    border: 1px solid #cccbcb;
}

    .reveal-modal,
    .reveal-modal.small,
    .reveal-modal.medium,
    .reveal-modal.large,
    .reveal-modal.xlarge {
        width: 90%;
        top: 15px;
        left: 50%;
        margin-left: -45%;
        padding: 0;
        height: auto;
        min-width: 300px;
    }

@media only screen and (min-width:60em) {
    .reveal-modal-bg {
        position: fixed;
    }

    .reveal-modal {
        background: #fff;
        visibility: hidden;
        display: none;
        top: 100px;
        left: 50%;
        margin-left: -260px;
        width: 520px;
    }

        .reveal-modal .row {
            min-width: 0;
            margin-bottom: 10px;
        }
}

.boiteModale.boiteModaleConsentement .boutons .bouton{
    min-height:5.2rem;
}

.boiteModale.boiteModaleConsentement .contenu .titre {
    font-size: 1.6rem;
    line-height: 2rem;
}

.boiteModale.boiteModaleConsentement .contenu .regroupementBulleConseil.avecConseiller .bulle .titre{
    font-size:1.8rem;
    line-height:2.4rem;
}

.boiteModale.boiteModaleConsentement .contenu .boiteNotes {
    margin-bottom:2rem;
}

.boiteModale.boiteModaleConsentement .contenu .boiteNotes + p {
    margin-bottom:0;
}

.boiteModale.boiteModaleConsentement .contenu .boiteNotes + p + p {
    margin-top:0;
    margin-bottom:4rem;
}


.boiteModale {
    background-color: #ffffff;
}

    .boiteModale .focusLMdl:focus, 
    .boiteModale .focusRMdl:focus {
        outline: none !important;
    }

.titreModale {
    color: #ffffff;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.6rem;
    margin: 0;
}

.conteneurTitreModale {
    background: #616d76;
    padding: 15px;
    margin: 0;
    border: none;
}

.boiteModale .contenu {
    margin: 15px 0px 0px 15px;
    padding-right: 15px;
}

.boiteModale .boutons {
    margin: 0 15px 8px;
    display: inline-block;
}

.boiteModale .bouton {
    margin-bottom: 10px;
    margin-top: 0;
}

/*  =======================================
    Modale Complexe
    ======================================= */
.modaleComplexe {
    padding-top: 65px;
    margin-top: 54px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.modaleComplexe.modaleOffre,
.modaleComplexe.modaleSommaire,
.modaleComplexe.avecIcone {
    padding-top: 25px;
    min-width: auto;
    box-shadow: none;
}

    .modaleComplexe.modaleOffre:before,
    .modaleComplexe.modaleSommaire:before,
    .modaleComplexe.avecIcone:before {
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        display: block;
        background-size: 60px 60px;
        -webkit-background-size: 60px 60px;
        -moz-background-size: 60px 60px;
        content: "";
    }

.modaleComplexe .titreModale {
    color: #353c41;
    text-align: center;
    display: block;
    font-size: 2.6rem;
    line-height: 3.4rem;
}

.modaleComplexe .conteneurTitreModale {
    background: none;
}


.modaleComplexe.modaleOffre .contenu,
.modaleComplexe.modaleSommaire .contenu,
.modaleComplexe.sauvegardeRecuperation .contenu,
.modaleComplexe.quitter .contenu {
    margin: 0;
    padding: 25px 10px 0 10px;
}

.modaleComplexe.boiteModale .boutons {
    display: block;
    text-align: center;
    border-top: 1px solid #CCCBCB;
    padding: 20px 0 0 0;
}
.modaleComplexe .close-reveal-modal.btnFermerModale {
    position: absolute;
    top: -7px;
    right: -7px;
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    background: url(images/icnFermerModaleOffre-001.svg) no-repeat center center;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    border: none;
}

    .modaleComplexe .close-reveal-modal.btnFermerModale:focus {
        outline: none;
    }

[data-state="keyboard"] .modaleComplexe .btnFermerModale:focus {
    background: url(images/icnFermerModaleOffreHover-001.svg) no-repeat center center;
    background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    outline: none;
}

.modaleComplexe.boiteModale .boutons.boutonsLeft {
    text-align: left;
}


/* --- modale de modification --- */

.modaleComplexe.modaleOffre .row {
    min-width: auto;
}

.modaleComplexe.modaleOffre input.long {
    max-width: initial;
}

.modaleComplexe.modaleOffre .groupeQuestionsEncadrer {
    padding: 15px;
    background: #f0f7e8;
}

    .modaleComplexe.modaleOffre .groupeQuestionsEncadrer .btnRetirer {
        margin-bottom: -2px;
    }

/* --- Modale Sauvegarde Récup --- */
.modaleComplexe.sauvegardeRecuperation .conteneurTitreModale,
.modaleComplexe.quitter .conteneurTitreModale {
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #CCCBCB;
}

.sauvegardeRecuperation p:last-child,
.quitter p:last-child {
    margin-bottom: 25px;
}

.sauvegardeRecuperation p .sauvegadeCourriel,
.quitter p .sauvegadeCourriel {
    display: block;
    margin: 20px 0;
}

.sauvegardeRecuperation p:last-child .sauvegadeCourriel,
.quitter p:last-child .sauvegadeCourriel {
    margin-bottom: 5px;
}

@media only screen and (min-width: 28.75em) {
    .reveal-modal.modaleComplexe.modaleMedium {
        width: 460px;
        margin-left: -230px;
    }
    
}

@media only screen and (min-width: 39.375em) {
    .reveal-modal.modaleComplexe.modaleLarge {
        width: 630px;
        margin-left: -315px;
    }
}

@media screen and (min-width:60em) {
    .reveal-modal.modaleComplexe {
        margin-left: -400px;
        width: 800px;
    }

    .modaleComplexe.modaleOffre,
    .modaleComplexe.modaleSommaire,
    .modaleComplexe.avecIcone {
        padding-top: 40px;
    }
}

/* Modale - Icônes */

.modaleOffre.protectionsDegatsEau:before {
    background: url(images/icnModaleProtectionsDegatsEau-001.svg) no-repeat;
}

.modaleOffre.assuranceBiens:before {
    background: url(images/icnModaleAssuranceBiens-001.svg) no-repeat;
}

.modaleOffre.assuranceResponsabilites:before {
    background: url(images/icnModaleAssuranceResponsabilites-001.svg) no-repeat;
}

.modaleOffre.garantiesTremblementsTerre:before {
    background: url(images/icnModaleGarantiesTremblementsTerre-001.svg) no-repeat;
}

.modaleOffre.garantiesGroupe:before {
    background: url(images/icnModaleGarantiesGroupe-001.svg) no-repeat;
}

/* --- modale AEC --- */
.modaleOffre.velo:before {
    background: url(images/icnModaleVelo-001.svg) no-repeat;
}

.modaleOffre.bijoux:before {
    background: url(images/icnModaleBijoux-001.svg) no-repeat;
}

/* --- modale de sommaire --- */
.lo.modaleSommaireResidence:before {
    background: url(images/icnModaleResidenceLocataire-001.svg) no-repeat;
}

.po.modaleSommaireResidence:before {
    background: url(images/icnModaleResidenceProprietaire-001.svg) no-repeat;
}

.co.modaleSommaireResidence:before {
    background: url(images/icnModaleResidenceCoProprietaire-001.svg) no-repeat;
}

.modaleSommaireRabais:before {
    background: url(images/icnModaleRabais-001.svg) no-repeat;
}

.modaleSommaireQuestionsAdditionnelles:before {
    background: url(images/icnModaleQuestionsAdditionnelles-001.svg) no-repeat;
}

.modaleSommaireProprietaire:before {
    background: url(images/icnModaleProprietaire-001.svg) no-repeat;
}

/* --- Modale avec Sauvegarde recupération --- */
.modaleComplexe.sauvegardeRecuperation:before {
    background: url(images/icnModaleSauvegardeRecuperation-001.svg) no-repeat;
}

.modaleComplexe.quitter:before {
    background: url(images/icnModaleQuitter-001.svg) no-repeat;
}


/* --- perte session --- */
.field-validation-TpsRestantSession {
    font-weight: bold;
}


/* --- tableau --- */


table {
    border: none;
    border-collapse: collapse;
    margin-bottom: 1em;
    min-width: 280px;
    max-width: 100%;
    padding-bottom: 5px;
    position: relative;
    background-color: #D5DDE0;
}

    table:after {
        width: 100%;
        content: "";
        height: 1px;
        position: absolute;
        bottom: -5px;
        background: #909A9E;
    }

    table tbody th {
        padding: 9px 10px;
    }

    table tbody tr {
        border-bottom: 2px solid #FFF;
    }


    table thead th {
        border: none;
        color: #323232;
        text-align: left;
        vertical-align: top;
    }

    table thead td,
    table thead th {
        background: #616D76;
    }

    table tr.dataGridBgColor td {
        background-color: #EBF1F2;
    }


    table thead tr th {
        font-size: 1.5rem;
    }

    table td,
    table tbody th {
        border: none;
        font-weight: normal;
        text-align: left;
    }

    table tr td, table tr th {
        border: medium none;
        color: #323232;
        padding: 9px 10px;
        vertical-align: top;
        border-right: 2px solid #FFFFFF;
    }

    table thead tr th {
        color: #FFF;
    }



/* --- tooltip --- */

.lienAvantages.btnStyleLien {
    text-decoration: none;
    padding: 0;
    margin-bottom: 20px;
}

.lienAvantages {
    font-weight: bold;
}

    .lienAvantages:focus, .lienAvantages:hover {
        font-weight: bold;
        text-decoration: underline;
    }

@media only screen and (min-width: 60em) { /*960*/
    .parentPop {
        padding-top: 35px;
    }
}

.parentPop h4 {
    margin-top: 16px;
    color: #4B535A;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5rem;
}

.lienAvantageSeparateur {
    border-bottom: 1px solid #ddd;
}

.wrapBoutPop {
    position: relative;
}

/* ----- onglets ----- */
.sectionOnglet .onglets {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sectionOnglet .onglet {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px -1px 0;
    border-bottom: 1px solid #dddddd;
}

.sectionOnglet .onglets .onglet:last-child-child {
    margin-right: 0;
}

.sectionOnglet .nbOnglets2 .onglet {
    max-width: 45%;
}

.sectionOnglet .onglet .conteneur {
    margin: 0;
    font-weight: normal;
    background: #6d6d6d;
    border: 1px solid #dddddd;
    color: #fff;
    border-bottom: 0;
    padding: 14px 10px;
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
}

.sectionOnglet .onglet.actif {
    border-bottom-color: #fff;
}

    .sectionOnglet .onglet.actif .conteneur {
        background-color: #fff;
        color: #666666;
    }

.sectionOnglet .onglet .conteneur:focus {
    background-color: #0b4b77;
    color: #fff;
    border-color: #0b4b77;
    text-decoration: underline;
    outline: none;
}

.sectionOnglet .onglet .conteneur:hover {
    text-decoration: underline;
}

.sectionOnglet .onglet .conteneur:active {
    background-color: #6d6d6d;
    color: #fff;
    border-color: #dddddd;
}

.sectionOnglet .onglet.actif .conteneur:active {
    background-color: #fff;
    color: #666666;
}

.sectionOnglet .contenuOnglet {
    border: 1px solid #dddddd;
    background: #fff;
    padding: 15px;
    margin: 0px 0 10px;
}

/* ---- Boîte Click to chat ---- */

.click-to-chat {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .click-to-chat .panel {
        background: #E2F0D4;
        display: table-cell;
        padding-left: 15px;
        display: table;
        width: 100%;
    }

        .click-to-chat .panel p {
            margin: 0;
            font-size: 1.6rem;
            color: #595959;
            font-weight: bold;
            padding-right: 15px;
        }

        .click-to-chat .panel .texte, .btn-clavarder {
            vertical-align: middle;
            display: table-cell;
            padding-bottom: 0;
            padding-top: 0;
        }

        .click-to-chat .panel .btn-clavarder {
            width: auto;
            float: right;
        }


        .click-to-chat .panel button {
            line-height: 1.6rem;
            border: 1px solid #006e30;
            padding-bottom: 15px;
            padding-top: 15px;
            margin: 0;
            padding-left: 35px;
            background: url("images/icnBtnClavarder-001.svg") no-repeat 10px center, linear-gradient(to bottom, #00884e 0%,#006e30 100%);
            background-position: 10px;
        }

            .click-to-chat .panel button:hover {
                border: 1px solid #006e30;
                background: #03673E;
                padding-left: 35px;
                background: url("images/icnBtnClavarder-001.svg") no-repeat 10px center, linear-gradient(to bottom, #006e30 0%,#00884e 100%);
                background-position: 10px;
                line-height: 1.6rem;
            }

            .click-to-chat .panel button:focus {
                padding-left: 35px;
                background: #0b4b77 url("images/icnBtnClavarder-001.svg") no-repeat 10px center;
                border: 1px solid #0b4b77;
                background-position: 10px;
                line-height: 1.6rem;
            }




@media only screen and (max-width: 75.813em) {
    /*1213*/

    .click-to-chat .panel {
        padding: 15px;
    }
}

@media only screen and (max-width: 37.438em) {
    /*599*/

    .click-to-chat .panel .texte, .btn-clavarder {
        display: block;
    }

    .click-to-chat .panel .btn-clavarder {
        text-align: center;
        margin-top: 15px;
        width: 100%;
    }

    .click-to-chat .panel p {
        padding-right: 0;
    }
}

/*---- boite message important ------*/


.messageImportant h2, .messageImportant .titreMessageImportant {
    color: #595959;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.messageImportant p {
    color: #595959;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
}

/*---- menu produit soumission ------*/

.menuProduitsSoumission {
    margin: 30px 0;
    padding: 0;
}

    .menuProduitsSoumission li {
        list-style: none;
        display: inline-block;
        margin-right: 20px;
    }

        .menuProduitsSoumission li a {
            display: block;
            cursor: pointer;
            background: #fff;
            vertical-align: middle;
            min-height: 162px;
            width: 140px;
            margin-left: 0px;
            display: block;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            border: 1px solid #6d6d6d;
            color: #4B535A;
            position: relative;
            text-decoration: none;
            padding-top: 95px;
        }

            .menuProduitsSoumission li a:focus {
                border: 0;
                min-height: 159px;
            }

            /* pour créer l`effet hover on set à width 0% */

            .menuProduitsSoumission li a::before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0%;
                border-bottom: 2px solid #007944;
                -webkit-transition: all 0.2s ease 0s;
                -moz-transition: all 0.2s ease 0s;
            }

            .menuProduitsSoumission li a:focus::before {
                border-bottom: 2px solid #0b4b77;
            }

            /* pour créer l`effet hover  on set à 100%*/

            .menuProduitsSoumission li a:hover::before {
                width: 100%;
            }

            .menuProduitsSoumission li a.btnProprietaire {
                background: url("images/icnProprietaire-001.svg") no-repeat 43px 40px;
            }

            .menuProduitsSoumission li a.btnCondo {
                background: url("images/icnProprietaireCondo-001.svg") no-repeat 50px 38px;
            }

            .menuProduitsSoumission li a.btnLocataire {
                background: url("images/icnLocataire-001.svg") no-repeat 45px 40px;
            }

            .menuProduitsSoumission li a.btnProprietaire:focus {
                background: url("images/icnProprietaireBlanc-001.svg") no-repeat 43px 40px #0b4b77;
            }

            .menuProduitsSoumission li a.btnCondo:focus {
                background: url("images/icnProprietaireCondoBlanc-001.svg") no-repeat 50px 38px #0b4b77;
            }

            .menuProduitsSoumission li a.btnLocataire:focus {
                background: url("images/icnLocataireBlanc-001.svg") no-repeat 45px 40px #0b4b77;
            }


@media only screen and (max-width: 48.000em) {
    .boiteModale.boiteModaleConsentement .contenu .regroupementBulleConseil.avecConseiller .bulle .titre{
        font-size:1.6rem;
        line-height:2rem;
    }
    .boiteModale.boiteModaleConsentement .contenu .boiteNotes + p + p {
        margin-top:0;
        margin-bottom:3rem;
    }
    .menuProduitsSoumission li {
        display: block;
        margin: 0 0 10px 0;
        width: 100%;
    }

        .menuProduitsSoumission li a, .menuProduitsSoumission li a:focus {
            padding: 20px 15px 15px 80px;
            width: 100%;
            min-height: 61px;
            text-align: left;
        }

            .menuProduitsSoumission li a.btnProprietaire, .menuProduitsSoumission li a.btnProprietaire:focus {
                background-position: 17px 10px;
            }

            .menuProduitsSoumission li a.btnCondo, .menuProduitsSoumission li a.btnCondo:focus {
                background-position: 24px 10px;
            }

            .menuProduitsSoumission li a.btnLocataire, .menuProduitsSoumission li a.btnLocataire:focus {
                background-position: 17px 10px;
            }
}

/*---- boite avertissement entête ------*/
.boiteAvertissementConnexion {
    border: 1px solid #eae89b;
}

.boiteAvertissementEntete, .boiteAvertissementConnexion {
    background: #FEFEDE;
}

.boiteAvertissementEntete {
    border-bottom: 1px solid #eae89b;
}

.boiteAvertissementConnexionCompteVerouille {
    border: 1px solid #CBCBCB;
    margin: 10px 0 20px;
}

.boiteAvertissementEntete .contenu {
    background: url("images/icnAttention-001.svg") no-repeat left 15px;
    padding: 15px 70px 15px 30px;
}

.boiteAvertissementConnexionCompteVerouille .contenu {
    padding: 15px;
}

    .boiteAvertissementConnexionCompteVerouille .contenu .noTelephone {
        background: url(images/icnTelephoneLien-001.svg) no-repeat 15px center;
        color: #006E30;
        padding: 16px 0px 16px 41px;
        font-size: 2.2rem;
        font-size: 22px;
        font-weight: bold;
        background-color: #E2F0D4;
        margin: 40px 0 10px;
        max-width:220px;
    }

.boiteAvertissementConnexion .contenu {
    background: url("images/icnAttention-001.svg") no-repeat 10px 15px;
    padding: 5px 70px 5px 40px;
}

.boiteAvertissementEntete .contenu p {
    margin: 0;
}


.boiteAvertissementEntete .btnFermer {
    background: url("images/icnFermerModale-001.svg") no-repeat center center;
    background-size: 100% 100%;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 13px;
    z-index: 22;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
}

    .boiteAvertissementEntete .btnFermer:focus {
        background-image: url("images/icnFermerModaleHover-001.svg");
        background-color: #0b4b77;
        outline: none;
    }

/* --- boite agent --- */

aside.asidePage .sectionAside.boiteAgent {
    border: 1px solid #C5C5C3;
    padding: 0;
}


aside.asidePage .sectionAside.boiteAgent:before {
    display: none;
}

aside.asidePage .sectionAside.boiteAgent h2 {
    background: #E2F0D4;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 26px;
    color: #353C41;
    font-weight: bold;
    padding: 14px;
    margin: 0;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .imgAgent {
   text-align: left;
   margin-bottom: 20px;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .imgAgent img {        
    width: 65px;
}

aside.asidePage .sectionAside.boiteContactezNous .noTelephone {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
}

aside.asidePage .sectionAside.boiteContactezNous .noTelephone span {
   display: block;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .contenu {
    background: #FFF;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .contenu img {
     margin: 0 auto;
     display: inherit;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .contenu .bouton {
     margin-bottom: 0;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .nomAgent {
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    color: #595959;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .agence {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    color: #595959;
    margin-top: 0;
}

.boiteAgent .tiroirs .entete-tiroir {
    margin: 10px 0 0 0;
}

    .boiteAgent .tiroirs .entete-tiroir button, .boiteAgent .tiroirs .entete-tiroir button:hover {
        padding: 0 0 0 30px;
        font-size: 16px;
        font-size: 1.6rem;
        min-height: auto;
        color: #007944;
        text-decoration: underline;
        cursor: pointer;
        border: none;
        font-weight: normal;
        margin: 0;
    }

.boiteAgent .tiroir {
    margin-bottom: 0;
}

.boiteAgent .tiroirs .entete-tiroir button:focus {
    color: #FFF;
}

.boiteAgent .tiroirs .tiroir.fermer .entete-tiroir button {
    background: url(images/icnPlus-001.svg) no-repeat left center;
}

    .boiteAgent .tiroirs .tiroir.fermer .entete-tiroir button:focus {
        background: url(images/icnPlusFocus-001.svg) no-repeat left center #0b4b77;
    }

.boiteAgent .tiroirs .tiroir.ouvert .entete-tiroir button {
    background: url(images/icnMoins-001.svg) no-repeat left center;
}

    .boiteAgent .tiroirs .tiroir.ouvert .entete-tiroir button:focus {
        background: url(images/icnMoinsFocus-001.svg) no-repeat left center #0b4b77;
    }

.boiteAgent .tiroirs .tiroir.ouvert .contenu-tiroir, .no-js .boiteAgent .tiroirs .contenu-tiroir {
    border: 0;
    padding: 0;
}

aside.asidePage.asidePage .sectionAside.boiteAgent h5 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #595959;
    margin-bottom: 0;
    font-weight: bold;
}

aside.asidePage.asidePage .sectionAside.boiteAgent .ecrireAgent {
    margin: 10px 0 15px 0;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
}

/* ----------------------------- 
    boite agent 
    boite contactez-nous
    ---------------------------- */
aside.asidePage.asidePage .boiteContactezNous.boiteAgent .contenu img {
    display: block;
    margin: 0 0 10px;
    background-color: #d9d9d9;
    max-width: 70px;
}

aside.asidePage .boiteContactezNous.boiteAgent .boutons {
    text-align: center;   
}

aside.asidePage .boiteContactezNous.boiteAgent .bouton {
    margin: 15px 0 5px 0;
}

/* ----------------------------- 
    boite agent V2
-------------------------------- */
.boiteAgentV2.boiteAgentContenu{
    background-color: #e9f2ef;
    padding: 1.5rem;
    border: 0;
    border-radius: 10px;
    margin-bottom:15px;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentProduits .boiteAgent__detailTitre{
    font-size: 1.6rem;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0rem;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentProduits ul{
    padding:0;
    margin:0;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentProduits ul li {
    list-style-type:none;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails{
    width: 100%;
    margin-bottom: 0;
    align-self:flex-end;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails p{
    margin:0;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails p .bouton{
    min-height: inherit;
    margin: 0px;
    padding: 2px;
    padding-left:0;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee{
    width: calc(43% - 25px);
    margin-right: 25px;
    align-self:flex-end;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee .boiteAgentNom{
    font-weight: 500;
    margin: 0;
    line-height: 2.2rem;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee p{
    margin:0.5rem 0px 0px;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee a[href^=tel],
.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee a[href^=tel]:visited
{
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #007944;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    width: auto;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentImage{
    margin-right: 2.3rem;
    margin-bottom: 0;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentImage img{
    width:65px;
    height:80px;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .tiroir{
    margin-bottom:0;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent.blocTiroirSimple{
    padding: 0px;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent.blocTiroirSimple .blocTiroirSimpleHead .boiteAgentEntete{
    margin:0;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent button,
.boiteAgentV2.boiteAgentContenu .tiroirAgent button:hover
{
    display:inline;
    color: #007944;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    padding-left: 30px;
    background: url(images/icnDocumentTiroirOuvrir-001.svg) left center no-repeat;
    background-size:21px 21px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    border: none;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .fermer button:focus{
    background: url(images/icnDocumentTiroirOuvrirFocus-001.svg) no-repeat left center #0b4b77;
    background-size:21px 21px;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .fermer button:focus:hover{
    color:#fff;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .ouvert button{
    background: url(images/icnDocumentTiroirFermer-001.svg) no-repeat left center;
    background-size:21px 21px;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .ouvert button:focus{
    color:#fff;
    background: url(images/icnDocumentTiroirFermerFocus-001.svg) no-repeat left center #0b4b77;
    background-size:21px 21px;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background:inherit;
    border:none;
    padding:0;
    margin:0;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir .contenu-tiroir__infos{
    display:flex;
    width:100%;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir:after{
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 22px 2px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir div{
    width: calc(25% - 25px);
    margin-right: 25px;
    padding-top:2rem;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir a.bouton.btnStyleLien{
    margin-top: 1.5rem;
    background: none;
    border: none;
    display: inline;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #006E30;
    text-decoration: underline;
    padding: 2px;
    min-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: normal;
    appearance: normal;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir a.bouton.btnStyleLien:focus{
    color: #fff;
    background: #0b4b77;
    outline: 2px solid #0b4b77;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir .boiteAgent__detailTitre{
    font-size: 1.6rem;
    color: #333333;
    font-weight: 700;
    margin-bottom: 0rem;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir ul{
    padding:0;
    margin:0;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir ul li{
    list-style-type:none;
    margin-top:0;
}

.boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir p{
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails p.boiteAgentEmail button{
    background: url(images/IcnBoiteAgentCourriel-001.svg) no-repeat right center;
    text-decoration:underline;
    padding-right: 28px;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails p.boiteAgentEmail button:focus{
    background: url(images/IcnBoiteAgentCourrielFocus-001.svg) no-repeat right center #0b4b77;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails p.boiteAgentSite a{
    background: url(images/icn-lien-externe-001.svg) no-repeat right center;
    padding-right: 20px;
}

.boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails p.boiteAgentSite a:focus{
    background: url(images/icn-lien-externe-focus-001.svg) no-repeat right center #0b4b77;
}

@media only screen and (max-width: 48em) {
    .boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir div{
        width: calc(50% - 25px);
        margin-right: 25px;
    }
}

@media only screen and (max-width: 37.5em) {
    .boiteAgentV2.boiteAgentContenu .tiroirAgent .contenu-tiroir div{
        width:100%;
        padding-top:2rem;
    }
    .boiteAgentV2.boiteAgentContenu .boiteAgentContenu{
        display:block;
    }
    .boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee{
        width:100%;
    }
    .boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentImage img{
        margin-bottom:1.5rem;
    }
    .boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentCoordonnee p{
        margin: 0 0 0.5rem 0;
    }
}

@media only screen and (min-width: 37.5em){
    .boiteAgentV2.boiteAgentContenu .boiteAgentContenu .boiteAgentDetails{
        width:35%;
    }
}
/*
Table des matières :
    - message de confirmation
    - message de progression
    - boite contactez-nous
    - Oops
    - click to call
    - numero de soumission
    - progression calcul soumission habitation
*/

/* ----- message de confirmation ----- */

.msgConfirmation {
	background:#fff;
	border:1px solid #c5c5c3;
	color:#222;
	margin:15px 0px 10px;
    padding-top: 15px;
}

.msgConfirmation h2 {
	background:url(images/icnCrochet-001.svg) no-repeat scroll 10px 1px;
    padding: 0 0 13px 37px;
	margin: 0;
    border-bottom: 1px solid #c5c5c3;
    font-weight:normal;
	font-size: 2.2rem;
	line-height: 2rem;
	color:#2e2e2e;
}

.msgConfirmation p {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.msgConfirmation p:last-child{ margin-bottom: 0; }
.msgConfirmation .numero,.msgConfirmation .identifiant{ font-weight: bold; }
.msgConfirmation .contenu{ padding: 11px 10px 11px 10px; }

/* ----- message de progression ----- */
.msgProgression{
    text-align: center;
    margin: 15px auto 0;
    max-width: 700px;
    padding: 0 1rem;
}

.msgProgression .icnProgression{ margin: 30px auto 10px; display: block; }

/* ----- boite contactez-nous ----- */
.boiteContactezNous.sectionContenu{ margin:25px 0 30px; padding: 25px 0 0 0;}

.boiteContactezNous.sectionContenu:before {
    content: "";
    width: 120px;
    max-width: 100%;
    height: 120px;
    display: block;
    background: url("images/imgBoiteContactezNous-001.svg") no-repeat left top;
    -webkit-background-size: 120px auto;
    -moz-background-size: 120px auto;
    background-size: 120px auto;
    margin-bottom: 10px;  
}

.boiteContactezNous.sectionContenu p{ margin: 5px 0;}
.boiteContactezNous.sectionContenu > :first-child, .boiteContactezNous.sectionContenu .contenu > :first-child, .boiteContactezNous.sectionContenu .contenu > :first-child li{ margin-top: 0;}

.boiteContactezNous.sectionContenu .contenu {
     padding: 15px;
     background: #E2F0D4; 
     border: 0;
     margin-left: 5px;
     width: 100%;    
}

.boiteContactezNous.sectionContenu .noTelephone {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.6rem;
    display: block;
    margin-top: 5px;
}

.boiteContactezNous.sectionContenu a .noTelephone{ color: #006E30; }
.boiteContactezNous.sectionContenu a:focus .noTelephone{ color: #fff;}
.boiteContactezNous.sectionContenu .ligne{ display: block;margin-bottom: 3px;}
.boiteContactezNous.sectionContenu .contenu > :last-child { margin-bottom: 0;}

.boiteContactezNous.sectionContenu .listeNoTel br{ display: none;}
.boiteContactezNous.sectionContenu .listeNoTel, .boiteContactezNous.sectionContenu .listeNoTel li{ padding-left: 0;list-style: none;}
.boiteContactezNous.sectionContenu .listeNoTel .noTelephone{ display: inline;font-size: inherit;line-height:normal;}

@media all and (min-width: 31.25em){ /* 500px et plus */
   
   .boiteContactezNous.sectionContenu{ padding-left: 130px; position: relative; }
                                                                      
   .boiteContactezNous.sectionContenu:before {
       content: " ";
       position: absolute;
       bottom: 0;
       left: 0;
       margin: 0;
       background-position: bottom left;
   }
   
   .boiteContactezNous.sectionContenu .contenu{ max-width:480px; }
   
}

@media only screen and (max-width: 31.19em){ /* 499px et moins */
   .boiteContactezNous.sectionContenu .contenu{ display: block; margin-left: 0; }
}
/* ----- Oops ----- */

.msgEofOops h1.titreEofOops {
    font-size: 5.0rem;
    font-weight: bold;
    border: none;
    font-family: 'Oswald', sans-serif;
     margin-top: 40px;
    color: #4b535a;
}

.msgEofOops h1.titreEofOops span{
    display: block;
    font-size: 2.4rem;
    margin-top: 10px;
}

.pageEofOops h2.titreEofOops {
        color: #4b535a;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
}

.msgEofOops a[href^=tel], .msgEofOops a[href^=tel]:visited{
    font-size: 2.4rem;
    color: #3b4005;
    font-weight: bold;
}

.imgEofOops, .txtEofOops {
    float: right;
    width: 60%;
}
.txtEofOops {
    width: 40%;
}

.imgEofOops {
    margin-top: 50px;
}
@media only screen and (max-width: 60.000em){ /* 960px et moins */
    .imgEofOops, .txtEofOops {
        float: none;
        width: 100%;
    }
    
    .imgEofOops {
        margin-top: 0;
    }

    .msgEofOops  .colonne {
           width: 50%;
        float: left;
    
    }
    .msgEofOops  .colonne:first-child * {
        margin-right: 30px;
    
    }
}

@media only screen and (max-width: 48.000em){ /* 768px et moins */
   .msgEofOops  .colonne{
       width: 100%;
        float: left;
    }

    .msgEofOops  .colonne:first-child * {
        margin-right: 0px;
    
    }
}


@media only screen and (max-width: 31.250em){ /* 500px et moins */
    .imgEofOops {
        background-size: 100%;
    }
}

/* ----- Click to call ----- */ 
.pageEofOops .contenu_clickToCall > .ligneQuestion:last-child { 
    margin-bottom: 0px; 
}


/*---- numero de soumission ------*/
.numeroSoumission
{
    font-family: 'Roboto Mono';
    font-weight: bold;
}

/*----  progression calcul soumission habitation ------*/

@keyframes animationQuartier{
 0% {right: -788px;}
 100%  {right: 300px;}  
}

@-webkit-keyframes animationQuartier{
 0% {right: -788px;}
 100%  {right: 300px;}  
}

@-moz-keyframes animationQuartier{
 0% {right: -788px;}
 100%  {right: 300px;}  
}

@keyframes animationAuto{
 0% {left: 90px;}
 80%  {left: 170px;}  
 100%  {left: 90px;}  
}

@-webkit-keyframes animationAuto{
 0% {left: 90px;}
 80%  {left: 170px;}  
 100%  {left: 90px;}    
}

@-moz-keyframes animationAuto{
  0% {left: 90px;}
 80%  {left: 170px;}  
 100%  {left: 90px;}  
}


@keyframes animationPhase{
 0% {font-size: 18px;
	color: #595959;}
 10% {color:#3F7C23;font-size:24px;}
 90%  {color:#3F7C23;font-size:24px;}
 100% {font-size: 18px;
	color: #595959;}
}

@media all and (max-width: 48.00em){ /* 500px et plus */
   @keyframes animationPhase{
     0% {color:#595959;font-size:16px;}
     10% {color:#3F7C23;font-size:18px;}
     90% {color:#3F7C23;font-size:18px;}
     100% {color:#595959;font-size:16px;}

    }                                  
}

@keyframes animationPhaseFinal{
 0% {font-size: 18px;
	color: #595959;}
 10% {color:#3F7C23;font-size:24px;}
 100%  {color:#3F7C23;font-size:24px;}
}

@media all and (max-width: 48.00em){ /* 500px et plus */
   @keyframes animationPhaseFinal{
     0% {color:#595959;font-size:16px;}
     10% {color:#3F7C23;font-size:18px;}
     100% {color:#3F7C23;font-size:18px;}

    }                                  
}


.animationProgressionSoumission{
	width: 300px; 
	max-width: 100%;
	height: 120px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.animationProgressionSoumission .quartier{
	position: absolute;
	bottom: 0;
	right:0;
	background:url('images/icnAnimationQuartier-001.svg');
	width: 788px;
	height: 99px;
	animation: animationQuartier  10s;
	-webkit-animation: animationQuartier  10s ;
	-moz-animation: animationQuartier  10s ;
	-webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
	-moz-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
	-webkit-animation-iteration-count : infinite;
	-moz-animation-iteration-count : infinite;
	animation-iteration-count : infinite;
	-webkit-animation-fill-mode: none;
	 -moz-animation-fill-mode: none;
	 animation-fill-mode: none;
	 animation-delay : 0s;
	 z-index: 3;

}

.animationProgressionSoumission .auto{
	position: absolute;
	bottom: 2px;
	left:0;
	background:url('images/icnAnimationAuto-001.svg');
	width: 41px;
	height: 23px;
	animation: animationAuto  10s;
	-webkit-animation: animationAuto  10s ;
	-moz-animation: animationAuto  10s ;
	-webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
	-moz-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
	-webkit-animation-iteration-count : infinite;
	-moz-animation-iteration-count : infinite;
	animation-iteration-count : infinite;
	-webkit-animation-fill-mode: none;
	 -moz-animation-fill-mode: none;
	 animation-fill-mode: none;
	 animation-delay : 0s;
	 z-index: 2;

}

.phaseProgressionSoumission {
	text-align: center;
	margin-top: 35px;
}

.phaseProgressionSoumission p{
	font-size: 18px;
	color: #595959;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}

@media all and (max-width: 48.00em){ /* 500px et plus */
   .phaseProgressionSoumission p{
	font-size: 16px;
    }                               
}

.phaseProgressionSoumission .phase1{
	animation: animationPhase  5s;
	-webkit-animation: animationPhase  5s ;
	-moz-animation: animationPhase  5s ;
	-webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
	-moz-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
	-webkit-animation-iteration-count : inherit;
	-moz-animation-iteration-count : inherit;
	animation-iteration-count : inherit	;
	-webkit-animation-fill-mode: none;
	 -moz-animation-fill-mode: none;
	 animation-fill-mode: none;
	 animation-delay : 0s;
}

.phaseProgressionSoumission .phase2{
	animation: animationPhase  5s;
	-webkit-animation: animationPhase  5s ;
	-moz-animation: animationPhase  5s ;
	-webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
	-moz-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
	-webkit-animation-iteration-count : inherit;
	-moz-animation-iteration-count : inherit;
	animation-iteration-count : inherit	;
	-webkit-animation-fill-mode: none;
	 -moz-animation-fill-mode: none;
	 animation-fill-mode: none;
	 animation-delay : 6s;
}

.phaseProgressionSoumission .phase3{
	animation: animationPhaseFinal  5s;
	-webkit-animation: animationPhaseFinal  5s ;
	-moz-animation: animationPhaseFinal  5s ;
	-webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
	-moz-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation-timing-function: linear;
	-webkit-animation-iteration-count : inherit;
	-moz-animation-iteration-count : inherit;
	animation-iteration-count : inherit	;
	-webkit-animation-fill-mode: forwards;
	 -moz-animation-fill-mode: forwards;
	 animation-fill-mode: forwards;
	 animation-delay : 12s;
}

/*---- boite agent ------*/

.boiteAgentContenu {
    border: 1px solid #CCCBCB;
    margin: 0;
}

.boiteAgentContenu h2{
    background: #E2F0D4;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #353C41;
    padding: 15px;
    margin: 0;

}

.boiteAgentContenu .contenu{
    padding: 15px;
}

.boiteAgentContenu .imgAgent, .boiteAgentContenu .coordAgent{
    float: left; 
    margin-bottom: 15px;
}

.boiteAgentContenu .imgAgent {
    margin-right: 15px;     
}

.boiteAgentContenu .imgAgent img {
    width: 70px;  
}

.boiteAgentContenu .coordAgent .nomAgent{
    font-weight: bold;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    color: #595959;
}


.boiteAgentContenu .coordAgent .noTelephone a{
    font-weight: bold;
    padding-left: 23px;
    min-height: 20px;
    background: url(images/icnTelephoneLien-001.svg) no-repeat left center;
    display: inline-block;
    color: #006e30;
    font-size: 2.2rem;
    line-height: 2.6rem;
}


.boiteAgentContenu .coordAgent .noTelephone a:focus{
    background: #0b4b77 url("images/icnTelephoneFocus-001.svg") no-repeat left center;
    color: #FFF;
}

.boiteAgentContenu .coordAgent p {
    margin: 0;
}

.boiteAgentContenu .contenu button, .boiteAgentContenu .contenu button:hover{
    padding: 0 0 0 30px;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: auto;
    color: #007944;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight: bold;
    margin: 0;
    border: none;
    display: inline-block;
    width: auto;
}

.boiteAgentContenu .contenu .tiroirs {
    clear: both;    
}

.boiteAgentContenu .contenu .tiroir {
    margin-bottom: 0;
}

.boiteAgentContenu .contenu .tiroirs .ouvert .entete-tiroir button, .boiteAgentContenu .contenu .tiroirs .ouvert .entete-tiroir button:hover,
.boiteAgentContenu .contenu .tiroirs .fermer .entete-tiroir  button, .boiteAgentContenu .contenu .tiroirs .fermer .entete-tiroir button:hover{
    border: none;
    color: #007944;
    position: relative;
}
  
.boiteAgentContenu .tiroirs .tiroir.fermer .entete-tiroir button {
    background: url(images/icnPlus-001.svg) no-repeat left center;
}

.boiteAgentContenu .tiroirs .tiroir.fermer .entete-tiroir button:focus {
    background: url(images/icnPlusFocus-001.svg) no-repeat left center #0b4b77;
}

.boiteAgentContenu .tiroirs .tiroir.ouvert .entete-tiroir button {
    background: url(images/icnMoins-001.svg) no-repeat left center;
}

.boiteAgentContenu .tiroirs .tiroir.ouvert .entete-tiroir button:focus {
    background: url(images/icnMoinsFocus-001.svg) no-repeat left center #0b4b77;
}

.boiteAgentContenu .contenu .tiroirs .ouvert .entete-tiroir button:focus,
.boiteAgentContenu .contenu .tiroirs .fermer .entete-tiroir button:focus{
    border: none;
    color: #FFF;
}

.boiteAgentContenu .contenu .tiroirs .ouvert .contenu-tiroir {
    border: 0;
    padding: 0;
}

 @media all and (min-width: 48.00em){ /* 500px et plus */
    .boiteAgentContenu .contenu .tiroirs .ouvert .contenu-tiroir {
        display: flex; 
    }              
 }

 @media all and (min-width: 48.00em){ /* 500px et plus */
    .boiteAgentContenu .contenu .tiroirs .ouvert .contenu-tiroir > div{
        margin-right: 25px;
    }      
    .boiteAgentContenu .contenu .tiroirs .ouvert .contenu-tiroir > div:last-child{
        margin-right: 0;
    }     
 }

.boiteAgentContenu .contenu .tiroirs .ouvert .contenu-tiroir .section {
    border: 0;
    padding: 0;
    display: block;
    color: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.0rem;
    margin: 10px 0px 10px;
    color: #24292d;
}

.boiteAgentContenu a[href^=tel], .boiteAgentContenu  a[href^=tel]:visited {
    font-size: 21px;
    font-size: 2.1rem;
    color: #006e30;

}
.boiteAgentContenu .coordAgent span {
    display: block;
}

.boiteAgentContenu button.detailsAgent span {

    display: inline-block;

}

/*---- Fermeture totale ------*/

.pageFermetureTotaleSFDA h1{
    margin: 25px 0px 0  0;
    border-bottom: 0;
}

.pageFermetureTotaleSFDA .styleTitre2 {
    border-top: 1px solid #CCCBCB;
}

.pageFermetureTotaleSFDA .styleTitre2:last-of-type {
    margin-top: 50px;
    padding-top: 30px;
}

.pageFermetureTotaleSFDA .styleTitre2:first-of-type {
    border-top: 0;
}

 .pageFermetureTotaleSFDA p{
       margin-bottom: 40px;
 } 

 .pageFermetureTotaleSFDA img{
     display: block;
     margin: 0 auto;
     max-width: 100%;
     height: auto;
 }   
 .pageFermetureTotaleSFDA img.mobile{
        display: block;
    } 
    .pageFermetureTotaleSFDA img.desktop{
        margin: 0;
        display: none;
    } 

 @media all and (min-width: 48.00em){ /* 500px et plus */
    .pageFermetureTotaleSFDA img.mobile{
        display: none;
    } 
    .pageFermetureTotaleSFDA img.desktop{
        margin: 0;
        display: block;
    }             
 }

/*
Table des matières :
    - general
    - boite de contenu
        - titre boite de contenu
    - groupe d'information
    - bien d'une police
        - titre
            - icone
        - boite information
        - boutons d'actions
        - sous-menu action
            - bouton d'ouverture
            - sous-menu
    - page vue ensemble
        - ancien client
            - avantages client
                - icones
        - police assurance
        - simulation
    - colonne de droite
        - Boite de contenu online tool
        - Zéro papier
        - Liens utiles
        - Shopping tool
    - boutons d'actions Police
    - boutons d'actions Police
    - profil
    - Sauvegardes
        - progression
        - contenu sauvegarde
    - boite avantage membre
    - biens assurés
        - Soldes et prélèvement
        - Liens rapides 
        - simulations auto 
        - modifier ma police 
    - Responsable de biens assurées
    - Documents d'assurance
        - Biens couverts
        - Proposition de renouvellement
        - Documents en vigueur
        - Documents en archive
        - type de document
        - tiroir (archive)
    - quoterbox nouvelle soumission en ligne
        - Onglet produit d'assurance
        - polices avec zéro papier
        - sous menu action des biens assurés
    - paiements 
    - keyframe d'animation
    - historique des communications
    - Signature expresso
*/

/* ---- general ---- */


/* ----- boite de contenu ----- */

.boiteContenu {
    border: 1px solid #CCCBCB;
    background: #fff;
    margin: 10px 0px 20px;
}

.boiteContenu.boiteContenuSecondaire{ background: #ffffff;}

.boiteContenuContenu{ padding: 15px; }

.boiteContenu .boiteContenuContenu:first-child{ padding-top: 0;}

.boiteContenuContenu > :first-child{ margin-top: 0;}
.boiteContenuContenu > :last-child{ margin-bottom: 0;}

/* --- titre boite de contenu --- */

.boiteContenuTitre {
    background: #DDDDDD;
    border: 1px solid #CCCBCB;
    color: #4b535a;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.64rem;
    margin: 0;
    padding: 15px;
    text-transform: none;    
}

.titreBoiteContenu{/* styleTitre3 */
	font-weight:bold;
	font-size:2.2rem;
	line-height:2.64rem;
	color: #4b535a;
    display: inline-block;
	margin:0px 0px 5px;
}
/* ----- groupe d'nformation ----- */

.groupeInformation{
   margin: 10px 0;
}

.groupeInformation .titreInformation {
   font-size: 1.6rem;
   line-height: 2.4rem;
   font-weight:bold;
   display: block;
    padding: 0;
   margin: 10px 0 7px;
   color: #666;
}

.groupeInformation .contenuInformation{margin: 0;}

.groupeInformation .contenuInformation > :first-child{ margin-top: 0;}
.groupeInformation .contenuInformation > :last-child{ margin-bottom: 0;}

/* ----- bien d'une police ----- */
.bienPolice {
    border-top: 2px solid #007944;
    margin: 10px 0 20px 0;
}

.bienPolice .contenuBien,.bienPolice .contenuSauvegarde {
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    padding: 10px 10px 28px;
}

.bienPolice .contenuBien > :last-child,.bienPolice .contenuSauvegarde > :last-child{ margin-bottom: 0;}

/* si il y a des boutons d'actions lié au bien*/

.bienPolice.actionsBien .contenuBien {/* remis à l'impression */
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* --- titre --- */

.bienPolice .titreBienPolice {
    font-size: 2.1rem;
    line-height: 2.4rem;
    color: #595959;
    margin: 0 0 10px;
    font-weight: normal;
}

.bienPolice .titreBienPolice .type {
    font-size: 1.6rem;
    line-height: 1.92rem;
    display: inline-block;
    margin-bottom: 13px;
    min-height:20px;
    padding: 2px 0;
    font-weight: bold;
    display: block;
}

/* -- icone -- */
/*type = auto/moto/remorque/cyclomoteur/caravane/vtt/motoneige/remorqueCom/vehiculeCom/blocCamping/tenteRoulotte/roulotte/habitation/travailAutonome*/

/* auto, vehiculeCom */
.bienPoliceAssure.auto .titreBienPolice .type, .bienPoliceAssure.vehiculeCom .titreBienPolice .type, .bienPolice.auto .titreBienPolice .type, .bienPolice.vehiculeCom .titreBienPolice .type{padding-left:32px; background:url(images/icnAuto-gris-001.svg) no-repeat left 3px;}

/* remorque, remorqueCom */
.bienPoliceAssure.remorqueCom .titreBienPolice .type, .bienPoliceAssure.remorque .titreBienPolice .type, .bienPolice.remorque .titreBienPolice .type, .bienPolice.remorqueCom .titreBienPolice .type{padding-left:42px; background:url(images/icnRemorque-gris-001.svg) no-repeat left 3px;}

/* caravane */
.bienPoliceAssure.caravane .titreBienPolice .type, .bienPolice.caravane .titreBienPolice .type{padding-left:42px; background:url(images/icnCaravane-gris-001.svg) no-repeat left top;}

/* tenteRoulotte */
.bienPoliceAssure.tenteRoulotte .titreBienPolice .type, .bienPolice.tenteRoulotte .titreBienPolice .type{padding-left:42px; background:url(images/icnTenteRoulotte-gris-001.svg) no-repeat left top;}

/* roulotte, blocCamping*/
.bienPoliceAssure.blocCamping .titreBienPolice .type, .bienPoliceAssure.roulotte .titreBienPolice .type, .bienPolice.roulotte .titreBienPolice .type, .bienPolice.blocCamping .titreBienPolice .type{padding-left:42px; background:url(images/icnRoulotte-gris-001.svg) no-repeat left top;}

/* moto, vr */
.bienPoliceAssure.moto .titreBienPolice .type, .bienPolice.moto .titreBienPolice .type, .bienPolice.vr .titreBienPolice .type{padding-left:33px; background:url(images/icnMoto-gris-001.svg) no-repeat left top; }

/* cyclomoteur */
.bienPoliceAssure.cyclomoteur .titreBienPolice .type, .bienPolice.cyclomoteur .titreBienPolice .type{padding-left:33px; background:url(images/icnCyclomoteur-gris-001.svg) no-repeat left top; }

/* motoneige */
.bienPoliceAssure.motoneige .titreBienPolice .type, .bienPolice.motoneige .titreBienPolice .type{padding-left:42px; background:url(images/icnMotoneige-gris-001.svg) no-repeat left top; }

/* vtt */
.bienPoliceAssure.vtt .titreBienPolice .type, .bienPolice.vtt .titreBienPolice .type{padding-left:33px; background:url(images/icnVtt-gris-001.svg) no-repeat left top; }

/* habitation */
.bienPoliceAssure.habitation .titreBienPolice .type, .bienPolice.habitation .titreBienPolice .type{padding-left:24px; background:url(images/icnHabitation-gris-001.svg) no-repeat left top; }

/* travailAutonome */
.bienPoliceAssure.travailAutonome .titreBienPolice .type, .bienPolice.travailAutonome .titreBienPolice .type{padding-left:28px; background:url(images/icnTravailleurAutonome-gris-001.svg) no-repeat left top; }


/* travailAutonome */
.bienPoliceAssure.boat .titreBienPolice .type, .bienPolice.boat .titreBienPolice .type{padding-left:30px; background:url(images/icnBoat-001.svg) no-repeat left top; }


/* travailAutonome */
.bienPoliceAssure.umbrella .titreBienPolice .type, .bienPolice.umbrella .titreBienPolice .type{padding-left:30px; background:url(images/icnUmbrella-001.svg) no-repeat left top; }

/* --- boite information --- */

.bienPolice .info {
    background: #f1f1f1;
    padding: 7px 10px;
    color: #595959;
}

.bienPolice .info > :first-child{ margin-top: 0;}
.bienPolice .info > :last-child{ margin-bottom: 0;}

.noSauvegarde .identifiantSauvegarde {
    font-weight: normal;
}

.bienPolice .info .groupeInformation .titreInformation{ color: #595959; padding: 0;margin: 0;}

/* --- boutons d'actions --- */
.bienPolice.actionsBien .groupeMenuTransactionSavi{
	width:100%;
	margin: 0;
	padding: 0; 
	display:inline-block;
    border-top: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #ddd;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi li{list-style: none;margin: 0;padding: 0;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .elementMenu {
    float: left;
    text-align: center;
    position: relative;
}

.bienPolice.actionsBien1 .groupeMenuTransactionSavi .elementMenu{width:100%}
.bienPolice.actionsBien2 .groupeMenuTransactionSavi .elementMenu{width:50%}
.bienPolice.actionsBien3 .groupeMenuTransactionSavi .elementMenu{width:33.3333%}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal{
	font-weight:bold;
	font-size:1.4rem;
    line-height: 1.6rem;
	border:0;
	text-decoration:none;
    display: block;	
	padding:11px 2px;
	text-align:center;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
    width: 100%;
    margin: 0;
	
	/* style btnSecondaire */
    color: #006E30; 
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #ffffff 50%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: -webkit-linear-gradient(top, #ffffff 50%,#e5e5e5 100%); 
    background: -o-linear-gradient(top, #ffffff 50%,#e5e5e5 100%); 
    background: -ms-linear-gradient(top, #ffffff 50%,#e5e5e5 100%); 
    background: linear-gradient(to bottom, #ffffff 50%,#e5e5e5 100%); 
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal:hover {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e5e5e5), color-stop(100%,#ffffff)); 
    background: -webkit-linear-gradient(top, #e5e5e5 50%,#ffffff 100%); 
    background: -o-linear-gradient(top, #e5e5e5 50%,#ffffff 100%); 
    background: -ms-linear-gradient(top, #e5e5e5 50%,#ffffff 100%); 
    background: linear-gradient(to bottom, #e5e5e5 50%,#ffffff 100%);
    border-top: 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #fff;
}

/* bouton recupéré la sauvegarde */
.bienPolice .groupeMenuTransactionSavi .btnActionPrincipal.btnRecuperer{
    color: #006E30;
}

.bienPolice .groupeMenuTransactionSavi .btnActionPrincipal.btnSupprimer{
    color: #006E30;
}


.bienPolice .groupeMenuTransactionSavi .btnActionPrincipal.btnRecuperer:hover{ }

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background: #274f82;
    outline: none;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal:focus:hover {
   text-decoration: underline;
}


.bienPolice.actionsBien .groupeMenuTransactionSavi > .elementMenu:first-child .btnActionPrincipal{ border-left: 1px solid #ddd; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;}
.bienPolice.actionsBien .groupeMenuTransactionSavi > .elementMenu:last-child .btnActionPrincipal{ -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;}

 /* --- sous-menu action --- */

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.inactif .conteneur {
    padding-right: 13px;
    background: url('images/icnMenuFermer-bleu-001.svg') no-repeat right center;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.inactif:focus .conteneur {
    background-image: url('images/icnMenuFermer-blanc-001.svg');
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif .conteneur {
    padding-right: 13px;
    background: url('images/icnMenuOuvert-bleu-001.svg') no-repeat right center;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif:focus .conteneur {
    background-image: url('images/icnMenuOuvert-blanc-001.svg');
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif {
    border-color: #dddddd; 
    background: #f1f1f1;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif:focus {
    background: #0B4B77;
}


.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions{text-align: left;}

.bienPolice.actionsBien.actionsBien1 .groupeMenuTransactionSavi .sousMenuActions{ width: 100%;}

.bienPolice.actionsBien.actionsBien2 .groupeMenuTransactionSavi .sousMenuActions{ width: 200%;}
.bienPolice.actionsBien.actionsBien2 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{ margin-left: -100%;}

.bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .sousMenuActions{ width: 300%;}
.bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{ margin-left: -200%;}
.bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:nth-child(2) .sousMenuActions{ margin-left: -100%;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions.fermer { display: none;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions.ouvert { display: block;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions ul {
    border: 1px solid #CCCCBC;
    border-top-width: 0;
    background: #f1f1f1;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
} 
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li {
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
} 
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button{
    display: block;
    width: 100%;
    padding: 0px 10px;
    text-decoration: none;
    color: #006E30;
    font-weight: bold;
    margin: 0;
} 

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a:hover, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button:hover{
    color: #006E30;
    text-decoration: underline;
}
  
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li .conteneur {
    border-bottom: 1px solid #CCCCBC;
    padding: 7px 0px;
    display: block;
    width: 100%;
}
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a:focus, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button:focus{ outline-width: 0; color: #fff;}
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a:focus .conteneur, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button:focus .conteneur{ border-color: #0B4B77;}
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li:last-child .conteneur{ border-bottom: 0;}
   
@media only screen and (min-width: 31.25em){ /* 500px et plus */
                                                                                 
    .bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif{z-index: 20;}   
        
    .bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions{ position: relative;z-index: 19;max-width: 100%;width: auto; position: absolute; left: 0; min-width: 201px;} 
    
    .bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions ul{ border-top-width: 1px;}

    .bienPolice.actionsBien.actionsBien2 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{left: 100%;}

    .bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .sousMenuActions{ left: 100%;}
    .bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:first-child .sousMenuActions{ left: 0;}
    .bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{left: 200%;}
    
    .bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions ul{-webkit-border-radius: 0;border-radius: 0;}                                  
}




/* --- sous-menu action --- */

/* -- bouton d'ouverture -- */

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.inactif .conteneur {
    padding-right: 19px;
    background: url('images/icnMenuFermer-vert-001.svg') no-repeat right center;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.inactif:focus .conteneur {
    background-image: url('images/icnMenuFermer-blanc-001.svg');
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif .conteneur {
    padding-right: 19px;
    background: url('images/icnMenuOuvert-vert-001.svg') no-repeat right center;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif:hover .conteneur {
    text-decoration: underline;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif:focus .conteneur {
    background-image: url('images/icnMenuOuvert-blanc-001.svg');
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif {
    border-color: #dddddd; 
    background: #f1f1f1;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0;
}

.bienPolice.actionsBien .groupeMenuTransactionSavi .btnActionPrincipal.actif:focus {
    background: #0B4B77;
}
/* -- sous-menu -- */

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions{text-align: left;}

.bienPolice.actionsBien.actionsBien1 .groupeMenuTransactionSavi .sousMenuActions{ width: 100%;}

.bienPolice.actionsBien.actionsBien2 .groupeMenuTransactionSavi .sousMenuActions{ width: 200%;}
.bienPolice.actionsBien.actionsBien2 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{ margin-left: -100%;}

.bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .sousMenuActions{ width: 300%;}
.bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{ margin-left: -200%;}
.bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:nth-child(2) .sousMenuActions{ margin-left: -100%;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions.fermer { display: none;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions.ouvert { display: block;}

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions ul {
    border: 1px solid #dddddd;
    border-top-width: 0;
    background: #ffffff;
    padding: 0;
    margin: -1px 0 0 0;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
} 
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li {
    list-style: none;
    background: #fff;
    padding: 0;
    margin: 0;
} 
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button{
    display: block;
    width: 100%;
    padding: 0px 10px;
    text-decoration: none;
    color: #006E30;
    font-weight: bold;
    margin: 0;
} 

.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a:hover, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button:hover{
    color: #006E30;
    text-decoration: underline;
}
  
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li .conteneur {
    border-bottom: 1px solid #dddddd;
    padding: 13px 0px;
    display: block;
    width: 100%;
}
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a:focus, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button:focus{ outline-width: 0;color: #fff;}
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li a:focus .conteneur, 
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li button:focus .conteneur{ border-color: #0B4B77;}
   
.bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions li:last-child .conteneur{ border-bottom: 0;}
   
@media only screen and (min-width: 31.25em){ /* 500px et plus */  
        
    .bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions{ z-index: 19;max-width: 100%;width: auto; position: absolute; left: 0; min-width: 201px;} 
    
    .bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions ul{ border-top-width: 1px;}

    .bienPolice.actionsBien.actionsBien2 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{left: 100%;}

    .bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .sousMenuActions{ left: 100%;}
    .bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:first-child .sousMenuActions{ left: 0;}
    .bienPolice.actionsBien.actionsBien3 .groupeMenuTransactionSavi .elementMenu:last-child .sousMenuActions{left: 200%;}
    
    .bienPolice.actionsBien .groupeMenuTransactionSavi .sousMenuActions ul{-webkit-border-radius: 0;border-radius: 0;}                                  
}

/* ----- page vue ensemble ----- */

/* --- ancien client --- */

.boiteNonClient .noteBasPage {
    margin: 16px 0 31px;
}

/* -- avantages client -- */

.boiteNonClient .avantages{ display: inline-block;width: 100%;margin: 10px 0 0 0;padding: 0;}

.boiteNonClient .avantage {
    list-style: none;
    margin: 0;
    padding: 0px;
    text-align: center;
    padding: 0px 0px 10px 0px;
}

.boiteNonClient .avantage > :first-child {
    padding-top: 53px;
    margin-top: 0;
}

.boiteNonClient .avantage span {
    font-weight: bold;
    display: block;
}


@media only screen and (min-width: 31.25em){ /* 500px et plus */
    
    .boiteNonClient .avantage {
        float: left;
        width: 50%;
    }  
    
    .boiteNonClient .avantage:nth-child(2n+1){ clear: left;}  
    
    .boiteNonClient .avantage:nth-child(odd){padding: 0px 20px 10px 10px;}
    .boiteNonClient .avantage:nth-child(even){padding: 0px 10px 10px 20px;}                               
}

/* icones */

/*avantageDoubleContrat avantageMultivehicules avantagePneusHiver avantageHabit avantageSansTracas avantageAntiVolAuto avantageAntiVolHabit avantageAutoEconomeCarburant avantageAutoElectrique avantageAutoHybride avantageHabitEcolo avantageBonDossier*/

.boiteNonClient .avantage.avantageDoubleContrat > :first-child {
    background: url("images/icnAvantageClientDoubleContrat-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageMultivehicules > :first-child {
    background: url("images/icnAvantageClientMultivehicules-001.svg") no-repeat center 11px;
}

.boiteNonClient .avantage.avantagePneusHiver > :first-child {
    background: url("images/icnAvantageClientPneusHiver-001.svg") no-repeat center top;
}

.boiteNonClient .avantage.avantageHabit > :first-child {
    background: url("images/icnAvantageClientHabit-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageSansTracas > :first-child {
    background: url("images/icnAvantageClientSansTracas-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageAntiVolAuto > :first-child {
    background: url("images/icnAvantageClientAntiVolAuto-001.svg") no-repeat center 17px;
}

.boiteNonClient .avantage.avantageAntiVolHabit > :first-child {
    background: url("images/icnAvantageClientAntiVolHabit-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageAutoEconomeCarburant > :first-child {
    background: url("images/icnAvantageClientAutoEconomeCarburant-001.svg") no-repeat center 5px;
}

.boiteNonClient .avantage.avantageAutoElectrique > :first-child {
    background: url("images/icnAvantageClientAutoElectrique-001.svg") no-repeat center 17px;
}

.boiteNonClient .avantage.avantageAutoHybride > :first-child {
    background: url("images/icnAvantageClientAutoHybride-001.svg") no-repeat center 17px;
}

.boiteNonClient .avantage.avantageHabitEcolo > :first-child {
    background: url("images/icnAvantageClientHabitEcolo-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageBonDossier > :first-child {
    background: url("images/icnAvantageClientBonDossier-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageAjusto > :first-child {
    background: url("images/icnAjusto-001.svg") no-repeat center 3px;
}

.boiteNonClient .avantage.avantageRabaisJeunes > :first-child {
    background: url("images/icnAvantageRabaisJeunes-001.svg") no-repeat center 11px;
}


/* --- police assurance --- */

.policeAssurance {
    background: #f1f1f1;
    border: 1px solid #CCCBCB;
    color: #595959;
    margin: 15px 0 15px;
}

.policeAssurance .entetePolice {
    border-bottom: #616D76;
    background: #616D76;
    color: #fff;
    min-height: 74px;
    width: 100%;
    margin-bottom: 10px;
}

.policeAssurance .titrePoliceAssurance{
    color: #fff;
    font-weight: normal;
    font-size: 1.6rem;
    line-height:2.8rem;
    margin: 0;
    padding: 10px 10px 5px 10px;    
    display: inline-block;
    min-width: 200px;
    float: left;
}

.policeAssurance .titrePoliceAssurance b{ font-size: 2.2rem; line-height: 3rem; } 

.policeAssurance .titrePoliceAssurance .typePolice {
    font-weight: bold;
    font-size: 2.2rem;
    line-height:3rem;
    display: block;
}

.policeAssurance .contenuPolice{ padding: 1px 10px;clear: left;}

.policeAssurance .infoPaiement p{ display: inline-block;}

.piedPolice {
    position: relative;
}

.piedPolice p {
    padding-right: 100px;
}

.piedPolice .logoZeroPapier {
    position: absolute;
    right: 5px;
    bottom: 0;
}

@media only screen and (max-width: 31.19em){ /* 499px et moins */
  .policeAssurance .entetePolice {
      min-height: 64px;
      height: auto;
  }
}

/* --- simulation --- */

/* -- menu simulation -- */

#boiteSimulation .btnSimulation.inactif .conteneur {
    padding-right: 20px;
    background: url('images/icnMenuFermer-vert-001.svg') no-repeat right 6px;
}

#boiteSimulation .btnSimulation.inactif:focus .conteneur {
    background-image: url('images/icnMenuFermer-blanc-001.svg');
}

#boiteSimulation .btnSimulation.actif .conteneur {
    padding-right: 20px;
    background: url('images/icnMenuOuvert-vert-001.svg') no-repeat right 6px;
}

#boiteSimulation .btnSimulation.actif:focus .conteneur {
    background-image: url('images/icnMenuOuvert-blanc-001.svg');
}

#boiteSimulation .btnSimulation.actif {
    border-color: #dddddd; 
    margin-bottom: 20px !important; 
    color: #006E30; 
    background: #f1f1f1; 
}

#boiteSimulation .btnSimulation.actif:hover {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#e5e5e5), color-stop(100%,#ffffff)); 
    background: -webkit-linear-gradient(top, #e5e5e5 50%,#ffffff 100%); 
    background: -o-linear-gradient(top, #e5e5e5 50%,#ffffff 100%); 
    background: -ms-linear-gradient(top, #e5e5e5 50%,#ffffff 100%); 
    background: linear-gradient(to bottom, #e5e5e5 50%,#ffffff 100%);
}

#boiteSimulation .btnSimulation.actif:focus{color: #ffffff; background: #004b8d; }
#boiteSimulation .btnSimulation:focus{text-decoration: none;}
#boiteSimulation .sousMenuActions{max-width: 100%; text-align: left; position: relative; z-index: 20; }

#boiteSimulation .sousMenuActions.fermer { display: none;}

#boiteSimulation .sousMenuActions.ouvert { display: block;}

#boiteSimulation .sousMenuActions.ouvert:before, #boiteSimulation .sousMenuActions.ouvert:after{ left: 40px; }

#boiteSimulation .sousMenuActions.ouvert:before, #boiteSimulation .sousMenuActions.ouvert:after{
    border-bottom: 7px solid #d4d4d4;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    top: 8px;
    width: 0;
}

#boiteSimulation .sousMenuActions.ouvert:after {
    border-bottom: 7px solid #ffffff;
    top: 9px;
    z-index: 1;
}

#boiteSimulation .sousMenuActions ul {
       border: 1px solid #d4d4d4;
       background: #ffffff;
       padding: 0;
       margin: 15px 0 10px 0;
   } 
   
   #boiteSimulation .sousMenuActions li {
        list-style: none;
       background: #fff;
       padding: 0;
       margin: 0;
   } 
   
   #boiteSimulation .sousMenuActions li a, #boiteSimulation .sousMenuActions li button{
       display: block;
       width: 100%;
       padding: 0px 10px;
       text-decoration: none;
       color: #006E30;
       font-weight: bold;
       margin: 0;
   } 
   
   #boiteSimulation .sousMenuActions li a:hover, #boiteSimulation .sousMenuActions li button:hover{color:#006E30; text-decoration: underline; }
  
   #boiteSimulation .sousMenuActions li .conteneur {
       border-bottom: 1px solid #dddddd;
       padding: 13px 0px;
       display: block;
       width: 100%;
   }
   
   #boiteSimulation .sousMenuActions li a:focus, #boiteSimulation .sousMenuActions li button:focus{ outline-width: 0;color: #fff;}
   #boiteSimulation .sousMenuActions li a:focus .conteneur, #boiteSimulation .sousMenuActions li button:focus .conteneur{ border-color: #004b8d;}
   
   #boiteSimulation .sousMenuActions li:last-child .conteneur{ border-bottom: 0;}
   
   @media only screen and (min-width: 31.25em){ /* 500px et plus */ 
        
        #boiteSimulation .groupeMenu{ position: relative;z-index: 19;}  
        
        #boiteSimulation .sousMenuActions{ position: absolute; margin-top: -21px; min-width: 201px;}                                   
   }
   
   /* petite résolution */
@media only screen and (max-width: 31.19em){ /* 499px et moins */
   #boiteSimulation .sousMenuActions.ouvert{ margin-top: -15px; }

    #boiteSimulation .sousMenuActions.ouvert:before{
        top: -7px;
    }

    #boiteSimulation .sousMenuActions.ouvert:after {
        top: -6px;
    }
}

/* ----- colonne de droite ----- */

/* --- Boite de contenu online tool --- */

aside.asidePage .onlineTool {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #d4d4d4;
    color: #666666;
    font-family: Arial,sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
}

aside.asidePage .onlineTool .contenu-tiroir li {
    color: #595959;
}

aside.asidePage .onlineTool .contenu{ padding: 15px; }
aside.asidePage .onlineTool h2, aside.asidePage .onlineTool h3 { margin: 0 0 15px; }

aside.asidePage .onlineTool .entete-tiroir h3 { margin: 0; }

aside.asidePage .onlineTool h2.logo {
    margin: 0 0 11px;
    line-height: normal;
    font-size: inherit;
}

aside.asidePage .onlineTool .contenu > *:last-child {
    margin-bottom: 0;
}

aside.asidePage .boiteDemandesPopulaires.sectionAside,
aside.asidePage .boiteOutilMagasinage.sectionAside
{
    border: 1px solid #CCCBCB;
    padding: 20px 15px;
    position: relative;
    margin-bottom:2rem;
}
aside.asidePage .boiteOutilMagasinage.sectionAside p{
    text-align:center;
}
aside.asidePage .boiteOutilMagasinage.sectionAside button{
    padding:17px 15px;
}
/* --- Demandes populaires --- */
aside.asidePage .boiteDemandesPopulaires{
    margin-top:4rem;
}
aside.asidePage .boiteDemandesPopulaires:before{
    content: "";
    display: block;
    background: url(images/icnDemandesPopulaires-001.svg) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -23px;
}
aside.asidePage .boiteDemandesPopulaires h2{
    font-size:2rem;
    font-size:20px;
    text-align:center;
}
aside.asidePage .boiteDemandesPopulaires ul{
   padding:0;
   margin:0;
}
aside.asidePage .boiteDemandesPopulaires ul li{
   list-style-type:none;
}
aside.asidePage .boiteDemandesPopulaires ul li a,
aside.asidePage .boiteDemandesPopulaires ul li a:focus
{
   text-decoration:none;
}
aside.asidePage .boiteDemandesPopulaires ul li a:hover{
   text-decoration:underline;
}
/* --- Liens utiles --- */

aside.asidePage .boiteLiensUtiles {
    border: none;
    background: none;
}

aside.asidePage .boiteLiensUtiles h2 {
    background: #DDDDDD;
    border: 1px solid #CCCBCB;
    color: #4B535A;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.64rem;
    margin: 0;
    padding: 0 15px 10px 0;
    text-transform: none;
}

aside.asidePage .boiteLiensUtiles .styleTitre5 
{
    font-weight: normal;
	font-size:2rem;
	line-height:2.8rem;
	color:#3f7c23;   
    border: none;
    background: none;
}


/* --- Shopping tool --- */
aside.asidePage .boiteOutilMagasinage{
    margin-top:4rem;
}
aside.asidePage .boiteOutilMagasinage:before{
    content: "";
    display: block;
    background: url(images/icnOutilMagasinage-001.svg) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -23px;
}
aside.asidePage .boiteOutilMagasinage h2{
    font-size:2rem;
    font-size:20px;
    text-align:center;
}
aside.asidePage .boiteOutilMagasinage button.btnOutilMagasinage{
    width:100%;
    font-size:1.6rem;
    font-size:16px;
}

aside.asidePage .boiteShoppingTool h2 {
    background: #DDDDDD;
    border: 1px solid #CCCBCB;
    color: #4B535A;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.64rem;
    margin: 0;
    padding: 15px;
    text-transform: none;
}

aside.asidePage .boiteShoppingTool .logoShoppingTool{
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0;
    min-height: 40px;
    text-align: left;
}

aside.asidePage .boiteShoppingTool p {
    color: #353C41;
    font-family: Arial,sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 5px;
}

aside.asidePage.asidePage .boiteShoppingTool a {
    color: #006E30;
    font-family: Arial,sans-serif;
    font-weight: normal;
}
@media only screen and (max-width: 60em) { /* 960px*/ 
    aside.asidePage .boiteOutilMagasinage button.btnOutilMagasinage{
        display:block;
        width:100%;
        max-width:26.8rem;
        margin-left:auto;
        margin-right:auto;
    }
}

/* --- aside --- */


/*----- boutons d'actions Police -----*/
.actionsPolice .menuActions{ margin: 0;padding: 0;}

.actionsPolice .menuActions li {
    list-style-type: none;
}

.actionsPolice.menuActions .btnActionPrincipal.inactif:focus,.actionsPolice .menuActions .btnActionPrincipal:focus {
    background-color: #0B4B77;
    color: #fff;
}

.actionsPolice.menuActions .btnAjouter.btnActionPrincipal.inactif:focus, .actionsPolice.menuActions .btnAjouter.btnActionPrincipal.inactif:focus:hover {
    background-color: #0B4B77;
    color: #fff;
    outline: none;
}

.actionsPolice.menuActions .btnAjouter.btnActionPrincipal.inactif:focus .conteneur:after, .actionsPolice.menuActions .btnAjouter.btnActionPrincipal.inactif:focus:hover .conteneur:after {
    background: #0B4B77 url(images/btnFermeBlanc-001.svg) no-repeat;
    color: #fff;
}

.actionsPolice.menuActions .btnAjouter.btnActionPrincipal.actif:focus {
    background-color: #0B4B77;
    color: #fff;
    outline: none;
}

.actionsPolice.menuActions .btnAjouter.btnActionPrincipal.actif:focus .conteneur:after {
    background: #0B4B77 url(images/btnOuvertBlanc-001.svg) no-repeat;
    color: #fff;
}

.actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.inactif:focus, .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.inactif:focus:hover {
    background-color: #0B4B77;
    color: #fff;
    outline: none;    
}

.actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.inactif:focus .conteneur:after, .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.inactif:focus:hover .conteneur:after {
    background:#0B4B77 url(images/btnFermeBlanc-001.svg) no-repeat;
    color: #fff;
}

.actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.actif:focus {
    background-color: #0B4B77;
    color: #fff;
    outline: none;   
}

.actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.actif:focus .conteneur:after {
    background:#fff url(images/btnOuvertFonce-001.svg) no-repeat;
} 

.actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.inactif:focus, .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.inactif:focus:hover {
    background-color: #0B4B77;
    color: #fff;
    outline: none;    
}

.actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.inactif:focus .conteneur:after, .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.inactif:focus:hover .conteneur:after {
    background:#0B4B77 url(images/btnFermeBlanc-001.svg) no-repeat;
    color: #fff;
}

.actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.actif:focus {
    background-color: #0B4B77;
    color: #fff;
    outline: none;
}

.actionsPolice.menuActions .btnActionPrincipal.actif:focus:hover {
    text-decoration: underline;
}

.actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.actif:focus .conteneur:after {
    background:#fff url(images/btnOuvertFonce-001.svg) no-repeat;
} 


.actionsPolice .btnActionPrincipal .conteneur:after{
	    content:" ";
	    display:inline-block;
	    width:13px;
	    height:8px;
	    margin-left:12px;
	    overflow:hidden;
}

.actionsPolice .sousMenuActions.ouvert ul{
	    margin: 0;
	    padding:0px;	    
} 


.actionsPolice .sousMenuActions li a{
		display:block;
		padding:0 20px 0 37px;
		font-size:16px; 
		font-size:1.6rem;
		font-weight:bold;
	    color: #006E30;
	    text-decoration: none;
}

.actionsPolice .sousMenuActions li .conteneur {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 7px 0 7px 0px;
    width: 100%;
}


.actionsPolice .sousMenuActions li:last-child a{
		border-bottom:none;
}

.actionsPolice li.elementMenu:last-child .sousMenuActions li:last-child .conteneur {
    border-bottom: none
}
	
.actionsPolice .sousMenuActions li a:hover{
    color:#006E30;
    text-decoration: underline;
}
	
.actionsPolice .sousMenuActions li a:focus{
		color:#fff;
        outline: none;
}

.actionsPolice .sousMenuActions li a:focus .conteneur{
    border-bottom-color: #0B4B77;
}	

	
.btnActionPrincipal.show-for-small.inactif {
	    display: none;
}

/* bouton inactif */
.actionsPolice .btnActionPrincipal.inactif .conteneur:after{
    background: url("images/btnFermeBlanc-001.svg") no-repeat;
	content:"";
 }
 
@media only screen and (min-width: 48.000em) and (max-width:58.3125em), screen and (max-width:40em){/* 768px à 933px, 640px et moins */
                                                                                                    
    .actionsPolice{font-family:"mobile";}/*utiliser par la fonction js "obtenirBreakPointAtteintMobile2" pour déterminer si le menu est mobile */
    .actionsPolice > *{font-family:Arial, Helvetica, sans-serif;}                                                                                                  
                                                                                                    
	.entetePolice{
		display:inline-block;
	}
	
	.actionsPolice .btnActionPrincipal .conteneur:after {
	    margin-left: 5px;
	}
	.actionsPolice .btnActionPrincipal.show-for-small {
	    width: 93px;
	}
	
	.actionsPolice .fermerMobile, .actionsPolice .fermer{display:none;}
	
	.actionsPolice .menuActions li{width:100%; clear:both;}
	
	.actionsPolice .btnActionPrincipal{font-size:16px; font-size:1.6rem;}
	
	.actionsPolice .btnActions	{
	    height:4em; 
	    float:right;
	    border-width: 0 0 0 1px;
	    border-color: #fff;
	    border-style: solid;
	 }
	 
	/* bouton inactif */
    .actionsPolice .btnActionPrincipal.show-for-small{
	    height: 74px;
	    font-weight:bold;
	    color:#fff;
	    font-size:16px; font-size:1.6rem;
	    text-align:center;
	    display:block;
	    border:0;
	    cursor:pointer;
	    text-decoration:none;
	    border-left:1px solid #ddd;
	    padding:29px 0 9px;
	    margin:0;
		background:#8c8d8e url(images/btnActionBlanc-001.svg) no-repeat center 14px;	    
    }
    
    .actionsPolice.menuActions .btnActionPrincipal.inactif:focus,.actionsPolice .menuActions .btnActionPrincipal:focus {
        background-color: #0B4B77;
        color: #fff;
    } 

    .actionsPolice.menuActions .btnActionPrincipal.inactif:hover:focus {
        background-color: #0B4B77;
        color: #fff;
        outline: none;   
    } 

    .actionsPolice.menuActions .btnActionPrincipal.inactif.show-for-small:hover:focus {
        background: #0B4B77 url(images/btnActionBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }  

    .actionsPolice.menuActions .btnActionPrincipal.inactif:hover:focus .conteneur:after{
        background: #0B4B77 url(images/btnFermeBlanc-001.svg) no-repeat;
        color: #fff;
    }  
    
    .actionsPolice ul.menuActions.ouvrirMobile {
        margin: 0;
        padding-left:0;
        border-bottom: 1px solid #ddd;
    }
	 

	.actionsPolice .btnActions.inactif:hover {
	    color: #fff;
		background: #4b535a url(images/btnActionBlanc-001.svg) no-repeat center 14px;
	    border-bottom: 0;  	    
	}

    .actionsPolice .btnActionPrincipal.inactif:hover .conteneur:after{
	    background:url(images/btnFermeBlanc-001.svg) no-repeat;
	    content:"";
    }

    .actionsPolice .btnActions:focus{outline:none;}


	.actionsPolice .btnActions.inactif{
		background: #616D76 url(images/btnActionBlanc-001.svg) no-repeat center 14px;
	}
	
	.actionsPolice .btnActions.actif{
		background: #f1f1f1 url(images/btnActionFonce-001.svg) no-repeat center 14px;
	    color: #006E30;
	}
	
	.actionsPolice .btnActions.actif:hover{
	    text-decoration: underline;
	}	
	
	.actionsPolice .btnActions.actif:focus{
		background: #0B4B77 url(images/btnActionBlanc-001.svg) no-repeat center 14px;
	    color: #fff;
	}
	
	.actionsPolice .btnActions.actif:focus .conteneur:after{
		background:url(images/icnMenuOuvert-blanc-001.svg) no-repeat;
	    color: #fff;
	}	
	
	
	.actionsPolice .btnActionPrincipal.actif .conteneur:after{
	    background:url(images/btnOuvertFonce-001.svg) no-repeat;
	}
	
	.actionsPolice .menuActions .btnActionPrincipal	{
	    width:100%; 
	    text-align:left; 
	    border:0; 
	    border-top:0px solid #ddd;
	    background:none;
	    padding-left: 10px;
	    padding-right: 10px;
	    height: 50px;
	}

	.actionsPolice .menuActions li:first-child .btnActionPrincipal{border:0;}
	
	.actionsPolice .menuActions .btnAjouter.btnActionPrincipal .conteneur{		
       padding: 7px 0 7px 25px;
       width: 100%;
       background-image:url(images/btnAjouterFonce-001.svg);
	   background-repeat:no-repeat;
	   background-position:0 6px;
	   display:block
	}
	
	.actionsPolice .menuActions .btnAjouter.btnActionPrincipal:focus .conteneur, .actionsPolice .menuActions .btnRecevoir.btnActionPrincipal:focus .conteneur, 

	.actionsPolice .menuActions .btnTelecharger.btnActionPrincipal:focus .conteneur{		
	   border-bottom: 1px solid #0B4B77 !important;
	}	
	
	
	.actionsPolice .menuActions .btnRecevoir.btnActionPrincipal .conteneur{		
       padding: 7px 0 7px 25px;
       width: 100%;
       background-image:url(images/btnRecevoirFonce-001.svg);
	   background-repeat:no-repeat;
	   background-position:0 6px;
	   display:block
	}
	
	.actionsPolice .menuActions .btnTelecharger.btnActionPrincipal .conteneur{		
       padding: 7px 0 7px 25px;
       width: 100%;
       background-image:url(images/btnTelechargerFonce-001.svg);
	   background-repeat:no-repeat;
	   background-position:0 6px;
	   display:block
	}	
	
	.actionsPolice .menuActions .btnAjouter.btnActionPrincipal.inactif:hover .conteneur{		
       background-image:url(images/btnAjouterFonce-001.svg);
	}
	
	.actionsPolice .menuActions .btnAjouter.btnActionPrincipal.inactif:hover:focus .conteneur{		
       background-image:url(images/btnAjouterBlanc-001.svg);
	}	
	
	.actionsPolice .menuActions .btnRecevoir.btnActionPrincipal.inactif:hover .conteneur{		
       background-image:url(images/btnRecevoirFonce-001.svg);
	}
	
	.actionsPolice .menuActions .btnRecevoir.btnActionPrincipal.inactif:hover:focus .conteneur{		
       background-image:url(images/btnRecevoirBlanc-001.svg);
	}
	
	.actionsPolice .menuActions .btnTelecharger.btnActionPrincipal.inactif:hover .conteneur{		
       background-image:url(images/btnTelechargerFonce-001.svg);
	}
	
	.actionsPolice .menuActions .btnTelecharger.btnActionPrincipal.inactif:hover:focus .conteneur{		
       background-image:url(images/btnTelechargerBlanc-001.svg);
	}		

	.actionsPolice .menuActions .btnAjouter.btnActionPrincipal:focus .conteneur{		
       background-image:url(images/btnAjouterBlanc-001.svg);
	}
	
	.actionsPolice .menuActions .btnRecevoir.btnActionPrincipal:focus .conteneur{		
       background-image:url(images/btnRecevoirBlanc-001.svg);
	}
	
	.actionsPolice .menuActions .btnTelecharger.btnActionPrincipal:focus .conteneur{		
       background-image:url(images/btnTelechargerBlanc-001.svg);
	}		
			
	.actionsPolice .menuActions .btnActionPrincipal.inactif .conteneur:after{		
	    background:url(images/btnFermeFonce-001.svg) no-repeat;
	}	

	.actionsPolice .menuActions .btnActionPrincipal.actif{
		background-color:#e2f0d4;
	}
	
	.actionsPolice .menuActions .btnActionPrincipal.actif:hover{
		text-decoration:underline;
	}	
	
	.actionsPolice .menuActions .btnActionPrincipal.btnRecevoir{
	     font-weight: bold;
	     color: #006E30;
         padding:0 12px 0 12px
	}	
	
	.actionsPolice .menuActions .btnActionPrincipal.btnRecevoir.inactif:hover{
	    color: #006E30;		
	}
	
	.actionsPolice .menuActions .btnActionPrincipal.btnRecevoir.inactif:hover .conteneur:after{
		background-image:url(images/btnFermeFonce-001.svg);
	    content: "";
	}
	
	.actionsPolice .menuActions .btnActionPrincipal.btnTelecharger{
	     font-weight: bold;
	     color: #006E30;
         padding:0 12px 0 12px;
	}	
	
	.actionsPolice .menuActions .btnActionPrincipal.btnTelecharger.inactif:hover{
	    color: #006E30;		
	}
	
	.actionsPolice .menuActions .btnActionPrincipal.btnTelecharger.inactif:hover .conteneur:after{
		background-image:url(images/btnFermeFonce-001.svg);
	    content: "";
	}			
	
	
	.actionsPolice .menuActions .btnActionPrincipal.btnAjouter{
	     font-weight: bold;
	     color: #006E30;
	     padding:0 12px 0 12px
	}	
	
	.actionsPolice .menuActions .btnActionPrincipal.btnAjouter.inactif:hover{
        color: #006E30; 
	}
	
	.actionsPolice .menuActions .btnActionPrincipal.btnAjouter.inactif:hover .conteneur:after{
		background-image:url(images/btnFermeFonce-001.svg);
	    content: "";
	}
	
	.actionsPolice .elementMenu .btnActionPrincipal.inactif:hover .conteneur {
	    text-decoration: underline;
    }
    
	.actionsPolice .elementMenu .btnActionPrincipal.inactif {
	    background:#fff;
    }    
	
	
	.actionsPolice .sousMenuActions.ouvert {
	    background: #fff;
	} 
	
	.actionsPolice .menuActions.groupeMenu.ouvrirMobile li.elementMenu:first-child{
	    margin: 0;
	}
	
	.actionsPolice .sousMenuActions.ouvert ul{
	    background: #e2f0d4;    
    }
	
	.actionsPolice .sousMenuActions.ouvert li,
	.actionsPolice .menuActions.groupeMenu.ouvrirMobile li.elementMenu{
	    margin: 0;
	    background: #e2f0d4;
	}  
	
	.actionsPolice .sousMenuActions.ouvert li a.pageCourante{
	    margin: 0;
	    background: #fff;
	    border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	}
	
	.actionsPolice .sousMenuActions.ouvert li a.pageCourante:focus{
        background: none repeat scroll 0 0 #0b4b77;
        color: #fff !important;
        outline: 2px solid #0b4b77;
	}	 
	
	.actionsPolice .menuActions.groupeMenu.ouvrirMobile li.elementMenu{
	    margin: 0;
	    background: #e2f0d4;
	    border-left: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	    border-bottom: 1px solid #ddd;
	} 	
	
	.actionsPolice .sousMenuActions.ouvert li a.pageCourante:last-child,
	.actionsPolice .menuActions.groupeMenu.ouvrirMobile li.elementMenu:last-child{
	    border-bottom: 0px solid #ddd;
	}	
	
	.actionsPolice .sousMenuActions a{ color:#006E30; text-decoration:none; }
	
  
    .actionsPolice .sousMenuActions a:focus {background-color: #0B4B77; outline: none; }


	.actionsPolice .sousMenuActions a{
		display:block;
		padding:10px 10px 10px 22px;
		background-color:#e2f0d4;
		font-size:1.6rem; 
		font-weight:bold;
	}

	
	.actionsPolice .sousMenuActions a:hover{
	    color: #006E30;
	    text-decoration: underline;
	}

	
	.actionsPolice .sousMenuActions a:hover, .actionsPolice .sousMenuActions a:focus{
		text-decoration:underline;
	}

    .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.actif:focus .conteneur:after {
        background: #0B4B77 url(images/btnFermeBlanc-001.svg) no-repeat;
        color: #fff;
    }
    
    .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.actif:focus .conteneur:after {
        background: #0B4B77 url(images/btnFermeBlanc-001.svg) no-repeat;
        color: #fff;
    }      	
	
}




@media all and (min-width: 40em) and (max-width: 47.937em), screen and (min-width:58.3125em)  {/*640px à 767px, 933px et plus*/
    .actionsPolice{font-family:"grResolution";}/*utiliser par la fonction js "obtenirBreakPointAtteintMobile2" pour déterminer si le menu est mobile */
    .actionsPolice > *{font-family:Arial, Helvetica, sans-serif;}  
                                                                                              
	.actionsPolice{float:right;}
	
    .actionsPolice .menuActions {
        list-style: none outside none;
        margin: 0;        
    }
    
    .actionsPolice .menuActions{
	    list-style:none;
	    margin:0;
    }

    .actionsPolice .menuActions li{
	    margin:0;
    }
    
    .actionsPolice .sousMenuActions li:last-child .conteneur {
        border-bottom: none;
    }

    .actionsPolice .sousMenuActions li .conteneur {
        border-bottom: 1px solid #dddddd;
        display: block;
        padding: 13px 0;
        width: 100%;
    } 

    .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.inactif:focus {
        background: #0B4B77 url(images/btnTelechargerBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.inactif:focus {
        background: #0B4B77 url(images/btnRecevoirBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnAjouter.btnActionPrincipal.inactif:focus {
        background: #0B4B77 url(images/btnAjouterBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;
    }

    .actionsPolice.menuActions .btnAjouter.btnActionPrincipal.actif:focus .conteneur:after {
        background: #0B4B77 url(images/icnMenuOuvert-blanc-001.svg) no-repeat;
        color: #fff;
    }

    .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.actif:focus .conteneur:after {
        background: #0B4B77 url(images/icnMenuOuvert-blanc-001.svg) no-repeat;
        color: #fff;
    }

    .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.actif:focus .conteneur:after {
        background: #0B4B77 url(images/icnMenuOuvert-blanc-001.svg) no-repeat;
        color: #fff;
    }

    .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.inactif:hover:focus {
        background: #0B4B77 url(images/btnRecevoirBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnAjouter.btnActionPrincipal.inactif:hover:focus {
        background: #0B4B77 url(images/btnAjouterBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.inactif:hover:focus {
        background: #0B4B77 url(images/btnTelechargerBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnAjouter.btnActionPrincipal.actif:focus {
        background: #0B4B77 url(images/btnAjouterBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnRecevoir.btnActionPrincipal.actif:focus {
        background: #0B4B77 url(images/btnRecevoirBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    .actionsPolice.menuActions .btnTelecharger.btnActionPrincipal.actif:focus {
        background: #0B4B77 url(images/btnTelechargerBlanc-001.svg) no-repeat center 14px;
        color: #fff;
        outline: none;   
    }

    
    .actionsPolice .sousMenuActions li a{
		    padding:0 10px;
    }    

    /* bouton inactif */
    .actionsPolice .btnActionPrincipal{
	    height:100%;
	    font-weight:bold;
	    font-family:inherit;
	    color:#fff;
	    font-size:16px; font-size:1.6rem;
	    text-align:center;
	    display:block;
	    border:0;
	    cursor:pointer;
	    text-decoration:none;
	    border-left:1px solid #ddd;
	    padding:28px 10px 8px;
	    margin:0;
    }

   
    .actionsPolice .btnActionPrincipal.inactif:hover .conteneur:after{
	    background:url(images/btnFermeBlanc-001.svg) no-repeat;
	    content:"";
    }
    
     .actionsPolice .menuActions .btnActionPrincipal.inactif:hover {
        color:#ffffff;
    }        

    /* bouton actif */
    
    .actionsPolice .btnActionPrincipal.actif .conteneur:after{
	    background:url(images/btnOuvertFonce-001.svg) no-repeat;
	    content:"  ";
    }

    .actionsPolice .sousMenuActions ul {
	    list-style:none;
	    margin:0;
        padding-left: 0;
    }  
  
	
	.actionsPolice .menuActions li{
		height:4.65em;
		float:left;
	}
	
	.actionsPolice .menuActions li:first-child .btnActionPrincipal{
		border-color:#ddd;
	}


	.actionsPolice .btnTelecharger.inactif{
		background:url(images/btnTelechargerBlanc-001.svg) no-repeat center 14px;
	}
	
	.actionsPolice .btnTelecharger.inactif:hover{
		background:#4B535A url(images/btnTelechargerBlanc-001.svg) no-repeat center 14px;
	}	
	
	
	.actionsPolice .btnRecevoir.actif:focus{
		background:#4B535A url(images/btnTelechargerBlanc-001.svg) no-repeat center 14px;
	    color: #ffffff;
        outline: none;				
	}
	
	.actionsPolice .btnTelecharger.actif{
		background:#fff url(images/btnTelechargerFonce-001.svg) no-repeat center 14px;
	    color: #006E30;
        outline: none;				
	}
	
	.actionsPolice .btnTelecharger.actif:hover{
        text-decoration: underline;  				
	}		

	.actionsPolice .btnRecevoir.inactif{
		background:url(images/btnRecevoirBlanc-001.svg) no-repeat center 14px;
	}
	
	.actionsPolice .btnRecevoir.inactif:hover{
		background:#4B535A url(images/btnRecevoirBlanc-001.svg) no-repeat center 14px;
	}	
	
	
	.actionsPolice .btnRecevoir.actif:focus{
		background:#4B535A url(images/btnRecevoirBlanc-001.svg) no-repeat center 14px;
	    color: #ffffff;
        outline: none;				
	}
	
	.actionsPolice .btnRecevoir.actif{
		background:#fff url(images/btnRecevoirFonce-001.svg) no-repeat center 14px;
	    color: #006E30;
        outline: none;				
	}
	
	.actionsPolice .btnRecevoir.actif:hover{
        text-decoration: underline;  				
	}
	
	
	.actionsPolice .btnAjouter.inactif{
		background: url(images/btnAjouterBlanc-001.svg) no-repeat center 14px;
	}
	
	.actionsPolice .btnAjouter.inactif:hover{
		background:#4B535A url(images/btnAjouterBlanc-001.svg) no-repeat center 14px;
	}	
	
	
	.actionsPolice .btnAjouter.actif:focus{
		background:#4B535A url(images/btnAjouterBlanc-001.svg) no-repeat center 14px;
	    color: #ffffff;
        outline: none;	    
	}
	
    .actionsPolice .btnAjouter.actif {
        background: #fff url(images/btnAjouterFonce-001.svg) no-repeat center 14px;
        color: #006E30;
        outline: none;   
    }
    
    .actionsPolice .btnAjouter.actif:hover {
        text-decoration: underline;  
    }    


	.actionsPolice .sousMenuActions.fermer{display:none;}
	
	.actionsPolice .menuActions li{position:relative;}
	
	.actionsPolice .sousMenuActions{
		position:absolute; 
		background:#ffffff;
		width:204px; 
	    right:-1px;
		border: 1px solid #dddddd;
		font-size: 1.2rem;
		margin-top: 10px;
		padding: 0;
		z-index: 20;
	}
	
	.actionsPolice .sousMenuActions.ouvert:before, .actionsPolice .sousMenuActions.ouvert:after{ right: 15px; }
	
	.actionsPolice .sousMenuActions.ouvert:before, .actionsPolice .sousMenuActions.ouvert:after {
       border-bottom: 7px solid #dddddd;
       border-left: 7px solid transparent;
       border-right: 7px solid transparent;
       content: " ";
       display: block;
       height: 0;
       position: absolute;
       top: -8px;
       width: 0;
   }

   .actionsPolice .sousMenuActions.ouvert:after {
    border-bottom: 7px solid #ffffff;
    top: -7px;
    z-index: 1;
   }
	
	.actionsPolice li:last-child .sousMenuActions{
		border: 1px solid #d4d4d4;
	}
	
	.actionsPolice .sousMenuActions ul {
	    margin-top:0;
	    background: #fff;
	}
	
	.actionsPolice .sousMenuActions li{
		display:block;
		float:none;
		margin:0;
		padding:0;
		height:auto;
	}
		
}

/* ----- profil ----- */

.sectionProfil .boiteContenu{
   border: 1px solid #CCCBCB;
   border-top: 0;
   background: none repeat scroll 0% 0% #ffffff !important;
   margin: 10px 0px 10px; 
}


.sectionProfil .boiteContenuTitre{ background: #616D76; border: 0; }

.sectionProfil .titreBoiteContenu {
    color: #FFF;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: none;
}

.boiteContenuProfil .type{padding: 0 0 0 35px;display: block; }

.boiteContenuProfil.monProfilAdresse .type{
    background: url(images/icnMaison-001.svg) no-repeat scroll left 2px;
}

.boiteContenuProfil.monProfilTelephone .type {
    background: url(images/icnTelephoneProfil-001.svg) no-repeat scroll 6px 2px;
}

.boiteContenuProfil.monProfilCourriel .type {
    background: url(images/icnCourriel-001.svg) no-repeat scroll 5px 2px;
}

.boiteContenuProfil.monProfilPreference .type {
    background: url(images/icnRouletteProfil-001.svg) no-repeat scroll left 2px;
}

.boiteContenuProfil {
    min-height: 231px;    
}

/* ----- Sauvegardes ----- */

/* --- progression --- */
.contenuSauvegarde .progression .titre{ font-weight: bold;display: block; margin-bottom: 6px;}

.contenuSauvegarde .progression .bar{
	display:inline-block;
    width: 100%; 
	max-width:531px;
	border:1px solid #ddd;
	padding:1px 4px 1px 1px;
	position:relative;
	height:3rem;
	
	background: #fff; 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(223,223,223,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(223,223,223,1))); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(223,223,223,1) 100%); 
	background: -o-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(223,223,223,1) 100%); 
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(223,223,223,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(223,223,223,1) 100%); 
}

.contenuSauvegarde .progression .progres {
    background: #017aae;
    display: block;
    height: 2.2rem;
    margin:2px;
}

.contenuSauvegarde .progression .valeur  
  {
    color: #666;
    font-weight: normal;
    font-size: 1.6rem;      
    display: block;
    margin-left: 4px;
    position: relative;
    top: 0;
 }

.progression p {
    margin-bottom: 0px;    
}

.contenuSauvegarde .progression {
    margin-bottom: 10px;
}


@media all and (min-width: 60.25em){/*964px*/
    .contenuSauvegarde .progression .valeur {
        margin-left: 10px;
        display: inline;
        top: -5px;
    }
    
    .contenuSauvegarde .progression .bar{
        width: 95%; 
    }
}

/* --- contenu sauvegarde --- */

.contenuSauvegarde .info p.noTelephone {
    background: url("images/icnTelephone-001.svg") no-repeat scroll left 10px rgba(0, 0, 0, 0);
    border-top: 1px solid #adadad;
    margin: 9px 0 0;
    padding: 9px 0 3px 22px;
}

.bienPolice.itemSauvegarde .groupeMenuTransactionSavi .btnActionPrincipal{
    border-bottom: 0px solid #ddd;
    width: 100%;
    margin: 0;    
}


/* ----- Responsable de biens assurées ----- */

.responsableBiensAssures {
    background: #f1f1f1;
    padding: 10px;
    margin: 20px 0 44px 0;
}

.responsableBiensAssures:last-child {
    margin: 20px 0 20px 0;
}

.titreResponsableBiensAssures {
    font-size: 16px;
    font-size: 1.6rem;
    color: #595959;
    margin: 0;
    line-height: 2.0rem;
}

.responsableBiensAssures p {
    margin: 0;
    text-transform: uppercase;
}

/* ----- Documents d'assurance ----- */


.policeAssuranceDocument {

    border: 1px solid #cccbcb;
    color: #595959;
    margin: 15px 0 15px;
}

.policeAssuranceDocument.singulier:last-child {
    margin: 15px 0 0 0;
}
.policeAssuranceDocument .entetePoliceDocument {
    border-bottom: #cccbcb;
    background: #616d76;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    overflow: auto;
}

.policeAssuranceDocument.singulier  .entetePoliceDocument {
    border-bottom: #DDDDDD;
    background: #DDDDDD;
    color: #4B535A;
}

.policeAssuranceDocument .entetePoliceDocument.auto, .policeAssuranceDocument .entetePoliceDocument.habit {
    min-height: 74px;
}

.policeAssuranceDocument .titrePoliceAssurance{
    color: #FFF;
    
    margin: 0;
    padding: 10px 10px 5px 10px;    
    display: inline-block;
    min-width: 200px;
    float: left;
}

.policeAssuranceDocument.singulier  .titrePoliceAssurance{
    color: #4B535A;
}

.policeAssuranceDocument.auto .titrePoliceAssurance{
    background: url("images/icnDocumentAssuranceAuto-001.svg") no-repeat 15px 15px;
    padding-left: 70px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height:2.8rem;
}

.policeAssuranceDocument.habit .titrePoliceAssurance{
    background: url("images/icnDocumentAssuranceHabit-001.svg") no-repeat 15px 15px;
    padding-left: 70px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height:2.8rem;
}

.policeAssuranceDocument.boat .titrePoliceAssurance{
    background: url("images/icnEnteteBoat-001.svg") no-repeat 15px 15px;
    background-size: 30px 30px;
    padding-left: 70px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height:2.8rem;
}

.policeAssuranceDocument.umbrella .titrePoliceAssurance{
    background: url("images/icnEnteteUmbrella-001.svg") no-repeat 15px 15px;
    padding-left: 70px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-size: 1.6rem;
    line-height:2.8rem;
}


.policeAssuranceDocument.auto.singulier .titrePoliceAssurance{
    background: url("images/icnDocumentAssuranceAutoGris-001.svg") no-repeat 15px 15px;
}

.policeAssuranceDocument.habit.singulier .titrePoliceAssurance{
    background: url("images/icnDocumentAssuranceHabitGris-001.svg") no-repeat 15px 15px;
}

.policeAssuranceDocument.boat.singulier .titrePoliceAssurance{
    background: url("images/icnEnteteBoatGris-001.svg") no-repeat 15px 15px;
    background-size: 30px 30px;
}

.policeAssuranceDocument.umbrella.singulier .titrePoliceAssurance{
    background: url("images/icnEnteteUmbrellaGris-001.svg") no-repeat 15px 15px;
}

.policeAssuranceDocument .titrePoliceAssurance b 
{
    font-size: 2.2rem; 
    line-height: 3rem;
    font-weight: bold;
    line-height:3rem;
    display: block;
}

.policeAssuranceDocument .contenuPoliceDocument{ padding: 0px 10px 10px 10px;clear: left;}

.policeAssuranceDocument .contenuPoliceDocument .listeSansPuce li{ margin: 0;}

.titreEnVigueur, .titreArchive{

    font-weight: normal;
}


/* ----- Biens couverts ----- */

.biensCouverts {
    border-bottom: 1px solid #cccbcb;
    margin-bottom: 27px;
    padding-bottom: 15px;
}

.singulier .biensCouverts {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom:0;
}

.biensCouverts p, .biensCouverts ul li{
    text-transform: uppercase;
}

/* ----- Proposition de renouvellement ----- */

.propositionRenouvellement {
    background: #e2f0d4;
    padding: 15px;
    margin-bottom: 46px;
}

.propositionRenouvellement .titrePropositionRenouvellement{
    font-size: 24px;
    font-size: 2.4rem;
    color: #007944;
    font-weight: normal;
}

.propositionRenouvellement .preriodeDocument{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
    color: #007944;
}

.propositionRenouvellement .document{
    background: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}


/* ----- Documents en vigueur ----- */

.documentEnVigueur{
    margin-bottom: 46px;
}

.documentEnVigueur .titreDocumentEnVigueur{
    font-size: 24px;
    font-size: 2.4rem;
    color: #353c41;
    font-weight: normal;
    margin-top: 0;
}

.documentEnVigueur .preriodeDocument{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
}

.documentEnVigueur .document{
    background: #ebf1f2;
    padding: 15px;
    margin-bottom: 15px;
}


/* ----- Documents en archive ----- */


.documentArchive .titreDocumentArchive{
    font-size: 24px;
    font-size: 2.4rem;
    color: #353c41;
    font-weight: normal;
    margin-top: 0;
}

.documentArchive .preriodeDocument{
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0;
}

.documentArchive .document{
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 48em) {/*768px*/
    .filAriane ol{ font-size: 1.4rem;} 
}

/* ----- type de document ----- */


.document > div {
    display: table;
    width: 100%;
}

.document .detail{
    display: table-cell; 
    width: 55%;
    padding-left: 50px;
    vertical-align: top;
}

 .document .detail p{
    margin: 0;
}

 .document .bouton{
    margin-bottom: 0px;
    margin-right:1.5rem;
}

.document .titreDocument {
    display: table-cell;
    width: 45%;
    border-right: 1px solid #616d76;
    vertical-align: top;
    background: url("images/icnDocumentAssurance-001.svg") left 2px no-repeat;
    padding: 0 50px 0 43px;
}

.document.provisoire .titreDocument {
    display: table-cell;
    width: 100%;
    border-right: none;
    padding: 0 0px 0 43px;
}

.document .titre{
    
    font-size: 21px;
    font-size: 2.1rem;
    color: #595959;
    font-weight: normal;
    margin-top: 0;
    min-height: 45px;
   
}

.document .titreDocument.certificat{
    background: url("images/icnCertificatAssurance-001.svg") left 2px no-repeat;
    padding: 0 50px 0 48px;
    
}

.document .titreDocument.rapportAccident{
    background: url("images/icnRapportAccident-001.svg") left 2px no-repeat;
    padding: 0 50px 0 58px;
    border: 0;
    width: 100%;
    
}

.document .titreDocument.carteAssistanceRoutiere{
    background: url("images/icnCarteAssistanceRoutiere-001.svg") left 2px no-repeat;
    padding: 0 50px 0 48px;
    
}

.titreAutresDocuments{
    font-size: 21px;
    font-size: 2.1rem;
    color: #353c41;
    font-weight: normal;
    margin-top: 40px;
}


@media only screen and (max-width: 48em) {/*768px*/
    .document .titreDocument,.document .detail{
        display: block;
        width: inherit;
        min-height: 39px;
    }
    
    .document .titreDocument{

        padding-right: 15px;
        border: 0;

    }
    
    
    .document .detail{

        padding-left: 0px;

    }

}

/* ----- tiroir (archive) ----- */
.contenuPoliceDocument .tiroir {
    margin-bottom: 0;
}
.contenuPoliceDocument .tiroirs .entete-tiroir button, .no-js .contenuPoliceDocument  .tiroirs .entete-tiroir button{
    font-size: 16px;
    font-size: 1.6rem;
    color: #006e30;
    background: none;
    border: none;
    padding: 0 0 0 25px;
    display: inline-block;
    width: auto;
    min-height: inherit;
    font-weight: normal;
    text-decoration: underline;
}



.contenuPoliceDocument  .tiroirs .fermer .entete-tiroir button, .contenuPoliceDocument  .tiroirs .fermer .entete-tiroir button:hover{
    background: url("images/icnDocumentTiroirOuvrir-001.svg") left center no-repeat;
}

.contenuPoliceDocument  .tiroirs .fermer .entete-tiroir button:focus{
    background: url("images/icnDocumentTiroirOuvrirFocus-001.svg") left center no-repeat #0b4b77;
}

.contenuPoliceDocument  .tiroirs .fermer .entete-tiroir button:focus:hover{
    color: #FFF;
}


.contenuPoliceDocument  .tiroirs .ouvert .entete-tiroir button, .contenuPoliceDocument  .tiroirs .ouvert .entete-tiroir button:hover{
    background: url("images/icnDocumentTiroirFermer-001.svg") left center no-repeat;
}

.contenuPoliceDocument  .tiroirs .ouvert .entete-tiroir button:focus{
    background: url("images/icnDocumentTiroirFermerFocus-001.svg") left center no-repeat #0b4b77;
}

.contenuPoliceDocument .tiroirs .contenu-tiroir, .contenuPoliceDocument  .tiroirs .ouvert .contenu-tiroir{
    border: none;
    padding: 0;
}

/*---- boite avantage membre ------*/

.boiteAvantageMembre {
    border: 4px solid #fec10d;
    margin-left: 24px;
    margin-bottom: 25px;
}


.boiteAvantageMembre h2{
    background:  #fec10d;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 16px 43px;
    line-height: 1.8rem;
    text-transform: uppercase;
    position: relative;
}


.boiteAvantageMembre h2:before
{
    content: "";
    background: url(images/icnAvantageMembre-001.svg) no-repeat;
    width: 48px;
    height: 55px;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 0;
    margin-left: -26px;
}

.boiteAvantageMembre div{
    padding: 16px 43px;
    
}

.boiteAvantageMembre :first-child{
    margin-top: 0;
    
}


.boiteAvantageMembre :last-child{
    margin-top: 0;
    
}

/*---- biens assurés ------*/

.bienPoliceAssure{
    background: #F2F2F2;
    padding: 10px 15px;
    border-top: 2px solid #007944;
    margin-bottom: 24px;
    position: relative;
}
.bienPoliceAssure .menuPoliceAssure{
    display:flex;
    position: relative;
    width: 100%;
}
.bienPoliceAssure .menuPoliceAssure button{
    margin-right:2rem;
}

.bienPoliceAssure p:first-child{
    margin-top: 0;
}

.paiement .bienPoliceAssure p:last-child {
    margin-bottom: 0;
}


.bienPoliceAssure .contenuBien {
    display: table;
    width: 100%;
}

.bienPoliceAssure .bien{
    display: table-cell;
    width: 50%;
    vertical-align: top;
}



.bienPoliceAssure .info{
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
  
.bienPoliceAssure .bien + .btnBiensAssuresDocuments{
    padding-bottom:0;
}
.bienPoliceAssure .info a{
    position:absolute;
    top:1rem;
    right:1rem;
}
.bienPoliceAssure .bien + .btnBiensAssuresDocuments{
    padding-bottom:0;
}

.bienPoliceAssure .info p:first-child{
    margin-top: 0;
}

.bienPoliceAssure  .titreBienPolice {
    font-size: 21px;
    font-weight: normal;
    color: #595959;
     padding-right: 69px;
    margin-top: 0;
    word-break: break-word;
}

.bienPoliceAssure .titreBienPolice span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 36.875em){ /* 500px et plus */
    .detailsPolices .zeroPapier .numeroPoliceBienAssure    
    {
        display: block;    
    }                                 
}

@media only screen and (max-width: 48.00em){ /* 500px et plus */                                       
    .bienPoliceAssure .menuPoliceAssure{
        display:block;
        width:100%;
        padding-right:0;
    }
    .menuPoliceAssure button,
    .menuPoliceAssure a.btnSecondaire
    {
        display:block;
        width:100%;
        max-width:23.6rem;
        text-align:left;
    }                                          
   .bienPoliceAssure .bien, .bienPoliceAssure .info
   {
       display: block;
       width: 100%;
       padding-bottom: 0;
    }
   
.bienPoliceAssure  .titreBienPolice {
    padding-right: 0;
}
}

.btnAccederConfirmationAssurance{
    border: 0;
    color: #3f7c23;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
    padding: 15px;
    background: url("images/icnDocumentAssuranceVert-001.svg") no-repeat scroll 10px center #E2F0D4;
    padding-left: 45px;
    margin-bottom: 25px;
}

.btnAccederConfirmationAssurance:hover{
    text-decoration: underline;
}


.btnAccederConfirmationAssurance:focus{
    color: #FFF;
    background: url("images/icnDocumentAssuranceBlanc-001.svg") no-repeat scroll 10px center #0b4b77;
    outline: 0;
}

/*---- Soldes et prélèvement ------*/

.boiteSoldePrelevement{
    margin-bottom: 24px;
}

.boiteSoldePrelevement p{
    margin: 0px;
}


.boiteSoldePrelevement .solde{
    display: table-cell;
    border-right: 1px solid #CCCBCB;
    padding-right: 15px;
    vertical-align: top;
}

.boiteSoldePrelevement .prelevement{
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}

.boiteSoldePrelevement .prelevementSansSolde{
    display: table-cell;    
    vertical-align: top;
}

@media only screen and (max-width: 30.625em){ /* 500px et plus */                                       
   .boiteSoldePrelevement .solde, .boiteSoldePrelevement .prelevement
   {
       display: block;
       width: 100%;
       padding: 0 0 10px 0;
       border: 0;
    }
    .boiteSoldePrelevement .prelevementSansSolde{
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
        border: 0;
    }
}

/*---- Liens rapides ------*/

.sectionLiensRapides {
    margin-bottom: 25px;
}


.sectionLiensRapides .titreSectionLiensRapides{
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #353c41;
    margin-bottom: 0;
}

.sectionLiensRapides  ul li a{
    text-decoration: none;
}

.sectionLiensRapides  ul li a:hover{
    text-decoration: underline;
}

/*---- simulations auto ------*/

.simulationAuto {
    border: 1px solid #CCCBCB;
    padding: 20px;
    margin: 0 0 25px 0;
}

.titreSimulationAuto {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #353c41;
    margin: 0 0 20px 0;
}
.simulationAuto ul
{
    margin: 0;
    padding: 0;
}

.simulationAuto ul li
{
    list-style: none;
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: center;
}

.simulationAuto ul li a
{
    text-decoration: none;
    margin: 0px 10px 0 0;
    display: block;
    padding-top: 92px;
  
}

.simulationAuto ul li a:hover{
    text-decoration: underline;
    
}

.simulationAuto ul li a span
{
    display: block;
    padding: 2px;
    vertical-align: top;
  
}

.simulationAuto ul li:last-child a
{
    margin: 0;
}

.simulationAuto ul li a:focus
{
    color: #FFFFFF!important;
    outline: 0;
}

.simulationAuto ul li a:focus span
{
    background: #0b4b77;
}


.simulRemplacerAuto a{
    background: url("images/imgRemplacerAuto-001.svg") no-repeat top center;
    
}

.simulRemplacerAuto a:hover{
    background: url("images/imgRemplacerAutoHover-001.svg") no-repeat top center;
    
}

.simulRemplacerAuto a:focus{
    background: url("images/imgRemplacerAutoFocus-001.svg") no-repeat top center;
   
    
}

.simulEstimerNouvellerAuto a{
    background: url("images/imgEstimerPrime-001.svg") no-repeat top center;
}

.simulEstimerNouvellerAuto a:hover{
    background: url("images/imgEstimerPrimeHover-001.svg") no-repeat top center;
}


.simulEstimerNouvellerAuto a:focus{
    background: url("images/imgEstimerPrimeFocus-001.svg") no-repeat top center;

}

.simulAjouterAuto a{
    background: url("images/imgAjouterAuto-001.svg") no-repeat top center;
}

.simulAjouterAuto a:hover{
    background: url("images/imgAjouterAutoHover-001.svg") no-repeat top center;
}

.simulAjouterAuto a:focus{
    background: url("images/imgAjouterAutoFocus-001.svg") no-repeat top center;
}


.simulAjouterConducteur a{
    background: url("images/imgAjouterConducteur-001.svg") no-repeat top center;
}

.simulAjouterConducteur a:hover{
    background: url("images/imgAjouterConducteurHover-001.svg") no-repeat top center;
}

.simulAjouterConducteur a:focus{
    background: url("images/imgAjouterConducteurFocus-001.svg") no-repeat top center;

}

.simulAjouterAutoConducteur a, .simulAjouterAutoConducteur a:focus{
    background: url("images/imgAjouterConducteurAuto-001.svg") no-repeat top center;

}

.simulAjouterAutoConducteur a:hover{
    background: url("images/imgAjouterConducteurAutoHover-001.svg") no-repeat top center;

}

.simulAjouterAutoConducteur a:focus{
    background: url("images/imgAjouterConducteurAutoFocus-001.svg") no-repeat top center;


}

@media only screen and (max-width: 48.00em){ /* 500px et plus */
                                                                       
    .simulationAuto     {
        margin-bottom: 40px;
        
    }             
                          
}
@media only screen and (max-width: 48.00em) and (min-width: 28.125em){ /* 500px et plus */
                                                                       
    .simulationAuto ul li     {
        display: block;
        width: 100%;
        text-align: left;
        
    }             
      .simulationAuto ul li a, .simulationAuto ul li a:hover, .simulationAuto ul li a:focus{
          padding-top: 0;
          padding-left: 92px;
          background-position: left center;
          min-height: 92px;
    
    }   

    .simulationAuto ul li a span   {
        vertical-align: middle;
        display: inline-block;
        margin-top: 30px;
    }                           
}

@media only screen and (max-width: 28.125em){ /* 500px et plus */
    .simulationAuto ul li     {
        display: block;
        width: 100%;
        margin-bottom: 40px;
    } 
    .simulationAuto ul li a {
        padding-top: 82px;
    }            
                               
}
/*---- Modifier ma police ------*/
.modifierPolice {
    position:relative;
    border: 1px solid #CCCBCB;
    padding: 20px;
    margin: 50px 0 25px 0;
}
.modifierPolice:before{
    content: "";
    display: block;
    background: url(images/icnPoliceAuto-001.svg) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -23px;
}
.titreModifierPolice {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #353c41;
    margin: 20px 0 20px 0;
    text-align:center;
}
.modifierPolice ul
{
    width:100%;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.modifierPolice ul li
{
    list-style: none;
    margin: 0 5rem 0 0;
    padding: 1rem;
    text-align: left;
    width:100%;
}
.modifierPolice ul li:nth-of-type(1),
.modifierPolice ul li:nth-of-type(3)
{
    border-bottom:1px solid #cccbcb;
}
.modifierPolice ul li a
{
    text-decoration: none;
    margin: 0px 10px 0 0;
    display: block;
    padding-left: 60px;
}
.modifierPolice ul li a:hover{
    text-decoration: underline;
}
.modifierPolice ul li a span
{
    display: block;
    padding: 2px;
    vertical-align: top;
}
.modifierPolice ul li:last-child a
{
    margin: 0;
}
.modifierPolice ul li a:focus
{
    color: #FFFFFF!important;
    outline: 0;
}
.modifierPolice ul li a:focus span
{
    background: #0b4b77;
}
.modifRemplacerAuto a{
    background: url("images/icnModifierRemplacerAuto-001.svg") no-repeat top left;   
}
.modifRemplacerAuto a:focus{
    background: url("images/icnModifierRemplacerAutoFocus-001.svg") no-repeat top left;   
}
.modifEstimerNouvellerAuto a{
    background: url("images/imgEstimerPrime-001.svg") no-repeat top center;
}
.modifEstimerNouvellerAuto a:hover{
    background: url("images/imgEstimerPrimeHover-001.svg") no-repeat top center;
}
.modifEstimerNouvellerAuto a:focus{
    background: url("images/imgEstimerPrimeFocus-001.svg") no-repeat top center;
}
.modifAjouterAuto a{
    background: url("images/icnAjouterModifierAuto-001.svg") no-repeat left center;
}
.modifAjouterAuto a:focus{
    background: url("images/icnAjouterModifierAutoFocus-001.svg") no-repeat left center;
}
.modifAjouterConducteur a{
    background: url("images/icnAjouterConducteur-001.svg") no-repeat left center;
}
.modifAjouterConducteur a:focus{
    background: url("images/icnAjouterConducteurFocus-001.svg") no-repeat left center;
}
.modifAjouterAutoConducteur a{
    background: url("images/icnAjouterAutoConducteur-001.svg") no-repeat left center;
}
.modifAjouterAutoConducteur a:focus{
    background: url("images/icnAjouterAutoConducteurFocus-001.svg") no-repeat left center;
}
@media only screen and (max-width: 48.00em){ /* 500px et plus */
    .modifierPolice     {
        margin-bottom: 40px;
    }
    .modifierPolice ul
    {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .modifierPolice ul li:not(:last-of-type)
    {
         border-bottom:1px solid #cccbcb;
    }               
}

/*---- quoterbox nouvelle soumission en ligne ------*/

.quoterboxNouvelleSoumission
{
    background: #555F66;
    position: relative;
    padding: 20px 0;
}

.quoterboxNouvelleSoumission > div
{
    position: relative;
    z-index: 2;

}

.quoterboxNouvelleSoumission label
{
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    min-height: 24px;
}

.quoterboxNouvelleSoumission select 
{
    border: 1px solid #c1c9cb;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #595959;
    min-height: 50px;
    width: 100%;
    margin-top: 10px;
}

.quoterboxNouvelleSoumission input[type="text"]
{
    border: 1px solid #c1c9cb;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 100%;
    color: #595959;
    height: inherit;
    margin-top: 10px;
    min-height: 50px

}

.quoterboxNouvelleSoumission input[type="text"].court {
    max-width: 10.4rem;
    width: 100%;
}


.quoterboxNouvelleSoumission input[type="submit"]
{
    border: 0;
    padding-right: 55px;
    position: relative;
    margin: 10px 0 0 0;
    color: #FFF;
}

.quoterboxNouvelleSoumission .groupeSoumission
{
    
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    
}

.quoterboxNouvelleSoumission .groupeCommencerSoumission
{
    position: relative;
    display: inline;
    
}

.quoterboxNouvelleSoumission .groupeCommencerSoumission span
{
    display: block;
    background: url(images/icnBiensAssuresQuoterFlche-001.svg);
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 20px;
}

@media only screen and (max-width: 48.00em){ /* 500px et plus */                                       
   .quoterboxNouvelleSoumission select
   {
       margin-bottom: 20px;
    }
}


.titreQuoterboxNouvelleSoumission{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 35px;
}

.parlezAgent{
    color: #FFF;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: lighter;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 28px;
    background: url("images/icnBiensAssurersParlerAgent-001.svg") no-repeat left 5px;
    padding-left: 47px;
    margin-top: 21px;
}

.parlezAgent a{
    font-weight: bold;

}

a.dateRenouvellement{
    text-decoration: none;
    color: #FFF;
    margin-top: 21px;
    display: inline-block;
}

a.dateRenouvellement:hover{
    text-decoration: underline;
}

.dateRenouvellement:after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url(images/icnBiensAssuresQuoterFlcheDate-001.svg);
    margin-left: 10px;
}

/*---- Onglet produit d'assurance ------*/

.sectionOnglet .onglet.actif.policeAuto .conteneur
{
    background: url(images/icnBiensAssuresAuto-001.svg) no-repeat 10px 15px #FFFFFF;
    padding-left: 45px;
}

.sectionOnglet .onglet.policeAuto .conteneur
{
    background: url(images/icnBiensAssuresAutoBlanc-001.svg) no-repeat 10px 15px #6d6d6d;
    padding-left: 45px;
}


.sectionOnglet .onglet.actif.policeAuto .conteneur:focus, .sectionOnglet .onglet.policeAuto .conteneur:focus
{
    background: url(images/icnBiensAssuresAutoBlanc-001.svg) no-repeat 10px 15px #0b4b77;
    color:#FFF;
}

.sectionOnglet .onglet.actif.policeHabitation .conteneur
{
    background: url(images/icnBiensAssuresHabit-001.svg) no-repeat 10px 15px #FFFFFF;
    padding-left: 40px;
}

.sectionOnglet .onglet.policeHabitation .conteneur
{
    background: url(images/icnBiensAssuresHabitBlanc-001.svg) no-repeat 10px 15px #6d6d6d;
    padding-left: 40px;
}


.sectionOnglet .onglet.actif.policeHabitation .conteneur:focus, .sectionOnglet .onglet.policeHabitation .conteneur:focus
{
    background: url(images/icnBiensAssuresHabitBlanc-001.svg) no-repeat 10px 15px #0b4b77;
    color:#FFF;
}


.sectionOnglet .onglet.actif.policeVie .conteneur
{
    background: url(images/icnBiensAssuresVie-001.svg) no-repeat 10px 15px #FFFFFF;
    padding-left: 40px;
}

.sectionOnglet .onglet.policeVie .conteneur
{
    background: url(images/icnBiensAssuresVieBlanc-001.svg) no-repeat 10px 15px #6d6d6d;
    padding-left: 40px;
}


.sectionOnglet .onglet.actif.policeVie .conteneur:focus, .sectionOnglet .onglet.policeVie .conteneur:focus
{
    background: url(images/icnBiensAssuresVieBlanc-001.svg) no-repeat 10px 15px #0b4b77;
    color:#FFF;
}

.sectionOnglet .police {
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sectionOnglet .police.paiement {
    padding-bottom: 35px;
}

.sectionOnglet .police:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}



.sectionOnglet .police.zeroPapier
{
    position: relative;
}

@media only screen and (max-width: 48.00em){ /* 500px et plus */
   .sectionOnglet.sectionOngletIcon .onglet.inactif .conteneur,.sectionOnglet.sectionOngletIcon .onglet.inactif .conteneur:hover, .sectionOnglet.sectionOngletIcon .onglet.inactif .conteneur:focus   
   {
       text-indent: -999999px;
       width: 40px;
       background-position: center center;
    }
}


/*---- polices avec zéro papier ------*/
.sectionOnglet .police.zeroPapier:before
{
    content:"";
    background: url(../../images/fr/imgIncitatifZeroPapier-001.svg) no-repeat;
    width: 97px;
    height:46px;
    display:block;
    position: absolute;
    top: 0px;
    right: 20px;
}

.en .sectionOnglet .police.zeroPapier:before
{

    background: url(../../images/en/imgIncitatifZeroPapier-001.svg) no-repeat;
    width: 86px;
    height:46px;
}

/*---- sous menu action des biens assurés------*/

.btnBiensAssuresAction
{
    padding-right: 30px;
    position: absolute;
    bottom: 5px;
}

.menuPoliceAssure button{
    position:relative;
}
.menuPoliceAssure button,
.menuPoliceAssure a.btnSecondaire {
    margin:2rem 2rem 0 0;
}

.menuModifier{
    display:inline-block;
    position:relative;
}

@media only screen and (max-width: 48em){
    .menuModifier {
        display:flex;
    }
}
/*---- Bouton documents ------*/
.menuPoliceAssure button.btnBiensAssuresDocuments, .menuPoliceAssure button.btnBiensAssuresModifier{
     padding-right:30px;
}

.menuPoliceAssure a.btnDocument{
    background: #e5e5e5 url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px left;
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    padding-left: 50px;
}

.menuPoliceAssure a.btnDocument:hover{
    background: #e5e5e5 url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px left;
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat 15px center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); 
    padding-left: 50px;
}

.menuPoliceAssure a.btnDocument:focus{
    background: #0b4b77 url(images/icnDocumentAssuranceBlanc-001.svg) no-repeat 15px center;
}

.menuPoliceAssure button.btnDocument{
    background: #e5e5e5 url(images/icnBtnReclamer-001.svg) no-repeat 15px left;
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    padding-left: 50px;
}
/*---- Bouton réclamer ------*/
.menuPoliceAssure a.btnReclamer{
    background: #e5e5e5 url(images/icnBtnReclamer-001.svg) no-repeat 15px left;
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    padding-left: 50px;
}
.menuPoliceAssure a.btnReclamer:hover{
    background: #e5e5e5 url(images/icnBtnReclamer-001.svg) no-repeat 15px left;
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnBtnReclamer-001.svg) no-repeat 15px center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); 
    padding-left: 50px;
}
.menuPoliceAssure a.btnReclamer:focus{
    background: #0b4b77 url(images/icnBtnReclamerFocus-001.svg) no-repeat 15px center;
    background-size:29px 30px;
}

.menuPoliceAssure a.lienReclamer{
    background: #e5e5e5 url(images/icnReclamerV2-001.svg) no-repeat 15px left;
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    padding-left: 50px;
}
.menuPoliceAssure a.lienReclamer:hover{
    background: #e5e5e5 url(images/icnReclamerV2-001.svg) no-repeat 15px left;
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnReclamerV2-001.svg) no-repeat 15px center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); 
    padding-left: 50px;
}

.menuPoliceAssure a.lienReclamer:focus{
    background: #0b4b77 url(images/icnReclamerBlancV2-001.svg) no-repeat 15px center;
}
/*---- Bouton remiser ------*/
.menuPoliceAssure a.btnRemiser,
.menuPoliceAssure a.btnModifierRemisage
{
    background: #e5e5e5 url(images/icnBtnRemiser-001.svg) no-repeat 10px left;
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    padding-left: 50px;
}
.menuPoliceAssure a.btnRemiser:hover,
.menuPoliceAssure a.btnModifierRemisage:hover
{
    background: #e5e5e5 url(images/icnBtnRemiser-001.svg) no-repeat 10px left;
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); 
    padding-left: 50px;
}

.menuPoliceAssure a.lienRemiser
{
    background: #e5e5e5 url(images/icnBtnRemiser-001.svg) no-repeat 10px left;
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); 
    background: url(images/icnBtnRemiser-001.svg) no-repeat 10px center, linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); 
    padding-left: 50px;
}
.menuPoliceAssure a.btnRemiser:focus,
.menuPoliceAssure a.btnModifierRemisage:focus
{
    background: #0b4b77 url(images/icnBtnRemiserFocus-001.svg) no-repeat 10px center; 
}
.btnBiensAssuresAction:after,
.btnBiensAssuresDocuments:after,
.btnBiensAssuresModifier:after
{
    content:"";
    display: block;
    background: url(images/icnBiensAssuresFlecheAction-001.svg) no-repeat;
    width: 11px;
    height: 6px;
    position: absolute; 
    right: 10px;
    top: 50%;
    margin-top:-3px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.btnBiensAssuresAction:focus:after,
.btnBiensAssuresDocuments:focus:after,
.btnBiensAssuresModifier:focus:after
{
    background: url(images/icnBiensAssuresFlecheActionBlanc-001.svg) no-repeat;
}

.btnBiensAssuresAction.actif:after,
.btnBiensAssuresDocuments.actif:after,
.btnBiensAssuresModifier.actif:after
{
   -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}


.sousMenuBiensAssuresActions.inactif,
.sousMenuBiensAssuresDocuments.inactif,
.sousMenuBiensAssuresModifier.inactif
{
    display: none;
}
.sousMenuBiensAssuresDocuments h2{
    font-size:2rem;
    font-size:20px;
    padding: 10px 10px 0px 60px;
    margin-bottom:0;
}
.sousMenuBiensAssuresDocuments h2.documentsPoliceAssurance:before{
    background: url(images/icnBtnVoirDocumentNoir-001.svg) left center no-repeat;
}
.sousMenuBiensAssuresDocuments h2.certificatAssurance:before{
    background: url(images/icnCertificatAssurance-001.svg) left center no-repeat;
}
.sousMenuBiensAssuresDocuments h2.constatAccident:before{
    background: url(images/icnConstatAccident-001.svg) left center no-repeat;
}
.sousMenuBiensAssuresDocuments h2.assistanceRoutiere:before{
    background: url(images/icnAssistanceRoutiere-001.svg) left center no-repeat;
}
.sousMenuBiensAssuresDocuments h2:before{
    display: block;
    width: 43px;
    height: 28px;
    content: "";
    position: absolute;
    left: 20px;
}

.sousMenuBiensAssuresActions ul {
    padding: 0;
    margin: 10px 0 0 0;
    position: absolute;
    z-index: 3;
    border: 1px solid #cccbcb;
    background: #fff;
}

.menuPoliceAssure .sousMenuBiensAssuresActions ul {
    top: 7rem;
}

.sousMenuBiensAssuresDocuments{
    min-width:35.6rem;
    padding: 0;
    margin: 5px 0 0 0;
    position: absolute;
    z-index: 3;
    border: 1px solid #cccbcb;
    background: #fff;
    top:8rem;
}

.sousMenuBiensAssuresModifier{
    min-width:35.6rem;
    padding: 0;
    margin: 5px 0 0 0;
    position: absolute;
    z-index: 3;
    border: 1px solid #cccbcb;
    background: #fff;
    top:8rem;
}

.sousMenuBiensAssuresModifier ul{
        margin: 20px 0px 20px;
        padding-left:15px;
        padding-right:15px;
}

.sousMenuBiensAssuresModifier ul li{
    list-style-type:none;
}

.sousMenuBiensAssuresModifier ul li:first-of-type{
    margin-top:0;
}

.sousMenuBiensAssuresModifier ul li a{
    padding: 10px 0 10px 45px;
    width: 100%;
    display: block;
    text-decoration:none;
}

.sousMenuBiensAssuresModifier ul li a:hover{
    text-decoration:underline;
}

.sousMenuBiensAssuresModifier ul li a.lienRemplacerVehicle:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnRemplacerVehicle-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienRemplacerVehicle:focus:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnRemplacerVehicleBlanc-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienAjouterConducteur:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnAjoutConducteur-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienAjouterConducteur:focus:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnAjoutConducteurBlanc-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienRemiserVehicle:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnBtnRemiser-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienRemiserVehicle:focus:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnBtnRemiserFocus-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienChangerAdresse:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnChangerAdresse-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresModifier ul li a.lienChangerAdresse:focus:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background: url(images/icnChangerAdresseBlanc-001.svg) center 0 no-repeat;
}

.sousMenuBiensAssuresDocuments ul{
    margin:10px;
    padding:0 10px 10px 10px;
    border-bottom: 1px solid #cccbcb;
}
.sousMenuBiensAssuresDocuments ul:last-of-type{
    border-bottom:none;
}
.sousMenuBiensAssuresActions ul:before,
.sousMenuBiensAssuresDocuments:before  
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 9px 7.5px;
    border-color: transparent transparent #cccbcb transparent;
    position: absolute;
    top: -9px;
    left: 10px;
}

.sousMenuBiensAssuresActions ul:after,
.sousMenuBiensAssuresDocuments:after,
.sousMenuBiensAssuresModifier:after  
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -8px;
    left: 10px
}

.sousMenuBiensAssuresModifier:before  
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #cccbcb transparent;
    position: absolute;
    top: -9px;
    left: 10px
}


.sousMenuBiensAssuresActions ul li,
.sousMenuBiensAssuresDocuments ul li
{
    list-style: none;
    padding: 0;
    margin: 0;
}


.sousMenuBiensAssuresActions ul li a,
.sousMenuBiensAssuresDocuments ul li a
{
    display: block;
    padding: 0px;
    text-decoration: none;
    color: #006E30;
    font-weight: bold;
    margin: 0px;
    position: relative;
}
    
.sousMenuBiensAssuresDocuments ul li a{
    font-weight:normal;
}

.sousMenuBiensAssuresActions ul li a:hover,
.sousMenuBiensAssuresDocuments ul li a:hover 
{
    text-decoration: underline; 

}

.sousMenuBiensAssuresActions ul li a:focus,
.sousMenuBiensAssuresDocuments ul li a:focus 
{
    outline: 0;

}

.sousMenuBiensAssuresActions ul li a span {
    border-bottom: 1px solid #cccbcb;
    display: block;
    padding: 10px 10px 10px 65px;
    margin: 0px 10px;
}
.sousMenuBiensAssuresDocuments ul li a span {
    display:block;
    padding:10px 0;
}

.sousMenuBiensAssuresActions ul li:last-child a span {
    border-bottom: none;
}


.sousMenuBiensAssuresActions ul li a span:before {
    display: block;
    content: "";
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 20px;

}

.sousMenuBiensAssuresActions ul li a.btnVoirDocument span:before {
    background: url('images/icnBtnVoirDocument-001.svg') no-repeat;
	width: 43px;
	height: 28px;
}

.sousMenuBiensAssuresActions ul li a.btnVoirDocument:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnVoirDocument:focus:hover:before 
{
   background: url('images/icnBtnVoirDocumentFocus-001.svg') no-repeat;
}


.sousMenuBiensAssuresActions ul li a.btnRemplacerAuto span:before {
    background: url('images/icnBtnRemplacerAuto-001.svg') no-repeat;
	width: 43px;
	height: 22px;
}

.sousMenuBiensAssuresActions ul li a.btnRemplacerAuto:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnRemplacerAuto:focus:hover span:before 
{
    background: url('images/icnBtnRemplacerAutoFocus-001.svg') no-repeat;
}




.sousMenuBiensAssuresActions ul li a.btnRemiserAuto span:before {
    background: url('images/icnBtnRemiserAuto-001.svg') no-repeat;
	width: 43px;
	height: 26px;
}

.sousMenuBiensAssuresActions ul li a.btnRemiserAuto:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnRemiserAuto:focus:hover span:before 
{
    background: url('images/icnBtnRemiserAutoFocus-001.svg') no-repeat;
}


.sousMenuBiensAssuresActions ul li a.btnAjouterAuto span:before {
    background: url('images/icnBtnAjouterAuto-001.svg') no-repeat;
	width: 43px;
	height: 23px;
}

.sousMenuBiensAssuresActions ul li a.btnAjouterAuto:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnAjouterAuto:focus:hover span:before 
{
     background: url('images/icnBtnAjouterAutoFocus-001.svg') no-repeat;
}


.sousMenuBiensAssuresActions ul li a.btnAjouterConducteur span:before {
    background: url('images/icnBtnAjouterConducteur-001.svg') no-repeat;
	width: 43px;
	height: 27px;
}

.sousMenuBiensAssuresActions ul li a.btnAjouterConducteur:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnAjouterConducteur:focus:hover span:before 
{
     background: url('images/icnBtnAjouterConducteurFocus-001.svg') no-repeat;
}


.sousMenuBiensAssuresActions ul li a.btnAjouterAutoConducteur span:before {
    background: url('images/icnBtnAjouterAutoConducteur-001.svg') no-repeat;
	width: 43px;
	height: 22px;
}

.sousMenuBiensAssuresActions ul li a.btnAjouterAutoConducteur:focus span:before,
.sousMenuBiensAssuresActions ul li a.btnAjouterAutoConducteur:focus:hover span:before
 {
    background: url('images/icnBtnAjouterAutoConducteurFocus-001.svg') no-repeat;
}


.sousMenuBiensAssuresActions ul li a.btnDebuterReclamation span:before {
    background: url('images/icnBtnDebuterReclamation-001.svg') no-repeat;
	width: 43px;
	height: 29px;
}

.sousMenuBiensAssuresActions ul li a.btnDebuterReclamation:focus span:before,
.sousMenuBiensAssuresActions ul li a.btnDebuterReclamation:focus:hover span:before
 {
    background: url('images/icnBtnDebuterReclamationFocus-001.svg') no-repeat;

}



.sousMenuBiensAssuresActions ul li a.btnRecevoirCopie span:before {
    background: url('images/icnBtnRecevoirCopie-001.svg') no-repeat;
	width: 43px;
	height: 25px;
}

.sousMenuBiensAssuresActions ul li a.btnRecevoirCopie:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnRecevoirCopie:focus:hover span:before 
{
    background: url('images/icnBtnRecevoirCopieFocus-001.svg') no-repeat;

}


.sousMenuBiensAssuresActions ul li a.btnRecevoirCertificat span:before {
    background: url('images/icnBtnRecevoirCertificat-001.svg') no-repeat;
	width: 43px;
	height: 25px;
}

.sousMenuBiensAssuresActions ul li a.btnRecevoirCertificat:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnRecevoirCertificat:focus:hover span:before 
{
    background: url('images/icnBtnRecevoirCertificatFocus-001.svg') no-repeat;

}



.sousMenuBiensAssuresActions ul li a.btnVoirCertificat span:before {
    background: url('images/icnBtnVoirCertificat-001.svg') no-repeat;
	width: 43px;
	height: 20px;
}

.sousMenuBiensAssuresActions ul li a.btnVoirCertificat:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnVoirCertificat:focus:hover span:before 
{
    background: url('images/icnBtnVoirCertificatFocus-001.svg') no-repeat;

}



.sousMenuBiensAssuresActions ul li a.btnCarteAssistanceRoutiere span:before {
    background: url('images/icnBtnCarteAssistanceRoutiere-001.svg') no-repeat;
	width: 43px;
	height: 21px;
}

.sousMenuBiensAssuresActions ul li a.btnCarteAssistanceRoutiere:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnCarteAssistanceRoutiere:focus:hover span:before 
{
    background: url('images/icnBtnCarteAssistanceRoutiereFocus-001.svg') no-repeat;

}


.sousMenuBiensAssuresActions ul li a.btnTelechargerConstat span:before 
{
    background: url('images/icnBtnTelechargerConstat-001.svg') no-repeat;
	width: 43px;
	height: 16px;
}

.sousMenuBiensAssuresActions ul li a.btnTelechargerConstat:focus span:before,
.sousMenuBiensAssuresActions ul li a.btnTelechargerConstat:focus:hover span:before {
    background: url('images/icnBtnTelechargerConstatFocus-001.svg') no-repeat;

}



@media only screen and (max-width: 48.00em){ /* 500px et plus */
    .menuPoliceAssure button,
    .menuPoliceAssure a.btnSecondaire {
        float:none;
    }
    .menuPoliceAssure button.btnBiensAssuresDocuments.actif ~ a{
        display:none;
    }
    .sousMenuBiensAssuresDocuments{
        min-width:100%;
        position:relative;
        top:3px;
        margin-bottom:7px;
    }
   .sousMenuBiensAssuresActions ul {
        position: relative;
        margin-top: -20px;
    }
    
    .paiement .sousMenuBiensAssuresActions ul {
        margin-top: 0px;
    }
    
    
    .sousMenuBiensAssuresActions ul:before,
    .sousMenuBiensAssuresActions ul:after  {
        display: none;
    }
    
    .btnBiensAssuresAction
    {

        position: relative;
        top: inherit;
        left: inherit;
        bottom: inherit;
    
    }
}

/*---- paiements ------*/

.btnPaiementsAction.btnBiensAssuresAction 
{
    position: relative;
    bottom: inherit;
    margin-top: 24px;
    margin-bottom: 0;
}

.paiement .bienPoliceAssure{
    margin-bottom: 0;
}

.sousMenuBiensAssuresActions ul li a.btnVoirInfoPaiement span:before {
    background: url('images/icnBtnVoirInfoPaiement-001.svg') no-repeat;
	width: 43px;
	height: 27px;
}

.sousMenuBiensAssuresActions ul li a.btnVoirInfoPaiement:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnVoirInfoPaiement:focus:hover span:before 
{
    background: url('images/icnBtnVoirInfoPaiementFocus-001.svg') no-repeat;
}

.sousMenuBiensAssuresActions ul li a.btnEditerMethode span:before {
    background: url('images/icnBtnEditerMethode-001.svg') no-repeat;
	width: 43px;
	height: 27px;
}

.sousMenuBiensAssuresActions ul li a.btnEditerMethode:focus span:before, 
.sousMenuBiensAssuresActions ul li a.btnEditerMethode:focus:hover span:before 
{
    background: url('images/icnBtnEditerMethodeFocus-001.svg') no-repeat;
}

.paiement.messageImportant {
    margin-top: 40px;

}

/* ---- keyframe d'animation ' ---- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }


/* ----- bulle d'aide document assurance ----- */

.policeAssuranceDocument .interrogation .lienInterrogation .conteneurInterrogation {
    margin-top: -6px;
}

.policeAssuranceDocument .ligneQuestion .interrogation .lienInterrogation .conteneurInterrogation {
    margin-top: 6px;
   
}

.policeAssuranceDocument .interrogation .popGlobal
{
    top: 19px;
}

@media only screen and (min-width: 48em) {/*768*/
		
		
		.policeAssuranceDocument .interrogation .popGlobal
		{

		    top: 42px;
		}
		
		.policeAssuranceDocument .ligneQuestion .interrogation .popGlobal
		{

		    top: 44px;
		}
}
	
/* ----- historique des communications ----- */	

.tableMessage {
    border-bottom: 1px solid #90999F;
    margin-bottom: 40px;
    padding-bottom: 2px;
}
.tableMessage .ligne {
    display: table;
    width: 100%;
}
.tableMessage .cellule {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #FFF;
    padding: 13px 13px;
}
.tableMessage .ligne .cellule:first-child {
    border-left: 0;
}
.tableMessage .ligne .cellule:last-child {
    border-right: 0;
}
.tableMessage .celluleEntete {
    background: #616D76;
    font-weight: bold;
    color: #FFF;
    padding: 10px 13px;
}
.tableMessage .celluleDonnee {
    background: #EBF1F2;
}

.tableMessage .celluleDonnee a{
    text-decoration : none;
}

.btnSommaire{
    background: url(images/icnDocumentAssuranceVert-001.svg) no-repeat left center;
    padding-left: 30px;
    margin: 15px 0;
    text-decoration: none;
}
.btnSommaire:focus{
    background: url(images/icnDocumentAssuranceBlanc-001.svg) no-repeat left center #0b4b77;
}
.enteteSuiviCommunications .titreCommunications {
    float: left;
    width: 70%;
    font-size: 20px;
    font-size: 2.0rem;
}
.enteteSuiviCommunications .totalCommunications {
    float: left;
    width: 30%;
    text-align: right;
    color: #353C41;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
.enteteSuiviCommunications .totalCommunications:before {
    content:"";
    display: inline-block;
    background: url(images/icnNonLu-001.svg) no-repeat;
    width: 20px;
    height: 12px;
    margin-right: 9px;
}
.tableSuiviCommunications .lu .celluleDonnee {
    font-weight: normal;
}
.tableSuiviCommunications .ligne:nth-child(odd) .celluleDonnee {
    background: #D5DDE0;
}
.tableSuiviCommunications .ligne:nth-child(even) .celluleDonnee {
    background-color: #EBF1F2;
}
.tableSuiviCommunications .ligne .etat {
    width: 20px;
    padding: 18px 0 13px 13px;
    border-right: 0;
}
.tableSuiviCommunications .ligne .etat span {
    text-indent: -99999px;
    display: block;
    width: 28px;
    height: 28px;
}
.tableSuiviCommunications .ligne .celluleEntete.etat {
    padding: 0 0 0 13px;
}
.tableSuiviCommunications .ligne .celluleEntete.etat span {
    height : 0;
}
.tableSuiviCommunications .ligne .etat.celluleDonnee span {
    background: url(images/icnNonLu-001.svg) no-repeat;
}
.tableSuiviCommunications .ligne.lu .etat.celluleDonnee span {
    background: url(images/icnLu-001.svg) no-repeat;
}
.tableSuiviCommunications .ligne .date {
    width: 163px;
}

.tableSuiviCommunications .ligne .celluleDonnee.date {
    color: #595959;
}

.tableSuiviCommunications .ligne .objet {
    line-height: 24px;
    border-left: 0;
}


.enteteMessage{
    background: #F2F2F2;
    padding: 10px!important;
    border-left: 1px solid #CCCBCB;
    border-right: 1px solid #CCCBCB;
    border-top: 1px solid #CCCBCB;
}

.enteteMessage .ligneQuestion{
    margin-bottom:10px;
}

.enteteMessage .ligneQuestion p{
    margin-bottom:0px;
}


.enteteMessage .ligneQuestion:last-child{
    margin-bottom:0;
}

.dernierMessage{
    background: #FFF;
    padding: 10px;
    border-left: 1px solid #CCCBCB;
    border-right: 1px solid #CCCBCB;
    border-bottom: 1px solid #CCCBCB;
    margin-top:0;
}
.repondreMessage{
    background: #F2F2F2;
    padding: 10px;
}

.repondreMessage textarea{
    min-height: 110px;
    margin-bottom: 0;
}

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

/* ----- Signature expresso ----- */
.dernierMessage .signatureExpresso table{
    background-color:inherit;
}

.dernierMessage .signatureExpresso table:after{
    background:none;
}

.dernierMessage .signatureExpresso table tr td{
    padding: 0px 10px;
}
