/* Imports  ================================================================= */
/*font-family: 'Lato', sans-serif;*/

/* Base ===================================================================== */
html, body {
    /*box*/
    height: 100%;
    box-sizing: border-box;
    /*border */
    border: 0;
    /*background*/
    /*fonts*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height : 1.6em;
    color: #000;
    /* autres */
}

html {
    /*box*/
    width: 100%;
    padding: 0;
    margin: 0;
    /*border */
    /*background*/
    background: #99cc33; /* Old browsers */
    background: -moz-linear-gradient(left, #335f15 1%, #99cc33 20%, #99cc33 50%, #99cc33 80%, #335f15 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #335f15 1%,#99cc33 20%,#99cc33 50%,#99cc33 80%,#335f15 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #335f15 1%,#99cc33 20%,#99cc33 50%,#99cc33 80%,#335f15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#335f15', endColorstr='#335f15',GradientType=1 ); /* IE6-9 */

    /*fonts*/
    /* autres */
}

body {
    /*box*/
    padding: 0;
    margin: 0 auto;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

main {
    /*box*/
    width: 980px;
    margin: 0 auto 20px auto;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

aside {
    /*box*/
    margin-bottom: 20px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

section {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

nav {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

header {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

footer {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

h1 {
    /*box*/
    margin : 0;
    padding : 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size: 1em;
    color :initial;
    font-family: Impact, Charcoal, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    /* autres */
}

h2 {
    /*box*/
    margin : 0;
    padding : 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size: 1em;
    color :initial;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    /* autres */
}

h3 {
    /*box*/
    margin : 0;
    padding : 0;
    /*border */
    /*background*/
    /*fonts*/
    font-family: Impact, Charcoal, sans-serif;
    font-size: 42px;
    line-height: 1.2em;
    text-transform: uppercase;
    color :initial;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    /* autres */
}

h4 {
    /*box*/
    margin : 0 0 20px 0;
    padding : 0 0 10px 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.25px;
    color : initial;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    border-bottom : 3px solid #000;
    /* autres */
}

h5 {
    /*box*/
    margin : 0 0 5px 0;
    padding : 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0.20px;
    color : initial;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    /* autres */
}

h6 {
    /*box*/
    margin : 0 0 5px 0;
    padding : 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color : initial;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    /* autres */
}

p {
    /*box*/
    margin : 0 0 20px 0;
    padding : 0;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

ul, ol {
    /*box*/
    padding: 0;
    margin: 0;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

li {
    /*box*/
    padding: 0;
    margin: 0;
    /*border */
    /*background*/
    /*fonts*/
    color : #000;
    /* autres */
}

li > ul {
    /*box*/
    margin-left: 20px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

a, a:visited {
    /*box*/
    /*border */
    border : 0;
    outline : 0;
    /*background*/
    /*fonts*/
    color: #000;
    text-decoration: underline;
    /* autres */
}

a:hover, a:active {
    /*box*/
    /*border */
    border : 0;
    outline : 0;
    /*background*/
    /*fonts*/
    color: #000;
    text-decoration: none;
    /* autres */
}

a:focus  {
    /*box*/
    /*border */
    outline : 1px dotted #000000;
    /*background*/
    /*fonts*/
    /* autres */
}

strong, b {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    font-weight: bold;
    /* autres */
}

em, i {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    font-style: italic;
    /* autres */
}

u {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    text-decoration: underline;
    /* autres */
}

abbr, adresse, blockquote, cite, code, pre, q {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

figure {
    /*box*/
    padding : 0;
    margin : 0;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

figcaption {
    /*box*/
    padding-top : 2px;
    /*border */
    /*background*/
    /*fonts*/
    font-size : 14px;
    line-height : 14px;
    text-align : left;
    /* autres */
}

figcaption.csc-textpic-caption {
    display: block;
}

img {
    /*box*/
    display : block;
    /*border */
    border : 0;
    /*background*/
    /*fonts*/
    text-decoration: none;
    /* autres */
}

audio {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

video {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

hr {
    /*box*/
    padding : 0;
    margin : 0;
    height : 1px;
    width : 100%;
    /*border */
    border : 0;
    border-bottom : 3px solid #000;
    /*background*/
    background : none;
    /*fonts*/
    /* autres */
}

input {
    /*box*/
    display : block;
    margin-bottom: 5px;
    /*border */
    box-sizing: border-box;
    outline: 0;
    /*background*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    /* autres */
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #000;
}

input[type="text"]{
    /*box*/
    padding : 8px;
    /*border */
    border : 1px solid #000;
    /*background*/
    background-color: #fff;
    /*fonts*/
    color : #000;
    font-size : 14px;
    /* autres */
}

input[type="submit"] {
    /*box*/
    padding : 8px 20px;
    min-width : 185px;
    /*border */
    border : 0;
    /*background*/
    background-color: #000;
    /*fonts*/
    text-align : center;
    color : #FFF;
    font-size : 12px;
    /* autres */
    cursor : pointer;
}

/* Agencements ============================================================== */

.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.center {
    text-align : center;
}

.right {
    text-align : right;
}

.table {
    display : table;
    width : 100%;
}

/*.table:before {
    content:"";
    display : table-row;
}*/

.table-tr {
    display : table-row;
    vertical-align: middle;
}

.table-td {
    display : table-cell;
    vertical-align: middle;
}

.td {
    display : table-cell;
    vertical-align: top;
}

.margin-auto {
    margin : auto;
}

#elementsCote {
}

#elementsCoteGauche {
    position : absolute;
    z-index:-1;
}

#elementsCoteGauche img {
    margin-left: -100%;
    z-index:-1;
}

#elementsCoteDroite {
    float : right;
    z-index:-1;
}

#elementsCoteDroite img {
    margin-top : 180px;
    position : absolute;
    z-index:-1;
}

/* Modules ================================================================== */

.logoPrincipal img {
    display : inline-block;
    margin-top : 30px;
}

#home .logoPrincipal img {
    width : 450px;
    margin-left : 120px;
}

.aide {
    display : block;
    float : right;
    margin-top : 30px;
}

#home .aide {
    margin-right : 75px;
    margin-left : -75px;
}

#rules {
    /*box*/
    width : 1067px;
    height : 360px;
    margin-left : -43px;
    /*border */
    /*background*/
    background : url(img/p01_encart_txt.png) no-repeat left top;
    /*fonts*/
    /* autres */
}

#rules>div{
    /*box*/
    margin : 0 auto;
    width : 800px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

#rules h1 {
    /*box*/
    padding-top: 90px;
    padding-bottom: 30px;
    /*border */
    /*background*/
    /*fonts*/
    font-size : 40px;
    color : #0C3526;
    text-align : center;
    /* autres */
}

#rules p {
    /*box*/
    margin : 0 0 10px 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size : 23px;
    font-weight : bold;
    /* autres */
}

#rules p strong{
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    /* autres */
}

#rules .require {
    /*box*/
    display : block;
    /*border */
    /*background*/
    /*fonts*/
    font-size : 20px;
    font-style: italic;
    text-align : right;
    /* autres */
}

#choice {
    /*box*/
    margin-top : 20px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

#choice a {
    /*box*/
    display : block;
    width : 695px;
    height : 120px;
    margin : 0 auto 35px auto;
    /*border */
    /*background*/
    background : url(img/p01_btn01.png) no-repeat left top;
    /*fonts*/
    text-decoration: none;
    color : #FFF;
    text-align: center;
    font-family: Impact, Charcoal, sans-serif;
    font-size : 43px;
    line-height: 120px;
    /* autres */
}

#choice a:hover, #choice a:focus{
    /*box*/
    /*border */
    /*background*/
    background : url(img/p01_btn01_clic.png) no-repeat left top;
    /*fonts*/
    text-decoration: underline;
    color : #000;
    /* autres */
}

#choice a.mirror {
    /*box*/
    /*border */
    /*background*/
    background : url(img/p01_btn02.png) no-repeat left top;
    /*fonts*/
    /* autres */
}

#choice a.mirror:hover, #choice a.mirror:focus{
    /*box*/
    /*border */
    /*background*/
    background : url(img/p01_btn02_clic.png) no-repeat left top;
    /*fonts*/
    /* autres */
}

#credit {
    /*box*/
    width : 1067px;
    height : auto;
    padding-bottom: 90px;
    margin-top : 80px;
    margin-bottom : 110px;
    /*border */
    /*background*/
    background: #317048;
    /*fonts*/
    color : #FFF;
    /* autres */
}

#credit>div{
    /*box*/
    margin : 0 auto;
    width : 900px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

#credit h1 {
    /*box*/
    padding-top: 90px;
    padding-bottom: 50px;
    /*border */
    /*background*/
    /*fonts*/
    color : #FFF;
    font-size : 60px;
    text-align : center;
    /* autres */
}

#credit a {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    color : #FFF;
    /* autres */
}

#credit p {
    /*box*/
    margin : 0 0 10px 0;
    /*border */
    /*background*/
    /*fonts*/
    font-size : 23px;
    font-weight : bold;
    text-align : left;    
    /* autres */
}

#credit p strong{
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    /* autres */
}

#footer {
    /*box*/
    margin-top : 80px;
    height : 55px;
    /*border */
    /*background*/
    background : #0C3526;
    /*fonts*/
    font-size : 27px;
    line-height : 55px;
    color : #99CC33;
    text-align : center;
    /* autres */
}

#footer a {
    /*box*/
    margin : 0;
    padding : 0;
    /*border */
    /*background*/
    background : #0C3526;
    /*fonts*/
    text-decoration: none;
    font-size : 27px;
    line-height : 55px;
    color : #99CC33;
    /* autres */
}

#footer span:after {
    /*box*/
    content:"-";
    margin : 0 5px 0 10px;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

#footer span:last-child:after {
    /*box*/
    content:"";
    margin : 0;
    /*border */
    /*background*/
    /*fonts*/
    /* autres */
}

#footer a:hover, #footer a:focus, #footer a.active {
    /*box*/
    /*border */
    /*background*/
    /*fonts*/
    text-decoration: underline;
    /* autres */
}

.tests header {
    background : url(img/encart_haut.png) no-repeat right -39px;
    height : 225px;
}

.tests .logoPrincipal {
    width : 208px;
}

.tests .accroche {
    width: auto;
    vertical-align: middle;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 34px;
    line-height: 1.2em;
    position: relative;
    left: 40px;
    top: 10px;
}

.tests .aide {
    width : 88px;
    position: relative;
    left: -150px;
}

.tests .words {
    background : #317048;
    width : 100%;
    height : 340px;
    font-size: 84px;
    line-height: 1em;
    text-align : center;
    color : #FFF;
    display : table;
}

/*.tests .words:before {
    content: "";
    display : table-row;
    vertical-align : middle;
    text-align : center;
}*/

.tests .words em {
    color : rgba(255,255,255,0.6);
}

#consigne h1 {
    background : url(img/p02_encart_titre.png) no-repeat left top ;
    margin : 0 auto 0 auto;
    width : 825px;
    height : 162px;
    font-size : 43px;
    line-height : 162px;
    color : #FFF;
    text-align : center;
}

#consigne h2 {
    margin : 0 auto 40px auto;
    font-size : 30px;
    font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
    line-height : 1.1em;
    color : #0C3526;
    text-align : center;
}

.step-2 #consigne h2 {
    background: #FDEF00;
    width: 830px;
    padding: 20px;
    margin: 10px auto 0 auto;
    box-sizing: border-box;
    font-size: 43px;
    color: #000;
    text-transform: uppercase;
}

.step-3 #consigne h1.input {
    font-size: 50px;
    background: #426E4B;
    color: #fdef00;
    margin: -110px auto 30px auto;
    box-sizing: border-box;
    width: 720px;
    height: 90px;
    line-height : 80px;
    font-family: Impact, Charcoal, sans-serif;
    padding: 8px 20px;
    min-width: 185px;
    border: 0;
    text-align: center;
}

.step-3 #consigne h2.input {
    font-size: 40px;
    background: #000;
    color: #FFF;
    margin: -85px auto 30px auto;
    box-sizing: border-box;
    width: 720px;
    height: 70px;
    line-height : 55px;
    font-family: Impact, Charcoal, sans-serif;
    padding: 8px 20px;
    min-width: 185px;
    border-bottom: 3px solid #FFF;
    text-align: center;
}

.step-3 #consigne h3,
.step-3 #consigne p {
    width: 720px;
    margin-left : auto;
    margin-right : auto;
    text-align: center;
}

.step-3 #consigne p {
    margin-top: 5px;
    margin-bottom : 40px;
    font-size: 23px;
    font-weight : bold;
    line-height: 1.1em;
    color: #0C3526;
}

.step-3 #consigne a {
    display : block;
    margin-top : 10px;
    color: #0C3526;
    font-style: italic;
    text-align : right;
}

.step-3 #consigne .nextsteps a {
    font-style: initial;
    text-align : center;
}

.step-3 #consigne .shadow:before  {
    content : " ";
    display : block;
    position : relative;
    left : -15px;
    z-index : -1;
    background : #6b8f23;
    margin-top : 30px;
    margin-left: auto;
    margin-right : auto;
    box-sizing: border-box;
    width : 720px;
    height : 90px;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 50px;
}

.step-3 #consigne .shadow.m50:before  {
    margin-top : 50px;
    height : 70px;
    font-size: 40px;
}

#player .toolbars {
    background : #215c37;
}

#player .play {
    float : left;
}

#progress {
    box-sizing: border-box;
    float : right;
    margin-top : 20px;
    padding : 0 20px;
    width : 830px;
}

#progress .nanobar {
    border: 0;
    height: 20px;
    border-radius: 20px;
    background: #0a3326;
}

#progress .nanobar .bar {
    background: none;
}

#progress .nanobar .bar:after {
    display: block;
    content: "";
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    float: right;
    margin-top: -8px;
    margin-right: -15px;
    background : #FFF;
}

#answer .inputs {
    width: 830px;
    margin: 0 auto;
    text-align: right;
}

#answer .input {
    display: inline-block;
    position: relative;
    z-index: 2;
    left : 30px;
    background : #4E9066;
    padding: 8px 20px;
    margin-right : 0;
    margin-bottom: 20px;
    border-radius: 0 0 50px 50px;
    box-sizing: border-box;
    width: 310px;
    height : 40px;
    border: 0;
    box-shadow: 1px 3px 0 0 rgba(0, 0, 0, 0.2);
    font-family: Impact, Charcoal, sans-serif;
    font-size: 33px;
    line-height: 20px;
    color : #0C3526;
    text-align: center;
    text-decoration: none;
}

#answer .input:last-child {
    z-index: 1;
    left : 0;
}

#answer .input:hover,
#answer .input:focus {
    color: #FDEF00;
}

#answer .input.orange {
    background: #F09C3E;
}

#popUp, 
#popUpAide {
    display: none;
    position : fixed;
    z-index : 9999;
    top : 0;
    left : 0;
    width : 100vw;
    height : 100vh;
    background-image: linear-gradient(to right, 
        rgba(51, 95, 21, 0.50) 1%, 
        rgba(153, 204, 51, 0.50) 20%, 
        rgba(153, 204, 51, 0.50) 50%, 
        rgba(153, 204, 51, 0.50) 80%, 
        rgba(51, 95, 21, 0.50) 100%);
}

#popUp>div,
#popUpAide>div {
    box-sizing: border-box;
    max-width : 1380px;
    min-width : 1000px;
    height : 100%;
    padding-top : 40px;
    padding-bottom : 80px;
    padding-left:40px;
    padding-right:40px;
    margin : 0 auto;
}

#popUp>div>div,
#popUpAide>div>div {
    box-sizing: border-box;
    height : 100%;
    background: rgba(6, 52, 27, 0.95);
    border-radius: 50px;
    color: #FFF;
    overflow-y: auto;
    overflow-x: hidden;
}

#popUp h2,
#popUpAide h2 {
    font-size: 43px;
    line-height: 162px;
    margin-top: 40px;
    color: #FFF;
    text-align: center;
}

#popUpAide h2 {
    line-height: 1.1em;
    margin-top: 100px;
    margin-bottom: 40px;
}

#popUp p,
#popUpAide p {
    margin : auto;
    width : 780px;
    font-size : 20px;
    line-height: 26px;
    font-weight: bold;
    text-align: left;
}

#popUpAide p {
    font-size : 18px;
    line-height: 24px;
}

#popUp p>img,
#popUpAide p>img {
    margin : 40px auto 0 auto;
    height : 350px;
}

#popUpCloseDiv,
#popUpAideCloseDiv {
    text-align: right;
}

#popUpClose,
#popUpAideClose {
    position: absolute;
    margin-top : -15px;
    margin-left : -78px;
}

#popUpClose > .no-hover,
#popUpAideClose > .no-hover {
    display : block;
}
#popUpClose > .hover,
#popUpAideClose > .hover {
    display : none;
}
#popUpClose:hover > .no-hover,
#popUpAideClose:hover > .no-hover {
    display : none;
}
#popUpClose:hover > .hover,
#popUpAideClose:hover > .hover {
    display : block;
}

#nextstep form, #nextstep>div {
    margin-top : 45px;
    margin-bottom : 85px;
    margin-left : auto;
    margin-right : auto;
    width : 735px;
}

.step-2 #nextstep>div {
    margin-top : 0;
    margin-bottom : 25px;
}

.step-3 #nextstep>div {
    margin-top : 0;
    margin-bottom : 25px;
}

.step-2 #nextstep>div:last-child {
    margin-bottom : 0;
}

#nextstep input[type="submit"],
#nextstep .input {
    background : #fdef00;
    margin-left : 15px;
    box-sizing: border-box;
    width : 720px;
    height : 90px;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 40px;
    color : #0C3526;
}

.step-2 #nextstep>div:last-child input[type="submit"]{
    font-size: 50px;
    background: #426E4B;
    color: #fdef00;
}

#nextstep .input {
    display: block;
    padding: 8px 20px;
    margin-bottom: 5px;
    min-width: 185px;
    border: 0;
    text-align: center;
    text-decoration: none;
    line-height: 75px;
}

#nextstep input.orange[type="submit"] {
    background : #EE9B3E;
}

#nextstep form:before, #nextstep>div:before  {
    content : " ";
    display : block;
    position : absolute;
    z-index : -1;
    background : #6b8f23;
    margin-top : 15px;
    box-sizing: border-box;
    width : 720px;
    height : 90px;
    font-family: Impact, Charcoal, sans-serif;
    font-size: 40px;
    color : #0C3526;
}

#nextstep input[type="submit"]:hover,
#nextstep input[type="submit"]:focus,
#nextstep .input:hover,
#nextstep .input:focus  {
    background : #0C3526;
    color : #fdef00;
}

.step-2 #nextstep>div:last-child input[type="submit"]:hover,
.step-2 #nextstep>div:last-child input[type="submit"]:focus {
    background: #0C3526;
    color: #99CC33;
}

#nextstep input[type="submit"][disabled="disabled"] {
    background: #bdc3c7;
    color: #7f8c8d;
}

.tag-editor {
    background: #317048;
    border : 0;
    width : 830px;
    height : 430px;
    min-height : 430px;
    margin : 0 auto;
    box-sizing: border-box;
}

#overlay {
    position: absolute;
    background: red;
    border : 0;
    width : 980px;
    height : 430px;
    min-height : 430px;
    margin : 0 auto;
    opacity:0;
    z-index:1;
}

.tag-editor .placeholder {
    color: #fdef00;
    margin : 40px 15px;
    font-style: italic;
    font-size: 20px;
}

.tag-editor li {
    margin : 30px 0 0 5px;
}

.tag-editor li:first-child {
    margin : 0;
}

.tag-editor .tag-editor-tag {
    background: #fdef00;
    color: #0C3526;
    min-width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 22px 0 0 22px;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding-left: 15px;
}

.tag-editor .tag-editor-delete {
    height: 45px;
    line-height: 45px;
    background: #fdef00;
    border-radius: 0 25px 25px 0;
    padding-right : 10px;
}

.tag-editor .tag-editor-delete i {
    line-height: 38px;
}

.tag-editor .tag-editor-delete i:before {
    font-size: 40px;
    color: #183427;
    content: "×";
    font-style: normal;
    font-weight: bold;
    top: 3px;
    position: relative;
}

.tag-editor .green-tag .tag-editor-delete i:before {
    font-size: 25px;
    content: "✔";
}

.tag-editor .red-tag .tag-editor-delete i:before {
    font-size: 25px;
    content: "✘";
}

.tag-editor .green-tag .tag-editor-tag,
.tag-editor .green-tag .tag-editor-delete{
    background: #A3CA4F;
}

.tag-editor .red-tag .tag-editor-tag,
.tag-editor .red-tag .tag-editor-delete{
    background: #CE4C34;
}

.tag-editor input{
    margin-left: -15px;
    margin-right: 0;
    min-width: 181px;
    width: 181px;
    height: 45px;
    line-height: 45px;
    background: #fdef00;
    color: #183427;
    border : 0;
    border-radius: 22px 22px 22px 22px;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    padding-left: 15px;
}

.tag-editor .tag-editor-tag.active+.tag-editor-delete, .tag-editor .tag-editor-tag.active+.tag-editor-delete i { display : none; }

/* Etats ==================================================================== */
a .on {display : none;}
a .off {display : block;}
a:hover .on, a:focus .on {display : block;}
a:hover .off, a:focus .off {display : none;}

/* Themes =================================================================== */
