*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    min-height: 100vh;
    font-family: 'ProdigySansRegular';
	line-height: 1;
    color: #1e1e1e;
}
html{
    min-height: 100vh;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: #f5f5f5;
}
.clearer {
    width: 100px;
    height: 0;
    clear: both;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 20px;
}

header #logo a img {
  width: 150px;
}

@media screen and (max-width: 500px) {
  header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
  }
  header #logo {
    margin: 0 0 20px 0;
  }
  header #logo a img {
    width: 100px;
  }
}

header #left_top {
  display: flex;
  flex-direction: row;
}

header #connexion {
  color: #1663F4;
}

header #faq {
  color: #121212;
  margin: 0 30px 0 0;
}

#main_title {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 50px 0 0 0;
  padding: 50px 0;
}

#main_title #main_title_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main_title h1 {
  color: #121212;
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  margin: 0 0 20px 0;
  max-width: 480px;
}

#main_title h2 {
  color: #868686;
  font: 25px/35px 'ProdigySansSemiBold', sans-serif;
  margin: 0 0 20px 0;
  max-width: 555px;
}

#main_title #discover {
  color: #fff;
  background: #1663F4;
  font: 25px/25px 'ProdigySansExtraBold', sans-serif;
  text-transform: uppercase;
  padding: 25px 65px;
  width: 280px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

#offre_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#offre_section h3 {
  color: #121212;
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  padding: 50px 0;
}

#offre_section #offer_tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #1663F4;
  border-radius: 10px;
  padding: 40px;
  height: 360px;
  margin: 50px 0 150px 0;
}

#offre_section #offer_tabs .section_offer {
  text-align: center;
  padding: 30px 25px;
}

#offre_section #offer_tabs .section_offer .price_section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#offre_section #offer_tabs .section_offer .price_section .price,
#offre_section #offer_tabs .section_offer .price_section .priceMineur {
  color: #fff;
  font: 12px/12px 'Calibri', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
}

#offre_section #offer_tabs .section_offer .offre {
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  color: #fff;
  margin: 0 0 20px 0;
}

#offre_section #offer_tabs .section_offer .descript_offer {
  font: 16px/20px 'ProdigySansSemiBold', sans-serif;
  margin: 0 0 20px 0;
  color: #fff;
}

#offre_section #offer_tabs div #button,
#offre_section #offer_tabs div #buttonMineur {
  font: 25px/60px 'Arial', sans-serif;
  color: #000;
  display: block;
  text-align: center;
  width: 280px;
  height: 60px;
  background: #fff;
  border-radius: 4px;
}



/* WHITE OFFER */



#offre_section #offer_tabs .section_offer.main_offer {
  background: #fff;
  border-radius: 10px;
  margin: 60px 0 0 0;
  height: 330px;
  box-shadow: 0 0 30px 20px rgba(0, 0, 0, .1);
}

#offre_section #offer_tabs .section_offer.main_offer .price_section .price,
#offre_section #offer_tabs .section_offer.main_offer .price_section .priceMineur {
  color: #000;
}

#offre_section #offer_tabs .section_offer.main_offer .offre {
  color: #000;
}

#offre_section #offer_tabs .section_offer.main_offer .descript_offer {
  color: #000;
}

#offre_section #offer_tabs .section_offer.main_offer div #button,
#offre_section #offer_tabs .section_offer.main_offer div #buttonMineur {
  color: #fff;
  background: #1663F4;
}

/* WHITE OFFER */

#jeunesse_section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 50px 0;
  background: #F5F5F5;
}

#jeunesse_section_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#jeunesse_section_right h4 {
  color: #121212;
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  margin: 0 0 40px 0;
  text-align: right;
  max-width: 480px;
}

#jeunesse_section_right p {
  color: #868686;
  font: 25px/30px 'ProdigySansSemiBold', sans-serif;
  margin: 0 0 80px 0;
  text-align: right;
  max-width: 480px;
}

#logo_jeunesse {
  text-align: right;
}

#logo_jeunesse img {
  display: inline;
  padding: 10px;
  vertical-align: middle;
}

#music_section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 50px 0;
}

#music_section_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#music_section_left h4 {
  color: #121212;
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  margin: 0 0 40px 0;
  text-align: left;
  max-width: 580px;
}

#music_section_left p {
  color: #868686;
  font: 25px/30px 'ProdigySansSemiBold', sans-serif;
  margin: 0 0 80px 0;
  text-align: left;
  max-width: 580px;
}

#logo_music {
  text-align: left;
}

#logo_music img {
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
}

#films_section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 50px 0;
  background: #F5F5F5;
}

#films_section_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

#films_section_right h4 {
  color: #121212;
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  margin: 0 0 40px 0;
  text-align: right;
  max-width: 700px;
}

#films_section_right p {
  color: #868686;
  font: 25px/30px 'ProdigySansSemiBold', sans-serif;
  margin: 0 0 80px 0;
  text-align: right;
  max-width: 700px;
}

#logo_films {
  text-align: right;
}

#logo_films img {
  display: inline;
  padding: 0 10px;
  vertical-align: middle;
}

#app_section {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 50px 0;
}

#app_section_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#app_section_left h4 {
  color: #121212;
  font: 30px/40px 'ProdigySansExtraBold', sans-serif;
  margin: 0 0 40px 0;
  text-align: left;
  max-width: 570px;
}

#app_section_left p {
  color: #868686;
  font: 25px/30px 'ProdigySansSemiBold', sans-serif;
  margin: 0 0 80px 0;
  text-align: left;
  max-width: 570px;
}

#app_section #download_section a img {
  width: 200px;
  margin: 0 10px 0 0;
}

#cgv_prebilling {
  color: #fff !important;
}

#cgv_prebilling a {
  color: #000 !important;
}

.main_offer #cgv_prebilling {
  color: #000 !important;
}

.main_offer #cgv_prebilling a {
  color: #1663F4 !important;
}

.replay_cgu {
    padding: 30px 0 0 20px;
    width: 100%;
}
.replay_cgu a {
    color: #2273c4;
}

@media screen and (max-width:800px) {
    .replay_cgu {
        padding: 30px 0 0 0;
        text-align: center;
    }
}


#mentions {
    font: 18px/18px 'ProdigySansSemiBold', sans-serif;
    margin: 20px 20px;
}

footer {
    padding: 20px 0;
    width: 100%;
    background-color: #1C1C1C;
    text-align: center;
    color: #FFF;
}
footer .footer-link {
    display: inline;
    margin-right: 20px;
    cursor: pointer;
}
footer .footer-link .footer-text {
    color: #ffffff;
    font: 15px/15px 'ProdigySansSemiBold', sans-serif;
}
footer img {
    width: 80px;
    margin-top: 10px;
}


@media screen and (max-width:1930px) {
  #main_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 0 0 0;
    padding: 10px 2% 50px;
  }

  #main_title #main_title_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 2% 50px;
  }

  #main_title h1 {
    text-align: center;
    font: 25px/35px 'ProdigySansExtraBold', sans-serif;
  }
  
  #main_title h2 {
    text-align: center;
    font: 20px/25px 'ProdigySansSemiBold', sans-serif;
  }

  #main_title_right {
    padding: 0 2%;
  }

  #main_title_right img {
    width: 100%;
  }

  #offre_section {
    padding: 0 2%;
  }

  #offre_section h3 {
    text-align: center;
    font: 25px/35px 'ProdigySansExtraBold', sans-serif;
    padding: 0;
  }

  #offre_section #offer_tabs {
    width: 1540px;
  }

  #jeunesse_section {
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background: #F5F5F5;
  }

  #jeunesse_section_left {
    padding: 0 2%;
  }
  
  #jeunesse_section_left img {
    width: 95%;
  }

  #jeunesse_section_right {
    align-items: center;
  }
  
  #jeunesse_section_right h4 {
    color: #121212;
    font: 25px/35px 'ProdigySansExtraBold', sans-serif;
    margin: 0 0 20px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #jeunesse_section_right p {
    color: #868686;
    font: 20px/25px 'ProdigySansSemiBold', sans-serif;
    margin: 0 0 40px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #logo_jeunesse {
    text-align: center;
  }
  
  #logo_jeunesse img {
    display: inline;
    padding: 10px;
    width: 150px;
  }











  #music_section {
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background: #FFF;
  }

  #music_section_right {
    padding: 0 2%;
  }
  
  #music_section_right img {
    width: 95%;
    margin: 10px 0 0 0;
  }

  #music_section_left {
    align-items: center;
  }
  
  #music_section_left h4 {
    color: #121212;
    font: 25px/35px 'ProdigySansExtraBold', sans-serif;
    margin: 0 0 20px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #music_section_left p {
    color: #868686;
    font: 20px/25px 'ProdigySansSemiBold', sans-serif;
    margin: 0 0 40px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #logo_music {
    text-align: center;
  }
  
  #logo_music img {
    display: inline;
    padding: 5px 10px;
    width: 100px;
  }

  #films_section {
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background: #F5F5F5;
  }

  #films_section_left {
    padding: 0 2%;
  }
  
  #films_section_left img {
    width: 95%;
  }
  
  #films_section_right {
    align-items: center;
  }

  #films_section_right h4 {
    color: #121212;
    font: 25px/35px 'ProdigySansExtraBold', sans-serif;
    margin: 0 0 20px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #films_section_right p {
    color: #868686;
    font: 20px/25px 'ProdigySansSemiBold', sans-serif;
    margin: 0 0 40px 0;
    padding: 2% 0;
    text-align: center;
  }
  
  #logo_films {
    text-align: center;

  }
  
  #logo_films img {
    display: inline;
    padding: 0 10px;
    width: 100px;
  }

  #app_section {
    align-items: center;
    flex-direction: column;
    padding: 50px 0;
    background: #FFF;
  }
  
  #app_section_right {
    padding: 0 2%;
    margin: 40px 0 0 0;
  }
  
  #app_section_right img {
    width: 95%;
  }
  
  #app_section_left h4 {
    color: #121212;
    font: 25px/35px 'ProdigySansExtraBold', sans-serif;
    margin: 0 0 20px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #app_section_left p {
    color: #868686;
    font: 20px/25px 'ProdigySansSemiBold', sans-serif;
    margin: 0 0 20px 0;
    padding: 0 2%;
    text-align: center;
  }
  
  #app_section #download_section {
    text-align: center;
    margin: 0 0 40px 0;
    display: contents;
  }
  
  #app_section #download_section a img {
    width: 200px;
    margin: 0 10px 10px 10px;
  }

}


@media screen and (max-width: 1545px) {
  #offre_section #offer_tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1663F4;
    border-radius: 10px;
    padding: 40px;
    height: auto;
    margin: 50px 0 150px 0;
    width: auto;
    box-sizing: border-box;
  }

  #offre_section #offer_tabs .section_offer.main_offer {
    margin: 60px 0;
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  #app_section #download_section a img {
    width: 150px;
    margin: 0 0 10px 0;
  }
}

/* COOKIE */


#cookie_dialog {
    z-index: 999!important;
    position: fixed;
    width: 100%!important;
    bottom: 0;
    padding: 5px 15px!important;
    background: #fff!important;
    font: 14px/14px ProdigySansRegular, Arial, sans-serif!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 1.5px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
}
#cookie_dialog .text {
    margin: 0!important;
}
#cookie_dialog p {
    color: #555555;
    width: 80%}
#cookie_dialog p a {
    text-decoration: underline;
    cursor: pointer;
    color: #555555!important;
}
#cookie_dialog_close {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .01)!important;
    border: .5px solid rgba(0, 0, 0, .1)!important;
    font: 14px/40px ProdigySansRegular, Arial, sans-serif!important;
    color: #555555!important;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
@media screen and (max-width:480px) {
    #cookie_dialog {
    font: 10px/10px ProdigySansRegular, Arial, sans-serif!important;
}
}

#prebilling_message {
    font: 14px/16px 'ProdigySansRegular';
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width:800px) {
    #prebilling_message {
        width: 320px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 400px) {
  #offre_section #offer_tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1663F4;
    border-radius: 10px;
    padding: 0;
    height: auto;
    margin: 50px 0 150px 0;
    width: 100%;
    box-sizing: border-box;
  }
  #offre_section #offer_tabs .section_offer.main_offer {
    width: 295px;
    margin: 0 auto;
  }
}

#prebilling_message a {
  color: #ff6600 !important;
}