@charset "utf-8";
/* CSS Document */

.mainpage {
width:auto;
max-width:2000px;
margin:0 auto;
	
	background-color: #360209;
	
/*	background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/family-feud-canada-celebrity-week/images/bg-Landing_FamilyFeud.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	background-size: cover;*/
}

.flexo {
  display: flex;
	flex-direction: row;
  align-items: center;
  min-height: 2em;
  justify-content: center;
}

.flexochild {
	align-items: center;
  margin: auto;
	height: auto;
}

.news-listing-section {
    padding-bottom: 0px;
}

/*suppression de l espace en haut*/
.bottom-line {
    border-bottom: 0px solid #c7c7c7;
    padding: 0px 0;
}

.resultat-cms-page .news-listing-section {
	background-color: #06134c;
}

.resultat-cms-page .news-listing-section .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*.resultat-cms-page .news-listing-section h2 {
    color: #ffffff;
	
	display: none;
}*/

.resultat-cms-page .news-listing-section .row .col-xs-12 {
    display: none;
}

/*annule l effet du over*/
.news-listing-section .img-block>a:hover {
    opacity: 1;
}

/*bounce*/

.box {
        align-self: flex-end;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        /*background-color: #F44336;*/
        margin: 0 auto 0 auto;
        transform-origin: bottom;
    }
    .bounce-7 {
        animation-name: bounce-7;
        animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    }
    @keyframes bounce-7 {
        0%   { transform: scale(1,1)      translateY(0); }
        10%  { transform: scale(1.1,.9)   translateY(0); }
        30%  { transform: scale(.9,1.1)   translateY(-80px); }
        50%  { transform: scale(1.05,.95) translateY(0); }
        57%  { transform: scale(1,1)      translateY(-7px); }
        64%  { transform: scale(1,1)      translateY(0); }
        100% { transform: scale(1,1)      translateY(0); }
    }

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	.resultat-cms-page .news-listing-section .container {
    width:100%;
  }
	
	.news-listing-section p {
    font-size: 20px;
		margin: 0 0 20px;
}
	.titre1 {
    font-size: 34px;
	}
	
	.soustitre1 {
    font-size: 28px;
	}
	
	.titrestats {
    font-size: 60px;
	}
	
	.textestats {
    font-size: 22px;
	}
	
	.gemseparateur {
		display: none;
		}
	.source {
    font-size: 11px;
	}

	.titrequiz1 {
    font-size: 45px;
	}
	
	.box {
        height: 57px;
        width: 150px;
    }
	.plateformesimg {
        max-height: 40px;
    }
	
	/*rollover*/
	
.grilleicitele {
   max-width: 138px;
}

.ctagrilleicitele {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-50.png');
   height: 50px;
   width: 138px;
	display: block;
}

.ctagrilleicitele:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-hover-50.png');
}
	
.grilletoutv {
   max-width: 148px;
}

.ctagrilleicitoutv {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_b_1_50.png');
   height: 50px;
   width: 148px;
	display: block;
}

.ctagrilleicitoutv:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_h_1_50.png');
}

.grillecbc {
   max-width: 217px;
}

.ctagrillecbc {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_b_1_50.png');
   height: 50px;
   width: 217px;
	display: block;
}

.ctagrillecbc:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_h_1_50.png');
}
	
.offre {
   max-width: 255px;
}

.ctavoiroffre {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_b_50.png');
   height: 50px;
   width: 255px;
	display: block;
}

.ctavoiroffre:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_h_50.png');
}

.affichedesktop {
   display:none;
}

.affichemobile {
   display:block;
}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	.resultat-cms-page .news-listing-section .container {
    width:100%;
  }
	
	.news-listing-section p {
    font-size: 22px;
		margin: 0 0 20px;
}
	.titre1 {
    font-size: 34px;
	}
	
	.soustitre1 {
    font-size: 28px;
	}
	
	.titrestats {
    font-size: 60px;
	}
	
	.textestats {
    font-size: 22px;
	}
	
	.gemseparateur {
		display: none;
		}
	.source {
    font-size: 11px;
	}
	
	.titrequiz1 {
    font-size: 50px;
	}
	
	.box {
        height: 57px;
        width: 150px;
    }
	.plateformesimg {
        max-height: 40px;
    }
	
	/*rollover*/
	
.grilleicitele {
   max-width: 138px;
}

.ctagrilleicitele {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-50.png');
   height: 50px;
   width: 138px;
	display: block;
}

.ctagrilleicitele:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-hover-50.png');
}
	
.grilletoutv {
   max-width: 148px;
}

.ctagrilleicitoutv {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_b_1_50.png');
   height: 50px;
   width: 148px;
	display: block;
}

.ctagrilleicitoutv:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_h_1_50.png');
}

.grillecbc {
   max-width: 217px;
}

.ctagrillecbc {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_b_1_50.png');
   height: 50px;
   width: 217px;
	display: block;
}

.ctagrillecbc:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_h_1_50.png');
}
	
.offre {
   max-width: 255px;
}

.ctavoiroffre {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_b_50.png');
   height: 50px;
   width: 255px;
	display: block;
}

.ctavoiroffre:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_h_50.png');
}
	
.affichedesktop {
   display:none;
}

.affichemobile {
   display:block;
}


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.resultat-cms-page .news-listing-section .container {
    width:100%;
  }
	
	.news-listing-section p {
    font-size: 26px;
		margin: 0 0 30px;
}
	.titre1 {
    font-size: 50px;
	}
	
	.soustitre1 {
    font-size: 32px;
	}
	
	.titrestats {
    font-size: 80px;
	}
	
	.textestats {
    font-size: 24px;
	}
	
	.gemseparateur {
		display: none;
		}
	.source {
    font-size: 11px;
	}
	
	.titrequiz1 {
    font-size: 60px;
	}
	
	.box {
        height: 57px;
        width: 150px;
    }
	
	.plateformesimg {
        max-height: 50px;
    }
	
	/*rollover*/
	
.grilleicitele {
   max-width: 248px;
}

.ctagrilleicitele {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-90.png');
   height: 90px;
   width: 248px;
	display: block;
}

.ctagrilleicitele:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-hover-90.png');
}
	
.grilletoutv {
   max-width: 196px;
}

.ctagrilleicitoutv {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_b_1.png');
   height: 66px;
   width: 196px;
	display: block;
}

.ctagrilleicitoutv:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_h_1.png');
}
	
.grillecbc {
   max-width: 286px;
}

.ctagrillecbc {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_b_1.png');
   height: 66px;
   width: 286px;
	display: block;
}

.ctagrillecbc:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_h_1.png');
}
	
.offre {
   max-width: 336px;
}

.ctavoiroffre {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_b.png');
   height: 66px;
   width: 336px;
	display: block;
}

.ctavoiroffre:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_h.png');
}

.affichedesktop {
   display:block;
}

.affichemobile {
   display:none;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.resultat-cms-page .news-listing-section .container {
    width:100%;
  }
	.news-listing-section p {
    font-size: 32px;
		margin: 0 0 40px;
}
	.titre1 {
    font-size: 68px;
	}
	
	.soustitre1 {
    font-size: 40px;
	}
	
	.titrestats {
    font-size: 90px;
	}
	
	.textestats {
    font-size: 24px;
	}
	
	.gemseparateur {
		display: block;
		}
	.source {
    font-size: 12px;
	}
	
	.titrequiz1 {
    font-size: 70px;
	}
	
	.box {
        height: 95px;
        width: 251px;
    }
	
	.plateformesimg {
        max-height: 40px;
    }
	
	/*rollover*/
	
.grilleicitele {
   max-width: 248px;
}

.ctagrilleicitele {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-90.png');
   height: 90px;
   width: 248px;
	display: block;
}

.ctagrilleicitele:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-hover-90.png');
}
	
.grilletoutv {
   max-width: 196px;
}

.ctagrilleicitoutv {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_b_1.png');
   height: 66px;
   width: 196px;
	display: block;
}

.ctagrilleicitoutv:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_h_1.png');
}
	
.grillecbc {
   max-width: 286px;
}

.ctagrillecbc {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_b_1.png');
   height: 66px;
   width: 286px;
	display: block;
}

.ctagrillecbc:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_h_1.png');
}
	
.offre {
   max-width: 336px;
}

.ctavoiroffre {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_b.png');
   height: 66px;
   width: 336px;
	display: block;
}

.ctavoiroffre:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_h.png');
}
	
.affichedesktop {
   display:block;
}

.affichemobile {
   display:none;
}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.resultat-cms-page .news-listing-section .container {
    width:100%;
  }
	.news-listing-section p {
    font-size: 32px;
		margin: 0 0 40px;
	}
	
	.titre1 {
    font-size: 75px;
	}
	
	.soustitre1 {
    font-size: 50px;
	}
	
	.titrestats {
    font-size: 90px;
	}
	
	.textestats {
    font-size: 24px;
	}
	
	.gemseparateur {
		display: block;
		}
	.source {
    font-size: 12px;
	}
	
	.titrequiz1 {
    font-size: 70px;
	}
	
	.box {
        height: 95px;
        width: 251px;
    }
	
	.plateformesimg {
        max-height: 50px;
    }
	
	/*rollover*/
.grilleicitele {
   max-width: 248px;
}

.ctagrilleicitele {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-90.png');
   height: 90px;
   width: 248px;
	display: block;
}

.ctagrilleicitele:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/bye-bye-de-la-pub/2021-nouvelle-site-appel-au-vote/ven/images/Landing_BBPUB2021-2-vote-btn-hover-90.png');
}
	
.grilletoutv {
   max-width: 196px;
}

.ctagrilleicitoutv {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_b_1.png');
   height: 66px;
   width: 196px;
	display: block;
}

.ctagrilleicitoutv:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/ici_toutv_cta_emissions_h_1.png');
}
	
.grillecbc {
   max-width: 286px;
}

.ctagrillecbc {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_b_1.png');
   height: 66px;
   width: 286px;
	display: block;
}

.ctagrillecbc:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/cbc_cta_grille_h_1.png');
}
	
.offre {
   max-width: 336px;
}

.ctavoiroffre {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_b.png');
   height: 66px;
   width: 336px;
	display: block;
}

.ctavoiroffre:hover {
   background-image: url('https://prodsolutionsmedia.blob.core.windows.net/assets/page/news/hiver-2022-lp/fr/images/voir_notre_offre_cta_h.png');
}
	
.affichedesktop {
   display:block;
}

.affichemobile {
   display:none;
}

}