/* Fonts */

/* Raleway */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,100,500,600,700,800);

@font-face {
    font-family: HelveticaLT-Light;
    src: url(\fonts\HelveticaLTStd-Light.otf) format('truetype');
}

html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
}

section {
    background-size: cover;
}

/*::selection {
    color: white;
}*/

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #cb2a2f;
}

/* Page Animated item Styles */

.animated {
    visibility: hidden;
}

    .animated a {
        -moz-min-width: 200px;
        -ms-min-width: 200px;
        -o-min-width: 200px;
        -webkit-min-width: 200px;
        min-width: 200px;
    }

.visible {
    visibility: visible;
}

/* Background Animation */

@-webkit-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 9600px 0px;
    }
}

@-moz-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 9600px 0px;
    }
}

@-ms-keyframes BackgroundAnimation {
    from {
        background-position: 0px 0px;
    }

    to {
        background-position: 9600px 0px;
    }
}

/* North First Styles */

/* Containers */

.container {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}



.inner {
    width: 100%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 45px 0;
}

    .inner:after,
    .inner:before {
        clear: both;
    }

.five {
    width: 20%;
}

.boxed {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    height: auto;
}

.round {
    border-radius: 100%;
}

.round2 {
    border-radius: 85%;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.fullscreen {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.transparent {
    background: transparent !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.padding20 {
    padding-left: 30px;
    padding-right: 30px;
}

.paddingbottom {
    padding-bottom: 20px;
}

.paddingtop {
    padding-top: 15px !important;
}

.noMargingTop {
    margin-top: 0px !important;
}
/* Positions and Floats */

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed !important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.z-1 {
    z-index: 1;
}

/* Patterns */

.pattern-white:before {
    background: url(../images/pattern-white.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pattern-black:before {
    background: url(../images/pattern-black.png) repeat;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/* Parallax Backgrounds */

body.parallax .parallax,
body.parallax .parallax1,
body.parallax .parallax2,
body.parallax .parallax3,
body.parallax .parallax4,
body.parallax .parallax5,
body.parallax .parallax6,
body.parallax .parallax7,
body.parallax .parallax8,
body.parallax .parallax9,
body.parallax .parallax10,
body.parallax .parallax11,
body.parallax .parallax12 {
    background-attachment: fixed;
    background-size: cover;
}

/* Font Classes */

.oswald {
    font-family: 'Oswald', 'sans-serif';
}

.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.flower {
    font-family: 'Indie Flower', cursive;
}

.helvetica-light {
    /*font-family: HelveticaLT-Light, sans-serif !important;*/
    /*font-family: HelveticaLT-Light, sans-serif;*/
}

/* Headers, Texts */

.header {
    width: auto;
    height: auto;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
}

.mini-header {
    font-size: 40px;
}

.header-strips-one {
    width: 70px;
    height: 1px;
    position: relative;
    margin: 20px auto 19px;
    border-top: 1px solid #d0d0d0;
}

.header-strips-two {
    width: 70px;
    height: 5px;
    position: relative;
    margin: 20px auto;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.strip-fullwidth {
    width: 100%;
    height: 1px;
    position: relative;
    margin: 10px auto;
    border-top: 1px solid #d0d0d0;
}

.description {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin: 0 auto;
    max-width: 950px;
    padding: 0;
}

    .description.uppercase {
        font-size: 15px;
    }

.blocked {
    display: inline-block;
    padding: 3px 7px;
    color: white;
}

/* Text Aligns */

.t-left {
    text-align: left !important;
}

.t-center {
    text-align: center !important;
}

.t-right {
    text-align: right !important;
}

.t-justify {
    text-align: justify !important;
}

/* Font Weights, Styles */

.extrabold {
    font-weight: 800;
}

.bold {
    font-weight: 700;
}

.semibold {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}

.light {
    font-weight: 100;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

/* Text Colors */

.dark {
    color: #3e3e3e;
}

.dark20 {
    color: #3e3e3e;
    font-size: 18px;
}

.dark40 {
    font-size: 40px;
}

.red {
    color: #cb2a2f;
}

.white {
    color: white;
}

.white20 {
    color: white;
    font-size: 18px;
}

.gray {
    color: #b2b2b2;
}

.gray-tone {
    color: #919191;
}

.t-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.b-shadow {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}

.bigger {
    font-size: 45px;
}

/* Background Colors */

.white-bg {
    background-color: white !important;
}

.gray-bg {
    background-color: #fdfdfd !important;
}

.black-bg {
    background-color: #1f1f1f !important;
}

.glass-bg {
    background-color: rgba(255,255,255,0.1);
}

.gris-moyen-bg {
    background-color: #7E8285 !important;
}

.gris-pale-bg {
    background-color: #AFB3B6 !important;
}

.gris-logo-bg {
    background-color: #C9CACC !important;
}

.gris-fonce-bg {
    background-color: #232122 !important;
}


.soft-white-bg,
.soft-black-bg {
    position: relative;
}

    .soft-white-bg:before {
        background-color: rgba(255,255,255, 0.95);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
    }

    .soft-black-bg:before {
        background-color: rgba(0,0,0, 0.6);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: '';
    }

/*.active-dark {
    background-color: #303030;
}*/

/* Borders */

.border-1px {
    border: 1px solid;
}

.border-2px {
    border: 2px solid;
}

    .border-1px + .border-1px,
    .border-2px + .border-2px {
        border-top: transparent;
    }

.soft-border {
    border-color: #f1f1f1;
}

.gray-border {
    border-color: gray;
}

.white-border {
    border-color: white !important;
}

/* Mobile Background Image For Video Backgrounds */

.mobile-bg {
    position: relative;
}

    .mobile-bg:after {
        width: 100%;
        height: 100%;
        position: absolute;
        content: '';
        display: block;
        background-image: url(../images/mobile-bg.jpg);
        background-size: cover;
    }

.b-scroll {
    background-attachment: scroll !important;
}

/* Listing */

ul.list-horizontal {
    padding: 0;
    margin: 0;
}

    ul.list-horizontal li {
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
    }

        ul.list-horizontal li i {
            font-size: 12px;
        }

/* Page Loader */

#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 99999;
}

.loader-item h2 {
    color: #ccc;
    margin: 0 auto;
    font-size: 20px;
}

.outter {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 60px;
    height: 60px;
    border-radius: 80px 0 0 80px;
    border-left: solid 5px;
    -webkit-animation: rotate 1.3s linear 0 infinite normal;
    -moz-animation: rotate 1.3s linear 0s infinite normal;
    -o-animation: rotate 1.3s linear 0 infinite normal;
    -ms-animation: rotate 1.3s linear 0 infinite normal;
    animation: rotate 1.3s linear 0 infinite normal;
}

.mid {
    top: 15px;
    left: 15px;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50px 0 0 50px;
    border-left: solid 4px;
    -webkit-animation: rotate 3.3s linear 0 infinite normal;
    -moz-animation: rotate 3.3s linear 0s infinite normal;
    -o-animation: rotate 3.3s linear 0 infinite normal;
    -ms-animation: rotate 3.3s linear 0 infinite normal;
    animation: rotate 3.3s linear 0 infinite normal;
}

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

    to {
        -webkit-transform: rotate(360deg);
    }
}

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

    to {
        -moz-transform: rotate(360deg);
    }
}

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

    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

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

    to {
        transform: rotate(360deg);
    }
}


/* End North Main Styles */

/* Navigation Section */

#navigation {
    width: 100%;
    height: 75px;
    top: 0;
    padding: 0;
    margin: 0;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

#navigation-sticky {
    width: 100%;
    height: 92px;
    top: 0;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
    line-height: 100%;
}

/* Dark Nav Color */

.dark-nav .nav-menu {
    color: #3C500A;
}

/* Navigation Logo */

.nav-inner .logo {
    width: auto;
    height: auto;
    position: relative;
    left: 0;
    top: 50%;
    float: left;
    /*vertical-align:middle;
  display:inline-block;
  line-height:normal;*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .nav-inner .logo a img {
        max-height: 82px;
    }

/* Navigation */

.nav-menu {
    float: right;
    height: 100%;
}

    .nav-menu ul {
        height: 100%;
    }

        .nav-menu ul li {
            float: left;
            height: 100%;
        }

            .nav-menu ul li a {
                height: 100%;
                line-height: 75px;
                color: #FFF000;
                font-size: 15px;
                font-weight: inherit;
                padding-left: 19px;
                padding-right: 19px;
                cursor: pointer;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

        /* DropDown Menu */

        .nav-menu ul.dropdown-menu {
            background-color: inherit;
            height: auto;
            margin: 0;
            box-shadow: none;
            border-radius: 0;
            border-top: 2px solid;
            border-left: transparent !important;
            border-bottom: transparent !important;
            border-right: transparent !important;
            padding: 0;
        }

            .nav-menu ul.dropdown-menu li {
                float: none;
                width: 100%;
            }

                .nav-menu ul.dropdown-menu li a {
                    font-size: 14px;
                    line-height: 16px;
                    padding: 15px 19px;
                    font-weight: 500;
                    display: block;
                    color: #e1e1e1;
                }

/*/* White Navigation, Coming From Top */

/*.first-nav.white-nav {
    background-color: rgba(255,255,255, 0.1);
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);
}

    .first-nav.white-nav .nav-menu {
        color: #fff;
    }

        .second-nav.white-nav .nav-menu,
        .first-nav.white-nav .nav-menu ul.dropdown-menu li a {
            color: #3e3e3e;
        }*/

/*.white-nav .nav-menu ul.dropdown-menu li a {
    color: inherit;
}

.second-nav.white-nav,
.white-nav .nav-menu ul.dropdown-menu {
    background-color: rgba(255,255,255, 0.95);
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.1);*/
}

*/
/*.first-nav.white-nav .nav-inner .nav-menu ul li a:hover {
    background-color: rgba(255,255,255, 0.1);
}*/
/*.second-nav.white-nav .nav-inner .nav-menu ul li a:hover {
    background-color: #f8f8f8;
}

.second-nav.white-nav .nav-inner .nav-menu ul li.active a,
.white-nav .nav-menu ul.dropdown-menu li a:hover,
.white-nav .nav-menu ul.dropdown-menu li.active a {
    background-color: #f8f8f8;
}*/
/* White Navigation, For Sticky */
/*#navigation-sticky.white-nav {
    background: rgba(255,255,255,0.95);
}*/
/* White Navigation, Coming From Top */
.nav-from-top {
    top: -75px !important;
}

.second-nav {
    top: 0 !important;
}

/* Mboile Nav Button */

.mobile-nav-button {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    right: 15px;
    top: 50%;
    text-align: right;
    font-size: 25px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .mobile-nav-button:hover,
    .mobile-nav-button:active {
        color: #1f1f1f;
    }

/* Home V1 */

#home {
    z-index: 6;
}



/* Footer */

footer.footer {
    padding: 20px;
}

footer img {
    width: 170px;
    height: auto;
}

footer p, footer a {
    font-size: 11px;
    margin: 15px auto 15px;
    color: #767676;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Back To Top Button */

#back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    bottom: 20px;
    z-index: 1000;
}

    #back-top a {
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(25,25,25,0.2);
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-size: 18px;
        line-height: 50px;
        border-radius: 8px;
    }

        #back-top a:hover {
            background-color: rgba(25,25,25,1);
            opacity: 1;
            color: white;
        }



.noBorder {
    border: 0 !important;
}


@media only screen and (min-width: 1000px) and (max-width: 1185px) {
}

@media only screen and (max-width: 1175px) {
}


@media only screen and (max-width: 1045px) {
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 630px) {
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 400px) {
}


/* FCL*/
.sectionImage {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

#navigation-sticky.dark-nav {
    background-color: #3C500A !important;
    font-weight: 600;
    -ms-opacity: 1;
    opacity: 1;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.navbar-brand {
    height: 92px;
    padding: 5px;
}
empreint 
.active a, .nav li a:hover, .nav li a:active {
    color: white !important;
}

.is-sticky {
    left: 0; /* fix sur mobile quand on scroll la page */
}

.langue {
    position: absolute;
    top: 10px;
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 20px;
    z-index: 99;
}

    .langue a {
        color: #FFF000;
    }

        .langue a:hover {
            color: white;
        }

/*.langue a:hover {
            color: #FF2822;
        }*/

.colored {
    color: #FFF000 !important;
}

#texteAccueil {
    margin: 50px;
    font-size: 40px;
    font-weight: 500;
}

body {
    color: #A0A000;
}

/*::selection {
    background-color: #3C500A !important;
}*/

#projet {
    margin-bottom: 30px;
}

#photoFondatrice {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#projet .row {
    margin: 0;
}

.projetColonneGauche {
    padding-left: 50px;
    padding-right: 25px;
    text-align: justify;
}

.projetColonneDroite {
    padding-left: 25px;
    padding-right: 50px;
    text-align: justify;
}

#don h2, #entrepriseDon h2, #contact h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

#contact h3 {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    margin-top: 0;
}

#contact a {
    color: #3C500A;
    font-weight: 600;
}

.contact_logo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.innerText {
    width: 70%;
    height: auto;
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 45px 0;
}

    .innerText:after,
    .innerText:before {
        clear: both;
    }


.footer {
    background-color: #3C500A;
}

    .footer a {
        color: #A0A000;
    }

        .footer a:hover {
            color: white !important;
        }

@media only screen and (max-width: 480px) {
    #texteAccueil {
        font-size: 30px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .site_logo {
        position: relative;
        margin: auto;
        width: 80%;
        top: 15px;
    }
            #navigation-sticky.dark-nav {
        max-width: 480px;
    }
}

@media only screen and (max-width: 640px) {
    #texteAccueil {
        font-size: 32px;
        margin-left: 40px;
        margin-right: 40px;
    }

    #don h2, #entrepriseDon h2, #contact h2 {
        font-size: 16px;
    }

    #contact h3 {
        font-size: 16px;
    }

    h1 {
        font-size: 26px;
    }
        #navigation-sticky.dark-nav {
        max-width: 640px;
    }
}

@media only screen and (max-width: 767px) {
    .projetColonneGauche {
        padding-left: 50px;
        padding-right: 50px;
        text-align: justify;
    }

    .projetColonneDroite {
        padding-left: 50px;
        padding-right: 50px;
        text-align: justify;
    }
}

@media only screen and (max-width: 768px) {
    #navigation-sticky.dark-nav {
        max-width: 768px;
    }
}

@media only screen and (max-width: 1000px) {
    .nav-menu ul li a {
        color: #FFF000 !important;
    }

    .langue {
        right: 0;
        padding-right: 15px;
        width: 100%;
    }
}

@media only screen and (max-width: 1175px) {

    .langue {
        /*right: 20px !important;*/
        width: 100%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1185px) {
    .langue {
        right: 20px;
    }
}
