#footer {
  font-size:12px;
}
.header-full-title {
  background-image: url("../../img/logo-cloud-sync.svg");
  padding-left: 85px;
}

.navbar-default .navbar-brand {
  font-size: 28px;
  font-weight: 300;
  text-transform: none;
  font-family: "Muli", sans-serif;
  word-spacing: -6px;
  -webkit-text-stroke: 0.01em;
  background-image: url("../../img/logo-icon.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 60px;
  color: #000;
}

.navbar-default .navbar-brand2 {
    font-size: 28px;
    font-weight: 300;
    text-transform: none;
    font-family: "Muli", sans-serif;
    word-spacing: -6px;
    -webkit-text-stroke: 0.01em;
    color: #fff;
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.align-middle {
  margin-top: 25%;
  margin-bottom: 25%;
}

.width-95p {
    width:95%;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-50 {
    margin-top: 50px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

/* Page d'accueil */
.services-header-list li span {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.7em;
    font-family: "Lato", "Open Sans", sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.65);
    border: solid 1px rgba(255, 255, 255, 0.4);
    padding: 15px;
    margin: 20px 0;
    transition: all .25s ease;
}

.services-header-list li span i {
  margin-right: 10px;
  font-size: 1.1em;
}
.services-header-list li span:hover {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 5px #000000, inset 0 0 2px rgba(255, 255, 255, 0.95);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .services-header-list li span {
    font-size: 1.4em;
  }
}
@media (max-width: 600px) {
  .services-header-list li span {
    font-size: 1.4em;
  }
}

.wrap-entete.ar-intro-product {
  background-image: url("../img/sliderbg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 30px 0;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
.wrap-entete.ar-intro-product {
  border: none;
}
.wrap-entete.ar-intro-product h1 {
  font-size: 3.5em;
  font-weight: 300;
  font-family: "Muli", "Lato", sans-serif;
}
.wrap-entete.ar-intro-product .lead {
  font-weight: 300;
  font-size: 1.6em;
  line-height: 160%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.wrap-entete.ar-intro-product .btn-polygon {
  margin: 15px 0;
}
.wrap-entete.ar-intro-product .btn-polygon .btn {
  margin: 0 5px;
}

.wrap-access {
    background-color: #0E76BD;
    padding: 80px 0;
    color: #fff;
}

.wrap-access h2 {
    color:#6FCFF9;
}

.wrap-sync {
    background-color: #70A19E;
    padding: 80px 0;
    color: #fff;
}

.wrap-sync h2 {
    color:#023B58;
}

.wrap-share {
    background-color: #449BB6;
    padding: 80px 0;
    color: #fff;
}

.wrap-share h2 {
    color:#DFE0E1;
}

.wrap-secu {
    background-color: #10C0E7;
    padding: 60px 0;
    color: #fff;
}

.wrap-secu h2 {
    color:#044065;
}

.wrap-support {
    background-color: #006EAB;
    padding: 60px 0;
    color: #fff;
}

.wrap-support h2 {
    color:#EBEDEA;
}

/********************/

.content-box.mini-padding {
    padding: 15px 5px 15px 5px;
}

.pricing-table-content li.sub_header {
    border-bottom: 2px solid #deebf3;
    color: #333;
    font-weight: bold;
    padding-top: 15px;
}

.pricing-table-head {
    border-bottom: none;
}

.pricing-table-content.left{
    text-align: left;
}

.wrap-primary-color {
    padding: 10px 0;
    color: #fff;
}

.wrap-primary-color a {
    color: #ddd;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.color-black {
    color:#000;
}

.background-white {
    background-color: #fff;
}

.wrap-primary-bleuefonce {
    background-color: #015EAB;
}

.wrap-dark-color {
    color: #fff;
    background: #0795d2;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0795d2), color-stop(1, #0795d2));
    background: -ms-linear-gradient(bottom, #0795d2, #0795d2);
    background: -moz-linear-gradient(center bottom, #0795d2 0%, #0795d2 100%);
    background: -o-linear-gradient(#0795d2, #0795d2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0795d2', endColorstr='#0795d2', GradientType=0);
}

a.feature-icon {
    color: #fff;
    border-right: solid 1px #1f9fd6;
}

a.feature-icon.active {
    background-color: #057dc1;    
}

.feature-icon h4 {
    color: #fff;
}

.feature-icon:first-child {
    border-left: solid 1px #1f9fd6;
}

#assistance {
    background: #0f76bb;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f76bb), color-stop(1, #0f76bb));
    background: -ms-linear-gradient(bottom, #0f76bb, #0f76bb);
    background: -moz-linear-gradient(center bottom, #0f76bb 0%, #0f76bb 100%);
    background: -o-linear-gradient(#0f76bb, #0f76bb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f76bb', endColorstr='#0f76bb', GradientType=0);
    color: #ffffff;
    padding: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.titre-assistance {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.number-footer {
    font-size: 26px;
    font-weight: 600;
}

#assistance a {
    color:#fff;
}

#assistance a:hover {
    color: #0099da;
    text-decoration: none;
}

/* page fonctionnalites */
.media {
    margin-top: 40px;
}

.media-right, .media>.pull-right {
    padding-left: 30px;
}

.media-left, .media>.pull-left {
    padding-right: 30px;
}

.no-bold {
	font-weight: normal;
}

.color-blue {
  color: #0099da;
}
.color-blue2 {
  color: #4d7db3;
}
.color-blue3 {
  color: #6695e2;
}
.color-blue4 {
  color: #2366f0;
}
.color-blue5 {
  color: #38d3ff;
}
.color-green {
  color: #21ba91;
}
.color-green2 {
  color: #21ba49;
}
.color-green3 {
  color: #13e018;
}
.color-green4 {
  color: #5ebe1e;
}
.color-green5 {
  color: #0a9200;
}
.color-red {
  color: #e73c3c;
}
.color-red2 {
  color: #ae0000;
}
.color-red3 {
  color: #ed0742;
}
.color-fuchsia {
  color: #ff4c94;
}
.color-pink {
  color: #ff41e6;
}
.color-yellow {
  color: #f6dc00;
}
.color-yellow2 {
  color: #c5b319;
}
.color-orange {
  color: #ffb644;
}
.color-orange2 {
  color: #e97900;
}
.color-orange3 {
  color: #c37744;
}
.color-violet {
  color: #9f2cc0;
}
.color-violet2 {
  color: #9000ec;
}
.color-violet3 {
  color: #c64dff;
}
.color-gray {
  color: #808080;
}
.color-aqua {
  color: #29d7d5;
}
.color-white {
    color:#fff;
}

.pricing-table-head h2 {
    font-size: 1.8em;  
    padding: 20px 5px;
}



/*
Shopping Cart
*/

table.cart {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
    margin-bottom: 30px;
}
table.cart th {
    background-color: #666;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
    line-height: 26px;
    border-radius: 5px;
}
table.cart td {
    background-color: #FFF;
    border-bottom: 1px solid #EBEBEB;
    padding: 4px 15px;
}
table.cart tr.subtotal td {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EBEBEB;
    padding: 4px;
}
table.cart tr.subtotal:hover td {
    background-color: #F5F5F5;
}
table.cart tr.promotion td {
    background-color: #FFFFDA;
    border-bottom: 1px solid #EBEBEB;
    padding: 4px;
}
table.cart tr.promotion:hover td {
    background-color: #FFFFDA;
}
table.cart tr.total td {
    background-color: #E7FFDA;
    color: #339100;
    border-bottom: 0;
    font-weight: normal;
    padding: 4px;
}
table.cart tr.total:hover td {
    background-color: #E7FFDA;
}
table.cart tr.recurring td {
    background-color: #F1EFDC;
    border-bottom: 2px solid #666;
    font-weight: normal;
    padding: 4px;
}
table.cart tr.recurring:hover td {
    background-color: #F1EFDC;
}
table.cart tr:hover td {
    background-color: #EFF2F9;
}
table.cart th, table.datatable th a, table.datatable th a:visited {
    color: #FFF;
    text-decoration: none;
}
table.cart th a:hover {
    color: #FFF;
    text-decoration: underline;
}