/*body.pg-home .section-mea-flash > .title-can {*/
/*    background-color: #297d2e !important;*/
/*    font-family: "PNCnBlack",serif;*/

/*  }*/
body.pg-home .section-mea-flash > .title-can {
    display: block;
    padding: 20px 30px;
    background-color: #297d2e !important;
    font-family: "PNCnBlack",serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

  @media (max-width: 767px) {
    body.pg-home .section-mea>.grd-item:last-child {
     width:100%
    }
   }

   body.pg-home .section-mea-flash .section-mea-flash-footer div .cta-can {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
  }

  .cta .sm-can {
    font-size: 14px;
    padding: 8px 30px 8px 30px;
  }

  .cta-can:hover {
    color: #fff;
    background-color: #297d2e;
  }

  .cta-can {
    font-family: "PNBold",serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    color: #297d2e;
    display: inline-block;
    padding: 8px 36px 8px 36px;
    border: 2px solid #297d2e;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  body.pg-home .section-mea-flash .cta-can {
    margin-left: 10px !important;
}

.section-title-can {
    font-family: "PNCnBlack",serif;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding-bottom: 6px;
    margin: 0;
    color: #297d2e;
    border-bottom: 6px solid #297d2e;
  }

  .ebloc-photos .tag-can {
    font-family: "PNBold",serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #297d2e;
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 8px 8px 6px 0;
    background-color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

.pgencentre{
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: space-between;
    font-family: "PNReg" ;
    font-size: 35px !important;
}

.pxpy{
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
}

.menu-cta-can{
    padding-top: 20px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


@media (max-width: 480px) {
    .menu-cta-can {
        padding-top: 20px;
        width: 100%;
        list-style-type: none;
        margin: 0;
        display: flex;
        flex-direction: row;
        justify-content: normal;
    }

}

@media (max-width: 768px) {
    .menu-cta-can{
        display:flex;
        padding:20px 0 30px 0;
        overflow-x:scroll;
        justify-content: normal;
    }
}

.menu-cta-can > a {
    font-family: "PNBold",serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 14px;
    color: #297d2e;
    margin: 0 8px 10px 0;
    padding: 8px 36px 8px 36px;
    border: 2px solid #297d2e;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: .1s cubic-bezier(0.645, 0.045, 0.355, 1);
    white-space: nowrap;
}

.centre-can{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}



.container {
    width: 90%;
    min-width: 18em;
    margin: 20px auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.tournament-bracket {
    display: flex;
    flex-direction: column;
}
@media (min-width: @breakpoint-sm) {
    .tournament-bracket {
        flex-direction: row;
    }
}
.tournament-bracket__round {
    display: block;
    margin-left: -3px;
    flex: 1;
}
.tournament-bracket__round-title {
    color: #9e9e9e;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: center;
    font-style: italic;
    margin-bottom: 0.5em;
}
.tournament-bracket__list {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 2em;
    margin-bottom: 2em;
    transition: padding 0.2s ease-in-out, margin 0.2s ease-in-out;
}

/*******DEBUT STYLE DE TOURNOI PRESENTATION*********/

/*.sr-only {*/
/*    position: absolute;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    padding: 0;*/
/*    margin: -1px;*/
/*    overflow: hidden;*/
/*    clip: rect(0, 0, 0, 0);*/
/*    border: 0;*/
/*}*/
/*.tournament-bracket {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket {*/
/*        flex-direction: row;*/
/*    }*/
/*}*/
/*.tournament-bracket__round {*/
/*    display: block;*/
/*    margin-left: -3px;*/
/*    flex: 1;*/
/*}*/
/*.tournament-bracket__round-title {*/
/*    color: #9e9e9e;*/
/*    font-size: 0.95rem;*/
/*    font-weight: 400;*/
/*    text-align: center;*/
/*    font-style: italic;*/
/*    margin-bottom: 0.5em;*/
/*}*/
/*.tournament-bracket__list {*/
/*    padding-left: 0;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-flow: row wrap;*/
/*    justify-content: center;*/
/*    height: 100%;*/
/*    min-height: 100%;*/
/*    border-bottom: 1px dashed #e5e5e5;*/
/*    padding-bottom: 2em;*/
/*    margin-bottom: 2em;*/
/*}*/
/*@media (max-width: 24em) {*/
/*    .tournament-bracket__list {*/
/*        padding-left: 0;*/
/*        padding-bottom: 1em;*/
/*        margin-bottom: 1em;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket__list {*/
/*        padding-left: 0;*/
/*        margin-bottom: 0;*/
/*        padding-bottom: 0;*/
/*        border-right: 1px dashed #e5e5e5;*/
/*        border-bottom: 0;*/
/*    }*/
/*}*/
/*.tournament-bracket__round:last-child .tournament-bracket__list {*/
/*    padding-left: 0;*/
/*    border: 0;*/
/*}*/
/*.tournament-bracket__item {*/
/*    display: flex;*/
/*    flex: 0 1 auto;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    position: relative;*/
/*    padding: 2% 0;*/
/*    width: 48%;*/
/*    transition: padding 0.2s linear;*/
/*}*/
/*.tournament-bracket__item:nth-child(odd) {*/
/*    margin-right: 2%;*/
/*}*/
/*.tournament-bracket__item:nth-child(even) {*/
/*    margin-left: 2%;*/
/*}*/
/*.tournament-bracket__item::after {*/
/*    transition: width 0.2s linear;*/
/*}*/
/*@media (max-width: 24em) {*/
/*    .tournament-bracket__item {*/
/*        width: 100%;*/
/*    }*/
/*    .tournament-bracket__item:nth-child(odd),*/
/*    .tournament-bracket__item:nth-child(even) {*/
/*        margin-left: 0;*/
/*        margin-right: 0;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket__item {*/
/*        padding: 0.5em 1em;*/
/*        width: 100%;*/
/*    }*/
/*    .tournament-bracket__item:nth-child(odd),*/
/*    .tournament-bracket__item:nth-child(even) {*/
/*        margin: 0;*/
/*    }*/
/*    .tournament-bracket__item::after {*/
/*        position: absolute;*/
/*        right: 0;*/
/*        content: '';*/
/*        display: block;*/
/*        width: 1em;*/
/*        height: 45%;*/
/*        border-right: 1px solid #DDD;*/
/*    }*/
/*    .tournament-bracket__item:nth-child(odd)::after {*/
/*        top: 50%;*/
/*        border-top: 1px solid #DDD;*/
/*        transform: translateY(-1px);*/
/*    }*/
/*    .tournament-bracket--rounded .tournament-bracket__item:nth-child(odd)::after {*/
/*        border-top-right-radius: 0.6em;*/
/*    }*/
/*    .tournament-bracket__item:nth-child(even)::after {*/
/*        bottom: 50%;*/
/*        border-bottom: 1px solid #DDD;*/
/*        transform: translateY(1px);*/
/*    }*/
/*    .tournament-bracket--rounded .tournament-bracket__item:nth-child(even)::after {*/
/*        border-bottom-right-radius: 0.6em;*/
/*    }*/
/*    .tournament-bracket__round:first-child .tournament-bracket__item {*/
/*        padding-left: 0;*/
/*    }*/
/*    .tournament-bracket__round:last-child .tournament-bracket__item {*/
/*        padding-right: 0;*/
/*    }*/
/*    .tournament-bracket__round:last-child .tournament-bracket__item::after {*/
/*        display: none;*/
/*    }*/
/*    .tournament-bracket__round:nth-last-child(2) .tournament-bracket__item::after {*/
/*        !*! border-radius: 0; *!*/
/*        !*! border-right: 0; *!*/
/*    }*/
/*}*/
/*@media (min-width: 72em) {*/
/*    .tournament-bracket__item {*/
/*        padding: 0.5em 1.5em;*/
/*    }*/
/*    .tournament-bracket__item::after {*/
/*        width: 1.5em;*/
/*    }*/
/*}*/
/*.tournament-bracket__match {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    background-color: #ffffff;*/
/*    padding: 1em;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 0.1em;*/
/*    box-shadow: 0 2px 0 0 #e5e5e5;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*    transition: padding 0.2s ease-in-out, border 0.2s linear;*/
/*    box-shadow: 1px 0px 10px #CCC;*/
/*}*/
/*.tournament-bracket__match:focus {*/
/*    border-color: #2196F3;*/
/*}*/
/*.tournament-bracket__match::before,*/
/*.tournament-bracket__match::after {*/
/*    transition: all 0.2s linear;*/
/*}*/
/*@media (max-width: 24em) {*/
/*    .tournament-bracket__match {*/
/*        padding: 0.75em 0.5em;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket__match::before,*/
/*    .tournament-bracket__match::after {*/
/*        position: absolute;*/
/*        left: 0;*/
/*        z-index: 1;*/
/*        content: '';*/
/*        display: block;*/
/*        width: 1em;*/
/*        height: 10%;*/
/*        border-left: 1px solid #DDD;*/
/*    }*/
/*    .tournament-bracket__match::before {*/
/*        bottom: 50%;*/
/*        border-bottom:1px solid #DDD;*/
/*        transform: translate(0, 1px);*/
/*    }*/
/*    .tournament-bracket--rounded .tournament-bracket__match::before {*/
/*        border-bottom-left-radius: 0.6em;*/
/*    }*/
/*    .tournament-bracket__match::after {*/
/*        top: 50%;*/
/*        border-top: 1px solid #DDD;*/
/*        transform: translate(0, -1px);*/
/*    }*/
/*    .tournament-bracket--rounded .tournament-bracket__match::after {*/
/*        border-top-left-radius: 0.6em;*/
/*    }*/
/*}*/
/*@media (min-width: 72em) {*/
/*    .tournament-bracket__match::before,*/
/*    .tournament-bracket__match::after {*/
/*        width: 1.5em;*/
/*    }*/
/*    .tournament-bracket__match::before {*/
/*        transform: translate(0, 1px);*/
/*    }*/
/*    .tournament-bracket__match::after {*/
/*        transform: translate(0, -1px);*/
/*    }*/
/*}*/
/*!**/
/*.tournament-bracket__round:last-child .tournament-bracket__match::before,*/
/*.tournament-bracket__round:last-child .tournament-bracket__match::after {*/
/*  border-left: 0;*/
/*}*/
/*.tournament-bracket__round:last-child .tournament-bracket__match::before {*/
/*  border-bottom-left-radius: 0;*/
/*}*/
/*.tournament-bracket__round:last-child .tournament-bracket__match::after {*/
/*  display: none;*/
/*}*/
/**!*/
/*.tournament-bracket__round:first-child .tournament-bracket__match::before,*/
/*.tournament-bracket__round:first-child .tournament-bracket__match::after {*/
/*    display: none;*/
/*}*/
/*.tournament-bracket__content {*/
/*    display: flex;*/
/*}*/
/*.tournament-bracket__content::after {*/
/*    content: ':';*/
/*    width: 1em;*/
/*    text-align: center;*/
/*    padding: 0.2em 0.1em;*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket__content::after {*/
/*        order: 1;*/
/*    }*/
/*}*/
/*.tournament-bracket__content .tournament-bracket__team:first-child {*/
/*    width: 50%;*/
/*    order: 0;*/
/*    text-align: right;*/
/*}*/
/*@media (min-width: 38em) and (max-width: 52em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:first-child {*/
/*        align-items: flex-end;*/
/*    }*/
/*}*/
/*.tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {*/
/*    order: 2;*/
/*    justify-content: flex-end;*/
/*}*/
/*@media (min-width: 24em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {*/
/*        order: 0;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) and (max-width: 52em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__country {*/
/*        flex-direction: column-reverse;*/
/*        align-items: flex-end;*/
/*    }*/
/*}*/
/*.tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {*/
/*    order: 0;*/
/*}*/
/*@media (min-width: 24em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:first-child .tournament-bracket__score {*/
/*        order: 2;*/
/*    }*/
/*}*/
/*.tournament-bracket__content .tournament-bracket__team:last-child {*/
/*    width: 50%;*/
/*    order: 2;*/
/*    text-align: left;*/
/*}*/
/*@media (min-width: 38em) and (max-width: 52em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:last-child {*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {*/
/*        justify-content: flex-start;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) and (max-width: 52em) {*/
/*    .tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__country {*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/
/*.tournament-bracket__content .tournament-bracket__team:last-child .tournament-bracket__code {*/
/*    order: 1;*/
/*}*/
/*.tournament-bracket__table {*/
/*    width: 100%;*/
/*}*/
/*.tournament-bracket__caption {*/
/*    font-size: 0.8rem;*/
/*    color: #BDBDBD;*/
/*    font-weight: 300;*/
/*    padding-bottom: 0.75em;*/
/*}*/
/*.tournament-bracket__team {*/
/*    display: flex;*/
/*    flex-direction: row-reverse;*/
/*    justify-content: space-between;*/
/*}*/
/*@media (min-width: 24em) {*/
/*    .tournament-bracket__team {*/
/*        flex-direction: column-reverse;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) {*/
/*    .tournament-bracket__team {*/
/*        flex-direction: column-reverse;*/
/*    }*/
/*}*/
/*.tournament-bracket__country {*/
/*    font-size: 0.95rem;*/
/*    display: flex;*/
/*    margin-top: 0.5em;*/
/*    align-items: center;*/
/*}*/
/*@media (max-width: 24em) {*/
/*    .tournament-bracket__country {*/
/*        margin-top: 0;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) and (max-width: 52em) {*/
/*    .tournament-bracket__country {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    .tournament-bracket__country .tournament-bracket__code {*/
/*        margin-top: 0.2em;*/
/*    }*/
/*}*/
/*.tournament-bracket__code {*/
/*    padding: 0 0.5em;*/
/*    color: #212121;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    border: 0;*/
/*    text-decoration: none;*/
/*    cursor: help;*/
/*    transition: padding 0.2s ease-in-out;*/
/*}*/
/*@media (max-width: 24em) {*/
/*    .tournament-bracket__code {*/
/*        padding: 0 0.25em;*/
/*    }*/
/*}*/
/*@media (min-width: 38em) and (max-width: 52em) {*/
/*    .tournament-bracket__code {*/
/*        padding: 0;*/
/*    }*/
/*}*/
/*.tournament-bracket__score {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.tournament-bracket__team:first-child .tournament-bracket__score {*/
/*    flex-direction: row-reverse;*/
/*    padding-left: 0.75em;*/
/*}*/
/*.tournament-bracket__team:last-child .tournament-bracket__score {*/
/*    padding-right: 0.75em;*/
/*}*/
/*.tournament-bracket__number {*/
/*    display: inline-block;*/
/*    padding: 0.2em 0.4em 0.2em;*/
/*    border-bottom: 0.075em solid transparent;*/
/*    font-size: 0.95rem;*/
/*    background-color: #F5F5F5;*/
/*    border-color: #dddddd;*/
/*}*/
/*.tournament-bracket__team--winner .tournament-bracket__number {*/
/*    background-color: #FFF176;*/
/*    border-color: #fad674;*/
/*}*/
/*.tournament-bracket__medal {*/
/*    padding: 0 0.5em;*/
/*}*/
/*.tournament-bracket__medal--gold {*/
/*    color: #FFD700;*/
/*}*/
/*.tournament-bracket__medal--silver {*/
/*    color: #C0C0C0;*/
/*}*/
/*.tournament-bracket__medal--bronze {*/
/*    color: #CD7F32;*/
/*}*/
/*.lit {*/
/*    background-color: pink;*/
/*}*/
/*.winner2 {*/
/*    background-color: cyan;*/
/*}*/
/*.flag_red {*/
/*    width: 30px;*/
/*    height: 15px;*/
/*    background-color: #F00*/
/*}*/
/*.flag_blue {*/
/*    width: 30px;*/
/*    height: 15px;*/
/*    background-color: #139ff0*/
/*}*/


/****************************************DEBUT CSS PROGRAME***************************************/
.event-container {
    font-family: "PNBold",serif;
    /*max-width: 800px;*/
    margin: 15px;
}

h3.year {
    /*font-size: 40px;*/
    text-align: center;
    border-bottom: 1px solid #b1b1b1;
    color: #000000;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}
.event-container h6.year-des-centre{
    font-size: 20px;
    text-align: center;
    color: #297d2e;
}

.event-container .event {
    /*border-radius: 8px;*/
    /*box-shadow: 0 4px 16px -8px rgba(0, 0, 0, 0.4);*/
    display: flex;
    /*margin: 8px 0;*/
    /*width: 100%;*/
}

.event .event-left {
    background: #297d2e;
    /*min-width: 140px;*/
    min-width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
    /*padding: 8px 48px;*/
    padding: 8px 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px 0 0 8px;
}

.event .event-left .date {
    font-size: 20px;
}

.event .event-left .month {
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    margin-top: 5px;
}


.event .event-droite {
    background: #297d2e;
    /*min-width: 140px;*/
    min-width: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
    /*padding: 8px 48px;*/
    padding: 8px 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 0 8px 8px 0;
}

.event .event-droite .date {
    font-size: 20px;
}

.event .event-droite .month {
    font-size: 13px;
    font-weight: normal;
    white-space: nowrap;
    margin-top: 5px;
}

.event .event-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    align-items: center;
    width: 100%;
    /*border-radius: 8px;*/
    /*box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
    background: #f9f9f9 ;
}

.event .event-right h3.event-title {
    font-size: 24px;
    margin: 24px 0 10px 0;
    color: #297d2e;
    text-transform: uppercase;
    text-align: center;
}

.event-title{
    font-size: 18px;
    font-weight: 900;
    color: #a7a7a7;
    padding-bottom: 7px;
    padding-top: 30px;
    width: 100%;
    text-align: center;
}

.event .event-right .event-timing {
    /*background: #c9ffba;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*width: 100px;*/
    /*padding: 8px;*/
    /*border-radius: 16px;*/
    /*margin: 24px 0;*/
    /*font-size: 14px;*/

    background: #c9ffba;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    padding: 8px;
    border-radius: 16px;
    margin: 24px 0;
    font-size: 10px;
}

.event .event-right .event-timing img {
    height: 20px;
    padding-right: 8px;
}

@media (max-width: 550px) {
    .event {
        /*flex-direction: column;*/
    }

    .event .event-left .event-date {
        padding: 10px 0;
    }
    .event .event-droite .event-date {
        padding: 10px 0;
    }
    .event .event-droite {
        /*padding: 0;*/
        /*border-radius: 8px 8px 0 0;*/
    }

    .event .event-left {
        /*padding: 0;*/
        /*border-radius: 0 0 8px 8px;*/
    }
}


.programme-double{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}



.event-description{
    text-align: center;
    font-weight: bolder;
    font-size: 15px;
    padding-top: 20px;
}

/***************************************DEBUT TABLEAU POULES***************************************/

.row-tab-poules {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

/*.mb-5, .my-5 {*/
/*    margin-bottom: 3rem !important;*/
/*}*/

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.table {
    width: 95%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
    text-align: left;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
}

.table .thead-light th {
    color: #fff;
    background-color: #297d2e;
    border-color: #dee2e6;
}

@media (max-width: 480px) {
    .small{
        font-size: 45%;
        font-weight: 800;
    }
}

.pb20{
    padding-bottom: 18px;
}

.activeBtn {
    color: #fff !important;
    background-color: #297d2e;
}

/******************************************************DEBUT STYLE RESULTATS******************************************************/

.container-can-resultats {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.match-header {
    display: flex;
    padding: 16px;
    border-bottom: 2px solid rgba(48,48,48,0.1);
}

.match {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    min-width:600px;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(48,48,48,0.1), 0 4px 4px 0 rgba(48,48,48,0.1);
}

.match-status {
    background-color: #d72641;
    color: #fdeaec;
    padding: 8px 12px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: auto;

}

.match-status::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: currentcolor;
    border-radius: 50%;
    margin-right: 8px;
}

.match-tournament {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.match-tournament img {
    width: 20px;
    margin-right: 12px;
}

.match-actions {
    display: flex;
    margin-left: auto;
}

.match-content {
    display: flex;
    position: relative;
}

.match-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.match-date, .match-referee {
    font-size: 14px;
    color: #8A8F98;
}
.match-date .stronghold, .match-referee strong {
    color: #1c2a38;
    text-transform: capitalize;
}

.match-score {
    margin-top: 12px;
    display: flex;
    align-items: center;
}

.match-score-number {
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.match-score-number--leading {
    /*color: #623ce6;*/
    color: #1e1e1e;
}

.match-score-divider {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #dbdade;
    margin-left: 10px;
    margin-right: 10px;
}

.match-time-lapsed {
    color: #DF9443;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.match-referee {
    margin-top: 12px;
}

.match-bet-options {
    display: flex;
    margin-top: 8px;
    padding-bottom: 12px;
}

.match-bet-option {
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #dbdade;
    background-color: #F9F9F9;
    border-radius: 2px;
    color: #f3f5f9;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
}

.match-bet-place {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    background-color: #623ce6;
    border-radius: 6px;
    padding: 10px 48px;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    box-shadow: 0 4px 8px 0 rgba(48,48,48, 0.25);
}



.btn-icon {
    border: none;
    background-color: transparent;
    color: #dbdade;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column {
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100%/3);
}

.team {
    display: flex;
    flex-direction:column;
    align-items: center;
}

.team-logo {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 4px 4px 0 rgba(48, 48, 48, 0.15), 0 0 0 15px #f3f5f9;
}

.team-logo img {
    width: 50px;
}

.team-name {
    text-align:center;
    margin-top: 24px;
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .container-can-resultats{
        width: 100% !important;
    }

    .match {
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
        min-width: 375px;
        border-radius: 10px;
        box-shadow: 0 0 2px 0 rgba(48,48,48,0.1), 0 4px 4px 0 rgba(48,48,48,0.1);
    }
    .stronghold{
        font-size: 8px;
        padding-top: 10px;
    }
    .match-score-number {
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
    }

    .match-content {
        padding: 20px;
    }

    .team-logo {
        width: 70px;
        height: 70px;
    }

}