/*************************
*******Page D'accueil******
**************************/

@font-face {
    font-family: 'lobster';
    src: url('../../fonts/Lobster.otf');
}

#main {
    padding: 0;
    background-color: #fafafa;
    background-image: url(../../images/banniere.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: black;
}
/** Formulaire**/

@media all and (min-width: 992px) {
    #main > div {
        height: 375px;
    }
}

form {
    margin-top: 10px;
}

#formulaire {
    padding-bottom: 20px;
    font-size: 0.9em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #add7ed;
    background: #80c8f8;
    background-image: -webkit-linear-gradient(top, #80c8f8, #d8f3ff);
    background-image: -moz-linear-gradient(top, #80c8f8, #d8f3ff);
    background-image: -ms-linear-gradient(top, #80c8f8, #d8f3ff);
    background-image: -o-linear-gradient(top, #80c8f8, #d8f3ff);
    background-image: linear-gradient(to bottom, #80c8f8, #d8f3ff);
}
@media all and (min-width: 992px) {
    #formulaire  {
      margin-top: 20px;
    }
}

fieldset legend {
    font-size: 28px;
    font-family: 'lobster', Arial;
    -moz-box-shadow: 10px 10px 5px #656565;
    -webkit-box-shadow: 10px 10px 5px #656565;
    -o-box-shadow: 10px 10px 5px #656565;
    box-shadow: 10px 10px 5px #656565;
    filter: progid: DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5);
    text-align: center;
    color: white;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #94bf3c;
    background-image: -webkit-linear-gradient(top, #94bf3c, #77a900);
    background-image: -moz-linear-gradient(top, #94bf3c, #77a900);
    background-image: -ms-linear-gradient(top, #94bf3c, #77a900);
    background-image: -o-linear-gradient(top, #94bf3c, #77a900);
    background-image: linear-gradient(to bottom, #94bf3c, #77a900);
}

fieldset label {
    color: #4e4e4e;
    font-size: 12px;
    text-align: right;
    margin-left: -20px;
}

.input-group {
    margin-bottom: 6px;
}

input {
    border-color: #b4448f;
}

.input-group span {
    background-color: #E8F5E9;
}

input:focus {
    font-size: 16px;
    /* Adding 16px on focus will prevent page zoom */
}

fieldset .simple {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: -30px;
    height: 120px;
    width: 120px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #73921e;
    color: white;
    text-align: center;
    background-color: #39abf2;
    border: solid 2px #348ccb;
}

fieldset .simple h4 {
    font-family: 'lobster', Arial;
    margin-top: 20px;
    font-size: 25px;
    color: white;
}

@media all and (max-width: 767px) {
    fieldset .simple {
        margin-top: 0px;
        margin: auto;
        margin-bottom: 15px;
    }
    fieldset label {
        text-align: center;
        width: 100%;
    }
}

@media all and (min-width: 992px) {
    #formulaire input {
        width: 150px;
    }
}

@media all and (max-width: 991px) {
    form {
        margin-top: 400px
    }
    #main {
        background-position: left top;
        background-image: url(../../images/banniere_pour_petit_taille.jpg);
    }
}


::-webkit-input-placeholder {
    text-align: center;
}

::-moz-placeholder {
    text-align: center;
}
/* firefox 19+ */

:-ms-input-placeholder {
    text-align: center;
}
/* ie */

input:-moz-placeholder {
    text-align: center;
}

.bouton {
    font-family: 'lobster', Arial;
    width: 50%;
    height: 50px;
    margin: auto;
    margin-top: -18px;
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d15fbf), color-stop(1, #b4448f));
    background: -moz-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -webkit-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -o-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -ms-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: linear-gradient(to bottom, #d15fbf 5%, #b4448f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d15fbf', endColorstr='#b4448f', GradientType=0);
    background-color: #d15fbf;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}
@media all and (max-width: 467px) {
    .bouton {
     font-size: 15px;  
    }
}

.bouton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b4448f), color-stop(1, #d15fbf));
    background: -moz-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: -webkit-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: -o-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: -ms-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: linear-gradient(to bottom, #b4448f 5%, #d15fbf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b4448f', endColorstr='#d15fbf', GradientType=0);
    background-color: #b4448f;
}

.bouton:active {
    position: relative;
    top: 1px;
}

.banner-container h3,
.comparatif h3,
.differents_taux h3 {
    font-weight: bold;
    color: black;
}

#feature {
    background: #fff;
}

#feature h2 {
    font-size: 30px;
}

.differents_taux {
    font-size: 0.9em;
    background-color: #eaeaea;
}

.feature-wrap {
    text-align: center;
}

.feature-wrap i {
     color: #73921e; 
    text-align: center;
    font-size: 48px;
    width: 110px;
    margin: 3px;
    border-radius: 100%;
    line-height: 110px;
    background: #ffffff;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}