@font-face {
	font-family:'Gilroy';
	src:url('/sources/prixtel/fonts/Gilroy-Light.eot');
  	src:url('/sources/prixtel/fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
		url('/sources/prixtel/fonts/Gilroy-Light.woff') format('woff'),
		url('/sources/prixtel/fonts/Gilroy-Light.otf') format('opentype');
	font-weight: 300;
    font-style:normal;
}
@font-face {
	font-family:'Gilroy';
	src:url('/sources/prixtel/fonts/Gilroy-Regular.eot');
  	src:url('/sources/prixtel/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
		url('/sources/prixtel/fonts/Gilroy-Regular.woff') format('woff'),
		url('/sources/prixtel/fonts/Gilroy-Regular.otf') format('opentype');
	font-weight: 400;
    font-style:normal;
}
@font-face {
	font-family:'Gilroy';
	src:url('/sources/prixtel/fonts/Gilroy-SemiBold.eot');
  	src:url('/sources/prixtel/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('/sources/prixtel/fonts/Gilroy-SemiBold.woff') format('woff'),
		url('/sources/prixtel/fonts/Gilroy-SemiBold.otf') format('opentype');
	font-weight: 600;
    font-style:normal;
}

@font-face {
	font-family:'Gilroy';
	src:url('/sources/prixtel/fonts/Gilroy-Bold.eot');
  	src:url('/sources/prixtel/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
		url('/sources/prixtel/fonts/Gilroy-Bold.woff') format('woff'),
		url('/sources/prixtel/fonts/Gilroy-Bold.otf') format('opentype');
	font-weight: 700;
    font-style:normal;
}

body {
    position: relative;
    height: 100%;
    display: block;    
    font-size: 13px;
    clear: both;
    color: #444;
    font-weight: 500;
    overflow-x: hidden;
}
ul {
    list-style: none;
}
html, body, * {
    margin: 0;
    padding: 0;
    outline:none;
    font-family: "gilroy", arial, sans-serif;
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-wrap: break-word;
}


.wrapper {
    width: 100%;
    position: relative;
}
.tab_error {
    color: #e1373b;
    margin-top: 20px;
    border: solid 1px #e1373b;
    padding: 15px 20px;
}
.hide {
    display: none;
}
.show {
	display: block;
}
.br {
    display: block;
}

.network_choice p,
.form_input .label,
.form_input li label,
.form_input li input,
.form_input li label,
.form_input li input,
.form_input .civilite ul,
.form_input .civilite ul li label,
.form_input .civilite ul li input,
.form_input .civilite p
{    
    display: inline-block;
    vertical-align: middle;
}

/***************************************** top page logo */
.pxl_logo {
    margin: 30px 0;   
}
.pxl_logo a {
    display: block;
    max-width: 182px;
    width: 60%;
    margin: 0 auto;
}
.pxl_logo img {
    display: block;
    width: 100%;
    height: auto;
}

/***************************************** countdown */
#countdown {
    width: 100%;
    background: #7bcad0;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
#countdown_active {
    padding: 10px 0;
}
#countdown_active span, #countdown_active p {
    display: inline-block;    
}
#countdown_active span {
    text-align: center;
    width: 35px;
}
#countdown_active #countdown_day {
    width: 25px;
}

/*************************************** top message */
.top_message {
    width: 100%;
    line-height: 20px;
    background: #fb8084;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
}
.top_message p {
    padding: 0 5px;
    max-width: 380px;
    margin: 0 auto;
}


/*************************************** bloc promo */
.wb_promo {
    position: relative;
    display: block;
    max-width: 380px;
    background: #ffffff;
    margin: 30px 10px 0 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);    
}
.wb_promo h2 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 20px;
    padding: 12px 0;
    text-align: center;
    color: black;
    background: #ffe6a8;
    background: -moz-linear-gradient(left, #ffe6a8 0%, #fcca59 100%);
    background: -webkit-linear-gradient(left, #ffe6a8 0%, #fcca59 100%);
    background: linear-gradient(to right, #ffe6a8 0%, #fcca59 100%);
    border-radius: 4px 4px 0 0
}    
.wb_promo div {
    position: relative;
    max-width: 100%;
    padding: 15px 30px;
    background-color: #f4f4f4;    
    background-size: 30%;
    background-position: 95% 100%;
}
.wb_promo div:after {
    content: "";
    display: block;
    width: 36px;
    height: 5px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -18px;
    background-color: #e1373b;
}
.wb_promo ul {  
    font-weight: 400;
}
.wb_promo ul li {
    position: relative;
    padding-left: 12px;
    font-size: 1.2em;
    margin-bottom: 7px;
}
.wb_promo ul li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    content: "\2022";
    height: 100%;
    color: #e1373b;
}
.wb_promo ul li:first-child {
    padding: 0;
}
.wb_promo ul li:first-child:before {
    display: none;
}
.wb_promo footer {
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-weight: 600;
    line-height: 16px;
}
.wb_promo footer p {
    padding: 0 5px;
}
.wb_promo footer strong {
    font-size: 3.25em;
    font-weight: 700;
}
.wb_promo footer sup {
    font-size: 0.5em;
}
.wb_promo .disclaimer {
    position: absolute;
    bottom: -45px;
    width: 100%; 
    text-align: center;
}

/*************************************** bloc network */
.network_choice {
    position: relative;
}
.network_choice ul {
    margin: 40px 15px;
    max-width: 100%;
}

.network_choice ul li:first-child {
    font-size: 20px;
    margin-right: 52px;
    display: block;
    margin-bottom: 30px;
}
.network_choice ul li {
    margin-bottom: 30px;
}

.network_choice ul li .icon_sfr,
.network_choice ul li .icon_orange
{
    padding: 0 0 0 85px;
}
.network_choice ul li .icon_sfr:before,
.network_choice ul li .icon_orange:before
{
    content: "";
    position: absolute;
    top: -17px;
    left: 30px;
    display:block;
    width: 50px;
    height: 50px;
}
.network_choice ul li .icon_sfr:before {
    background: url("/sources/prixtel/images/icons/network-top-page-logo-sfr.png") center center no-repeat;
}
.network_choice ul li .icon_orange:before {
    background: url("/sources/prixtel/images/icons/network-top-page-logo-orange.png") center center no-repeat;
}
.network_choice p {
    margin-bottom: 55px;
}
.network_choice p .icon {
    display: block;
    position: absolute;
    z-index: 20;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: 5px;
    text-align: center;
    background: #eb5a5e;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 2px 1px 3px rgba(0,0,0,0.25);
}

.network_choice .panel {
    position: absolute;
    z-index: 30000;
    background: #fff;
    width: 190px;
    font-size: 15px;
    border: solid 1px #dddddd;
    bottom: -360px;
    z-index: 200;
    left: 50%;
    margin-left: -95px;
    box-shadow: 0 0 5px rgba(0,0,0,0.07);
    padding: 20px 14px 0;
}
.network_choice .panel:before {
    content: "";
    display: block;
    background: #fff;
    top: -17px;
    transform: rotateZ(45deg);
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    position: absolute;
    border: solid 1px #dddddd;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
}
.network_choice .panel li {
    margin-bottom: 15px;
}
.network_choice .panel li, .network_choice .panel li:last-child {
    display: block;
    margin-left: 0;
}
.network_choice .panel li:first-child {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 15px;
}

/*************************************** civilité */
.form_input .civilite {
    padding-bottom: 20px;
}
.form_input .civilite ul {
    width: 100%;    
}
.form_input .civilite ul li {
    border: none;
    width: 40%;
    margin-top: 10px;
}

.form_input .civilite ul li input,
.network_choice ul li input
{
    position: absolute;
    opacity: 0;
    visibility: hidden;
}
.form_input .civilite ul li label,
.network_choice ul li label
{
    width: auto;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
}
.form_input .civilite ul li label:after,
.network_choice ul li label:after
{
    position: absolute;
    left: 0;
    top: -2px;
    margin: 0;
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 15 0;
    background: url(/sources/prixtel/images/tools/radio.svg) 0 0 no-repeat;
    background-size: 100% auto;
    border-radius: 50%;
    border: 1px solid #c6c6c6;
}
.form_input .civilite ul li input:checked+label:after,
.network_choice ul li input:checked+label:after
{
    background-color: #eb5a5e;
}
.form_input .civilite p {
    font-size: 20px;
    width: 100%;
    display: block;
}


/*************************************** form content */
.form_content form button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin:0 auto 30px auto;
    background: #eb5a5e;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 10px;
    font-weight: 700;
    display: block;
    box-shadow: 2px 1px 5px rgba(0,0,0,0.15);
    cursor: pointer;
}

.form_content .form_frame {
    position: relative;
    width: 100%;
    left: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -50%;
    border: solid 1px #f4f4f4;
    padding: 0 7px 30px 7px;
}
.form_content form {
    width: 100%;
}
.form_content form .frame_border {
    padding: 3px;
    margin-bottom: 35px;
}
.form_input li {
    margin-bottom: 0;
    border-bottom: solid #979797 1px;
}
.form_input input {
    font-size: 17px;
    width: 72%;
    background: #ffffff;
    color: #565656;
    text-align: right;
    border-radius: 0;
    border: none;
    padding: 0;
    line-height: 1.5em;
    height: 3em;
}
.form_input input::placeholder {
    color: #ccc;
    font-weight: 300;
    font-size: 15px;
    font-style: italic;
    padding-right: 2px;
}
.form_input label,
.network_choice label
{
    width: 35%;
    margin: 0;
    color: #757474;
    font-weight: 200;
}
.form_input label {
    width: 25%;
    margin: 3px 0 5px 0;
    font-size: 12px;
}
.form_input .label {
    border: none;
    font-size: 20px;
    margin: 25px 0 5px 0;    
}
.form_input .mandatory_text {
    margin-top: 10px;
}
.form_input .mandatory_text,
.form_input .mandatory_text * {
    border-bottom: none;
}
.form_input li label sup {
    margin-top: -4px;
    display: inline-block;
    vertical-align: top;
    font-size: 1.2em;
    font-weight: 300;
}
form .disclaimer {
    font-size: 18px;
    position: relative;
    text-align: center;
    line-height: 22px;
    padding: 0 10px;
}
form .disclaimer a {
    color: #444;
    font-weight: 600;
}
form .disclaimer a:hover {
    color: #eb5a5e;
}

form .bloc_porta {
    margin-top: 10px;
    font-size: 18px;
    color: #757474;
}
form .bloc_porta p, form .bloc_porta select {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;   
}
form .bloc_porta select {
    -webkit-appearance:none;
    cursor: pointer;
    border: 0;
    width: 115px;
    height: 40px;
    background: url("/sources/prixtel/images/icons/pink-arrow.png") right 16px no-repeat;
    background-size: 20%;
    font-size: 18px;
    border: none;
    color: #757474;
}


/*********************************** bloc_infos */
.bloc_infos {
    background-color: #f4f4f4;
    padding: 60px 0 0 0;
    text-align: center;
}
.bloc_infos:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 0;
    width: 40px;
    height: 20px;
    margin-left: -20px;
    background-color: white;
    border-radius: 0 0 40px 40px;
}
.bloc_infos ul {
    max-width: 700px;
    width: auto;
    margin: 0 auto;  
}
.bloc_infos li {    
    padding: 50px 20px 35px;
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}
.bloc_infos li:first-child {
    background: url("/sources/prixtel/images/icons/picto_calendrier.png") center top no-repeat;
}
.bloc_infos li:last-child {
    background: url("/sources/prixtel/images/icons/picto_telephone.png") center top no-repeat;
}
.bloc_infos li a {
    color: #444444;
    text-decoration: underline;
    font-weight: 600;
}
.bloc_infos li a:hover {
    color: #eb5a5e;
}


/*********************************** bloc offer time is up */
.offer_time_up {
    position: relative;
    background: #eb5a5e;
    background: -moz-linear-gradient(23deg, #ee5f63 0%, #f06569 35%, #ffa3a5 100%);
    background: -webkit-linear-gradient(23deg, #ee5f63 0%, #f06569 35%, #ffa3a5 100%);
    background: linear-gradient(23deg, #ee5f63 0%, #f06569 35%, #ffa3a5 100%);
    color: white;
    text-align: center;
    padding: 30px 10px;
}

.offer_time_up h1 {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 500;
}
.offer_time_up p {
    font-size: 18px;
    max-width: 530px;
    margin: 20px auto;
    line-height: 23px; 
    text-align: center;
}

.form_input label.wpx_error {
    width: 100%;
    font-size: 13px;
    text-align: right;
    color: red;
}

.winback_message {
    font-size: 18px;
    max-width: 530px;
    margin: 20px auto;
    line-height: 23px; 
    text-align: center;
    padding: 0 10px;
}


/******************************************************************* Media Queries */
@media screen and (min-width: 230px) {
    .wb_promo .disclaimer {
        bottom: -30px;
    }
}

@media screen and (min-width: 270px) {    
   
    .wb_promo .disclaimer:before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        right: 10px;
        width: 15px;
        height: 42px;
        background: url(/sources/prixtel/images/deco/arrow-left.svg) 0 0 no-repeat;        
        
        transform: rotateZ(20deg) rotateY(-180deg);
        -webkit-transform: rotateZ(20deg) rotateY(-180deg);
        -ms-transform: rotateZ(20deg) rotateY(-180deg);
        -o-transform: rotateZ(20deg) rotateY(-180deg);    
        background-size: 100% auto;
    }
}

@media screen and (min-width: 285px) {
    .wb_promo div {
        background-image: url(/sources/prixtel/images/elephant.svg);
        background-repeat: no-repeat;
    }

    .wb_promo .disclaimer {
        text-align: right;
        padding-right: 40px;
    }
}

@media screen and (min-width: 320px) {
    .br {
        display: none;
    }
}

@media screen and (min-width: 340px) {
    .wb_promo .disclaimer:before {   
        right: 20px;   
        transform: rotateZ(-30deg) rotateY(-180deg);
        -webkit-transform: rotateZ(-30deg) rotateY(-180deg);
        -ms-transform: rotateZ(-30deg) rotateY(-180deg);
        -o-transform: rotateZ(-30deg) rotateY(-180deg);
    }

    .network_choice .panel {
        margin-left: -165px;
    }
    .network_choice .panel:before {
        right: 7px;
        margin: 0;
        left: unset;
    }
}

@media screen and (min-width: 360px) {
    .network_choice ul li {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .network_choice ul li:last-child {
        margin-left: 20px;
    }
    .form_input .civilite p {
        width:auto; 
    }    
    .form_input .civilite ul li {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (min-width: 380px) {
    .wb_promo {
        margin: 30px auto 0;
    }
    .wb_promo ul li {
        font-size: 1.3em;
    }    
    
    .wb_promo .disclaimer:before {
        top: -45px;
        right: 0px;
        transform: rotateZ(-40deg) rotateY(-180deg);
        -webkit-transform: rotateZ(-40deg) rotateY(-180deg);
        -ms-transform: rotateZ(-40deg) rotateY(-180deg);
        -o-transform: rotateZ(-40deg) rotateY(-180deg);
    }
}

@media screen and (min-width: 430px) {
    .form_input .civilite ul {
        width:75%;    
    }  
    .form_input .civilite p {
        display: inline-block;
        vertical-align: middle;
    }
    .form_input .civilite ul li {
        margin-left: 25px;        
        margin-top: 0;
    }
}

@media screen and (min-width: 500px) {
    
    #countdown {
        font-size: 20px;
    }
    #countdown_active {
        padding: 12px 0;
    }
    #countdown_active span {
        width: 45px;
        padding: 0;
    }    
    
    .top_message {
        line-height: 25px;
        font-size: 20px;
        padding: 12px 0;
    }

    .form_content form .frame_border {
        padding: 25px;
        border: solid 1px #f4f4f4; 
    }
    .form_input label {
        width: 35%;
        margin: 10px 0 5px 0;
        font-size: 18px;
    }
    .form_input input {
        width: 64%;
    }
    .form_input input::placeholder {
        font-size: 19px;
    }
    
    .wpx_radios {
        width: 85%;
    }

    .bloc_infos li {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }
}

@media screen and (min-width: 630px) {

    .network_choice ul {
        margin:40px auto;
        width: 100%;
    }

    .network_choice ul li:first-child {
        margin-right: 52px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .network_choice ul,
    .network_choice ul li,
    .network_choice ul li label,
    .network_choice ul li input,
    .network_choice ul li .icon_sfr,
    .network_choice ul li .icon_orange
    {
        display: inline-block;
        vertical-align: middle;
    }  

    .network_choice ul li:last-child {
        margin-left: 60px;
    }
}

@media screen and (min-width: 720px) {
    .form_content .form_frame {       
        width: 720px;
        left: 50%;
        margin-left: -360px;
        padding: 0 50px 30px;
    }

    .bloc_infos:before {
        width: 68px;
        height: 34px;
        margin-left: -34px;
        border-radius: 0 0 68px 68px;
    }
}