@font-face {
  font-family: 'accessibility';
  src: url("fonts/accessibility.eot");
  src: url("fonts/accessibility.eot?#iefix") format("embedded-opentype"), url("fonts/accessibility.woff2") format("woff2"), url("fonts/accessibility.woff") format("woff"), url("fonts/accessibility.ttf") format("truetype"), url("fonts/accessibility.svg#accessibility") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="aticon-"]:before, [class*=" aticon-"]:before {
  font-family: 'accessibility' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.aticon-font:before {
  content: '\e602'; }

.aticon-adjust:before {
  content: '\e601'; }

.aticon-tint:before {
  content: '\e600'; }

@font-face {
  font-family: 'ool-icomoon';
  src: url("fonts/icomoon.eot?5p079g");
  src: url("fonts/icomoon.eot?5p079g#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?5p079g") format("truetype"), url("fonts/icomoon.woff?5p079g") format("woff"), url("fonts/icomoon.svg?5p079g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ool-icon-"], [class*=" ool-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ool-icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ool-icon-black:before {
  content: "\e900"; }

.ool-icon-black_and_white:before {
  content: "\e901"; }

.ool-icon-flash:before {
  content: "\e902"; }

.ool-icon-font:before {
  content: "\e903"; }

.ool-icon-link:before {
  content: "\e904"; }

.ool-icon-white:before {
  content: "\e905"; }

.focusable:focus {
  outline: none !important; }

.has-focus {
  background: yellow; }

/* reset styles */
.oolacc-toolbar {
  position: fixed;
  z-index: 99999;
  top: 15%;
  left: 0; }
  .oolacc-toolbar button {
    border: 0;
    color: inherit;
    color: #000 !important;
    background-color: transparent;
    text-decoration: none;
    padding: 0;
    line-height: inherit;
    margin: 0;
    font: inherit;
    width: 100%;
    height: 100%;
    text-align: left; }
    .oolacc-toolbar button.active {
      color: #fff !important; }
  .oolacc-toolbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .oolacc-toolbar ul li {
      margin: 0;
      padding: 0;
      display: block; }
      .oolacc-toolbar ul li button {
        display: block;
        background: #e2e2e2;
        text-align: center;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #d2d2d2;
        position: relative; }
        .oolacc-toolbar ul li button:hover {
          background: #fff; }
        .oolacc-toolbar ul li button.active {
          background: #181818;
          border-bottom: 1px solid #525252; }
      .oolacc-toolbar ul li:first-child button {
        border-top-right-radius: 4px; }
      .oolacc-toolbar ul li:last-child button {
        border-bottom-right-radius: 4px; }
      .oolacc-toolbar ul li span {
        font-size: 18px !important; }
    .oolacc-toolbar ul button {
      font-size: 35px;
      padding: .25em; }

.oolacc-toolbar .offscreen, .oolacc_stylesheet_path {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  white-space: nowrap;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  -webkit-transition: width .3s, clip .3s, clip-path .3s, background-color .5s;
  transition: width .3s, clip .3s, clip-path .3s, background-color .5s; }

/* oolacc toolbar RTL */
.oolacc-toolbar.rtl, .oolacc-toolbar.right {
  right: 0;
  left: auto; }

.oolacc-toolbar.rtl ul, .oolacc-toolbar.right ul {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.oolacc-toolbar.rtl ul li:first-child button, .oolacc-toolbar.right ul li:first-child button {
  border-top-left-radius: 4px;
  border-top-right-radius: 0; }

.oolacc-toolbar.rtl ul li:last-child button, .oolacc-toolbar.right ul li:last-child button {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0; }

.desaturated {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale") !important;
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray !important; }

.oolacc-toolbar button:hover .offscreen, .oolacc-toolbar button:focus .offscreen {
  height: auto !important;
  width: 12em !important;
  clip: unset !important;
  clip-path: unset !important;
  color: #333;
  background: #ffd;
  padding: 2px;
  box-shadow: 0 0 1px #000;
  border-radius: 2px;
  font-size: 13px;
  text-transform: none;
  font-family: Arial;
  top: 25%;
  display: block; }

.oolacc-toolbar.right button:hover .offscreen, .oolacc-toolbar.right button:focus .offscreen {
  right: 3em;
  left: auto; }

.oolacc-toolbar button:hover .offscreen, .oolacc-toolbar button:focus .offscreen {
  left: 3em; }

#oolacc .acapela-button {
  margin: 0px; }
  #oolacc .acapela-button .acapela-icon {
    background: url(images/picto-def-auditive-black.svg);
    width: 41px;
    background-repeat: no-repeat;
    height: 47px;
    top: 10px;
    left: 13px;
    position: absolute; }

#oolacc-fixe {
  position: fixed;
  width: auto;
  background: #ebebeb;
  font-weight: bold;
  z-index: 99999999;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  color: #3f3f3f;
  line-height: 1.2;
  padding: 10px;
  cursor: pointer; }
  #oolacc-fixe.fixe-left {
    left: 0;
    top: 0; }
  #oolacc-fixe.topleft {
    left: 0;
    top: 0; }
  #oolacc-fixe.topright {
    right: 0;
    top: 0; }
  #oolacc-fixe.middleleft {
    left: 0;
    top: 50%; }
  #oolacc-fixe.middleright {
    right: 0;
    top: 50%; }
  #oolacc-fixe.bottomleft {
    left: 0;
    bottom: 0; }
  #oolacc-fixe.bottomright {
    right: 0;
    bottom: 0; }

body.ool_readable_font .fa, body.ool_readable_font .far, body.ool_readable_font .fas {
  font-family: "Font Awesome 5 Free" !important; }
body.ool_readable_font .glyphicon {
  font-family: 'Glyphicons Halflings'; }
body.ool_readable_font .ergobar [class^="ool-icon-"], body.ool_readable_font .ergobar [class*=" ool-icon-"] {
  font-family: 'ool-icomoon' !important; }

body.ool_blank_white #b_n_c,
body.ool_contrasts #contrasts,
body.ool_contrasts_white #contrasts_white,
body.ool_animation_off #animation_off,
body.ool_readable_font #readable_font,
body.ool_acapela #acapela,
body.ool_underline_links #underline_links,
body.ool_page_fal #active-page_fal,
body.ool_font_2 #ool_a2,
body.ool_font_3 #ool_a3 {
  background-color: #E30613 !important;
  color: #fff !important; }
  body.ool_blank_white #b_n_c span.acapela-icon,
  body.ool_contrasts #contrasts span.acapela-icon,
  body.ool_contrasts_white #contrasts_white span.acapela-icon,
  body.ool_animation_off #animation_off span.acapela-icon,
  body.ool_readable_font #readable_font span.acapela-icon,
  body.ool_acapela #acapela span.acapela-icon,
  body.ool_underline_links #underline_links span.acapela-icon,
  body.ool_page_fal #active-page_fal span.acapela-icon,
  body.ool_font_2 #ool_a2 span.acapela-icon,
  body.ool_font_3 #ool_a3 span.acapela-icon {
    background: url(images/picto-def-auditive_white.svg);
    background-repeat: no-repeat; }

#wp-live-chat #wp-live-chat-header {
  display: none !important; }

@media only screen and (max-width: 800px) {
  /* Remove toolbar on small screens */
  .oolacc-responsive {
    display: none;
    top: 29px; }
    .oolacc-responsive .oolacc-toolbar-list button {
      font-size: 35px;
      padding: 0px 15px; }

  .oolacc-responsive.mobile-open {
    display: block; } }

/*# sourceMappingURL=ool-accessibility-public-fixed.css.map */
