/********** NavHome ************/
.navbar-brand{
    margin-top: 0 !important;
}
#nav-date{
    margin-top: 30px !important;
}
.navbar-nav>li>a{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.navbar{
    margin-bottom: 0;
}
#nav-date{
    float:left;
    margin-top: 45px;
}
#date-container{
    height: 40px;
    padding-top: 10px;
    border-left: solid 1px #b3b3b3;
    padding-left: 15px;
    text-transform: uppercase;
}
.navbar-nav{
    float:right
}
.navbar-default .navbar-nav>li>a{
    font-family: 'Proxima', "trebuchet MS";
    color: #333333;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fed330;
}
.navbar-default .navbar-nav>li>a>span{
    padding-left: 10px;
}
.navbar-default {
    background-color: #ffffff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #ffffff;
}
.navbar-default .navbar-brand {
    height: 100px;
}
.navbar-brand{margin-top: 20px}
.navbar-brand img{
    display: inline-block;
}
.signin, .signout{
    background-image: url(/img/home/connect.png);
    width: 14px;
}
.account{
    background-image: url(/img/home/account.png);
    width: 13px;
}
.navicon{
    display: inline-block;
    vertical-align: middle;
    height: 16px;
}
.bar-chart{
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    color: #fed330;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bar-chart:before{
    content: "\f080"
}
.navbar-toggle {
    margin-top: 35px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fed330;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #c58f1d;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    border-color: #efab1b;
}
/********** Global ************/
a{
    color:#333333
}
a:focus, a:hover{
    text-decoration: none;
}

/********** Body Top Left ************/
#top-video{
    overflow: hidden;
    padding: 0;
}
#top-video-footer{
    background-color: #282828;
    height: 100px;
    vertical-align: middle;
    margin-top: -10px;
}
#top-video-footer.ios{margin-top: -4px}
#top-video-footer-trad{
    padding: 15px 20px 0 20px;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
#top-video-footer-values{
    font-weight: bold;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
    color: #ffc602;
    font-size: 40px;
}
#top-video-footer-values span.regular{
    font-weight: normal;
}
/********** Body Group ************/
.home-right, .home-left, .home-col{
    padding: 0;
}
#ads-middle-left, #ads-middle-right, #ads-middle-bottom-left, #ads-middle-bottom-right, #ads-middle-resp{
    height: 685px;
}
#ads-top-right{
    height: 569px;
}
/********** Body Top Right ************/
#stamp{
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%) rotate(-14deg);
    background: #ffda00;
    color: #282828;
    width: 150px;
    height: 150px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    word-wrap: break-word;
    padding: 15px;
    font-size: 12px;
}
.stamp_price{
    font-size: 32px;
    font-weight: bold;
    display: block
}
.stamp_text{
    display: block
}
.stamp_footer{
    padding-top: 4px;
}
#top-title{
    padding-top: 50px;
    margin: 0 14%;
    font-size: 38px;
    color: #ffc602;
    text-transform: uppercase;
}
#top-subtitle{
    margin: 0 14% 20px 14%;
    font-size: 38px;
    color: #ffc602;
    font-weight: bold;
    text-transform: uppercase;
}
.space-btn{
    margin-top: 20px;
}
.test_gratuit{
    margin: 0 14%;
}
#result_message{
    text-align: center;
}
.top-list{
    font-size: 20px;
    margin-left: 14%;
}
.top-list i{
    color: #ffc602;
    padding-right: 15px;
}
#demo{
    margin-top: 50px;
    width: 100%;
}
#top-footer-func{
    background-color: #ffc602;
    height: 96px;
    text-align: center;
    font-size: 20px;
    padding-top: 28px;
    cursor: pointer;
}
#top-footer-func .fa{
    display: block;
}
/********** Body Middle ************/
#home-resp{
    display: none;
}
#ads-middle-left, #ads-middle-resp{
    background: url(/img/home/ipad-chart.png) no-repeat left bottom;
}
.middle-intro{
    padding-top: 115px;
    margin-left: 44px;
    font-size: 28px;
}
.separator{
    margin: 20px 0 30px 44px;
    background-color: #ffc602;
    width: 60px;
    height: 3px;
}
.middle-info, .middle-list{
    margin-left: 44px;
}
.middle-info{
    font-size: 18px;
    padding-bottom: 18px;
}
.middle-list{
    font-size: 18px;
    padding-bottom: 12px;
}
.middle-list i{
    color: #ffc602;
    padding-right: 15px;
}
.middle-comment{
    font-size: 18px;
    padding-top: 8px;
    margin-left: 44px;
    font-style: italic;
}
/********** Body Middle bottom ************/
#ads-middle-bottom-left{
    background-color: #ffd802;
}
#ads-middle-bottom-left .separator{
    background-color: #000000;
}
#ads-middle-bottom-left .middle-list i{
    color: #000000;
}
#ads-middle-bottom-right{
    background: #ffd802 url(/img/home/ipad-geo-chart.png) no-repeat center bottom;
}
/********** Body bottom ************/
#bottom-title{
    margin-top: 20px;
    font-size: 36px;
}
#bottom-title, #bottom-comment{
    text-align: center;
}
.home-bottom .separator{
    margin: auto;
}
.home-bottom{
    margin-bottom: 30px;
}
#ads-presentation{
    width: 80%;
    margin: 40px 10% 20px;
}
/********** Body Footer ************/
.home-footer{
    padding:0;
}
#footer-insurance{
    height: 254px;
    background-color: #eeeeee;
}
#footer-insurance div{
    padding: 20px 0 20px 0;
    font-size: 25px;
    width: 100%;
    text-align: center;
}
#footer-insurance-logos{
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
}
/********** Modal ************/
.modal-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.modal-header{
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #ffd802;
    text-align: center;
    border-bottom: none;
}
.modal-title{
    font-weight: bold;
    font-size: 20px;
}
.modal-header .close{
    color: #ffffff;
    margin-top: 3px;
    font-size: 25px;
    opacity: 0.7;
}
.modal-footer{
    display: none;
    border-top: none;
    padding: 0 15px 15px 15px;
}
.modal .btn{
     font-weight: normal;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     height: 33px;
     line-height: 10px;
     color: #333333;
     font-size: 13px;
}
#modal-contact .conctact-info{
    padding-bottom: 15px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#modal-contact .form-horizontal .form-group{
    margin-left: 0;
}
#modal-contact .loader{
    margin-top: 15px;
    height: 16px;
    width: 100%;
    background: url(/img/graph/loader.gif) no-repeat center transparent;
}
#modal-reset .div-btn{
    width: 160px;
}
.login-info, .login-support{
    color: #333;
    padding-top: 10px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    transition: color 0.2s 0s ease-out;
}
.login-support{
    font-size: 16px;
    font-style: normal;
}
.login-support a{
    font-style: italic;
}
.exception-redirect a:hover, .exception-redirect a:focus, .exception-redirect a:active,
.exception-contact a:hover, .exception-contact a:focus, .exception-contact a:active,
.login-info a:hover, .login-info a:focus, .login-info a:active,
.login-support a:hover, .login-support a:focus, .login-support a:active{
    color: #ffd802;
    transition: color 0.2s 0s ease-in;
}
.success, .warning{
    text-align: center;
    font-weight: bold;
    color: #50c878;
}
.warning{
    color: #ce3342;
}
.exception-logo{
    margin: 80px 0 80px 0;
    text-align: center;
}
.exception-message, .exception-contact, .exception-redirect{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #5d5c5c;
    font-style: italic;
}
.exception-contact, .exception-redirect{
    margin-top: 20px;
    text-decoration: underline;
    color: #5d5c5c;
}
@media (min-width: 538px){
    /********** Content ************/
    .container {
        width: 500px;
    }
}
@media (min-width: 1024px){
    /********** Content ************/
    .container {
        width: 1030px;
    }
}
@media (min-width:770px){
    /********** NavTop ************/
    .navbar-default .navbar-nav>li>a{
        line-height: 100px;
    }

    /********** login ************/
    #remember_me{
        margin-top: 12px;
    }
}
@media (max-width: 1412px){
    #top-title, #top-subtitle{
        margin-left: 18%;
        font-size: 34px;
    }
    .top-list{
        margin-left: 18%;
    }
    .test_gratuit {
        margin: 0 18%;
    }
}
@media (max-width: 1337px){
    #top-title, #top-subtitle{
        margin-left: 18%;
        font-size: 32px;
    }
    #top-title{
        padding-top: 64px;
    }
}
@media (max-width: 1258px){
    #top-title, #top-subtitle{
        font-size: 30px;
    }
    #top-title{
        padding-top: 67px;
    }
}
@media (min-width: 992px) and (max-width: 1228px){
    /********** Home ************/
    #ads-middle-left, #ads-middle-bottom-right{
        background-size: 500px 466px;
    }
    #ads-middle-left, #ads-middle-right, #ads-middle-bottom-left, #ads-middle-bottom-right{
        height: 530px;
    }
    .middle-intro {
        padding-top: 40px;
    }
}
@media (max-width: 1179px){
    /********** Home ************/
    #top-title, #top-subtitle{
        font-size: 27px;
    }
}
@media (max-width: 1024px){
    /********** Home ************/
    #parking, #ads-top-right{
        height: 468px;
    }
    #parking{
        width: 888px;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    /********** Home ************/
    #top-title, #top-subtitle{
        margin-left: 18%;
        font-size: 25px;
    }
    .top-list{
        margin-left: 18%;
        font-size: 15px;
    }
    .test_gratuit {
        margin: 0 18%;
    }
}
@media (max-width:991px){
    /********** Home ************/
    .middle-intro{padding-top: 60px}
    #home-desk{display: none}
    #home-resp{display: block}
    #ads-top-right, #ads-middle-right, #ads-middle-bottom-left{
        height: 400px;
    }
    #top-title{padding-top: 80px}
    .middle-intro, .separator, .middle-info, .middle-list, .middle-comment{
        margin-left: 15%;
    }
    #footer-insurance div {
        padding: 20px 0 0 0;
    }
    #footer-insurance-logos{
        display: block;
        float: left;
    }
    #footer-insurance-logos img{
        margin: 10px;
    }
    .top-list{
        margin-left: 18%;
    }
}
@media (min-width: 888px) and (max-width: 991px){
    /********** Home ************/
    #parking{
        height: 558px;
    }
    #parking{
        width: 992px;
    }
    #ads-top-right{
        height: 500px;
    }
}
@media (max-width: 887px){
    /********** Home ************/
    #top-title{padding-top: 70px}
    #top-title, #top-subtitle{
        margin-left: 7%;
        font-size: 30px;
    }
    .top-list{
        margin-left: 10%;
        font-size: 15px;
    }
    .middle-intro{padding-top: 30px}
    .middle-intro, .separator, .middle-info, .middle-list, .middle-comment{
        margin-left: 10%;
    }
    #parking, #ads-top-right{
        height: 500px;
    }
    .top-list{
        margin-left: 7%;
    }
    .test_gratuit {
        margin: 0 7%;
    }
}
@media (max-width:771px){
    /********** login ************/
    label[for="remember_me"]{
        float: left;
    }
}
@media (max-width:668px){
    /********** Home ************/
    #top-title{padding-top: 50px}
    .middle-intro, .separator, .middle-info, .middle-list, .middle-comment{
        margin-left: 10%;
    }
    #footer-links {
        height: 135px;
    }
    #footer-brand {
        width: 100%;
        text-align: center;
    }
    #footer-txt {
        padding-top: 0;
        text-align: center;
        width: 100%;
    }
    #top-title, #top-subtitle{font-size: 25px;}
    #top-footer-func {padding-top: 15px;}
    .middle-intro{
        padding-top: 30px;
        font-size: 20px;
    }
    .middle-info{font-size: 15px;}
    .middle-list{font-size: 15px;}
}
@media (min-width: 540px) and (max-width: 668px){
    /********** Home ************/
    #ads-middle-resp, #ads-middle-bottom-right{
        background-size: 500px 466px;
    }
    #ads-middle-resp, #ads-middle-bottom-right{
        height: 530px;
    }
}
@media (max-width:540px){
    /********** NavTop ************/
    #nav-date{
        display: none;
    }
    /********** Home ************/
    #ads-middle-resp, #ads-middle-bottom-right{
        background-size: 415px 387px;
    }
    #parking{width: 728px}
    #parking, #ads-middle-resp, #ads-middle-bottom-right{
        height: 410px;
    }
    #footer-insurance div {
        padding: 30px 0 10px 0;
    }
    #footer-insurance-logos img{
        height: 43px;
    }
}
@media (max-width:420px){
    /********** NavTop ************/
    .navbar-brand{
        margin-bottom: -20px;
        margin-top: 20px;
    }
    .logo-ico{
        width: 25px;
    }
    .logo-txt{
        width: 145px;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    /********** Home ************/
    #top-video-footer {
        height: 80px;
    }
    #ads-middle-resp, #ads-middle-bottom-right{
        background-size: 310px 289px;
    }
    #parking{width: 569px}
    #parking, #ads-middle-resp, #ads-middle-bottom-right{
        height: 320px;
    }
    #footer-insurance-logos img{
        height: 29px;
    }
    #top-video-footer-values {
        font-size: 30px;
    }
    #top-video-footer-trad {
        font-size: 10px;
    }
    #demo {margin-left: 25%;}
    .middle-intro{
        padding-top: 20px;
        font-size: 18px;
    }
    .middle-info{font-size: 13px;}
    .middle-list{font-size: 13px;}
    .middle-comment{font-size: 15px;}
    .middle-intro, .separator, .middle-info, .middle-list, .middle-comment {
        margin-left: 5%;
    }
    .test_gratuit {
        margin-left: -11%;
        width: 81%;
    }
}
@media (max-width:385px){
    .test_gratuit a {
        font-size: 22px !important;
    }
    #top-title, #top-subtitle{
        font-size: 23px;
    }
}
