/*12.ACCORDEON.CSS*/
#main .accordeon ul li {
  list-style: none;
}

.widget.accordeon {
  position: relative;
}

.accordeon {
  background: #004782;
  padding: 15px 10px 10px;
}
.accordeon h5:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 15px;
  height: 15px;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-top: 15px solid #FFFFFF;
}
.accordeon h5 {
  color: #FFFFFF;
  text-transform: none;
  margin: 0 0 5px;
  font-size: 2.1rem;
}
.accordeon h5 span {
  display: inline-block;
  vertical-align: middle;
}
.accordeon h5 span.glyph {
  background-image: url("../../images/svg/crayon.svg");
  background-size: 90%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
.accordeon .intro p {
  font-size: 1.3rem;
  color: #FFFFFF;
  text-align: center;
}
.accordeon .transition, .accordeon li p, .accordeon ul li i:before, .accordeon ul li i:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordeon .flipIn, .accordeon ul li {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both;
}
.accordeon .no-select, .accordeon .h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordeon .h2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  display: block;
  background-color: #FFFFFF;
  color: #004782;
  margin: 0;
  cursor: pointer;
}
.accordeon li p {
  font-size: 1.2rem;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin-top: 5px;
  padding-bottom: 0px;
  z-index: 2;
}
.accordeon li a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  background: #004782;
  color: #FFFFFF;
  font-weight:700;
  text-transform: uppercase;
  -webkit-transition:background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition:background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.accordeon li a:hover,
.accordeon li a:focus{
  background: #FFFFFF;
  color: #004782;
}
.accordeon ul {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0 !important;
  margin: 15px 0 0;
}
.accordeon ul li {
  position: relative;
  padding: 0;
  margin: 0 0 2px;
  padding: 5px;
  background: #FFFFFF;
  list-style: none;
  color: #131926;
}
.accordeon ul li:before {
  display: none !important;
}
.accordeon ul li ul {
  margin: 0.75em 0 0;
  font-size: 1.2rem !important;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.accordeon ul li ul li {
  list-style: inside none square !important;
  padding: 0;
}
.accordeon ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.accordeon ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.accordeon ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.accordeon ul li:nth-of-type(4) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.accordeon ul li:nth-of-type(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.accordeon ul li .icon {
  position: absolute;
  background: #e8430c;
  top: 2px;
  right: 2px;
  width: 35px;
  height: 35px;
}
.accordeon ul li i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  -webkit-transform: translate(21px, 0px) rotate(45deg);
          transform: translate(21px, 0px) rotate(45deg);
  margin: -5px 0 0;
  background: #000000;
}
.accordeon ul li i:before, .accordeon ul li i:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 1px;
  height: 15px;
}
.accordeon ul li i:before {
  -webkit-transform: translate(2px, 0) rotate(90deg);
          transform: translate(2px, 0) rotate(90deg);
}
.accordeon ul li i:after {
  -webkit-transform: translate(2px, 0) rotate(0deg);
          transform: translate(2px, 0) rotate(0deg);
}
.accordeon ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}
.accordeon ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.accordeon ul li input[type=checkbox]:checked ~ ul {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.accordeon ul li input[type=checkbox]:checked ~ .icon i:before {
  -webkit-transform: translate(2px, 0) rotate(45deg);
          transform: translate(2px, 0) rotate(45deg);
}
.accordeon ul li input[type=checkbox]:checked ~ .icon i:after {
  -webkit-transform: translate(2px, 0) rotate(-45deg);
          transform: translate(2px, 0) rotate(-45deg);
}
@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg);
  }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg);
  }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg);
  }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
/*12.FIN ACCORDEON.CSS*/