/* -------------------------- Les cibles ---------------------- */

@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media  only screen and (min-width: 768px) and (max-width: 991px) {
}
@media  only screen and (min-width: 992px) and (max-width: 1199px) {
}
@media  only screen and (min-width: 1200px) /* and (max-width: 1920px)*/ {
}

/* ------------------------- colors -------------------------- */
/*
blue: #58B2FF
1: #F957FF;
2: #FFA557;
3: #5CFF57;
*/

/* -- template  ----------------------------------------------------------------------------------------------------- */

@font-face { /* For numbers */
    font-family: 'Baloo';
    font-style: normal;
    font-weight: 400;
    src: local('Baloo Regular'), local('Baloo-Regular'), url(fonts/baloo.woff2) format('woff2');
}

@font-face { /* For X and O, Fredoka One semble mieux */
    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    src: local('Fredoka One'), local('FredokaOne-Regular'), url(fonts/fedora-one.woff2) format('woff2');
}

/* for logo */
/*@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(fonts/pacifico.woff2) format('woff2');
}*/

#root {
    width: 100%;
    height: 100%;
}

body {
    background-color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: black;
    margin: 0;
    padding: 0 0 50px;
    min-height: 100vh;
    position: relative;
}

body > header {
    background-color: rgb(232, 238, 220);
    padding: 5px;
    min-height: 42px;
    position: relative;
}

body > header > a.logo > img {
    width: auto;
    height: 32px;
}

body > header > span.icon.icon-menu {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 32px;
    color: #4B5E1F;
}

body > header > nav {
    height: 0;
    -webkit-transition: height 0.1s;
    transition: height 0.1s;
    margin: 0 -4px -4px -4px;
    overflow-y: hidden;
}
#root > body > header.menuOpen > nav {
    height: auto;
}
@media only screen and (min-width: 768px) {
    body > header > span.icon.icon-menu {
        display: none;
    }
    body > header > nav {
        margin: 0;
        position: absolute;
        top: 1px;
        right: 1px;
        height: 40px;
        overflow-y: visible;
    }
}

/** Footer du template ************************************************************************************************/
footer {
    background-color: #E8EEDC;
    width: 100%;
    padding: 7px calc(50% - 512px);
    font-size: 12px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
}

footer nav ul {
    list-style-type: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    footer nav ul {
        width: 49%;
    }
}
@media only screen and (min-width: 992px) {
    footer nav ul {
        width: 24%;
    }
}

footer nav li {
    color: #4B5E1F;
}

.footerTitle {
    font-weight: bold;
    margin-bottom: 5px;
}

/** Section principale du template ************************************************************************************/
body > section {
    background-color: white;
    min-height: -webkit-calc(100vh - 133px);
    min-height: calc(100vh - 133px);
    -webkit-transition: height 0.1s;
    transition: height 0.1s;
    margin-bottom: 150px;
}

body > header.menuOpen + section {
    background-color: white;
    min-height: -webkit-calc(100vh - 109px);
    min-height: calc(100vh - 109px);
}

body > section > ol.breadcrumb > li > h1 {
    display: inline-block;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Source Sans Pro',Verdana,Arial,Helvetica,sans-serif;
    color: black;
    text-shadow: none;
}

body > section > div {
    text-align: justify;
}

.row.selectGame > div {
    text-align: center;
}

.row.selectGame div.thumb {
    width: 290px;
    overflow: hidden;
    margin: 0 auto;
    height: 170px;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.baloo {
    font-family: 'Baloo', sans-serif;
}

.pacifico {
    font-family: 'Pacifico', sans-serif;
}

.fredokaOne {
    font-family: 'Fredoka One', sans-serif;
    font-size: 15px;
    line-height: 14px;
}

.green {
    color: #3e6715;
}

.bvTopBottom {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 1;
}
@media only screen and (min-width: 732px) {
    .bvTopBottom {
        position: relative;
        bottom: auto;
        border: 2px solid #69864c;
        width: 732px;
        height: 94px;
        margin: 50px auto 0;
    }
}

#trknanalsid {
    display: none;
}

#fancyConnexion {
    max-width: 390px;
}
#fancyConnexion button {
    width: 100%;
}

.container-fluid.width1000 .row {
    padding: 0 calc(50% - 500px);
}

#loadingPopin {
    width: 233px;
    font-size: 20px;
    background-color: #f9f9f9;
}
#loadingPopin.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes spinningGear {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

#loadingPopin .glyphicon-cog {
    font-size: 25px;
    margin: 15px 0;
    -webkit-animation: spinningGear 2s linear infinite;
}

#alertPopin, #confirmPopin {
    max-width: 600px;
}

#confirmPopin .btn {
    margin: 15px 30px 0;
    min-width: 130px;
}

.list-group-item>.badge.badge-gameName {
    float: left;
    margin-right: 10px;
}

.cartPopin {
    width: 450px;
}

.marg-15 {
    margin: 15px auto;
}

.paddingUpBottom {
    padding: 15px 0;
}

/* -- Bootstrap override -------------------------------------------------------------------------------------------- */
.form-group.open {
    position: relative;
}

.breadcrumb {
    padding: 2px 5px;
    background-color: transparent;
    border-radius: 0;
    font-size: 12px;
    margin-bottom: 0;
}
.breadcrumb > li + li:before {
    content: ">";
}


.breadcrumb > li:first-child:before {
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    margin-right: 4px;
    content: "\e021";
    color: #4B5E1F;
}

.btn-link, .btn-link:hover, a, a:hover, a:focus {
    color: #4B5E1F;
    cursor: pointer;
}

.nav>li>a:hover, .nav>li>a:focus {
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4B5E1F;
    text-shadow: 1px 1px #32420D;
    text-align: left;
}

.nav-pills>li>a.btn,
.btn {
    font-size: inherit;
    padding: 6px 12px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    color: #32420D;
}

.btn.bigger {
    font-size: 19px;
    padding: 7px 14px;
    min-width: 190px;
    border-radius: 5px;
}

.btn-xeefade,
.btn-xee {
    margin: 3px 0;
    min-width: 160px;
}

.btn-xee {
    color: #fff;
    background-color: #4B5E1F;
    border-color: #32420D;
}

.nav>li>a.btn-xee:focus,
.nav>li>a.btn-xee:hover,
.btn-xee:focus,
.btn-xee:hover {
    color: #fff;
    background-color: #32420D;
}

.btn-xeefade {
    color: #4b5e1f;
    background-color: rgb(232, 238, 220);
    border-color: rgb(232, 238, 220);
}

.nav>li>a.btn-xeefade:focus,
.nav>li>a.btn-xeefade:hover,
.btn-xeefade:focus,
.btn-xeefade:hover {
    color: #fff;
    background-color: #32420D;
}

.btn-small {
    font-size: 8px;
    padding: 3px 6px;
}

.btn-100 {
    width: 100%;
}

.btn-bigsquare {
    font-size: 28px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    margin: 0 8px;
}
.btn-bigsquare .glyphicon.glyphicon-forward {
    position: relative;
    left: 4px;
}

.btn-empty,
.nav>li>a.btn-empty:focus,
.nav>li>a.btn-empty:hover,
.nav>li>a.btn-empty:active,
.btn-empty:focus,
.btn-empty:hover,
.btn-empty:active {
    color: #4B5E1F;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    position: relative;
}


#playgroundContainer {
    margin: 50px auto 0;
    display: table;
    position: relative;
}

#autoSaveAlert {
    background-color: #e8eedc;
    font-size: 0.8em;
    position: absolute;
    bottom: -29px;
    padding: 3px 10px;
    color: #69864c;
}

.pager li>button {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    color: #4B5E1F;
    cursor: pointer;
}

.pager .previous>button {
    float: left;
}

.pager .next>button {
    float: right;
}

.pager .disabled>button {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pager li>button:hover, .pager li>button:focus {
    text-decoration: none;
    background-color: #eee;
}

div.save {
    display: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-pills>li {
    float: none;
}
@media  only screen and (min-width: 768px) {
    .nav-pills>li {
        float: left;
    }
}

header .dropdown-menu {
    background-color: rgb(232, 238, 220);
    margin: 0;
    border: none;
    position: static;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media  only screen and (min-width: 768px) {
    header .dropdown-menu {
        position: absolute;
        -webkit-box-shadow: none;
        box-shadow: none;
        right: 0;
        left: auto;
        margin: -3px 0;
        border-radius: 0 0 5px 5px;
    }
}

header .dropdown-menu>li>a {
    padding: 3px 40px;
}
@media  only screen and (min-width: 768px) {
    header .dropdown-menu>li>a {
        padding: 3px 10px;
    }
}
header .dropdown-backdrop {
    display: none;
}

.nav-pills>li.xee>a,
.nav-pills>li.xee>a:hover,
.nav-pills>li.xee>a:focus {
    color: #fff;
    background-color: #4B5E1F;
    border-color: #32420D;
    padding: 5px 15px;
    margin: 5px 0;
}
.nav-pills>li.xee>a:hover,
.nav-pills>li.xee>a:focus {
    color: #fff;
    background-color: #32420D;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    background-color: #bec7a9;
}

#loginInitial {
    background-color: #4B5E1F;
    color: #e7eedc;
    border-radius: 20px;
    min-width: 26px;
    min-height: 26px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    margin-top: -2px;
    text-transform: capitalize;
}

form {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
}

.has-error {
    position: relative
}

.has-error .help-block {
    font-size: 0.8em;
    position: absolute;
    bottom: -16px;
    margin: 0;
}

.link {
    cursor: pointer;
    color: #4b5e1f;
}

.link.inactive {
    color: #c8d0b7;
}

.btn-default.js-active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.list-group-item.selected {
    background-color: #dcd8e8;
}

body[class^="ctrl-admin"] .list-group-item {
    cursor: pointer;
}

.ctrl-admin_applications hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.smaller {
    font-size: 72%;
}

pre {
    text-align: left;
}

/* --  home  -------------------------------------------------------------------------------------------------------- */
div#homeIntro > div {
    margin: 40px 0;
}

div#homeLiensJeux {
    background-color: #E8EEDC;
    margin: 0px calc(50% - 50vw + 10px);
}
.ctrl-myAccount div#homeLiensJeux {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media  only screen and (min-width: 1200px) {
    div#homeLiensJeux {
        padding: 0 calc(50vw - 600px);
    }
}

div#homeLiensJeux > div.marge {
    float: left;
    background-image: none;
    width: 0;
}
@media only screen and (min-width: 768px) {
    div#homeLiensJeux > div.marge {
        width: 25%;
    }
}
@media only screen and (min-width: 992px) {
    div#homeLiensJeux > div.marge {
        width: 33.333%;
    }
}
@media only screen and (min-width: 1200px) {
    div#homeLiensJeux > div.marge {
        width: 37.5%;
    }
}

div#homeLiensJeux > div.thumbnailed {
    padding-top: calc(25% - 34px);
    padding-bottom: calc(25% - 34px);
    background-size: calc(100% - 30px);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0;
}
@media only screen and (min-width: 768px) {
    div#homeLiensJeux > div.thumbnailed {
        padding-top: calc(12.5% - 34px);
        padding-bottom: calc(12.5% - 34px);
    }
}
@media only screen and (min-width: 992px) {
    div#homeLiensJeux > div.thumbnailed {
        padding-top: calc(8.325% - 34px);
        padding-bottom: calc(8.325% - 34px);
    }
}
@media only screen and (min-width: 1200px) {
    div#homeLiensJeux > div.thumbnailed {
        padding-top: calc(6.25% - 34px);
        padding-bottom: calc(6.25% - 34px);
    }
}
div#homeLiensJeux > div.hashi {
    background-image: url(/img/thumbJeux/hashi.png);
}
div#homeLiensJeux > div.takuzu {
    background-image: url(/img/thumbJeux/takuzu.png);
}
div#homeLiensJeux > div.links {
    background-image: url(/img/thumbJeux/links.png);
}
div#homeLiensJeux > div.crossword {
    background-image: url(/img/thumbJeux/crossword.png);
}

div#homeLiensJeux > div > a {
    display: block;
    font-size: 34px;
    text-align: center;
    background-color: rgba(92, 161, 22, 0.7);
    padding: 10px;
    color: white;
}

div#homeLiensJeux > div > a,
div#homeLiensJeux > div > a:hover,
div#homeLiensJeux > div > a:focus {
    text-decoration: none;
}

#gameList {
    text-align: left;
}

#gameList .gamePresention {
    position: relative;
    border: 2px solid #69864c;
    padding: 10px;
    margin: 10px;
    width: calc(100% - 24px);
    display: inline-block;
    text-align: justify;
    vertical-align: top;
}
@media  only screen and (min-width: 768px) {
    #gameList .gamePresention {
        width: calc(50% - 24px);
    }
}

#gameList .gamePresention img {
    width: 35%;
    float: left;
    margin-right: 10px;
}

#gameList .gamePresention a.btn.btn-xee {
    position: absolute;
    right: 10px;
    top: 6px;
    padding: 2px 5px;
    min-width: 90px;
}
@media  only screen and (min-width: 768px) {
    #gameList .gamePresention a.btn.btn-xee {
        top: unset;
        bottom: 6px;
        padding: 2px 5px;
        min-width: 90px;
    }
}

#gameList .gamePresention p {
    margin-top: 10px;
}

/* --------------------- games ---------------------- */
#cancel span.glyphicon.glyphicon-share-alt {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.abs-gamePresentation img.thumb {
    float: left;
    margin-right: 20px;
}

.abs-gamePresentation .row {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 calc(50% - 600px);
}

.abs-gamePresentation .row.boutons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.abs-gamePresentation .row.boutons a.btn {
    width: 100%;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .abs-gamePresentation .row.boutons a.btn {
        width: auto;
        margin-bottom: 0;
    }
}

.abs-gamePresentation .row.selectGame {
    background-color: #E8EEDC;
}

.spanSelectGame .options {
    margin: 3px 0;
    width: 160px;
}

.abs-game #start,
.abs-gamePresentation #start {
    width: 160px;
    margin-top: 12px;
}

.abs-gamePresentation .row.selectGame > div,
.abs-gamePresentation .row.savedGames > div {
    margin: 10px 0;
}

.spanSelectGame label {
    width: 100%;
}

.spanSelectGame {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 0 calc(25% - 82px);
}
@media only screen and (max-width: 360px) {
    .spanSelectGame {
        width: 160px;
        margin: 0 calc(50% - 95px);
    }
}
@media only screen and (min-width: 500px) {
    .spanSelectGame {
        margin: 0 35px;
    }
    .spanSelectGameSmall {
        width: 160px;
    }
    .spanSelectGameMedium {
        width: 330px;
    }
}

.abs-game .fancybox-inner > div {
    text-align: center;
}

.abs-gamePresentation .row.savedGames table {
    max-width: 500px;
    margin: 0 auto;
}

.gameChoicePopin {
    width: calc(100vw - 70px);
    max-width: 475px;
}

a.share, a.share:hover {
    font-size: 21px;
    background-color: #73B82E;
    color: white;
    padding: 5px;
    width: 40px;
    display: inline-block;
    text-decoration: none;
    margin-left: 4px;
}
a.share:first-child {
    margin-left: 0;
}
a.share.facebook {
    background-color: #4867AA;
}
a.share.twitter {
    background-color: #00ACED;
}
a.share.pinterest {
    background-color: #E6001A;
}
a.share.linkedin {
    background-color: #01669A;
}

#popinComment .jsStar {
    cursor: pointer;
}

.gameChoicePopin .paddingUpBottom {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
}

.gameChoicePopin .paddingUpBottom input,
.gameChoicePopin .paddingUpBottom textarea {
    margin-top: 15px;
}

#popinMoreGames {
    text-align: left;
}
#popinMoreGames img {
    float: left;
    height: 44px;
    margin-right: 15px;
}

.packs {
    width: 100%;
    max-width: 450px;
    margin: -5px auto;
    padding: 10px;
    background-color: #f9f9f9;
    max-height: 480px;
    overflow-y: scroll;
}

.astuce {
    overflow-y: auto;
    font-size: 14px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto -5px auto;
    padding: 13px 0 15px;
}
.paddingUpBottom + .astuce {
    margin-bottom: 10px;
}

.packHeader,
.packItem {
    width: 100%;
    padding: 0 5px 5px 40px;
    position: relative;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    background-color: #E8EEDC;
    cursor: pointer;
}
.packItem {
    display: none;
}
.open .packItem {
    display: block;
    width: calc(100% - 18px);
    margin-left: 18px;
}
.packHeader:before,
.packItem:before {
    content: "\e117";
    color: #4b5e1f;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f4f7ee;
    padding: 5px;
    font-size: 25px;
}
.open .packHeader:before {
    content: "\e118";
}
.packItem:before {
    content: "\e072";
}
.packPremium .packHeader:before,
.packPremium .packItem:before {
    content: "\e006";
}

.packHeader .progress,
.packItem .progress {
    height: 10px;
    margin-bottom: 0;
}

.packHeader .progress-bar,
.packItem .progress-bar {
    background-color: #728547;
    font-size: 9px;
    line-height: initial;
    -webkit-transition: none;
    transition: none;
}

.ctrl-admin_applications span.small,
.packHeader span.small {
    display: block;
    margin-top: -1px;
    font-size: 0.7em;
    margin-bottom: -2px;
    height: 13px;
}

.packs .btn-xee {
    width: 100%;
}

.packs .btn-xee.btn-addToCart {
    width: 100px;
    min-width: initial;
    float: right;
    margin: 3px -2px 3px 5px;
    padding: 3px 13px;
    height: 30px;
}

#display-cart {
    position: relative;
    font-size: 22px;
    margin: 0 0 0 18px;
    padding: 5px;
}

#display-cart .badge {
    position: absolute;
    background-color: #4b5e1f;
    font-size: 11px;
    padding: 1px 0 0 0;
    height: 14px;
    min-width: 14px;
    top: 4px;
    text-align: center;
    right: -3px;
}

#cart-payment-form {
    display: none;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#payment-form {
    max-width: 720px;
}

#card-element {
    width: 100%;
    max-width: 470px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

#payment-form .btn {
    padding: 8px 12px;
    vertical-align: top;
}

#cart-card-errors,
#card-errors {
    color: #fa755a;
    font-size: 0.8em;
    padding-left: 15px;
}

#card-row {
    display: none;
}

body.ctrl-myAccount_mySubscription .panel-body {
    position: relative;
}

body.ctrl-myAccount_mySubscription .panel-body .btn {
    position: absolute;
    top: 19px;
    right: 19px;
}

#help {
    display: block;
}

#help b {
    font-size: 20px;
    line-height: 19px;
}

.helpWarning {
    background: #ffac57;
}

#helpMessage {
    border: 1px solid #ffac57;
    padding: 2px 10px;
    margin: 10px 0;
    min-height: 28px;
}

#helpMessage:empty {
    visibility: hidden;
}

/* -- Grille -------------------------------------------------------------------------------------------------------- */
body.ctrl-grille > section > div.grilleJeu {
    width: 410px;
    height: 410px;
    margin: 50px auto;
}

body.ctrl-grille > section > div.grilleJeu > div.case {
    width: 35px;
    height: 35px;
    background-color: #676767;
    border-radius: 5px;
    margin: 3px;
    float: left;
}

/* -- Crossword ----------------------------------------------------------------------------------------------------- */
table.crossword {
    table-layout: fixed;
    background-color: #69864c;
    border-collapse: separate;
    border-spacing: 1px;
    margin: 0 auto;
}

table.crossword td {
    vertical-align: top;
    border: 1px solid #e8eedc;
    background-color: #e8eedc;
    position: relative;
    font-size: 1px;
}

table.crossword td.black {
    background-color: #69864c;
}

table.crossword td span.number {
    position: absolute;
    top: 0;
    left: 0;
}

table.crossword td input {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    border: none;
    text-align: center;
    color: #4b5e1f;
    outline: none;
    text-transform: uppercase;
}

#definitions .red {
    background-color: red;
    color: white;
}

.input-group-btn {
    font-size: 14px;
}

li.green {
    color: green;
}

li.red {
    color: red;
}

#definitionReminder {
    padding: 5px 15px;
    border: 1px solid #69864c;
    margin: 15px -14px 15px 0;
    color: #4b5e1f;
    background-color: #e8eedc;
    min-height: 34px;
    width: attr(length px, 200px);
}

#applicationDefinitions {
    width: 1000px;
}

#applicationDefinitions > div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#applicationDefinitions ul {
    padding-left: 0;
}

#applicationDefinitions li {
    padding: 5px 15px;
    min-height: 34px;
    list-style: none;
}

#applicationDefinitions li.selected {
    padding: 5px 15px;
    border: 1px solid #69864c;
    color: #4b5e1f;
    background-color: #e8eedc;
    min-height: 34px;
}

/* -- Cart ---------------------------------------------------------------------------------------------------------- */
.cartPopin li.list-group-item {
    font-size: 14px;
}

#delete-from-cart {
    float: right;
    font-size: 11px;
    text-decoration: underline;
    margin-right: 5px;
}

/* -- Admin --------------------------------------------------------------------------------------------------------- */
iframe#lecteurMails {
    margin: 0 50px 20px;
    width: calc(100vw - 120px);
    border: none;
}

#lecteurMailsButton {
    text-align: center;
    margin: 0 auto;
    width: 620px;
}
#lecteurMailsButton button {
    width: 200px;
}

/* -- Premium ------------------------------------------------------------------------------------------------------- */
.premiumSection {
    max-width: 1010px;
    margin: 0 auto;
}

.premiumList {
    display: flex;
    gap: 50px;
}

.premiumList > div {
    flex: 1 1 50%;
    width: 50%;
    border: 5px solid rgb(232, 238, 220);
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.premiumList > div.selected {
    border: 5px solid #4B5E1F;
}
