*, *: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, img {
	display: block;
}
input {
    border: none;
    outline: none;
    -webkit-appearance: none;
}
body {
    font-family: 'ProdigySansRegular';
	line-height: 1;
    background: #ECF0F1;
    color: #1e1e1e;
}
html{
}
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 {
    padding: 40px 0;
    background: rgba(0,0,0,1);
    color: rgba(245,245,245,1);
    text-align: center;
    position: relative;
    z-index: 900;
}
header h1 {
    font: 35px/35px 'ProdigySansBlack', sans-serif;
}
header img {
    width: 100px;
    margin: 30px auto;
}

#menu {
    margin: 20px auto 0 auto;
    text-align: center;
}
#menu ul li {
    display: inline;
    cursor: pointer;
    padding: 0 5px 10px 0;
}
#menu ul li a {
    color: #1e1e1e;
    font: 16px/18px 'ProdigySansSemiBold', sans-serif;
    transition: all ease .3s;
}
#menu ul li:hover a {
    border-bottom: 2px solid #1e1e1e;
}
#menu ul li.active a {
    border-bottom: 2px solid #1e1e1e;
}




#for_menu {
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
    display: none;
}
#for_menu img {
    width: 20px;
}

#menu.tel_menu {
    position: fixed;
    padding: 30px 0 0 0;
    top: 60px;
    left: -300px;
    background: #1E1E1E;
    width: 300px;
    height: 100%;
    z-index: 200;
    margin: 0;
    text-align: left;
}
#menu.tel_menu ul li {
    display: block;
    cursor: pointer;
    padding: 0 5px 2px 0;
}
#menu.tel_menu ul li a {
    color: #f5f5f5;
    font: 25px/25px 'ProdigySansSemiBold', sans-serif;
    transition: all ease .3s;
    padding: 0 !important;
}
#menu.tel_menu ul li:hover a {
    border-bottom: 2px solid #f5f5f5;
}
#menu.tel_menu ul li.active a {
    border-bottom: 2px solid #f5f5f5;
}

/*
.the_section {
    background: #dedede;
}
*/
.the_section_white {
    background: #ECF0F1;
}
.section {
    margin: 0 auto;
    padding: 80px 0;
    width: 90%;
    text-align: center;
}
.section h2 {
    font: 35px/38px 'ProdigySansExtraBold', sans-serif;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.section h3 {
    font: 25px/28px 'ProdigySansExtraBold', sans-serif;
    margin: 20px 0;
    text-align: left;
}
.section p {
    font: 16px/22px 'ProdigySansSemiBold', sans-serif;
    text-align: left;
}
.section a {
    font: 18px/22px 'ProdigySansBold', sans-serif;
    color: orangered;
}
.section ul {
    text-align: left;
}
.section ul li {
    font: 16px/22px 'ProdigySansSemiBold', sans-serif;
    padding: 0 0 0 10px;
    margin: 5px 0;
    list-style: disc inside;
}
footer {
    text-align: center;
    font: 18px/20px 'ProdigySansSemiBold', sans-serif;
    color: rgba(245,245,245,1);
    background: rgba(0,0,0,1);
    margin: 20px 0 0 0;
    padding: 20px 0 60px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer .footer-link {
    cursor: pointer;
    margin: 10px;
}

footer .footer-iplus {
    width: 60px;
    margin: 10px auto;
}

@media screen and (max-width:700px) {
    header {
        padding: 10px 5%;
        height: 70px;
        position: fixed;
        width: 100%;
        top: 0;
    }
    header h1 {
        font: 18px/20px 'ProdigySansBlack', sans-serif;
        display: none;
    }
    header img {
        width: 70px;
        margin: 10px auto;
    }
    #for_menu {
        display: block;
    }
    #menu {
        margin: 10px auto 0 auto;
        text-align: left;
    }
    #menu ul li {
/*        display: inline;*/
        cursor: pointer;
        padding: 0 5px 2px 0;
        margin: 20px 0 20px 20px;
    }
    #menu ul li a {
        color: #1e1e1e;
        font: 18px/16px 'ProdigySansSemiBold', sans-serif;
        transition: all ease .3s;
    }
    #menu ul li:hover a {
        border-bottom: 2px solid #1e1e1e;
    }
    #menu ul li.active a {
        border-bottom: 2px solid #1e1e1e;
    }

    .section {
        margin: 0 auto;
        padding: 30px 0;
        width: 90%;
        text-align: center;
    }
    .section h2 {
        font: 20px/24px 'ProdigySansExtraBold', sans-serif;
        margin: 0 0 20px 0;
        text-transform: uppercase;
        }
    .section h3 {
        font: 17px/20px 'ProdigySansExtraBold', sans-serif;
        margin: 10px 0;
        text-align: left;
    }
    .section p {
        font: 14px/18px 'ProdigySansSemiBold', sans-serif;
        text-align: left;
    }
    .section a {
        font: 16px/20px 'ProdigySansBold', sans-serif;
        color: orangered;
    }
    .section ul {
        text-align: left;
    }
    .section ul li {
        font: 14px/16px 'ProdigySansSemiBold', sans-serif;
        padding: 0 0 0 10px;
        margin: 5px 0;
        list-style: disc inside;
    }
}

@media screen and (max-width:550px) {

}





.main_section {
    width: 90%;
    padding: 10px 0 0 0;
    margin: auto;
}

.main_section h2 {
    font: 18px/18px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 10px 0;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}

.logo_service {
    max-height: 50px;
    max-width: 120px;
    margin: 0 0 10px 0;
}

.secound_section {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 100%;
    margin: 0 auto 10px auto;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.main_section table tr {
    border-top: 1px solid #ccc;
}

.main_section table tr td {
    text-align: center;
    vertical-align: top;
}

p.text_big {
    font: 15px/15px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}
p.text_big_error {
    font: 15px/15px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(226, 73, 73, 1);
    text-align: left;
}

a {
    font: 15px/15px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    text-align: left;
}


.style_border_generic {
    border-top: 5px solid rgb(40, 40, 40);
}
.style_link_generic {
    color: rgb(40, 40, 40) !important;
}
.style_button_generic {
    background: rgb(40, 40, 40);
    color: rgba(252, 186, 49, 1);
}
.style_button_disable {
    margin-top: 30px;
}

/* Replay TV France */
.style_border_212 {
    border-top: 5px solid rgba(34, 115, 196, 1);
}
.style_link_212 {
    color: rgba(34, 115, 196, 1) !important;
}
.style_button_212 {
    background: rgba(34, 115, 196, 1);
    color: rgba(255, 255, 255, 1);
}
.style_button_212:hover {
    background: rgba(29, 100, 170, 1);
}

/* Playzer */
.style_order_196 {
    border-top: 5px solid rgb(234, 152, 62);
}
.style_link_196 {
    color: rgb(234, 152, 62) !important;
}
.style_button_196 {
    background: rgb(234, 152, 62);
    color: rgba(255, 255, 255, 1);
}
.style_button_196:hover {
    background: rgb(196, 128, 54);
}

/* InfiniKids */
.style_border_190 {
    border-top: 5px solid rgba(147, 24, 128, 1);
}
.style_link_190 {
    color: rgba(147, 24, 128, 1) !important;
}
.style_button_190 {
    background: rgba(147, 24, 128, 1);
    color: rgba(255, 255, 255, 1);
}
.style_button_190:hover {
    background: rgb(106, 19, 93);
}

/* XtrmWorld */
.style_border_191 {
    border-top: 5px solid rgba(9, 187, 238, 1);
}
.style_link_191 {
    color: rgba(9, 187, 238, 1) !important;
}
.style_button_191 {
    background: rgba(9, 187, 238, 1);
    color: rgba(255, 255, 255, 1);
}
.style_button_191:hover {
    background: rgb(36, 152, 185);
}

/* Top Buzz */
.style_border_214 {
    border-top: 5px solid rgb(188, 26, 43);
}
.style_link_214 {
    color: rgb(188, 26, 43) !important;
}
.style_button_214 {
    background: rgb(188, 26, 43);
    color: rgba(255, 255, 255, 1);
}
.style_button_214:hover {
    background: rgb(139, 22, 35);
}

/* TV 3G */
.style_border_159 {
    border-top: 5px solid rgb(7, 117, 87);
}
.style_link_159 {
    color: rgb(7, 117, 87) !important;
}
.style_button_159 {
    background: rgb(7, 117, 87);
    color: rgba(255, 255, 255, 1);
}
.style_button_159:hover {
    background: rgb(5, 70, 52);
}

/* 3G TV*/
.style_border_170 {
    border-top: 5px solid rgb(47, 114, 159);
}
.style_link_170 {
    color: rgb(47, 114, 159) !important;
}
.style_button_170 {
    background: rgb(47, 114, 159);
    color: rgba(255, 255, 255, 1);
}
.style_button_170:hover {
    background: rgb(35, 85, 118);
}

/* AfrinkTV */
.style_border_215 {
    border-top: 5px solid rgb(255, 66, 0);
}
.style_link_215 {
    color: rgb(255, 66, 0) !important;
}
.style_button_215 {
    background: rgb(255, 66, 0);
    color: rgba(255, 255, 255, 1);
}
.style_button_215:hover {
    background: rgb(191, 53, 4);
}

/* InfiniteBox */
.style_border_187 {
    border-top: 5px solid rgb(99, 163, 216);
}
.style_link_187 {
    color: rgb(99, 163, 216) !important;
}
.style_button_187 {
    background: rgb(99, 163, 216);
    color: rgba(255, 255, 255, 1);
}
.style_button_187:hover {
    background: rgb(73, 120, 159);
}

/* Ramdan */
.style_border_144 {
    border-top: 5px solid rgba(252, 186, 49, 1);
}
.style_link_144 {
    color: rgba(252, 186, 49, 1) !important;
}
.style_button_144 {
    background: rgba(252, 186, 49, 1);
    color: rgba(252, 186, 49, 1);
}
.style_button_144:hover {
    background: rgb(211, 159, 51);
}

/* InfiniPeople */
.style_border_189 {
    border-top: 5px solid rgb(30, 30, 30);
}
.style_link_189 {
    color: rgb(30, 30, 30) !important;
}
.style_button_189 {
    background: rgb(30, 30, 30);
    color: rgba(252, 186, 49, 1);
}
.style_button_189:hover {
    background: rgb(0, 0, 0);
}

/* InfiniSport */
.style_border_199 {
    border-top: 5px solid rgb(84, 183, 255);
}
.style_link_199 {
    color: rgb(84, 183, 255) !important;
}
.style_button_199 {
    background: rgb(84, 183, 255);
    color: rgba(252, 186, 49, 1);
}
.style_button_199:hover {
    background: rgb(72, 155, 216);
}

/* MusicMobile */
.style_border_183 {
    border-top: 5px solid rgb(99, 163, 216);
}
.style_link_183 {
    color: rgb(99, 163, 216) !important;
}
.style_button_183 {
    background: rgb(99, 163, 216);
    color: rgba(255, 255, 255, 1);
}
.style_button_183:hover {
    background: rgb(73, 120, 159);
}

/* Chipstime */
.style_border_219 {
    border-top: 5px solid rgb(188, 26, 43);
}
.style_link_219 {
    color: rgb(188, 26, 43) !important;
}
.style_button_219 {
    background: rgb(188, 26, 43);
    color: rgba(255, 255, 255, 1);
}
.style_button_219:hover {
    background: rgb(139, 22, 35);
}

p.text_little {
    font: 14px/14px "ProdigySansSemiBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(70, 70, 70, 1);
    text-align: left;
}

p.text_little span {
    font: 14px/14px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 15px 0;
    color: rgba(70, 70, 70, 1);
    text-align: left;
}

.check_unsub,
.check_refund {
    width: 30px;
    margin: 10px auto 10px auto;
}

.unsubscribe_loader,
.refund_loader {
    display: none;
    width: 20px;
    margin-left: 6px;
}

.secound_section .sep_section {
    border: .5px solid rgba(0,0,0,.2);
    margin: 10px auto 20px auto;
    width: 50px;
/*    box-shadow: 0px 1px 0px 0px rgba(0,0,0,.1);*/
}
.secound_section button {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
/*    background: rgba(90, 200, 16, 1);*/
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}

.secound_section button:hover {
    transition: all ease .5s;
}


.part_1 {
    order: 3;
}
.part_2 {
    order: 2;
}
.part_3 {
    order: 1;
}

.part_1 p {
    text-align: center !important;
}
.part_2 p {
    text-align: center !important;
}
.part_3 p {
    text-align: center !important;
}

.secound_section button.grey_style {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: rgba(28, 101, 173, 1);
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}

.secound_section button.grey_style:hover {
    background: rgba(120, 120, 120, 1);
    transition: all ease .5s;
}

.secound_section button.dark_style {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: rgba(30, 30, 30, 1);
    width: 100%;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}

.secound_section button.dark_style:hover {
    background: rgba(20, 20, 20, 1);
    transition: all ease .5s;
}

.basic_form input[type="text"],
.basic_form textarea {
    font: 16px/16px "ProdigySansSemiBold", sans-serif;
    outline: 0;
    background: none;
    border: 1px solid grey;
    width: 100%;
    margin: 15px 0 35px 0;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    transition: all ease .3s;
    border-radius: 4px;
}
.basic_form textarea {
    width: 605px;
    height: 400px;
}

.basic_form input[type="text"]:focus {
    border: 1px solid rgba(34, 115, 196, 1);
}

.basic_form input.error,
.basic_form select.error,
.basic_form textarea.error{
    border: 1px solid rgba(120, 30, 20, 1);
}

#contact_loader {
    display: none;
    margin-left: auto;
    margin-right: auto;
    width: 32px;
}

#contact_result_success,
#contact_result_error {
    display: none;
}

#contact_result_error {
    color: rgba(120, 30, 20, 1);
}

#contact_infos {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
}

/* TEL */

.main_section_get_number {
    width: 90%;
    padding: 30px 0 0 0;
    margin: auto;
}

.main_section_get_number h2 {
    font: 18px/18px "ProdigySansExtraBold", sans-serif;
    padding: 0 0 10px 0;
    color: rgba(0, 0, 0, 1);
    text-align: left;
}


.secound_section_get_number {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 100%;
    margin: 0 auto 10px auto;
    padding: 25px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.main_section_get_number select {
    width: 300px;
    padding: 15px 15px 15px 10px;
    border-radius: 4px;
    font: 16px/16px "ProdigySansSemiBold", sans-serif;
    text-transform: uppercase;
    color: black;
    border: 1px solid grey;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow:none;
    margin: 0 0 20px 0;
    background: url('../images/img_down_grey.png') no-repeat;
    background-size: 15px;
    background-position: 270px 20px;
}

.main_section_get_number select:focus {
    border: 1px solid black;
    outline: none;
}
.main_section_get_number select.error {
    color: red;
    border-color: red;
}

.main_section_get_number .basic_form input[type="text"] {
    font: 16px/16px "ProdigySansSemiBold", sans-serif;
    outline: 0;
    background: none;
    border: 1px solid grey;
    width: 300px;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    transition: all ease .3s;
    border-radius: 4px;
}

.main_section_get_number .basic_form input[type="text"]:focus {
    border: 1px solid black;
}
.main_section_get_number .basic_form input[type="text"].error {
    color: red;
    border-color: red;
}

.secound_section_get_number button {
    font: 16px/16px "ProdigySansExtraBold", sans-serif;
    text-transform: uppercase;
    outline: 0;
/*    background: rgba(90, 200, 16, 1);*/
    width: 300px;
    border: 0;
    border-radius: 2px;
    margin: 10px 0 15px 0;
    padding: 15px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    cursor: pointer;
}

.secound_section_get_number button:hover {
    transition: all ease .5s;
}

.generic_style_button {
    background: rgb(40, 40, 40);
    color: rgba(252, 186, 49, 1);
}
.generic_style_button:hover {
    background: rgb(28, 28, 28);
}

.disable_style_button {
    background: rgb(165, 165, 165);
    color: rgba(252, 186, 49, 1);
}
.disable_style_button:hover {
    background: rgb(165, 165, 165);
}

.captcha-container {

}
.captcha-container .captcha-image {
    width: 150px;
    margin: 0 auto;
}
.captcha-container .captcha-image {

}

/* TEL */


@media screen and (max-width: 900px) {
    .secound_section {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .part_1 {
        order:1;
    }

    .part_2 {
        order:2;
    }

    .part_3 {
        order:3;
    }
    .part_3 p {
        text-align: center !important;
    }
    .basic_form textarea {
        width: 400px;
        height: 300px;
    }
    #contact_infos {
        width: 400px;
    }
}

@media screen and (max-width: 400px) {
    .main_section {
        width: 90%;
        margin: auto;
    }
    .secound_section {
        max-width: 400px;
        margin: 0 auto 50px 0;
        padding: 15px;
    }
    .basic_form textarea {
        width: 300px;
        height: 200px;
    }
    #contact_infos {
        width: 300px;
    }
}

/* Cookie Dialog */

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

#cookie_dialog_refuse {
    width: 64px;
    height: 40px;
    margin-right: 5px;
    background: rgba(0, 0, 0, .01) !important;
    border: .5px solid rgba(0, 0, 0, .1) !important;
    font: 14px/40px 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 Arial, sans-serif!important;
    }
}
