#divContent {
    background-color: transparent;
    padding-bottom: 0!important;
    padding-top:0;
}

#divContent > .divCenterContent{
    display: flex;
    flex-direction: column;
}

.home .section {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 0px 11px;
}

.home .section .entete {
    padding: 33px 0 28px 145px;
    color: #5b6366;
}

.home .section .entete:before {
    content: '';
    position: absolute;
    left: 49px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home .section .entete:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 72px;
    left: 125px;
    top: 33px;
    background-color: #5b6366;
}

.home .section .entete .titre {
    font-size: 40px;
    font-weight: 700;
    margin-top: -2px;
}

.home .section .entete .sousTitre {
    font-weight: 500;
}

.home .section .entete .infosRight {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #ed0909;
}

.home .section .linkDetails {
    position: absolute;
    height: 50px;
    top: 35px;
    right: -20px;
    padding-left: 35px;
    padding-right: 80px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    background-color: #d90708;
    cursor: pointer;
    z-index: 2;
}

.home .section.pbs{
    padding:20px 0;
    display: none;
}

.home .section.pbs .bandeau{
    margin-bottom: 0;
}

.home .section.festivals .linkDetails {
    top: 63px;
}

.home .section .linkDetails:before {
    content: '\f105';
    font-family: icomoon;
    position: absolute;
    right: 45px;
    font-size: 29px;
    transition: 0.2s;
}

.home .section .linkDetails:hover:before{
    right: 35px;
}

.home .section .linkDetails:after {
    content: '';
    position: absolute;
    top: 50px;
    right: 0;
    height: 20px;
    width: 20px;
    background-image: url(/images/interface/bkgBottomBandeauTitre.png);
}

.home .section.actualites {
    background-color: black;
    padding: 0;
}

.home .section.actualites .entete {
    pointer-events: none;
    padding: 0;
}

.home .section.actualites .entete:before {
    top: 405px;
    left: 20px;
    height: 91px;
    width: 71px;
    background-image: url(/images/interface/homePictoNewsWhite.png);
    z-index: 2;
}

.home .section.actualites .entete:after {
    top: 426px;
    left: 126px;
    height: 74px;
    background-color: #fff;
    z-index: 2;
}

.home .section.actualites .entete .titre {
    position: absolute;
    top: 464px;
    left: 65px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}

.home .section.actualites .swiper {
    height: 530px;
    overflow: hidden;
    border-radius: 8px;
}

.home .section.actualites .swiper:after {
    content: '';
    position: absolute;
    top: 380px;
    width: 100%;
    height: 100%;
    background-color: #d90708;
}

.home .section.actualites .swiper .swiper-slide:hover {
    cursor: pointer;
}

.home .section.actualites .swiper .swiper-slide .photo {
    height: 380px;
    box-shadow: 0px 7px 20px 0px #8b2616;
}

.home .section.actualites .swiper .swiper-slide .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .section.actualites .swiper .swiper-slide .infosActu {
    margin-left: 150px;
    margin-top: 40px;
    color: #fff;
}

.home .section.actualites .swiper .swiper-slide .infosActu > div,
.home .section.actualites .swiper .swiper-slide .infosActu > h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .section.actualites .swiper .swiper-slide .infosActu .dateActu {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 3px;
}

.home .section.actualites .swiper .swiper-slide .infosActu .titreActu {
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    width: 680px;
}

.home .section.actualites .swiper .swiper-slide .infosActu .descriptionActu {
    font-size: 20px;
    margin-top: -4px;
    width: 740px;
}

.home .section.actualites .swiper .swiper-nanigation {
    position: absolute;
    top: 440px;
    right: 33px;
    width: 74px;
}

.home .section.actualites .swiper .swiper-nanigation > div {
    background-color: #6d0303;
    color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
}

.home .section.actualites .swiper .swiper-nanigation > div:hover {
    background-color: #2a0001;
}

.home .section.actualites .swiper .swiper-nanigation > div:after {
    font-size: 31px;
    margin-top: -17px;
}

.home .section.actualites .swiper .swiper-nanigation > div:hover:after {
    transform: scale(1.2);
}

.home .section.actualites .swiper .swiper-nanigation > div:first-child:after {
    margin-left: -7px;
}

.home .section.actualites .swiper .swiper-pagination {
    position: absolute;
    top: 390px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.home .section.actualites .swiper .swiper-pagination .swiper-pagination-bullet:after {
    top: 9px;
    height: 14px;
    width: 14px;
    background-color: #020001;
    border-radius: 50%;
    border-top: 0;
    opacity: 1;
}

.home .section.actualites .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background-color: #fff;
}

.home .section.actualites .swiper .iconNews {
    position: absolute;
    top: 405px;
    left: 21px;
    height: 91px;
    width: 71px;
    background-image: url(/images/interface/homePictoNews.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.home .section.actualites .swiper .iconNews:before {
    content: 'NEWS';
    position: absolute;
    top: 57px;
    left: 44px;
    font-weight: 500;
    color: white;
}

.home .section.actualites .swiper .iconNews:after {
    content: '';
    position: absolute;
    height: 73px;
    width: 2px;
    left: 105px;
    top: 21px;
    background-color: #fff;
}

.home .section.festivals .entete:before {
    background-image: url(/images/interface/homePictoCards.png);
    width: 59px;
    height: 66px;
    left: 28px;
}

.home .section.festivals .listingFestivals {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:0 -1px;
}

.home .section.festivals .listingFestivals .festival {
    position: relative;
    width: calc(50% - 2px);
    height: 241px;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: color 0.2s;
}

.home .section.festivals .listingFestivals .festival:hover {
    color: #fff;
    cursor: pointer;
}

.home .section.festivals .listingFestivals .festival:before {
    content: '\f073';
    font-family: icomoon;
    position: absolute;
    font-size: 24px;
    top: 190px;
    left: 15px;
    z-index: 1;
}

.home .section.festivals .listingFestivals .festival:after {
    content: '';
    position: absolute;
    top: 175px;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
    background-color: transparent;
}

.home .section.festivals .listingFestivals .festival:hover:after {
    background-color: #d90708;
}

.home .section.festivals .listingFestivals .festival:nth-child(2n) {
    margin-left: 2px;
}

.home .section.festivals .listingFestivals .festival .photo {
    height: 175px;
    box-shadow: 0px 8px 20px 1px #dedede;
}

.home .section.festivals .listingFestivals .festival:hover .photo {
    box-shadow: none;
}

.home .section.festivals .listingFestivals .festival .photo:after {
    content: '\e363';
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 93px;
    height: 80px;
    padding-top: 2px;
    padding-right: 2px;
    font-family: icomoon;
    font-size: 39px;
    font-weight: 400;
    color: #ed0a0a;
    text-align: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/images/interface/bkgCorner.png);
    opacity: 0;
}

.home .section.festivals .listingFestivals .festival:hover .photo:after {
    opacity: 1;
}

.home .section.festivals .listingFestivals .festival .photo .pictoInProgress {
    display: none;
}

.home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress {
    display: block;
    position: absolute;
    height: 85px;
    width: 93px;
    top: 90px;
    right: 0;
    border-top-left-radius: 5px;
    background-color: #d90708;
}

.home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 55px;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    background-image: url(/images/interface/pictoInProgress.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress.svg:before{
    display: none;
}

.home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress .anim{
    content: '';
    position: absolute;
    width: 40px;
    height: 55px;
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    display: none;
}

.home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress.svg .anim{
    display: block;
}

.home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress .text {
    position: absolute;
    bottom: 5px;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.home .section.festivals .listingFestivals .festival .photo.noImage {
    background-color: #fbfbfb;
}

.home .section.festivals .listingFestivals .festival .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .section.festivals .listingFestivals .festival .photo.noImage img {
    object-fit: contain;
    opacity: 0.9;
}

.home .section.festivals .listingFestivals .festival .details {
    position: relative;
    padding: 6px 60px 6px 65px;
    z-index: 1;
}

.home .section.festivals .listingFestivals .festival .details:before {
    content: '';
    position: absolute;
    height: 39px;
    width: 2px;
    top: 10px;
    left: 50px;
    background-color: black;
}

.home .section.festivals .listingFestivals .festival:hover .details:before {
    background-color: #fff;
}

.home .section.festivals .listingFestivals .festival .details:after {
    content: '\f105';
    font-family: icomoon;
    position: absolute;
    top: 6px;
    right: 28px;
    font-size: 35px;
}

.home .section.festivals .listingFestivals .festival .details > div,
.home .section.festivals .listingFestivals .festival .details > h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .section.festivals .listingFestivals .festival .details .date {
    font-size: 19px;
    font-weight: 700;
	line-height: 22px;
}

.home .section.festivals .listingFestivals .festival .details .intitule {
	line-height: 20px;
	margin-top: -2px;
}

.home .section.festivals .listingFestivals .festival .details .casino {
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}

.home .section.resultats .entete:before {
    background-image: url(/images/interface/homePictoResults.png);
    width: 55px;
    height: 76px;
    top: 25px;
}

.home .section.resultats .flexListing {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 10px;
}

.home .section.resultats .flexListing .simpleLine {
    line-height: 50px;
}

.home .section.resultats .flexListing > div {
    position: relative;
    display: flex;
    flex-direction: row;
}

.home .section.resultats .flexListing > div:nth-child(2n) {
    background-color: #fdf3f2;
}

.home .section.resultats .flexListing > div > div {
    padding: 10px 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .section.resultats .flexListing .entetes {
    color: #6e777c;
}

.home .section.resultats .flexListing .date {
    width: 110px;
}

.home .section.resultats .flexListing .resultat .date {
    font-weight: 600;
}

.home .section.resultats .flexListing .entetes .date:before {
    content: '';
    position: absolute;
    top: -27px;
    width: 25px;
    height: 26px;
    background-image: url(/images/interface/pictoCalendar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home .section.resultats .flexListing .room {
    width: 225px;
}

.home .section.resultats .flexListing .resultat.favoris .room {
    position: relative;
    color: #eb090a;
}

.home .section.resultats .flexListing .resultat.favoris .room:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 18px;
    height: 22px;
    background-image: url(/images/interface/pictoFavListMini.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    top: -2px !important;
    margin-right: 5px;
}

.home .section.resultats .flexListing .resultat .room {
    font-weight: 600;
}

.home .section.resultats .flexListing .entetes .room .roomFav {
    font-size: 11px;
    color: #ee0a09;
}

.home .section.resultats .flexListing .tournoi {
    width: 245px;
}

.home .section.resultats .flexListing .entetes .tournoi:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 355px;
    width: 24px;
    height: 25px;
    background-image: url(/images/interface/pictoCards.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home .section.resultats .flexListing .buyIn {
    text-align: center;
    width: 70px;
}

.home .section.resultats .flexListing .resultat .buyIn {
    color: #ee0a0b;
}

.home .section.resultats .flexListing .entetes .buyIn:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 637px;
    margin-left: -20px;
    width: 37px;
    height: 20px;
    background-image: url(/images/interface/pictoBuyIn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home .section.resultats .flexListing .legendNom {
    width: 25px;
    text-align: center;
}

.home .section.resultats .flexListing .resultat .legendNom {
    font-weight: 600;
}

.home .section.resultats .flexListing .nom {
    width: 165px;
}

.home .section.resultats .flexListing .resultat .nom {
    font-size: 14px;
    font-weight: 300;
}

.home .section.resultats .flexListing .nom > div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 25px;
}

.home .section.resultats .flexListing .nom .name1 {
    text-transform: uppercase;
}

.home .section.resultats .flexListing .nom .name2 {
    text-transform: capitalize;
}

.home .section.resultats .flexListing .entetes .nom:before {
    content: '';
    position: absolute;
    top: -29px;
    left: 739px;
    margin-left: -20px;
    width: 23px;
    height: 25px;
    background-image: url(/images/interface/pictoPeople.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home .section.resultats .flexListing .nom span.nomWinRun {
    font-size: 11px;
    font-weight: 600;
    color: black;
}

.home .section.resultats .flexListing .gains {
    width: 106px;
    text-align: right;
}

.home .section.resultats .flexListing .resultat .gains {
    font-size: 14px;
    font-weight: 300;
}

.home .section.resultats .flexListing .nom > div,
.home .section.resultats .flexListing .gains > div,
.home .section.resultats .flexListing .legendNom > div {
    line-height: 25px;
}

.home .section.resultats .flexListing .entetes .gains:before {
    content: '';
    position: absolute;
    top: -33px;
    right: 4px;
    margin-left: -20px;
    width: 28px;
    height: 25px;
    background-image: url(/images/interface/pictoEarnings.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home .section.marques {
    order: -1;
    padding: 10px !important;
}

.home .section.marques .swiper{
    padding: 0 80px;
    box-sizing: border-box;
    width: 100%;
}

.home .section.marques .swiper .swiper-container {
    height: 50px;
    overflow: hidden
}

.home .section.marques .swiper .swiper-container .swiper-wrapper{
    height: 100%;
    background: transparent;
}

.home .section.marques.centered .swiper .swiper-container .swiper-wrapper{
    justify-content: center;
}

.home .section.marques[data-slides="1"] .swiper .swiper-container .swiper-wrapper,
.home .section.marques[data-slides="2"] .swiper .swiper-container .swiper-wrapper,
.home .section.marques[data-slides="3"] .swiper .swiper-container .swiper-wrapper,
.home .section.marques[data-slides="4"] .swiper .swiper-container .swiper-wrapper,
.home .section.marques[data-slides="5"] .swiper .swiper-container .swiper-wrapper,
.home .section.marques[data-slides="6"] .swiper .swiper-container .swiper-wrapper{
	justify-content: center !important;
}

.home .section.marques .swiper .swiper-container .swiper-slide{
    height: 100%;
    background: transparent;
}

.home .section.marques .swiper .swiper-button-next,
.home .section.marques .swiper .swiper-button-prev {
    display: inline-block;
    height: 35px;
    width: 35px;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    color: #fff;
    opacity: 0.6;
    font-size: 21px;
    z-index: 1;
    margin-top: 0;
}

.home .section.marques .swiper .swiper-button-prev{
    left: 5px;
}

.home .section.marques .swiper .swiper-button-next{
    right: 5px;
}

.home .section.marques .swiper .swiper-button-next:after,
.home .section.marques .swiper .swiper-button-prev:after{
    position: absolute;
    font-size: 31px;
    margin-top: -2px;
}

.home .section.marques .swiper .swiper-button-prev:after {
    content: '\f104';
    font-family: icomoon;
    margin-left: -7px;
}

.home .section.marques .swiper .swiper-button-next:after {
    content: '\f105';
    font-family: icomoon;
    margin-left: -3px;
}

.home .section.marques .swiper .swiper-button-next:hover,
.home .section.marques .swiper .swiper-button-prev:hover {
    opacity: 1;
}

.home .section.marques .swiper .swiper-button-next:hover:after,
.home .section.marques .swiper .swiper-button-prev:hover:after {
    transform: scale(1.2);
}


.home .section.marques .marque {
    flex-grow: 1;
    height: 50px;
    overflow: hidden;
    padding: 0 20px;
}

.home .section.marques .marque img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home .section.promos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 13px 15px;
    margin-bottom: 0;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.home .section.promos .promo {
    position: relative;
    flex-grow: 1;
    max-width: 50%;
}

.home .section.promos .promo img {
    width: 100%;
    height: 100%;
    display: block;
}

.home .section.promos .promo:hover {
    cursor: pointer;
}

.home .section.promos .promo:first-child {
    margin-right: 14px;
}

.home .section.promos .promo:before {
    content: '\f107';
    font-family: icomoon;
    position: absolute;
    font-size: 29px;
    bottom: 19%;
    width: 100%;
    text-align: center;
    transition: .2s;
}

.home .section.promos .promo:hover:before {
    bottom: 17%;
}

.home .section.promos .promo .titre {
    position: absolute;
    width: 100%;
    bottom: 9%;
    font-size: 20px;
    text-align: center;
}

.home .section.hebergements,
.home .section.rooms {
    padding-bottom: 40px;
}

.home .section.hebergements .linkDetails,
.home .section.rooms .linkDetails {
    top: 55px;
}

.home .section.rooms .entete:before {
    background-image: url(/images/interface/homePictoCasino.png);
    width: 33px;
    height: 72px;
    top: 33px;
}

.home .section.hebergements .entete .infosRight,
.home .section.rooms .entete .infosRight {
    top: 25px;
    right: 30px;
}

.home .section.hebergements .swiper,
.home .section.rooms .swiper {
    padding: 0 46px;
    box-sizing: border-box;
    width: 100%;
}

.home .section.rooms .swiper .swiper-container {
    height: 175px;
    overflow: hidden;
}

.home .section.hebergements .swiper .swiper-container .swiper-wrapper,
.home .section.rooms .swiper .swiper-container .swiper-wrapper {
    height: 100%;
    background: transparent;
}

.home .section.hebergements .swiper .swiper-container .swiper-slide,
.home .section.rooms .swiper .swiper-container .swiper-slide {
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.home .section.rooms .swiper .swiper-slide .photo {
    border-radius: 8px;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.home .section.rooms .swiper .swiper-slide .photo:after {
    content:'';
    position:absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index:2;
    box-shadow: inset 0 0 0px 5px #d90708;
    opacity:0;
    transition: opacity 0.2s;
    border-radius: 8px;
}

.home .section.rooms .swiper .swiper-slide .photo:hover:after {
    opacity:1;
}

.home .section.rooms .swiper .swiper-slide .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .section.rooms .swiper .swiper-slide .photo .titre {
    position: absolute;
    height: 100%;
    width: calc(100% - 94px);
    top: 0;
    left: 0;
    line-height: 175px;
    text-align: center;
    padding: 0 47px;
    font-weight: 600
}

.home .section.hebergements .swiper .swiper-slide .favoris,
.home .section.rooms .swiper .swiper-slide .favoris {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    background-color: #202020a3;
    transition: .2s;
    box-shadow: 0 0 6px 2px #838383a3;
    z-index: 5;
}

.home .section.hebergements .swiper .swiper-slide .favoris.isFavoris,
.home .section.rooms .swiper .swiper-slide .favoris.isFavoris {
    background: linear-gradient(#db0912 67%, #9f0007);
}

.home .section.hebergements .swiper .swiper-slide .favoris:hover,
.home .section.rooms .swiper .swiper-slide .favoris:hover {
    cursor: pointer;
    background-color: #202020;
}

.home .section.hebergements .swiper .swiper-slide .favoris.isFavoris:hover,
.home .section.rooms .swiper .swiper-slide .favoris.isFavoris:hover {
    background: linear-gradient(#d73941 67%,#bc1e25);
}

.home .section.hebergements .swiper .swiper-slide .favoris:before,
.home .section.rooms .swiper .swiper-slide .favoris:before {
    content: '';
    position: absolute;
    background-image: url(/images/interface/pictoFavOff.png);
    width: 23px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 6px;
    top: 6px;
}

.home .section.hebergements .swiper .swiper-slide .favoris.isFavoris:before,
.home .section.rooms .swiper .swiper-slide .favoris.isFavoris:before {
    background-image: url(/images/interface/pictoFavOn.png);
}

.home .section.hebergements .swiper .swiper-button-next,
.home .section.hebergements .swiper .swiper-button-prev,
.home .section.rooms .swiper .swiper-button-next,
.home .section.rooms .swiper .swiper-button-prev {
    display: inline-block;
    height: 35px;
    width: 35px;
    top: 100px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background-color: #333;
    color: #fff;
    opacity: 0.6;
    font-size: 21px;
    z-index: 1;
}

.home .section.hebergements .swiper .swiper-button-prev,
.home .section.rooms .swiper .swiper-button-prev {
    left: 5px;
}

.home .section.hebergements .swiper .swiper-button-next,
.home .section.rooms .swiper .swiper-button-next {
    right: 5px;
}

.home .section.hebergements .swiper .swiper-button-next:after,
.home .section.hebergements .swiper .swiper-button-prev:after,
.home .section.rooms .swiper .swiper-button-next:after,
.home .section.rooms .swiper .swiper-button-prev:after {
    position: absolute;
    font-size: 31px;
    margin-top: -2px;
}

.home .section.hebergements .swiper .swiper-button-prev:after,
.home .section.rooms .swiper .swiper-button-prev:after {
    content: '\f104';
    font-family: icomoon;
    margin-left: -7px;
}

.home .section.hebergements .swiper .swiper-button-next:after,
.home .section.rooms .swiper .swiper-button-next:after {
    content: '\f105';
    font-family: icomoon;
    margin-left: -3px;
}

.home .section.hebergements .swiper .swiper-button-next:hover,
.home .section.hebergements .swiper .swiper-button-prev:hover,
.home .section.rooms .swiper .swiper-button-next:hover,
.home .section.rooms .swiper .swiper-button-prev:hover {
    opacity: 1;
}

.home .section.hebergements .swiper .swiper-button-next:hover:after,
.home .section.hebergements .swiper .swiper-button-prev:hover:after,
.home .section.rooms .swiper .swiper-button-next:hover:after,
.home .section.rooms .swiper .swiper-button-prev:hover:after {
    transform: scale(1.2);
}

.home .section.hebergements .entete:before {
    background-image: url(/images/interface/homePictoTexaTravel.png);
    width: 61px;
    height: 64px;
    top: 33px;
    left: 38px;
}

.home .section.hebergements .swiper .swiper-container {
    height: 225px;
    overflow: hidden
}

.home .section.hebergements .swiper .swiper-slide {
    position: relative;
    width: 330px;
    margin-bottom: 17px;
    margin-right: 17px;
    height: 191px;
    background: 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.home .section.hebergements .swiper .swiper-slide:before {
    content: '';
    font-family: icomoon;
    position: absolute;
    font-size: 24px;
    left: 20px;
    bottom: 10px;
    background-image: url(/images/interface/homePictoCasino.png);
    width: 15px;
    height: 35px;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.home .section.hebergements .swiper .swiper-slide:nth-child(3n) {
    margin-right: 0
}

.home .section.hebergements .swiper .swiper-slide .photo {
    position: initial;
    border-radius: 8px;
    height: calc(100% - 60px);
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 175px;
    overflow: hidden;
    padding: 10px;
    background-color: #fff
}

.home .section.hebergements .swiper .swiper-slide .photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: inset 0 0 0 1px #bbb8b9;
    transition: box-shadow .2s;
    border-radius: 8px
}

.home .section.hebergements .swiper .swiper-slide:hover .photo:after {
    box-shadow: inset 0 0 0 3px #d60606;
}

.home .section.hebergements .swiper .swiper-slide .photo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 8px
}

.home .section.hebergements .swiper .swiper-slide .photo .titre {
    position: absolute;
    height: 100%;
    width: calc(100% - 94px);
    top: 0;
    left: 0;
    line-height: 175px;
    text-align: center;
    padding: 0 47px;
    font-weight: 600
}

.home .section.hebergements .swiper .swiper-slide .infos {
    position: relative;
    padding: 0 0 0 62px;
    z-index: 1;
    height: 50px;
    line-height: 18px;
    width: calc(100% - 65px);
    overflow: hidden;
}

.home .section.hebergements .swiper .swiper-slide .infos:before {
    content: '';
    position: absolute;
    height: 42px;
    width: 2px;
    left: 50px;
    background-color: #000
}

.home .section.hebergements .swiper .swiper-slide .infos .casino .nomCasino {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
    margin-top: -3px;
}

.home .section.hebergements .swiper .swiper-slide .infos .nomHebergement {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .section.hebergements .swiper .swiper-slide .infos .casino  {
    line-height: 12px;
}

.home .section.hebergements .swiper .swiper-slide .infos .casino .label {
    font-size: 10px;
}

.home .section.texapoker {
    padding: 0 20px 33px 20px;
}

.home .section.texapoker .entete:before {
    background-image: url(/images/interface/homePictoTexa.png);
    width: 64px;
    height: 65px;
    left: 39px;
}

.home .section.texapoker .photo{
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 35%;
    overflow: hidden;
    border-radius: 8px;
}

.home .section.texapoker .photo img {
    position: absolute;
    margin-top: -36%;
    width: 100%;
    height: auto;
}

@media (max-width: 1000px) {
    .home .section {
        padding: 0!important;
        padding-bottom: 45px!important;
    }

    .home .section.actualites {
        background-color: #fff;
		margin-top: 0 !important;
    }

    .home .section .linkDetails {
        top: auto!important;
        top: initial!important;
        bottom: 0px;
        right: 0;
        padding-left: 15px;
        padding-right: 40px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        border-radius: 5px;
    }

    .home .section .linkDetails:before {
        right: 15px;
    }

    .home .section .linkDetails:hover:before {
        right: 10px;
    }

    .home .section .linkDetails:after {
        display: none;
    }

    .home .section .entete {
        padding: 10px 0 16px 39px!important;
        margin-top:-10px;
    }

    .home .section .entete.oneLine {
        display: flex;
    }

    .home .section .entete.hasSubInfos{
        flex-wrap: wrap;
        padding-bottom: 6px !important;
    }

    .home .section.pbs{
        display: block;
        padding-bottom: 0 !important;
    }

    .home .section.pbs + .section{
        margin-top:20px !important;
    }

    .home .section.actualites .entete {
        background-color: #fff;
    }

    .home .section .entete:before {
        top: 15px!important;
        width: 30px!important;
        height: 34px!important;
        left: 0px!important;
    }

    .home .section .entete:after {
        display: none;
    }

    .home .section .entete.oneLine .sousTitre {
        margin-right: 5px;
    }

    .home .section .entete.oneLine .sousTitre,
    .home .section .entete .titre {
        font-size: 24px;
        font-weight: 700;
    }

    .home .section .entete.oneLine .sousTitre,
	.home .section .entete.oneLine .titre {
        margin-top: 7px;
    }

    .home .section .entete:not(.oneLine) .sousTitre,
	.home .section .entete:not(.oneLine) .titre {
        margin-top: 0;
        line-height: 1em;
    }

    .home .section .entete .infosRight {
        font-size: 14px;
        position: relative;
        right: inherit !important;
        top: inherit !important;
        flex-basis: 100%;
    }

    .home .section.actualites .entete .titre {
        position: relative;
        top: 0;
        left: 0;
        font-size: 24px!important;
        font-weight: 700;
        color: #5b6366;
    }

    .home .section.actualites .entete:before {
        background-image: url(/images/interface/homePictoNews.png);
    }

    .home .section.actualites .swiper {
        height: 265px;
    }

    .home .section.actualites .swiper:after {
        top: 170px;
    }

    .home .section.actualites .swiper .swiper-slide .photo {
        height: 170px;
    }

    .home .section.actualites .swiper .swiper-nanigation {
        display: none;
    }

    .home .section.actualites .swiper .swiper-pagination {
        top: auto;
        top: initial;
        bottom: 0px;
    }

    .home .section.actualites .swiper .swiper-slide .infosActu {
        position: relative;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 12px;
        padding-bottom: 0px;
    }

    .home .section.actualites .swiper .swiper-slide .infosActu .dateActu {
        font-size: 12px;
    }

    .home .section.actualites .swiper .swiper-slide .infosActu .titreActu {
        width: auto;
        height: 2.6em;
        line-height: 1.2em;
        font-size: 15px;
        white-space: normal;
    }

    .home .section.actualites .swiper .swiper-slide .infosActu .descriptionActu {
        display: none;
    }

    .home .section.festivals .listingFestivals{
        margin: 0;
    }

    .home .section.festivals .listingFestivals .festival {
        width: 100%;
    }

    .home .section.festivals .listingFestivals .festival:nth-child(2n){
        margin-left: 0;
    }

    .home .section.festivals .listingFestivals .festival .photo img{
        object-position: top left;
    }

    .home .section.festivals .listingFestivals .festival .details {
        padding: 9px 45px 0 65px;
    }

    .home .section.festivals .listingFestivals .festival .details:after {
        right: 25px;
    }

    .home .section.festivals .listingFestivals .festival .photo:after {
        display: none;
    }

    .home .section.festivals .listingFestivals .festival.inProgress .photo .pictoInProgress {
        transform: scale(0.9);
        transform-origin: bottom right;
    }

    .home .section.resultats .flexListing {
        padding-top: 0;
    }

    .home .section.resultats .flexListing .entetes {
        display: none;
    }

    .home .section.resultats .flexListing .resultat {
        padding: 5px!important;
        flex-wrap: wrap;
    }

    .home .section.resultats .flexListing .resultat > div {
        padding: 2px 5px!important;
        line-height: 1.2em!important;
    }

    .home .section.resultats .flexListing .resultat .room {
        order: -1;
        width: 100%!important;
    }

    .home .section.resultats .flexListing .resultat .room:before {
        width: 18px!important;
    }

    .home .section.resultats .flexListing .resultat .tournoi {
        order: -1;
        width: 100%!important;
        font-size: 14px;
    }

    .home .section.resultats .flexListing .resultat .buyIn {
        position: relative;
        width: calc(100% - 170px)!important;
        text-align: left!important;
        padding-left: 45px!important;
    }

    .home .section.resultats .flexListing .resultat .buyIn:before {
        content: '';
        position: absolute;
        height: 15px;
        width: 28px;
        left: 12px;
        background-image: url(/images/interface/pictoBuyIn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .home .section.resultats .flexListing .resultat .date {
        font-weight: 400!important;
    }

    .home .section.resultats .flexListing .resultat .date,
    .home .section.resultats .flexListing .resultat .buyIn {
        font-size: 15px;
    }

    .home .section.resultats .flexListing .resultat .legendNom {
        margin-left: -4px;
    }

    .home .section.resultats .flexListing .resultat .nom {
        flex-grow: 1;
        width: 125px;
    }

    .section + .section {
        margin-top: 50px!important;
    }

    .home .section.marques{
        margin: 0 !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
    }

	.home .section + .section.marques{
		margin-top: 0 !important;
	}

    .home .section.marques .swiper{
        padding: 0 !important;
    }

	.home .section.marques.centered .swiper .swiper-container .swiper-wrapper{
		justify-content: normal !important;
	}

    .home .section.marques .swiper .swiper-button-prev,
	.home .section.marques .swiper .swiper-button-next{
       display:none;
    }

    .home .section.marques .swiper .swiper-container .swiper-slide{
        max-width: 33.33%;
    }

    .home .section.marques .marque {
        height: 55px;
        padding: 0 10px;
    }

    .home .section.marques .marque img{
        object-fit: contain;
    }

    .home .section.promos {
        flex-direction: column;
		margin-bottom: 0.5em;
		 padding-bottom: 0!important;
    }

    .home .section.promos .promo {
        margin-right: 0!important;
        max-width: inherit
    }

    .home .section.promos .promo + .promo{
        margin-top: 8px;
    }

    .home .section.promos .promo .titre {
        font-size: 17px;
    }

    .home .section.hebergements .entete:before,
	.home .section.rooms .entete:before {
        top: 12px!important;
    }

    .home .section.hebergements .swiper,
	.home .section.rooms .swiper {
        padding: 0px;
        width: 100%;
    }

    .home .section.hebergements .swiper .swiper-button-prev,
	.home .section.rooms .swiper .swiper-button-prev {
        left: 0;
    }

    .home .section.hebergements .swiper .swiper-button-next,
	.home .section.rooms .swiper .swiper-button-next {
        left: 40px;
        right: initial;
    }

    .home .section.hebergements .swiper .swiper-button-next,
	.home .section.hebergements .swiper .swiper-button-prev,
	.home .section.rooms .swiper .swiper-button-next,
	.home .section.rooms .swiper .swiper-button-prev {
        top: initial;
        bottom: -45px!important;
    }

    .home .section.texapoker {
        padding-bottom: 55px!important;
        margin-bottom: 20px;
    }

    .home .section.texapoker .linkDetails {
        margin-bottom: 10px;
    }

    .home .section.texapoker .entete:before {
        top: 11px!important;
    }
}
