/*
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 : Feb 8, 2017, 9:02:47 PM
    Author     : Mathieu Green
*/
html, body {height: 100%; margin: 0px; padding: 0px; border: 0px; 
            font-family: Roboto;
            font-weight: 300;
            font-style: normal;
}

a{ color:#fff; text-decoration: none; }

a:hover{
    color: #fff;
}

a:visited {
    color: #fff;
}

p{
    color: #555;
    font-size: 16px;
    line-height: 26px;
}

.click-link{
    cursor: pointer;
}

.content {
    min-height: 100%;
    margin: 0 auto -594px;

}

ul.menu-horizontal{
    margin: 0;
    padding: 0;
    overflow: auto;
}

ul.menu-horizontal li{
    float: left;
}

footer, .push{
    height: 594px;
}

/* Erreur */

ul.boite-erreur{
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 24px;
    background-color: #eb1b1b;
    border-radius: 3px;
    list-style:none;
}

ul.boite-erreur li{
    padding: 0;
    margin: 0;
    color: #fff;
    text-decoration: none;
}

ul.boite-reussite{
    margin: 0;
    padding: 0;
    padding-left: 24px;
}

ul.boite-reussite li{
    padding: 0;
    margin: 0;
    color: #fff;
}

/* BAR DE NAVIGATION */
.full-nav {
    height:30px;
}
.full-nav .top-nav {
    top:0px;
    left:0px;
    width: 100%;
    background-color: #232426;
    height: 30px;
    z-index: 99999999;
}

.full-nav .top-nav ul.menu-top-nav{
    width: 1000px;
    margin: auto;
    height: 30px;
    overflow: auto;
}

.full-nav .top-nav ul.menu-top-nav li{
    height: 22px;
    padding-top: 8px;
    color: #6b6b6b;
    font-size: 12px;
    display: inline-block;
    list-style: none;
    border-left: 1px solid #323437;
}

.full-nav .top-nav ul.menu-top-nav li:last-child{
    border-right: 1px solid #323437;
}

.full-nav .top-nav ul.menu-top-nav li.icon{
    width: 40px;
}

.full-nav .top-nav ul.menu-top-nav li.spacer{
    width: 613px;
}

.full-nav .top-nav ul.menu-top-nav li.support{
    width: 100px;
}

.full-nav .top-nav ul.menu-top-nav li.phone{
    width: 140px;
}

.full-nav .top-nav ul.menu-top-nav li.panneau{
    width: 150px;
}

.full-nav .top-nav ul.menu-top-nav li.email{
    width: 100px;
}

.full-nav .top-nav ul.menu-top-nav li a{
    color: #DDD;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.full-nav .top-nav ul.menu-top-nav li.icon a{

    color: #6b6b6b;
}


.full-nav .top-nav ul.menu-top-nav li a:hover{
    color: white;
}

.bottom-nav-push{
    height: 60px;
}

.bottom-nav {
    top:30px;
    width: 100%;
    background-color: #eaebed;
    height: 60px;
    z-index: 99999999;
}

.bottom-nav ul.liste-pages {
    margin: 0;
    margin: auto;
    padding: 0;
    overflow: auto;
    width: 1000px;
}

.bottom-nav ul.liste-pages li{
    list-style: none;
    float:left;
    font-family: 'Roboto';
    font-size: 15px;
}

.bottom-nav ul.liste-pages li.menu{
    padding-top: 22px;
    border-left: 1px solid #dfdfdf;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    height: 38px;
    text-transform: uppercase;
}

.bottom-nav ul.liste-pages li.menu:last-child{
    border-right: 1px solid #dfdfdf;
}

.bottom-nav ul.liste-pages li.menu span.quantite-produits.actif{
    color: #051a3d;
}

.bottom-nav ul.liste-pages li.menu a{
    color: #555;
    font-weight: normal;
    font-size: 12px;
}

.bottom-nav ul.liste-pages li.menu:hover{
    background-color: #232426;
    color: white;
    cursor: pointer;
    border-left: 1px solid #323437;
}

.bottom-nav ul.liste-pages li.menu:hover a{
    color: white;
}

.bottom-nav ul.liste-pages li.menu#active{
    background-color: #232426;
    color: white;
    cursor: pointer;
    border-left: 1px solid #323437;
}

.bottom-nav ul.liste-pages li.menu#active a{
    color: white;
    font-weight: normal;
}

.bottom-nav ul.liste-pages li.menu#active:hover a{
    background-color: #232426;
    color: white;
    cursor: pointer;
}

.bottom-nav ul.liste-pages li.menu:first-child{
    border-right: 1px solid #dfdfdf;
}



.bottom-nav ul.liste-pages li#logo {
    font-family: 'Roboto', serif;
    margin-right: 294px;
    padding-top: 12px;
    font-weight: normal;
}  

.bottom-nav ul.liste-pages #logo #whiteText {
    color:#232426; 
    font-size: 30px;
}
.bottom-nav ul.liste-pages #logo #orangeText {
    color:#051a3d; 
    font-size: 30px;
}

.logo-webstrix-hero{
    margin: auto;
    width: 550px;
    padding-top: 350px;
}

.logo-webstrix-hero img{
    width: 550px;
}    


/* DEFAULT CSS */

.white-box{
    background-color: #fff;
    min-height: 400px;
    overflow: auto;
    color: black;
}

.transparent-box{
    min-height: 400px;
    overflow: auto;
    color: white;
}

.content-box{
    margin: auto;
    width: 1000px;
    padding-top: 70px;
    padding-bottom: 100px;
}

.content-box h1{
    text-align: center;
    font-size: 55px;
    color: #444;
}

.content-box.white h2{
    text-align: center;
    font-size: 50px;
    color: #444;
}

.content-box.transparent h2{
    text-align: center;
    font-size: 50px;
    color: white;
}

.content-box.white h3{
    text-align: center;
    font-size: 20px;
    color: #666;
}

.content-box.transparent h3{
    text-align: center;
    font-size: 20px;
    color: #EEE;
    font-weight: normal;
}

.content-box h4{
    color: #999;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}

.content-box .spacer{
    margin-bottom: 100px;
}

.content-box p{
    text-align: center;
    color: #444;
}

/* CABLE */

#cable{
    background: url(/media/images/documents.jpg?t=1234569) center fixed;
    background-size: 100% auto;
}

/* STATS */

#stats {
    background: url(/media/images/server-stats.jpg) center fixed;
}

#stats ul.stats-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#stats ul.stats-list .stats-item {
    margin:0;
    padding: 0;
    display: block;
    margin-right: 44px;
    float:left;
    min-width: 200px;
    height: 200px;
    border-radius:50%;
    border-style: solid;
    border-color: rgba(255,255,255,0.5);
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

#stats ul.stats-list .stats-item img{ 
    padding-top: 30px;
    height: 50px;
    width:50px;
    display: block;
    margin-left: auto;
    margin-right: auto;

}

#stats ul.stats-list .stats-item .number{ 
    margin:0;
    text-align: center;
    font-size: 30px;
}


#stats ul.stats-list .stats-item .name{ 
    text-align: center;
    color: #051a3d;
    font-weight: bold;
    font-size: 17px;

}



/* VIDEO */

.hero-video{
    height: 800px;
    overflow: hidden;
}

#webstrix-video{
    height: 1080px;
    width: 100%;
    position: fixed;
    z-index: -999;
    background-color: #232426;
    margin-top: -100px;
}

/* price list */

.price-list{
    height: 600px;
}

.price-element{
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 220px;
    background-color: #f3f3f3;
    color: #666;
    font-size: 13px;
    margin-right: 40px;
}

.price-element:last-child{
    margin-right: 0;
}

.price-element p{
    text-align: center;
    padding: initial;
    padding-top: 50px;
    padding-bottom: 30px;
}

.price-list .price-element .price-unit{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 75px;
    padding-top: 25px;
    margin: -50px auto 0;
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    background-color: #42454a;
    color: white;

}

.price-unit .price-element .price-unit .price{
    font-size: 23px;
}

.price-list .price-element .price-unit .unit{
    font-size: 18px;
}

.price-list .price-element.selected{
    background-color: #051a3d;
    color: white;
}

.price-list .price-element.selected .price-unit{
    background-color: #42454a;
    color: white;
}

.price-list .price-element h3.titre{
    text-align: center;
    font-size: 25px;
    color: #252525;
    font-weight: 400;
    margin-bottom: 20px;
}

.price-list .price-element.selected h3.titre{
    color: #FFF;
    font-weight: bold;
}

.price-list .price-element ul.content-pricing{
    margin: 0;
    padding: 0;
}

.price-list .price-element ul.content-pricing li{
    list-style:  none;
    text-align: center;
    padding-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
}

.price-list .price-element ul.content-pricing li:last-child{
    border: none;
}

.price-list .price-element.selected ul.content-pricing li{
    border-bottom: 1px solid #999;
}

.price-list .price-element.selected ul.content-pricing li:last-child{
    border: none;
}

.price-list .price-element .url-pricing{
    font-size: 16px;
    color: #fff;
    background-color: #42454a;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;

}


/* NOS SERVICES */

.service{

}

.service ul{
    margin: 0;
    padding: 0;
    overflow: visible;
}

.service ul li{
    list-style: none;
    display: inline-block;
    background: white;
    text-align: center;
    overflow: visible;
    width: 475px;
    margin-bottom: 100px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.service ul li i{
    color: #051a3d;
}

.service ul li:last-child{
    margin-left: 262px;
    margin-right: 262px;
}

.service ul li:first-child{
    margin-right: 25px;
}

.service span.service-icon{
    margin-top: -50px;
    display: inline-block;
    background-color: #051a3d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 75px;
    padding-top: 25px;
}

.service span.service-icon img{
    height: 50px;
    width: 50px;
}

.service h4.service-titre{
    text-align: left;
    padding-left: 20px;
    margin-top: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
    margin-top: 30px;
    text-align: center;
}

.service p.service-texte{
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.service p.service-en-savoir-plus{
    font-size: 16px;
    color: #fff;
    background-color: #051a3d;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 150px;
}

.service p.service-en-savoir-plus a{
    color: white;
}

.service p.service-en-savoir-plus a:hover{
    color: #CCC;
}

.service p.service-en-savoir-plus:hover a{
    color: #CCC;
}

/* BARRE ORANGE*/

.content-box-orange {
    background-color: #051a3d;
    height: 130px;
}

.content-box-orange ul.list {
    margin: 0;
    padding:0;
    list-style: none;
    overflow: auto;
    margin: auto;
    width: 1000px;
}
.content-box-orange ul.list li.transparent {
    float: left;
    width: 500px;
    height: 150px;
}

.content-box-orange ul.list li.cercle {
    margin-top:25px;
    float:left;
    width: 75px;
    height: 75px;
    border-radius:50%;
    border-style: solid;
    border-color: white;
    overflow: auto;     

}

.content-box-orange ul.list li.cercle img{
    float: left;
    padding-left: 12px;
    padding-top: 12px;
    height: 50px;
    width: 50px;
}

.content-box-orange ul.list li.information {
    float: left;
    color:white;
    width:232px;
    font-size:30px;
    margin-left:20px;
    margin-top:45px;
}

.content-box-orange ul.list li.cercle:first-child{
    margin-left: 20px;
}

.content-box-orange ul.list li.information:last-child {
    width: 212px;
}



/* PANIER ACHAT */

.panier-achat{
    padding-top: 200px;
    padding-bottom: 100px;
    margin: auto;
    width: 1000px;
    font-weight: 300;
}

.panier-achat table.shop_table{
    width: 100%;
    border: none !important;
    border:0;
    cell-spacing:0;
}

.panier-achat table.shop_table thead{
    background-color: #42454a;
    font-weight: 300;
}

.panier-achat table.shop_table tbody{
    background-color: #f3f3f3;
}

.panier-achat table.shop_table tr.cart th{
    border-left: none;
    border-bottom: 1px solid #5e6063;
    border-right: 1px solid #5e6063;
    border-top: none;    
    padding-bottom: 20px;
    padding-top: 17px;
    padding-left: 15px;
    text-align: left;
    color: white;
}

.panier-achat table.shop_table tr.cart-item td{
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 17px;
}

.panier-achat table.shop_table tr.cart-option{
    height: 100px;
}

.panier-achat table.shop_table tr.cart-option input[type="submit"]{
    border: none;
    -webkit-appearance:none;
    -webkit-border-horizontal-spacing:0px;
    -webkit-border-vertical-spacing:0px;
    -webkit-rtl-ordering:logical;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    -webkit-border-image:none;
    padding-bottom:13px;
    padding-left:20px;
    padding-right:20px;
    padding-top:13px;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.panier-achat table.shop_table tr.cart-option .cart-promo{
    float: left;
    width: 400px;
}

.panier-achat table.shop_table tr.cart-option .cart-update{
    margin-left: 600px;
    width: 400px;
}

/* FOOTER */

footer{
    background: #32353a;
    font-family: roboto;
}

footer .smaller-container{
    height: 400px;
}

footer .smaller-container ul.footer-categories-hyperlien{
    list-style: none;
    margin: 0;
    margin-left: 244px;
    padding: 0;
    color:white;
    overflow:auto;
    width: 1000px;
    margin: auto;
    padding-top: 65px;
}

footer .smaller-container ul.footer-categories-hyperlien h3{
    font-weight: normal;
}

footer .smaller-container ul .element-box {
    width: 200px;
    margin-right: 33px;
    float: left;
}
footer .smaller-container ul .element-box-long {
    width: 300px;
    margin-right: 0px;
    float: left;
}

footer .smaller-container ul .element-box-long .description {
    color:grey;
}
footer .smaller-container ul .element-box h3 {
    font-size: 20px;
    font-family: 'Roboto', serif;
}
footer .smaller-container ul .element-box-long h3 {
    font-size: 20px;
    font-family: 'Roboto', serif;
    color: #eee;
}

footer .smaller-container ul .element-box .description {
    color:grey;
}

footer .smaller-container ul .element-box .liste-liens {
    margin: 0;
    padding: 0;
}

footer .smaller-container ul .element-box .liste-liens li.lien {
    font-weight: 300;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 25px;
}

footer .smaller-container ul .element-box .liste-liens li.lien a{
    font-weight: 300;
    color: #8b8b8b;
}

footer .smaller-container ul .element-box .liste-liens li.lien a:visited{
    color: #8b8b8b;
}

footer .smaller-container ul .element-box .liste-liens li.lien a:active{
    color: #8b8b8b;
}

footer .smaller-container ul .element-box .liste-liens li.lien a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    margin-right: 5px;
}

footer .smaller-container ul .element-box .liste-liens li.lien a:hover {
    color: #051a3d;
}

footer .smaller-container ul .element-box-long .liste-img {
    list-style: none;
    margin: 0;
    padding: 0;

}

footer .smaller-container ul .element-box-long .liste-img .image-item {
    float: left;
    display: block;
    margin-right: 20px;
}
footer .smaller-container ul .element-box-long .liste-img .image-item .image{
    width:50px;
    height:50px
}
.box-content {
    background-color: greenyellow;
}

footer .container {
    margin:0;
    padding:0;
    background-color:#56647a;       
}

footer .container .smaller-container .ul {
    margin:0; 
    padding: 0; 
    text-align: center;
}

footer .container .smaller-container .ul .element-box {
    margin:0 10px; display:inline;

}

footer .bottom-footer {
    width:100%;
    height: 64px;
    background-color:rgb(37, 39, 43);

}
footer .bottom-footer ul.liste {
    margin:0;
    padding:0;
    width: 1000px;
    margin:auto;
    overflow: auto;
    list-style: none;
}
footer .bottom-footer ul.liste li.copyright {
    padding-top:25px;
    float:left;
    font-size:14px;
    width:470px;
    margin-right: 50px;
    color: #666;
}

footer .bottom-footer ul.liste li.menu {
    float:left;
    padding-top: 25px;
    padding-bottom: 22px;
    border-left: 1px solid #333;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-size:14px;
    color:white;
}

footer .bottom-footer ul.liste li.menu:hover{
    background-color: rgb(66, 69, 74);
    color: white;
    cursor: pointer;
}

footer .bottom-footer ul.liste li.menu:first-child{
    border-right: 1px solid #dfdfdf;
}



/* CONTACT 
 * Entreprise: Conception Binaire
 * create by: Sébsatien Labine
 * 
 * Creation date (dd/mm/yyyy): 18/02/2015 
 * Last modification date:	18/02/2015 	 
 */

.content-box div.contact-information {

}

.content-box .left {
    overflow: hidden;
    margin-bottom: 30px;
}

.content-box .right {
    float: right;
    width:300px;
    height: 500px;
}

.content-box .right h3 {
    text-align: left;
}
.content-box .right h4 {
    text-align: left;
}
.content-box div.contact-information .form .container-information{
    margin-right: 300px;
    margin: auto;
    height: 130px;
}

.content-box div.contact-information .form .container-information .colonne {
    margin:auto;
    float: left;
    margin-right: 15px;
}

.content-box div.contact-information .form .container-information .colonne span input {
    width: 300px;
    height: 25px;
    padding:10px;
    margin-bottom: 10px;
}
.content-box div.contact-information .form div.boite-message{
    margin:0px;
    padding: 0px;
    box-sizing:border-box;
    width: 100%;
}
.content-box div.contact-information .form div.boite-message .message {
    margin: 0; 
    padding:0;
    width: 660px;
    height: 262px;
    resize: none;
}

.content-box div.contact-information .form .submit {
    width: 100px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color:#42454a;
    border : solid 1px #42454a;
    border-radius: 10px;
    color:white;
}

.content-box div.contact-information .form .g-recaptcha {
    margin-top: 30px;
    margin-bottom: 30px;
}


