/*  =============================================  *
 *  =============================================  *
 *  Document    : main.css                         *
 *  Created on  : 25 février 2014                  *
 *  Author      : Breith Barbot                    *
 *  Description : General Style Sheets             *
 *  =============================================  *
 *  =============================================  */
.highlight {
    color: #17abff;
}

#page { width: 100%; }

#loader {
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
}

#circler {
    position: absolute;
    height: 35px;
    width: 35px;
    top: 45%;
    border: 3px solid #dddddd;
    border-radius: 100%;
    -webkit-animation: rotation 1s infinite linear;
    -moz-animation: rotation 1s infinite linear;
    -o-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
}

#circler:before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    height: 100%;
    width: 100%;
    border-top: 3px solid #17abff;
    border-left: 3px solid #17abff;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #17abff;
    border-radius: 35px;
    height: 35px;
    width: 35px;
}

@-webkit-keyframes rotation {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes rotation {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(359deg); }
}

@-o-keyframes rotation {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(359deg); }
}

@keyframes rotation {
    from { transform: rotate(0deg); }
    to { transform: rotate(359deg); }
}

#loader-text {
    position: absolute;
    top: 60%;
    font-size: 30px;
    left: 0;
    right: 0;
    margin: auto;
}

/*  =============================================  *
 1. TYPHOGRAPHY
 *  =============================================  */
h1 {
    /*text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.60);*/
    color: #333333; /* #cd1a6e */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

h2, .h2 {
    font-size: 20px;
}

/* pantone 2013 : #00aff0 / hover #00baff */
/* pantone 2014 : #ae89bc / hover #ba92c9 */

a, a:active, a:visited {
    color: #9dc6ce; /* #a20025; rouge /* #2a6496;*/
}

a:hover, a:focus {
    color: #c6e2e7;
    text-decoration: none;
}

p { font-size: 14px; font-weight: 500 !important; }

.text-white { color: #ffffff; }

.text-bold { font-weight: bold; }

/*  =============================================  *
  2. GLOBAL LAYOUT & CLASSES
 *  =============================================  */
body {
    font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    /*overflow: hidden;*/
}

.fa {
    width: 50px;
}

hr {
    border-top: 1px solid #cccccc;
}

#footer > div > p {
    font-size: 25px;
}

img {
    max-width: 100%;
    /* border-radius: 5px; */
}

img.centre { display: inline-block; }

.padding50 { padding-top: 50px; padding-bottom: 50px; }

.padding30 { padding-top: 30px; padding-bottom: 30px; }

.bb-section {
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.carousel-control {
    z-index: 10;
}

.bb-section header {
    margin-bottom: 50px;
}

.bb-section header .title {
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.bb-section header .title h2 {
    font-weight: 800;
    margin-bottom: 40px;
}

.bb-section header .line {
    position: relative;
    padding-top: 3px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 20px 0 0 0;
    text-align: center;
}

.bb-section header .line i {
    position: absolute;
    top: -10px;
    width: 40px;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #cccccc;
    margin: 0 auto !important;
    padding: 0 5px;
    font-size: 20px;
    font-family: helvetica;
}

.bb-section.grey-container {
    background: #f8f8f8;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.bb-section.grey-container header .line i {
    background: #f8f8f8;
}

.bb-section p.caption {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.bb-section .columns {
    margin-bottom: 30px;
}

.bb-section .box {
    position: relative;
    border-radius: 5px;
    margin-bottom: 25px;
}

.bb-section .box a.box-icon {
    position: absolute;
    background: #17abff;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
    color: #ffffff;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.icon-effect {
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    -ms-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.icon-effect:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 0 2px #ffffff;
    opacity: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
}

.icon-effect:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.media-container {
    width: 100%;
    /* position: relative; */
    color: #ffffff;
    text-align: center;
    background: #000000;
    overflow: hidden;
}

#footer {
    padding: 30px 0;
    background: #1e2028;
    color: #ffffff;
    text-align: center;
    font-family: Helvetica, Arial;
}

#footer a i {
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#footer i:hover {
    background: #17abff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 995px) {

    .bb-portfolio #portfolio-grid .item {
        min-width: 50%;
        max-width: 50%;
    }

}

@media (max-width: 480px) {

    .columns {
        margin-bottom: 30px;
    }

    #map .address {
        width: 300px;
    }

    .bb-portfolio #portfolio-grid .item {
        min-width: 100%;
        max-width: 100%;
    }

    .bb-contact .map .address {
        width: 320px;
    }
}

/*
@media (min-width: 768px) {
     
}
*/

/*  styles communs pour le bloc grande image + bloc publicité */

@media screen and (max-width: 768px) {
    #pub { height: auto; margin-top: 175px; }

    #pub-conteneur { height: auto; }

    /*.bb-image {max-height: 400px; /* margin-top:240px; }*/
    #slider { max-height: 180px; }

    /*
    #page:nth-child(2) { 
        margin-top: 160px;
    } 
    */
}

@media screen and (min-width: 768px) {
    #pub { margin-top: 180px; }

    /*.bb-image {max-height: 400px; margin-top:240px; }*/
    /*
    #page:nth-child(2) { 
        margin-top: 160px;
    } 
    */
}

@media screen and (min-width: 992px) {
    #pub { margin-top: 240px; }

    /*.bb-image {max-height: 400px; margin-top:240px; }*/
    /*
    #page:nth-child(2) { 
        margin-top: 160px;
    } 
    */

}

@media screen and (min-width: 1200px) {
    #pub { margin-top: 163px; }

    /*.bb-image {max-height: 520px; margin-top:163px; }*/
    /*
    #page:nth-child(2) {
        margin-top: 160px;
    }
    */
}

/*icone pour le menu*/
.icon-bar + .icon-bar {
    margin-top: 4px;
}

span.icon-bar {
    background-color: #ffffff;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    margin-bottom: 6px;
}

span.icon-bar:last-of-type {
    margin-bottom: 0px;
}

/* Alignement du menu */
#pre-menu {
    margin-top: 11px;
}

/* page partenaire */

.div_partenaire {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.fb-like {
    top: -5px;
    left: -13px;
}

#toTop {
    display: none;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background: url(../img/totop.png) 0 top no-repeat;
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 999;
}

#toTop:hover { background-position: 0 -55px }

#toTop:active, #toTop:focus { outline: 0 }

.btn-primary {
    color: #ffffff;
    background-color: #9dc6ce;
    border: none;
    border-radius: 0px;
}

.btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #ffffff;
    background-color: #8fb5bc;
    border: none;
}

.btn-light {
    color: #8fb5bc;
    background: none;
    border: 1px solid #9dc6ce;
    border-radius: 0px;
}

.btn-light-inv {
    color: #ffffff;
    background: #9dc6ce;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

.btn-suppr {
    color: #a90329;
    background: none;
    border: none;
}

.btn-suppr:hover {
    color: #ffffff;
    background: #a90329;
    border: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent !important;
    border-color: #9dc6ce;
}


#accueil-image {
    display: none;
}

#acceuil-video {
    display: block;
}

@media screen and (max-width: 991px) {
    #toTop {
        display: none !important;
    }

    #accueil-image {
        display: block;
    }

    #acceuil-video {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .padding50 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* page solutions.php */

.pricing-tables {
    padding: 20px; }

.pricing-tables h1 {
    font-size: 48px; }

.pricing-tables .plan.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

.pricing-tables .plan.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

.pricing-tables .plan.recommended {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }

.pricing-tables .plan.recommended .head {
    margin-bottom: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3 {
    padding-left: 0;
    padding-right: 0; }

.pricing-tables.attached .plan {
    border-radius: 0; }

.pricing-tables.attached .plan .head {
    border-radius: 0; }

.pricing-tables.attached .plan.recommended {
    border-radius: 4px; }

.pricing-tables.attached .plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }

.pricing-tables.attached .plan.last {
    border-bottom-right-radius: 4px; }

.pricing-tables.attached .plan.last .head {
    border-top-right-radius: 4px; }

.pricing-tables.attached .plan.first {
    border-bottom-left-radius: 4px; }

.pricing-tables.attached .plan.first .head {
    border-top-left-radius: 4px; }

.plan {
    box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
    min-height: 100px;
    background: #ffffff;
    border-radius: 4px;
    margin: 20px 0;
    padding-bottom: 25px;
    text-align: center; }

.plan .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 12px 16px;
    background: #1c1c1c;
    color: #ffffff; }

.plan .head h1, .plan .head h2, .plan .head h3 {
    padding: 0;
    margin: 0;
    font-weight: 100; }

.plan .price {
    border-top: 1px solid #eeeeee;
    margin: 0 auto 30px auto;
    width: 80%; }

.plan .price h3 {
    font-size: 40px;
    vertical-align: top;
    line-height: 1; }

.plan .price h3 span.symbol {
    font-size: 25px;
    vertical-align: top;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block; }

.plan .price h3 span.mensuel {
    font-size: 25px;
    vertical-align: bottom;
    position: relative;
    margin: 6px 0 0 -7px;
    display: inline-block; }

.plan .price h4 {
    color: #aaaaaa;
    font-size: 14px; }

.plan .btn {
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500; }

.plan ul {
    list-style-type: none;
    padding: 20px;
    margin-top: 2px; }

.plan ul li {
    line-height: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400; }

.plan ul li a {
    text-decoration: underline;
    color: #e6e9ed; }

.plan ul li:last-child {
    border-bottom: none; }

.plan ul strong {
    font-weight: 700; }

.plan.recommended {
    margin-top: 6px;
    box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
    position: relative;
    z-index: 99;
    border-radius: 4px; }

.plan.recommended .head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #171717; }

.plan.recommended .btn {
    margin-bottom: 10px; }
