﻿/*****************************************************
****                                              ****
****    Developped By M. Tasserie Christophe      ****
****                                              ****
****    Email : christophe@tasserie.fr            ****
****    Phone : +336.22.25.69.41                  ****
****                                              ****
*****************************************************/
/********************************************************************
    ****    VARIABLES                                            ****
********************************************************************/
/*******************************************************************/
/* makes the font 33% larger relative to the icon container */
.iconCS-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.iconCS-2x {
  font-size: 2em !important; }

.iconCS-3x {
  font-size: 3em !important; }

.iconCS-4x {
  font-size: 4em !important; }

.iconCS-5x {
  font-size: 5em !important; }

.iconCS-6x {
  font-size: 6em !important; }

.iconCS-fw {
  width: 1.28571429em;
  text-align: center; }

.iconCS-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.iconCS-ul > li {
  position: relative; }

.iconCS-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.iconCS-li.iconCS-lg {
  left: -1.85714286em; }

.iconCS-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.iconCS-pull-left {
  float: left; }

.iconCS-pull-right {
  float: right; }

.iconCS.iconCS-pull-left {
  margin-right: .3em; }

.iconCS.iconCS-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.iconCS.pull-left {
  margin-right: .3em; }

.iconCS.pull-right {
  margin-left: .3em; }

.iconCS-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  -moz-animation: icon-spin 2s infinite linear;
  -o-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear; }

.iconCS-pulse {
  -webkit-animation: icon-spin 1s infinite steps(8);
  -moz-animation: icon-spin 1s infinite steps(8);
  -o-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8); }

.iconCS-flasher {
  -webkit-animation: icon-flasher 2s infinite linear;
  -moz-animation: icon-flasher 2s infinite linear;
  -o-animation: icon-flasher 2s infinite linear;
  animation: icon-flasher 2s infinite linear; }

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-moz-keyframes icon-spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes icon-spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-webkit-keyframes icon-flasher {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes icon-flasher {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes icon-flasher {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes icon-flasher {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.iconCS-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.iconCS-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.iconCS-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.iconCS-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.iconCS-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.iconCS-transition-transform {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

:root .iconCS-rotate-90,
:root .iconCS-rotate-180,
:root .iconCS-rotate-270,
:root .iconCS-flip-horizontal,
:root .iconCS-flip-vertical {
  filter: none; }

.iconCS-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.iconCS-stack-1x,
.iconCS-stack-2x,
.iconCS-stack-3x,
.iconCS-stack-4x,
.iconCS-stack-5x,
.iconCS-stack-6x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.iconCS-stackpin-1x,
.iconCS-stackpin-2x,
.iconCS-stackpin-3x,
.iconCS-stackpin-4x,
.iconCS-stackpin-5x,
.iconCS-stackpin-6x {
  position: absolute;
  left: 8px;
  width: 100%;
  text-align: right;
  line-height: 3em; }

.iconCS-stack-1x {
  line-height: inherit; }

.iconCS-stack-2x {
  font-size: 2em; }

.iconCS-stack-3x {
  font-size: 3em; }

.iconCS-stack-4x {
  font-size: 4em; }

.iconCS-stack-5x {
  font-size: 5em; }

.iconCS-stack-6x {
  font-size: 6em; }

.iconCS-inverse {
  color: #ffffff; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }
