/*
*
* Write you own css.
*
*/

body {
    background: #ebebeb !important;
}

.logo-img {
    text-align: center;
    margin-left: 50px;
    margin-bottom: 10px;
}

.logo-image {
    margin-top: 0px;
}


h1, .h1, h2, .h2, h3, .h3 {
     text-transform: uppercase !important;
}


/*menu*/
.navbar-fixed-top .navbar-default .navbar-nav > li > a {
    color: #333333;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 15px !important;
    border-top: 2px solid transparent;
    padding: 30px 15px 30px;
}


.navbar-default .navbar-nav > li > a {
    color: #333333;
    font-weight: 500;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 15px !important;
    border-top: 2px solid transparent;
    padding: 40px 15px 30px;

}



/*icon modules*/
h2.module-title.fa-globe:before {
    content: "\f0ac";
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 50px;
    position: relative;
    top: -10px;
    color: #ec1d25;
    text-align: center;
}



h2.module-title.fa-globe:after {
content: "";
    display: block;
    height: 5px;
    margin: 20px auto -3px;
    position: relative;
    width: 10%;
    background: #ec1d25;
    z-index: 1;}


.mod-header .module-title:after {
    content: "";
    background: #ececec;
    display: block;
    height: 1px;
    margin: 0;
    position: relative;
    width: 50%;
}


/*accueil features*/
.home .features {
    padding: 40px 0 !important;
}

.t3-spotlight.t3-features.row {
    padding: 0px 20px;
}


/*extension*/
.home .extensions {
    background: none;
    border-top: 0px solid rgba(0, 0, 0, 0.07);
    padding-top:0px !important;
}

.t3-spotlight.t3-extensions.row {
    padding: 0px 20px;
}

/*event-timer
.home .event-timer {
    padding: 30px 0 60px 0px;
    background: #222;
}*/

.customcall-to-action h3 {
    color: #fff !important;
    padding-bottom: 50px;

}

/*event-timer parallax*/
.home .event-timer {
    padding: 30px 0 60px 0px;
    background: #222;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: static;
    background: #f6f6f6 url(/images/parallax-fondation3.jpg);
}


/*header*/
.mass-head {
    padding: 50px 0;
    background-size: cover !important;
    position: relative;
}





/*titres*/

.titre {
    text-transform: uppercase;
    font-size: 36px;
    background: transparent;
    color: #333333;
    margin: 0 0 11px 0;
    padding: 0;
    text-align:center;
}

.titre:after {
content: "";
    display: block;
    height: 5px;
    margin: 20px auto -3px;
    position: relative;
    width: 10%;
    background: #ec1d25;
    z-index: 1;
}


/*bloc gris*/
.block-gray {
    background: #fafafa;
    padding: 40px 20px;

}


/*chronoform*/
.field {
    margin-bottom: 15px;
}

.multifield.grouped.fields .field {
    margin-bottom: 0px !important;
}


.ui.form .field > label {
    display: block;
    margin: 0 0 4.00000006px 0;
    color: rgba(0,0,0,.87);
    font-size: 1.2em !important;
    font-weight: normal !important;
    text-transform: none;

}


.ui.form .grouped.fields > label{
margin: 0 0 4.00000006px 0;
color: rgba(0,0,0,.87);
font-size: 1.2em !important;
font-weight: normal !important;
text-transform: none;
}


/*bloc rouge accueil*/

.t3-spotlight.t3-facts.row .module-ct {
    color: #fff;
}

.t3-spotlight.t3-facts.row .btn-donate {
    /*background: #333;*/
    background: #ec1d25;
}

.t3-spotlight.t3-facts.row .btn-donate:hover {
    /*background: #ebebeb;*/
color: #fafafa !important;
background: none !important;
border: 1px solid #ec1d25 !important;

}

.home .causes-wrapper {
    padding: 0px 0 !important;
}


/*bouton icone candidature*/
.feature-wrap:hover .icon-wrap span {
    color: #fafafa;
}


.t3-spotlight.t3-facts.row .btn-donate {
 border: 0px solid #333;    }



.t3-spotlight.t3-facts.row .btn-donate:hover {
    border: 0px solid #333;
    }


 .facts {
    background: #1d1d1d !important;
    border-bottom: 1px solid #434343 !important;
}