body{
    background-image: url("../img/bg01.jpg");
    background-repeat: repeat;
}

.logo{display: inline-block;  width: 110px;
    height: 60px; 
    margin-top: 30px;margin-bottom: 13px;}
.logoW .txtwz{fill: #fff}
.logoW .LogoSun path{fill: #fff}
.logoW .logoCloud {fill: #fff;stroke:#fff;}


.logoW .w{
fill: #fff;
stroke: #fff
}
/*
svg#logo{    
    width: 110px;
    height: 60px;  }
*/

 

.header-wrapper{margin: 0 auto}



h2{
    font-size: 12px;
    margin-bottom: 20px;
  color: rgb(var(--darkTxt));
    opacity: .9;display: inline-block;
   letter-spacing: 0;
}

h3{

    font-size: 12px;
     font-family: 'Noto Sans', sans-serif,'Arial', 'Helvetica';
    font-weight: 400;
    color: #A2AABD;
    letter-spacing: -0.01em;text-transform: uppercase;
}

.panel{
    background: #fff;
    max-width: 450px;min-width: 450px;
 
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;    padding: 20px 70px;
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15)
}

.panel .titre{margin-top: 7px}
.panel .titre span {color:#ff4475;}




.step-progress-container{  margin-bottom: 35px;}
.progress-bar{    width: 100%;    background-color: #E6E6E6;                   -webkit-border-radius:3px;
    -moz-border-radius: 3px;    border-radius: 3px;  height: 6px;    overflow: hidden;}
.progress-bar .percent{height: 8px;background-color: #ff4475}

.intStep{ width: 0;}
.stepStart{width: 33%!important; }   

.intStepStart{ width: 33%!important; }
.StepOne{ width: 55%!important; }

.intStepTwo{ width: 55%!important; }
.StepTow{ width: 88%!important; }


.StepTree{ width: 100%!important; }



 .modal-separator{
    position: relative;
    margin: 20px 0 0;
    text-align: center;
 }
 .modal-separator:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    background-color: #e6eaf1;
}
.modal-separator span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0 15px;
    background-color: #fff;
    }


 .bottomLien{
      display: block;
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
    z-index: 1;
    position: relative;
    color: rgba(var(--darkTxt), .95);
 }
 
  .bottomLien a{color: rgba(var(--primary), 1);}
    .btn.link-mail {
        display: block;
        width: 100%;
        padding: 16px;
        font-size: 18px;
        margin-top: 40px;
    }
  .ml{display: block;text-align: center;}
  .ml a{color: #CACACA;font-size: 13px;}

  .lostpass{ font-size: 13px;display;display:  block;text-align: center  ;margin-top: 25px}


.footerSky{width: 100%;
   position: absolute;
    text-align: right;z-index: 0;
    height: 48px;
    bottom: 0;}
    .footerSky svg{  width: 100%; left:0; fill: #fdfdfd}






/* process Perso */
.small{display: inline-block;    width: 20%;    /*margin-right: 10px;*/}
.small2{width: 25%;}
#start label, #start input, #completInfos label, #completInfos input, #completInfos2 label, #completInfos2 input, #MesInfos2 label, #MesInfos2 input{text-align: center}
#start .field-label, #completInfos .field-label, #completInfos2 .field-label, #MesInfos2 .field-label{
            transform-origin: center ; 
        -ms-transform-origin: center ; 
        -webkit-transform-origin: center ; 
}



.small input{width:100%}
.titleForm{       

  
    font-size: 20px;
    font-weight: 300;
    color: #4B4F58;
    letter-spacing: -0.01em;
    margin-bottom: 0}


.blocSep{margin-bottom: 45px}

.gender{margin-top: 20px;display: block;}
.gender a{display: inline-block;width: 60px;
    height: 60px;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ff4475;
    text-align: center;
    margin: 0 5px;line-height: 70px;
    cursor: pointer;
    color: #ff4475;}

.gender a span{font-size: 29px}
.gender .focus, .gender a:hover{
        background-color:#ff4475; 
        border: 1px solid #ff4475;
        color: #fff;
}


.SepVille{margin: 10px 20px 60px 20px;}
.SepVille .blocSep{margin-bottom: 0}
#autocomplete{text-transform: uppercase;}   

.autocomplete-suggestions { border: 5px solid #e6e6e6; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 3px 15px; white-space: nowrap; overflow: hidden; color:#b8b5bd }
.autocomplete-suggestion:hover{cursor: pointer;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #ff4475; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; } 



/*  Step 1 */
.PuceSize{margin-top: 15px;display: block;}
.PuceSize a{display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E0E0E0;
    text-align: center;
    margin: 3px;
    font-weight: bold;
    line-height: 40px;
    cursor: pointer;
 
    font-size: 12px;
    color: #ff4475;}
.PuceSize a span{font-size: 29px}
/*
.PuceSize .focus, .PuceSize a:hover{
        background-color:#ff4475; 
        border: 1px solid #ff4475;
        color: #fff;
}

*/
.PuceSize a:hover{
        border: 1px solid #CECECE;
}
.PuceSize .focus,  .PuceSize .focus a:hover{
        background-color:#ff4475!important; 
        border: 1px solid #ff4475!important;
        color: #fff;
}





.PuceSize.h_talons a{font-size: 9px}

/* step 2 */
.LifeStyle{margin-top: 40px;display: block;}
.LifeStyle a{    display: inline-block;
    width: 100px;
    height: 100px;
        -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    margin: 2px 0;
    font-weight: normal;
    line-height: 100px;
    cursor: pointer;

    font-size: 12px;
   
    color: #ff4475;}

.LifeStyle a span {
    line-height: 120px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(255, 66, 117, 0.9);
    padding: 3px 10px;
        -webkit-border-radius:15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


.LifeStyle a:hover{
    border: 3px solid #CECECE;     transform : scale(1.3);
    color: #fff; 
}
.LifeStyle .focus,  .LifeStyle .focus a:hover{
    border: 3px solid #ff4475!important;   
    color: #fff;
}




/* Dasboard Profile*/
.profileGlobal{
text-align: center;
    display: block;
    margin: 0 auto;
}

.w_profilBox{ /*width: 38%;*/
    margin: 20px;
    display: inline-table;
    padding: 20px;}

.w_name{
    color: #fff;
    margin-top: 40px;
    font-size: 21px;
}
.infoTitre{  
    margin: 0px 0 15px;
    display: block;


    font-size: 20px;
    font-weight: 300;

    color: #ffffff;
    opacity: .4;
    letter-spacing: -0.01em;
}

/**/
.floatLeft{
    display: inline-block;    width: 49%;
}


.w_info{
    max-width: 450px;
    margin: 0 auto;
        -webkit-border-radius:20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 25px 60px;
    background-color: #fff;    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}


    .panel{
        position: relative;z-index: 1;
            background: #fff;
            max-width: 450px;
            min-width: 450px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            margin: 0 auto;
        margin-top: 3rem;
                border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-radius: 8px;
    /*
    border-bottom: 4px solid rgba(var(--primary), .9);
            border-left: 4px solid rgba(var(--primary), .9);
            border-right: 4px solid rgba(var(--primary), .9);*/
            padding: 20px 70px 40px;
            display: inline-block;
            box-shadow: 2px 0px 20px 0px rgb(0 0 0 / 18%);
    }
 /*   
.account .field-label {
    position: relative;
    margin: 0;
    display: block;
    color: rgba(var(--darkTxt), .5);
    line-height: inherit;
    font-size: 16px;

}*/

span.SmallBlack a {
    color: rgba(var(--darkTxt), .5);
    font-weight: 100;
    margin-left: 7px;
}

a.CGV {
    color: rgba(var(--darkTxt), .5);
    font-size: 14px;
}
a.CGV:hover {color:rgba(var(--greenFront), .9);}

.header-wrapper {
    margin: 0 auto;
    text-align: center;
}

.arroundPurple2Account {
    position: absolute;
    top: 0;
    width: 70%;
    /* height: 50%; */
    z-index: 0;
    opacity: .05;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}


@media only screen and (max-width:600px) {  

    .footerSky{display: none;}
    .infoTitre{display: none}
    .page-content{margin: 0;}
    .w_profilBox{padding:0 0px; width: 100%;margin:0; display: block; }

    .w_info{padding: 15px 30px;max-width: inherit;    margin: 0 20px 50px 20px;}
    .floatLeft{width: 100%}
    .w_name{    margin-bottom: 20px}

    .profileGlobal .btnNext {    margin-top: 30px    }
    .profileGlobal .SepVille{     margin: 10px 20px 30px 20px; }

    .LifeStyle{    margin-top: 20px;}
    .PuceSize {   margin-top: 15px}
    .profileGlobal .blocSep{margin-bottom: 45px;}s




    /* SignUp*/

    .header-wrapper{   /* margin: 20px 10% 30px;*/ }

}   

@media only screen and (max-width:350px) { 

    .w_info, .panel{     margin: 0 20px 50px 20px;padding: 15px 20px;}
    .Mcheck .titleForm{      width: auto}

}



.titre h1 {
    font-size: 22px;
    font-weight: 400;
    padding: 10px 0 0px 0;
    color: rgba(var(--primary), .95);
}