/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 7 mars 2016, 08:49:19
    Author     : tcardoso
*/

/* FONTS */



@font-face {
	font-family: 'AvenirBoldRegular';
	src: url('../fonts/AvenirNext-DemiBold.eot');
	src: url('../fonts/AvenirNext-DemiBold.woff') format('woff'), url('../fonts/AvenirNext-DemiBold.ttf') format('truetype'), url('../fonts/AvenirNext-DemiBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AvenirMedium';
	src: url('../fonts/AvenirNext-Medium.eot');
	src: url('../fonts/AvenirNext-Medium.woff') format('woff'), url('../fonts/AvenirNext-Medium.ttf') format('truetype'), url('../fonts/AvenirNext-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* END FONTS */


/* COLORS BACKGROUND  */


.white{
    background-color:#ffffff;
}

.red{
    background-color:#ed1940;
}

.yellow{
    background-color :#fff200;
}

.blue{
    background-color :#009fe3;
}

.lightBlue{
    background-color :#09bef2;
}

.bleu-crusoe{
    background-color :#3c8cc8;
}

.redArizona{
    background-color :#da272d;
}

.redBest{
    background-color :#da002b;
}

.redWestern{
    background-color :#d10b10;
}

.yellowWinter{
    background-color :#f4d400;
}


/* END COLOR BACKGROUND */


body,html{
    margin : 0;
    padding : 0;
}

header img#titleJeu{
    display:block;
    width : 284px;
    margin :auto;
}


header .title img{

    display: block;
    margin : 0 auto;
    max-width: 100%;

}


#step1 #step1Main img,
#step2 #step2Main img{
    display: block;
    width : 100%;
    margin : 0 auto;
}





#content{
    max-width : 780px;
    width : 100%;
    margin : 0 auto;
    overflow: hidden;
}



.full{
    width: 100%;

    padding-top: 5px;


}


#step1.yellow .full{
     background-color: #ffed00;
}

#step1.red .full{
     background-color: #ed1940;
}

.gift {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.gift .hide img{
    width: 70%;
    height: auto;

}



#step1 .full img{
    display:block;
    margin : 0 auto;

}

#step1 .full img, #step2 .full img, #step3 .full img{
    display:block;
    margin : 0 auto;
}

.block-title-red{
    background-color:#d2232a;
    height: 30%;
}

h1 {
    font-family: 'AvenirMedium';
    color: #ffffff;
    font-size: 35px;
    width: 100%;
    height: 100%;
    text-align: center;

}
/* COLORS */



.step2{
    background-image: url("../img/step2/background-top-step2-mob.jpg");
    background-repeat:no-repeat;
}



.bg-top-step2{
    background-image: url(../img/step2/bg-two.jpg);
    background-repeat:no-repeat;
    background-position: center top;
     width: 100%;
    height: 400px;
    padding-bottom: -10px;
}



.whiter label{
    color:#fff;
}

.black{
    /*color: #ffffff;*/
    margin-top: 15px;
}


.bg-submit{
    width: 100%;
    /*background-color:#ed1d24;*/
    height: auto;

}


/* END COLORS */

#step2Form label{
    font-family: 'AvenirBoldRegular';
    font-size:14px;
    color: #000;
}


.col3{
    width : 100%;
}

.Dix45 img, .Dix10 img{
    display:block;
    margin : 0 auto;
    max-width : 100%;
}

.clear{
    clear:both;
}

.legal-step1{
     background-color:#d2232a;
    padding : 20px 0;
    margin : 0px 0;
}



.global-red-bottom {
    background-color:#ed1940;
}

.global-blue-bottom {
    background-color:#009fe3;
}

.global-yellow-bottom {
    background-color:#ffed00;
}



#step1 h2{
    font-family: 'AvenirBoldRegular';
    font-size: 20px;
    color:#ffffff;
    text-align: center;
    padding : 0;
    margin : 13px 0 33px 0;
    line-height : 1.2;
}

#step1 h2 span{
    font-family: 'AvenirMedium';
    font-size: 24px;
    color:#ffffff;
    line-height:21px;
}

.roundedInput{
    background-color : #ffffff;
    border-radius : 5px;

    box-sizing: border-box;
    margin : 0 10px;
    padding : 5px;
}

#step1 input[type=email]{
    border:none;
    box-shadow: none;
    border-radius : 10px;
    background-color:#ffffff;
    width: 50%;
    margin-left: 5px;
    padding-top: 10px;
}

#step1 input[type=submit]{
    float:right;
    background-color:#f9f105;
    border : none;
    box-shadow: none;
    width: 158px;
    border-radius : 5px;
    font-size:  16px;
    line-height : 20px;
    color:#000;
      font-family: 'AvenirBoldRegular';
      padding-top: 10px;
      padding-bottom : 8px;
      cursor : pointer;
}

footer{
    background-color:#ffffff;
    padding : 10px 0;
    width: 99%;
    margin : 0 auto;
    text-align: center;
    font-family: Arial;
    font-size:12px;
    color:#000000;
    line-height : 14px;
}

footer p{
    margin: 0;
}

footer a{
     font-family: Arial;
    font-size:12px;
    color:#000000;
    line-height : 14px;
}

.legalBottom{
    font-family: Arial;
    font-size: 10px;
    color:#000;
    line-height : 12px;
    font-weight: bold;
    margin : 0 10px;
    padding-bottom  : 18px;
    padding-top : 25px;
}

.legalBottom a{
    margin-bottom :12px;
    display: inline-block;
        color:#000;
}

.error{
    display:block;
        color:#ffffff;
    font-style: italic;
    font-family: Arial;
    text-align: center;
}

.roundedInput.errored{
    border : 1px solid yellow;
}

#step3{
    display:none;
}


.col2{
    width : 100%;
}



.Dix41 img{
    max-width : 100%;
    display:block;
    margin: 30px auto 128px auto;
}

.Dix59 img{
    max-width: 100%;
    display: block;
    margin : 0 auto;
}

.show{
    display : none !important;
}

#step2 h2{
    color:#000000;
        font-family: 'AvenirBoldRegular';
        font-size:34px;
        line-height: 35px;
        text-align: center;
}

#step2 h2 span{
    font-size:28px;
}

#step2 h2 span.redder{
    color:#d2232a;
    font-size:34px;
}

  #step2 .titleForm{
		display: block;
   font-size:18px;
           font-family: 'AvenirBoldRegular';
           color:#000;
           text-align: left;
           margin-bottom: 20px;
    }

    /*

    CUSTOM SELECT
    */

    .select-style {
    padding: 0;
    margin: 0;

    width: 120px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../img/step2/select.gif") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.select-style select:focus {
    outline: none;
}


    /* END CUSTOM */



    .shareFb{
        font-size: 17px;
        color:#233d7d;
        background-color: #ffffff;
        border : 1px solid #233d7d;
        text-decoration: none;
        padding: 6px 13px 7px 0px;
        display:inline-block;
        line-height : 25px;
          font-family: 'AvenirBoldRegular';
        margin-bottom: 14px;
    }

    .shareFb span{
        width : 29px;
        height : 25px;
        margin-left : 11px;
        margin-right : 10px;
        background:  url('../img/step3/share.png') no-repeat;
        background-size:contain;
        display:inline-block;
        vertical-align : middle;
    }
    
    .shareFb span+span{
        width : auto;
        height : auto;
        margin-left : 0;
        margin-right : 0;
        background : none;
        
    }

    #step3 h2,#step3 h3{
        margin : 0;
        padding:0;
             font-family: 'AvenirBoldRegular';
             text-align: center;
    }

    #step3 h2{
        font-size:20px;
		margin-top: 20px;
        margin-bottom: 20px;
        line-height:18px;
        color :#ffffff;
    }
    #step3 h3{
        font-size:18px;
        line-height:26px;
    }

    .center{
        text-align: center;
    }

 .legalBottom p{
    margin : 0;
    padding-bottom: 7px;
}


 #step3 .legalBottom{
     padding-top : 15px;
 }

 #step3 h4{
     color:#000;
     font-size: 23px;
     font-family: 'AvenirBoldRegular';
     text-align: center;
     padding : 30px 0 20px 0;
     margin : 0;
 }

 .submitGroup{
     text-align : center;
     margin-bottom : 6px;
 }

 .submitGroup input{
     display:inline-block;
     border : 0;

     box-shadow: none;
		 color:#ffffff;
 		background-color:#000;
       font-family: 'AvenirBoldRegular';
       font-size:22px;
       line-height: 24px;
       padding : 14px 0 11px 0;
       width : 270px;
       margin-top: 10px;
       text-align: center;
			 border-radius: 5px;
 }

 .radioGroupIn{
     cursor  : pointer;
     position : relative;
 }

 input[type=radio], input[type=checkbox]{
     display : none;
 }

 .radioGroupIn label{
     padding-right : 40px;
     position : relative;
        cursor : pointer;
 }

 .checkGroup label{
     /*padding-left: 40px;*/
     position : relative;
     cursor : pointer;
 }

 .checkGroup label label{
       content: "";
   float:left;

    width: 16px;
    height: 16px;
    border : 4px solid #ffffff;
    background-color: #ffffff;

 }

 .checkGroup label span{
     float:left;
     width : 85%;
     margin-left : 2%;
 }

 .radioGroupIn label:before{
       content: "";
    display: inline-block;

    width: 24px;
    height: 24px;

    margin-right: 10px;
    position: absolute;
    right: 0;
    bottom: 1px;
    background-color: #ffffff;
    border-radius: 12px;
 }

 input[type=radio]:checked + label:before {
    content: "\2022";
    color: #000000;
    font-size: 47px;
    text-align: center;
    line-height: 29px;
}
 #step2Form input[type=checkbox]:checked + label label {
background-color:#000000;
}

  #step2Form{
        padding : 0 10px;
    }

    .global-form-top{
        padding: 8px 20px;
       // background-color: #d10b10;
    }

    .radioGroupIn{
        float : left;
    }
    .radioGroupIn+.radioGroupIn{
        margin-right : 0;
    }
    .formGroup{
        width : 100%;
    }

    .formGroup label, .formGroup input, .formGroup>.select-style{
        width : 100%;
        box-sizing: border-box;
    }

    .formGroup label{
        display : block;
        text-align: left;
    }

    .formGroup.extend .select-style{
        width : calc( 33% - 7px);
        margin-right : 7px;
        display:inline-block;
    }

    .formGroup.extend .select-style:nth-child(4){
        margin-right : 0;
        width : 33%;
    }

    .formGroup.extend{
        text-align: center;
    }

    input[type=text],
    .formGroup.civ{
             margin-bottom : 15px;
    }

    .radioGroup{
        margin-bottom : 15px;
    }
    .radioGroup{
margin-top : 25px;
    }

    .radioGroup+.radioGroup{
        margin-top : 0;
    }

    input[type=text],
    .select-style select{
        padding : 14px 10px;
        border : none;
        height : 45px;

    }

    .bottom-form {
        width: 100%;
        background-image: url("../img/step2/background-bottom.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        margin-top: -20px;

    }

    .product{
        margin : 0 6px;
        display:inline-block;
        vertical-align: top;
    }

    .produitsAfm{
        text-align: center;
    }

    .product{
        max-width : 141px;
        margin: auto;
        margin-bottom: 20px;

    }

    .product img{
        display:block;
        max-width : 100%;
    }

    .titProduct{
        font-size:11px;
     color :#000;
              font-family: 'AvenirBoldRegular';
              margin-top : 10px;
              display:block;
    }

    .titProduct span{
        margin-right : 7px;
        width : 17px;
        height : 9px;
        vertical-align : middle;
        background : url('../img/step3/arrow.svg') no-repeat;
        display:inline-block;
    }

    .product a{
        text-decoration: none;
    }

    #step2 .titleForm{
        padding-top : 17px;
        padding-bottom : 30px;
    }

    .righterRadio{
        margin : 0 0 16px 0;
    }


    #step3 h2{
        font-size: 30px;
        line-height : 26px;
        font-weight: normal;
    }

    #step3 h3{
        font-size: 20px;
        line-height: 24px;

    font-weight: normal;
    }

 .col2 .half{
        display:inline-block;
      width : 100%;
      color: #ffffff;
      margin-top: 40px;
      margin-bottom: 30px;
      vertical-align: middle;
    }


    .bloc-global-produits{

        width: 100%;
        height: auto;

    }

.Dix41{
    display:none;
}

.Dix41-mob{
    margin-top: 20px;
    text-align:center;
}

  .hide{
        display:block !important;
    }

    .show{
        display:none !important;
    }

@media screen and (min-width:640px){
    .champE-mailSupp{
        max-width : 479px;
    }
    #step1 #step1Main #show{
        display: block;
    }



.Dix41{
    display:block;
}

.Dix41-mob{
    display:none;
}




.step2{
    background-image: url("../img/step2/background-top-step2.jpg");
    background-repeat:no-repeat;
}



.bg-top-step2{
    background-image: url(../img/step2/bg-two2.jpg);
    background-repeat:no-repeat;
    background-position: center top;
     width: 100%;
 }

.Dix41 img{
    max-width : 100%;
    display:block;
    margin: 20px auto 8px auto;
}



.submitGroup input {
    margin-right: 20px;
}

.bg-submit{
    width: 100%;
    height: auto;
   
}

.gift {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


      .titProduct{
        font-size:14px;
              font-family: 'AvenirBoldRegular';
    }

    .product{
        max-width : none;
        margin : 0 10px;
    }


    .formGroup.civ{
        width : 30%;
    }

    .formGroup.nom,
    .formGroup.prenom,
    .formGroup.adr,
    .formGroup.ville,
    .formGroup.civ,
    .formGroup.extend.nais,
    .formGroup.extend.cp,
    .formGroup.extend.tel,
    .formGroup.voie
    {
        float:left;
        width : calc( ( 100% - 42px ) / 3 );
        margin-right : 14px;

    }

    .formGroup.prenom, .formGroup.voie{
        margin-right : 0;
    }




    .righterRadio{
        float:left;
        margin-right : 3.3%;
    }

    .radioGroupIn{
        margin-right : 2%;
    }




    #step2Form{
        padding : 0px;
    }

    #step3 .legalBottom{
        text-align: right;
    }

    #step3 h2, #step3 h3{
        text-align: center;
    }

    #step3 h2{
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 20px;
        line-height : 30px;
    }

    #step3 h3{
        font-size:25px;
        line-height:30px;
    }

      .shareFb{
        font-size: 22px;
        padding: 8px 22px 8px 0px;
        line-height : 32px;
        margin-bottom : 50px;
    }

    .shareFb span{
        width : 37px;
        height : 32px;
        margin-left : 21px;
        margin-right : 13px;
        background:  url('../img/step3/share.png') no-repeat;
        background-size:contain;
        display:inline-block;
    }

    .col2 .half{
        display:inline-block;
      width : 100%;
      margin-top: 20px;
      margin-bottom: 30px;
      vertical-align: middle;
    }

    .col2 .half img{
        margin : 0 auto;
        display:block;
    }



    #step2 .titleForm{
        position : relative;
        z-index:2;
    }

    .hide{
        display:none !important;
    }

    .show{
        display:block !important;
    }

    .Dix41{

    }

    .Dix59{
        float:left;
        width : 68%;
    }
    #step2 h2{
        text-align: right;
        padding-right : 8px;
    }

    footer{
        font-size:10px;
    }


    .legalBottom{
        padding : 0;
        margin-top : 11px;
    }
    .legalBottom a{
        display:inline-block;
        width: 19%;
        vertical-align : middle;
        margin-bottom : 0;
    }

    .legalBottom div{
           display:inline-block;
           width : 79%;
             vertical-align : middle;

    }

    .legalBottom div p{
        float:right;
          vertical-align : middle;
    }

    #step1 h2{
       display:inline-block;
        width : 34%;
        margin :0 2.5%;
        vertical-align: middle;
        margin-top : 9px;
    }

    .roundedInput{
       display:inline-block;
        width : 55%;
        margin : 0 2.5%;
         vertical-align: middle;
    }

    .Dix10{
        float:left;
        width : 10%;
    }

    .Dix45{
        float:left;
        width : 45%;
    }

    .full img{

    max-width : none;
}

}

.bg-full{
		 background-image: url("../img/step3/bg-two.jpg");
		background-repeat:no-repeat;
		background-position: center top;
		height: 299px;
}

@media screen and (min-width:780px){

      .formGroup.extend .select-style{
        width : calc( 33% - 7px);
        margin-right : 7px;
        display:inline-block;
    }
      .formGroup.extend .select-style:nth-child(4){
        width : 33%;
        margin-right : 0px;
        display:inline-block;
    }

    .righterRadio{
        width : 440px;
    }

    #step2 .titleForm{
        display: block;
        padding-top : 10px;
        padding-bottom : 10px;
    }

    .skewedStep2{
        width : 100%;
       transform: skewY(1deg);
       height : 30px;
       position :relative;
       margin-top: -7px;
    }

    .skewedStep2:before{
        content : "";
        border-bottom: 22px solid #d2232a;
        border-left: 640px solid #d2232a;
        bottom : 0;
        left:0;
        height:0;
        width:0;

    }

    #step2Form{
        position :relative;
        z-index:2;
    }

}

@media screen and (max-width:380px){
.g-recaptcha{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

 .yellow{
               background-image: url(../img/step2/bg-two-mobile-2.jpg);
               background-repeat: no-repeat;
               background-position: top center;
        }


    }


@media screen and (max-width:320px){
    .yellow{
               background-image: url(../img/step2/bg-two-mobile-2.jpg);
               background-repeat: no-repeat;
               background-position: top center;
        }


    .bg-top-step2{
    background-image: url(../img/step2/bg-two-mobile.jpg);
     background-repeat: no-repeat;
      height: 520px;
    }

    .bg-full{
         background-image: url("../img/step3/bg-two.jpg");
        background-repeat:no-repeat;
        background-position: center top;
        height: 350px;
}



    .step3{
            background-color: #ed1d24;
    }

        #step1 input[type=submit]{
       width: 100%;

    }

}

.cap{
	margin:30px auto 15px auto;
	width:304px;
}
.g-recaptcha{
	max-width:304px;
	width:304px;
}



@media screen and (max-width:370px){

#step1 input[type=submit]{
       width: 100%;

    }

     #step3 h2{
        font-size: 25px;
        line-height : 22px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    #step3 h3{
        font-size: 15px;
        line-height: 20px;
    font-weight: normal;
    }

}

@media screen and (max-width:430px){

        .gift img{
            margin-bottom: 180px;
        }



      .yellow{
               background-image: url(../img/step2/bg-two-mobile-2.jpg);
               background-repeat: no-repeat;
               background-position: top center;
        }

         .bg-top-step2{
    background-image: url(../img/step2/bg-two-mobile-2.jpg);
     background-repeat: no-repeat;
      height: 520px;
    }

        .step3{
            background-color: #ed1d24;
    }

         #step1 input[type=submit]{
       width: 100%;

    }

     #step1 input[type=email]{
        width: 97%;
        text-align: center;
        margin-bottom: 10px;
     }


.cap{
    margin:35px auto 50px auto;
    width:240px;
}


.g-recaptcha{
    margin:auto;
    max-width:300px;
    width:300px;
}


}
