/* ===========================

Style pour site final

============================== */


/** Import CSS **/

@import url("percentagebar.css");

/* --------------- Reset Styles --------------- */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #666666;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #d0c8cd;
    text-decoration: none;
}
a:hover,
a:focus,
.btn:focus {
    font-weight: 700;
    outline: none;
    color: #9b3423;
}
input:focus,
textarea:focus {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}
h1 {
    font-size: 72px;
    line-height: 82px;
}
h2 {
    font-size: 48px;
    line-height: 60px;
}
h3 {
    font-size: 32px;
    line-height: 45px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height: 25px;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
ol {
    padding-left: 0 !important;
}
li {
    list-style: none;
}

/* --------------- Common Classes --------------- */

.center {
    text-align: center;
}
.left {
    text-align: left;
}
.justify {
    text-align: justify;
}
.strong {
    font-weight: 700;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.floatnone {
    float: none;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.container {
    position: relative;
    z-index: 10;
}
.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.animated {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.section-title {
    margin-bottom: 4px;
}
.section-title h3,
.section-title h4 {
    color: #F4F4F4;
    border-top: 1px solid;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 0;
    padding: 8px 0;
}
.section-overlay {
    background: rgba(0, 0, 0, .7) !important;
    z-index: 5;
}

/* --------------- Pre Loader Styles --------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 10050;
}
.loading-circle {
    position: absolute;
    left: 49%;
    top: 49%;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border-top: 2px solid #7F8C8D;
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid #7F8C8D;
    border-left: 2px solid rgba(0, 0, 0, 0);
}

/* =============== HTML element styles =============== */


/* --------------- Button Styles --------------- */

.button-line {
    background: transparent;
    display: inline-block;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid;
    margin: 10px;
    overflow: visible;
}
.no-text .icon {
    margin: 0;
}
.btn .icon {
    margin-left: 13px;
}
.button-white {
    border-color: #fff;
    color: #fff;
}
.button-white:hover {
    border-color: #fff;
    color: #fff;
}

/* ================ Header Section ================ */

.header-section {
    position: relative;
}

/* --------------- Main Navigation Styles --------------- */

.sticky-bar-wrap {
    position: fixed;
    width: 100%;
    z-index: 1025;
}
.sticky-section {
    width: 100%;
    height: 80px;
    z-index: 1025;
    transition: all .3s ease-in;
    background: rgba(0, 0, 0, .15);
}
.nav-bg {
    background: rgba(0, 0, 0, .6);
}
.site-name {
    color: #fff;
    font-family: 'Bangers', cursive;
    font-size: 24px;
    padding: 8px 15px;
    letter-spacing: 1px;
}
.site-name span {
    color: #fff;
    padding: 0 13px;
    font-weight: 400;
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 3px;
    font-size: 28px;
    line-height: 35px;
}
.nav-hold {
    left: 0;
    right: 0;
    top: 0;
    padding-top: 13px;
    z-index: 1025;
}
ul.nav > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus {
    color: #FFFFFF !important;
    background: #9b3423;
}
li.current a {
    color: #F4F4F4;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #9b3423;
}
.navbar-toggle .icon-bar {
    background: #ffffff;
}

/* --------------- Home section --------------- */

.section-home {
    position: relative;
}
.home {
    min-height: 750px;
}
.well-come {
    position: relative;
    font-size: 50px;
    line-height: 62px;
    margin-top: 230px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}
.well-come:after {
    position: absolute;
    content: "";
    width: 220px;
    height: 1px;
    background-color: #FFF;
    bottom: -16px;
    left: calc(50% - 110px);
}
.well-come2 {
    position: relative;
    font-size: 30px;
    line-height: 62px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
}
.intro-message {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}

/* ================ Section Présentation ================ */

#section-presentation {
    position: relative;
    background-color: #0D0610;
    color: #8F9B9B;
    font-weight: 500;
}
.container.presentation {
    padding-top: 120px;
    padding-bottom: 72px;
}
.container.presentation-img {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.service {
    padding-bottom: 48px;
}
.presentation-img {
    width: 80%;
}
.service-desc {
    display: table;
}
.service-desc h4 {
    margin-top: 0;
}

/* ================ Services Section ================ */

#section-services {
    position: relative;
    background-color: #333333;
    color: #e5e5e5;
}
.container.services {
    padding-top: 120px;
    padding-bottom: 72px;
}
.service {
    padding-bottom: 48px;
}
.service-icon {
    float: left;
    width: 30%;
}
.service-desc {
    display: table;
}
.service-desc h4 {
    margin-top: 0;
}
.service-panel {
    background: #5f6b79;
    padding: 5px;
}

/* ================ Subscribe Section ================ */

#section-subscribe {
    position: relative;
    background: #454545;
    color: #FFFFFF;
}
.container.subscribe {
    padding-top: 120px;
    padding-bottom: 120px;
}
.subscription-success,
.subscription-failed {
    display: none;
    color: #e5e5e5;
}
.subscribe h2 {
    margin-bottom: 30px;
}
#subscription-form {
    overflow: hidden;
    width: 100%;
}
#mc-embedded-subscribe-form .select-cat {
    display: block;
    height: 55px;
    padding-left: 20px;
    width: 480px;
    color: #F4F4F4;
    background: transparent url(/images/select-arrow-open.png) 98% center no-repeat;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: auto;
    margin-bottom: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#mc-embedded-subscribe-form .input-email {
    display: block;
    height: 55px;
    padding-left: 20px;
    width: 480px;
    color: #F4F4F4;
    background: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: auto;
    margin-bottom: 14px;
}

/* ================ Section contact ================ */

#section-contact {
    position: relative;
    background-color: #31708F;
    color: #FFFFFF;
}
.container.contact {
    padding-top: 120px;
    padding-bottom: 72px;
}

/* ================ Section Bénévolat ================ */

#section-livredor {
    position: relative;
    background-color: #1e4609;
    color: #FFF;
    font-weight: 400;
}

/* ================ Section Bénévolat ================ */

#section-benevolat {
    position: relative;
    background-color: #0D0610;
    color: #8F9B9B;
}

/* ================ Features Section ================ */

#section-resultats {
    background-color: #464343;
}
#section-equipes {
    background-color: #4e5964;
}
#section-portofolio {
    background-color: #08223b;
}
#section-partenaires {
    background-color: #53324e;
    color: white;
}
#resultats {
    background-color: #727272;
    color: #1a0a0a;
}
.container.features {
    padding-top: 132px;
    padding-bottom: 190px;
}
.baraja-container {
    width: 250px;
    height: 400px;
}
.baraja-container .single-feature {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.single-feature .feature-title {
    margin-top: 18px;
}
.single-feature .feature-text {
    line-height: 1.5;
    padding: 0 10px;
    margin-bottom: 16px;
}
.baraja-container .single-feature:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    -o-box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
    box-shadow: 0px 0px 10px rgba(110, 110, 110, 0.5);
}
.single-feature .feature-image {}
.features-control {
    margin: auto;
    margin-bottom: 100px;
    width: 253px;
    z-index: 1020;
}
.control-icon {
    position: absolute;
    top: 0;
    padding: 5px 15px;
    font-size: 20px;
    height: 46px;
}
.feature-link a {
    color: #fff;
    font-weight: 400;
}
.feature-link a i {
    font-weight: 300;
}
.features-control #feature-prev {
    left: 0px;
}
.features-control #feature-expand {
    left: 60px;
}
.features-control #feature-close {
    left: 120px;
}
.features-control #feature-next {
    left: 180px;
}

/* ================ Reglement Section ================ */

#section-reglement {
    background: #f9f9f9;
    color: #666;
}
.container.reglement {
    padding-top: 120px;
    padding-bottom: 120px;
}
.reglement .section-title h3 {
    color: #666;
}
.single-reglement {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    height: 650px;
}
.reglement-head {
    overflow: hidden;
    padding: 24px 0;
}
.best-reglement .reglement-head {
    background: #333;
}
.best-reglement .price h3 {
    color: #e5e5e5;
}
.reglement-heading {
    margin-top: 0;
    margin-bottom: 0;
}
.single-reglement .price h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 38px;
}
.single-reglement .price .dollar {
    font-size: 20px;
    vertical-align: super;
    font-weight: normal;
}
.single-reglement .price .month {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #959292;
}
.single-reglement .package-features {
    margin-bottom: 15px;
}
.single-reglement .package-features li:first-child {
    border-top: 1px solid #EEE;
}
.single-reglement .package-features li {
    margin: 0px;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #EEE;
    color: #666;
}
.single-reglement .package-features li span {
    margin-right: 8px;
}
.single-reglement .sign-up {
    padding-bottom: 15px;
}

/* ================ ScreenShots Section ================ */

#section-screenshots {
    background-color: #333333;
    color: #e5e5e5;
}
.container.screenshots {
    padding-top: 120px;
    padding-bottom: 96px;
}
#portfolio-loader {
    display: none;
    position: relative;
    min-height: 700px;
}
.porfolio-container {
    position: relative;
}
.screenshot {
    margin-bottom: 32px;
    padding: 4px;
    border: 1px solid #444;
    border-radius: 4px;
}
.photo-box {
    position: relative;
    overflow: hidden;
}
.photo-box img {
    width: 100%;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear
}
.photo-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}
.photo-overlay h4 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px;
    margin-top: 30px;
}
.photo-zoom:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    border-style: none solid solid none;
    border-width: 0 130px 130px 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    -moz-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -ms-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -o-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -webkit-transform: rotate(-90deg) translatex(-40px) translatey(40px);
    transform: rotate(-90deg) translatex(-40px) translatey(40px);
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in
}
.photo-zoom a {
    color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    -moz-transform: translatex(40px) translatey(40px);
    -ms-transform: translatex(40px) translatey(40px);
    -o-transform: translatex(40px) translatey(40px);
    -webkit-transform: translatex(40px) translatey(40px);
    transform: translatex(40px) translatey(40px)
}
.photo-zoom a:hover {
    color: #ccc;
}

/* ------------- ScreenShots hover effect style ------------- */

.screenshot:hover .photo-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}
.screenshot:hover .photo-box img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}
.screenshot:hover .photo-zoom:before {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: rotate(-90deg) translatex(0) translatey(0);
    -ms-transform: rotate(-90deg) translatex(0) translatey(0);
    -o-transform: rotate(-90deg) translatex(0) translatey(0);
    -webkit-transform: rotate(-90deg) translatex(0) translatey(0);
    transform: rotate(-90deg) translatex(0) translatey(0)
}
.screenshot:hover .photo-zoom a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-transform: translatex(0) translatey(0);
    -ms-transform: translatex(0) translatey(0);
    -o-transform: translatex(0) translatey(0);
    -webkit-transform: translatex(0) translatey(0);
    transform: translatex(0) translatey(0)
}

/* ------------- Single Project ------------- */

#portfolio-load {
    display: none;
    position: relative;
    left: 105%;
    min-height: 400px;
}
.backToProject {}
.back-button {
    display: none;
}
.project-details h5,
.project-info h5 {
    display: inline-block;
    margin-top: 0;
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    padding-top: 15px;
}
.project-details .details-list {}
.project-details .details-list li {
    color: #e5e5e5;
    margin-bottom: 4px;
}
.project-details .details-list li i {
    margin-right: 7px;
}
.project-details .details-list li .strong {
    margin-right: 8px;
}

/* ================ Footer Section ================ */

#section-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #333;
    color: #e5e5e5;
}
.footer-title {
    display: inline-block;
    margin-bottom: 40px;
    text-transform: none;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul li a {
    margin-left: 10px;
    font-size: 28px;
    color: #9D9D9D;
    font-weight: normal;
    text-shadow: none;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.copyright {
    padding-top: 15px;
}

/** Countdown Timer **/

#countdowncont {
    width: 100%;
    margin: 0 0 20px 0;
}
#countdowncont ul#countdown li {
    float: left;
    width: 25%;
    margin: 0;
    list-style-type: none;
}
#countdowncont ul#countdown li span {
    font-size: 60px;
    font-weight: 300;
    color: #FFF;
    line-height: 60px;
}
#countdowncont ul#countdown li p {
    color: #1ABC9C;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
}

/** Responsive Magic **/

@media screen and (max-width: 768px) {
    #countdowncont ul#countdown li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .img-logo {
        max-width: 30%;
        height: auto;
    }
    #mc-embedded-subscribe-form .input-email,
    #mc-embedded-subscribe-form .select-cat {
        width: 90%;
    }
}

/** Iframe Google Sheet Résultats **/

.sheet-resultat {
    width: 100%;
    height: 800px;
}

/** Panels **/


/* Collapse
---------------------------------- */

.panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
    right: 15px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
}
.panel-heading a.collapsed:after {
    content: "\f196";
}
.panel-title a i {
    padding-right: 10px;
    font-size: 20px;
}

/* Image flip
---------------------------------- */

.flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-container,
.front,
.back {
    width: 200px;
    height: 305px;
}
.flip-container img {
    vertical-align: middle;
    margin-left: 10%;
}
.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    z-index: 2;
}
.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Tableau fiche équipe */

.th_fiche {
    font-weight: bold;
    background-color: #9b3423;
    color: #f3ebeb;
    text-align: center;
}
#table_fiche th {
    font-weight: bold;
    text-align: center;
}
#table_fiche td {
    text-align: center;
}
.th_fiche_terrain {
    font-weight: bold;
    text-align: center;
}
.th_fiche_score {
    font-weight: bold;
    text-align: center;
}

/* Gallery Photo */


}
.thumbnail {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #444;
}
.thumbnail img {
    opacity: .75;
}
.thumbnail img:hover {
    opacity: 1;
}
.gallery {
    color: #fff;
}
.gallery h2 {
    font-family: 'Yesteryear', arial, helvetica, sans;
    color: #eee;
    text-align: center;
    margin-bottom: 15px;
    font-size: 4.5em;
    font-weight: 200;
    line-height: 1.65em;
    border-bottom: 1px solid #000;
    text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.76);
}

/* Panneau mise à jour */
.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    /* IE 9 */
    
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    
    -webkit-transform: rotate(360deg);
    /* Safari and Chrome */
    
    transform: rotate(360deg);
}
.offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}
.offer:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: rotate scale(1.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.offer span {
    font-size: 2.5em;
    text-align: center;
}
.shape {
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.offer-radius {
    border-radius: 7px;
}
.offer-danger {
    border-color: #d9534f;
}
.offer-danger .shape {
    border-color: transparent #d9534f transparent transparent;
}
.offer-success {
    border-color: #5cb85c;
}
.offer-success .shape {
    border-color: transparent #5cb85c transparent transparent;
}
.offer-default {
    border-color: #999999;
}
.offer-default .shape {
    border-color: transparent #999999 transparent transparent;
}
.offer-primary {
    border-color: #428bca;
}
.offer-primary .shape {
    border-color: transparent #428bca transparent transparent;
}
.offer-info {
    border-color: #5bc0de;
}
.offer-info .shape {
    border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {
    border-color: #f0ad4e;
}
.offer-warning .shape {
    border-color: transparent #f0ad4e transparent transparent;
}
.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -40px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg);
    /* IE 9 */
    
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    
    -webkit-transform: rotate(30deg);
    /* Safari and Chrome */
    
    transform: rotate(30deg);
}
.offer-content {
    padding: 0 20px 10px;
}

/* Livre Or */
.quote {
    padding-top: 10px;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
}
.quote .text {
    font-family: 'Handlee', cursive;
    background-color: #39111C;
    border-radius: 6px 6px 0 0;
    font-size: 1em;
    font-weight: 200;
    padding: 10px;
    text-align: left;
}
.quote p {
    margin-bottom: 0px
}
.quote .quote-author {
    background-color: #259FF5;
    border-radius: 0 0 0 0;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 15px 0px;
    text-align: right;
}
.quote .quote-company {
    background-color: #F5F5F5;
    color: #0a0909;
    font-style: italic;
    font-size: 1em;
    padding: 0 10px;
    text-align: right;
}
