/* Feuille de styles pour la home Smax */

/* Reset */
@import url(//fonts.googleapis.com/css?family=Anton);

html, body, * { padding:0; margin: 0;}

.text-center {
    text-align: center;
}

.has-error {
    padding: 4 4 4 4;
    background-color: #e42845;
    border-color: #e42845;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e42845;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e42845;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #a4a4a4;
}

#flashbag {
    position: relative;
    top: 0px;
    padding: 15px;
    margin-top: -50px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* *********************************************** Strucutre MOBILE FIRST */
#container {
    position: relative;
    padding: 0 10px 0;
    display: block;
    min-height: 752px;
    width: auto;
}

/* Macaron "gratuit" */
#etiquette {
    width: 183px;
    height: 53px;
    line-height: 45px;
    margin: 0 10px auto auto;
}

/* Logo */
.logo {
    width: 90%;
    max-width: 358px;
}
.slogan {
    max-width: 566px;
    display: block;
    width: 75%;
    margin: 0 auto;
}

/* Conteneur telephones + listes sur fond rose */
#bloc_description {
    padding-left: 0;
    position: relative;
    margin-top: -50px;
}
#bloc_description video {
    display: none;
}

/* Bloc des listes sur fond rose */
#blocrose {
    margin: 5px;
    text-align: left;
    padding: 20px;
}

/* liste � puces sur fond rose */
#liste_description {
    list-style-image: url(img/smax2_puce.png);
    margin-left: 40px;
}
#liste_description li {
    padding: 5px 0 0;
}

/* boutons Stores/market sur fond rose */
#boutons_app {
    text-align: center;
}
#boutons_app a {
    display: block;
    width: 173px;
    height: 60px;
    margin: 20px auto auto;
}
#boutons_app a span {
    display: block;
    text-indent: -900000px;
}

/* Applis list�es */
#liste_applis ul, #liste_partage ul {
    padding: 10px 0;
}
#liste_applis ul {
    margin: 0 auto;
    width: 175px;
}
#liste_applis li {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 4px;
    margin-bottom: 4px;
}
#liste_applis li .bloc_img {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
}
#liste_applis li.follow_us {
    width: 160px;
    margin-right: 14px;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#liste_applis li.follow_us .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 18px;
}

/* Et ca c'est parce que tous les carres n'ont pas la meme taille dans la crea */
#liste_applis li .bloc_img.appli_action {
    height: 79px;
}

#liste_applis li .bloc_img span, #liste_partage li .bloc_img span {
    display: block;
    float: left;
    text-indent: -900000px;
}
#liste_applis li strong {
    display: block;
    padding-top: 10px;
}

#liste_partage ul {
    margin: 5px auto;
    width: 130px;
}

#liste_partage li {
    display: block;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin-bottom: 5px;
}

#liste_partage li.link {
    display: inline-block;
    background: black:
    width: 60px;
}
#liste_partage li a {
    display: block;
    width: 60px;
    height: 60px;
}

#liste_partage .footer {
    margin: 0 5px;
    height: 34px;
    line-height: 34px;
}
/* Widget de partage */
#share-social-wrapper {
  display: none;
}
#share-social-wrapper > div {
  display: none;
}

/* *********************************************** Strucutre smartphone (exclut les pitimobiles) */
@media screen and (min-width: 480px) {
    #liste_applis ul {
        width: 100%;
    }
    #liste_applis li {
        float: none;
    }
    #liste_partage ul {
        width: 100%;
    }
    #liste_partage .footer {
        margin: 0 10px;
    }
}

/* *********************************************** Strucutre TABLETTES */
@media screen and (min-width: 767px) {
    #etiquette {
        margin: 0 200px auto auto;
    }

    .logo {
        width: auto;
    }

    #blocrose {
        margin: auto;
        width: 60%;
    }
    #liste_description li {
        padding: 5px 0;
    }
    #liste_applis li {
        margin: 0 10px;
    }
    #liste_partage li {
        display: inline-block;
    }
    #liste_partage .footer {
        margin: 0 10%;
    }
}


/* boutons Stores/market sur fond rose  (cas particulier) */
@media screen and (min-width: 550px) {
    #boutons_app .appstore_fr, #boutons_app .appstore_en {
        float: left;
        margin-left: 45px;
    }
    #boutons_app .googleplay_fr, #boutons_app .googleplay_en {
        float: right;
        margin-right: 45px;
    }
}


/* *********************************************** Strucutre DESKTOP */
@media screen and (min-width: 1024px) {
    h2 {
        padding-bottom: 20px;
    }
    #container, #liste_applis ul, #liste_partage ul {
        margin: 0 auto;
        width: 982px;
    }

    .slogan {
        width: 566px;
        display: inline;
        margin: 0;
    }

    #blocrose {
        width: 90%;
    }
    #bloc_description {
        background: transparent url(img/smax2_telephones.png) no-repeat scroll left top;
        padding: 84px 20px 130px 406px;
    }
    #bloc_description video {
        position: absolute;
        display: block;
        top: 107px;
        left: 154px;
    }
    #liste_description li {
        padding: 9px 0;
    }
    #liste_applis li {
        width: 80px;
        margin: 0;
    }
    #liste_applis li a {
        font-size: 13px;
        float: left;
        width: 120px;
    }
    #liste_partage li.link {
        margin-right: 15px;
    }
    #liste_partage .footer {
        margin: 0 18%;
    }
    #share-social-wrapper {
      position: fixed;
      display: block;
      top: 250px;
      width: 67px;
      height: 200px;
      padding-top: 10px;
      text-align: center;
    }
    #share-social-wrapper > div {
      display: block;
      margin: 0 auto 5px;
      width: 55px;
    }
}



/* *********************************************** Styles non structurels */
body {
    background: #930d64 url(img/smax2_bg.jpg) no-repeat scroll center top;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
}

h1 {
    z-index: 1;
}

h1 img {
    vertical-align: top;
}

/* Macaron "gratuit" */
#etiquette {
    color: #fff;
    background: transparent url(img/smax2_gratuit.png) no-repeat scroll center top;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}

/* Bloc des listes sur fond rose */
#blocrose {
    font-weight: bold;
    background: rgb(150,21,55); /* Old browsers */
    background: rgba(150,21,55,0.6); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(150,21,55,0.6) 0%, rgba(61,3,8,0.6) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(150,21,55,0.6)), color-stop(100%,rgba(61,3,8,0.6))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(150,21,55,0.6) 0%,rgba(61,3,8,0.6) 100%); /* Chrome10+,Safari5.1+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(150,21,55,0.6) 0%,rgba(61,3,8,0.6) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(150,21,55,0.6) 0%,rgba(61,3,8,0.6) 100%); /* W3C */
    /* Vieux IE8 */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99961537,endColorstr=#99961537);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99961537,endColorstr=#99961537)";
    background-color:transparent\9;
    zoom: 1;
}

/* Applis list�es */
#liste_applis {
    background-color: #3f3f3f;
}

#liste_applis li {
    font-size: 12px;
    text-align: left;
}
#liste_applis li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
#liste_applis li a {
    display: block; /* optimise la zone de clic/touch */
    text-decoration: none;
    color: #fff;
}
#liste_applis li strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
}

/* Liens de partage */
#liste_partage {
    background-color: #3f3f3f;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
    font-family: 'Anton', sans-serif;
}

#liste_partage .footer {
    background: #c2c2c2;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
#liste_partage .footer a {
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 13px;
}


/* Widget de partage */
#share-social-wrapper {
  background: #F4FCFE;
}

/* *********************************************** IMAGES SPRITEES */
.smax_sprite {
    background-image: url(img/smax2_sprite.png);
    background-repeat: no-repeat;
    background-color: transparent;
}

.smax_sprite.appli_fm {
    background-position: 0 0;
}
.smax_sprite.appli_com {
    background-position: 0 -80px;
}
.smax_sprite.appli_romano {
    background-position: 0 -160px;
}
.smax_sprite.appli_action {
    background-position: 0 -240px;
}
.smax_sprite.share_skyrock {
    background-position: 0 -320px;
}
.smax_sprite.share_skyrock:hover {
    background-position: -60px -320px;
}
.smax_sprite.share_facebook {
    background-position: 0 -381px;
}
.smax_sprite.share_facebook:hover {
    background-position: -59px -381px;
}
.smax_sprite.share_twitter  {
    background-position: 0 -441px;
}
.smax_sprite.share_twitter:hover  {
    background-position: -60px -441px;
}
.smax_sprite.share_dailymotion {
    background-position: 0 -502px;
}
.smax_sprite.share_dailymotion:hover {
    background-position: -60px -502px;
}
.smax_sprite.appstore_fr {
    background-position: 0 -563px;
}
.smax_sprite.googleplay_en {
    background-position: 0 -624px;
}
.smax_sprite.appstore_en {
    background-position: 0 -685px;
}
.smax_sprite.googleplay_fr {
    background-position: 0 -745px;
}

/* contact form ****/
.button-contact {
    margin-left: 40%;
    margin-top: 3%;
}

#frm-contact * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#frm-contact input,
#frm-contact select,
#frm-contact textarea,
#frm-contact button {
    display: block;
    width: 100%;
    background: #fff;
    color: #555;
    font-size: 20px;
    border: 1px solid transparent;
    outline: 0 none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#frm-contact select {
    background-transparency: 0.5;
    background-position: right 15px top 22px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") right no-repeat;
    background-size: 18px 18px;
    background-color: #fff;
    font-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

#frm-contact .has-error input,
#frm-contact .has-error select,
#frm-contact .has-error textarea {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
#frm-contact .has-error .help-block {
    color: #eed3d7;
    font-style: italic;
    font-weight: bold;
}

#frm-contact button {
    background: #8a3268;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
#frm-contact textarea {
    height: 80px;
}
#frm-contact .form-group {
    margin: 10px;
}
#frm-contact .control-label:after {
    content: " : ";
}
#frm-contact #img-captcha {
    float: left;
    margin-right: 5px;
    margin-left: 24%;
}

#frm-contact #captcha {
    height: 40px;
    font-size: 25px;
    width: 150px;
    float: left;
}

@media (max-width: 750px) {
    #frm-contact #img-captcha {
        float: left;
        margin-right: 5px;
        margin-left: 0%;
    }
}

/*input, label, select {
    vertical-align: middle;
}*/

#form_devicetype {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
}

#form_devicetype label {
    float: left;
}

#form_devicetype input {
    float: left;
    width: auto;
    height: 16px;
    margin-right: 10px;
    margin-left: 10px;
}

input #form_name {
    width: 30%;
    float: left;
}

@media (max-width: 750px) {
    #frm-contact #img-captcha {
        float: left;
        margin-right: 5px;
        margin-left: 0%;
    }

    #form_devicetype {
        margin-left: 0%;
    }

}

#blocrose.second-form {
   width: 60%;
}

.form-actions {
    width: 20%;
    margin-left: 40%;
}


.list-group-item {
    background-color: #3f3f3f;
    border-color:darkgrey;
}

.cgu_title {

}

.smax-beta-ban {
    max-width: 600px;
}
