@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
/*************************
*******Typography******
**************************/

@font-face {
    font-family: 'margot';
    src: url('../font/Margot-Regular.ttf') format('ttf'),
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
}

.textcenter {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

h2 {
    text-align: center;
    color: #b4448f;
    margin-bottom: 10px;
    font-size: 20px;
}

#header > div.top-bar > div > div > div.wow.fadeInDown.animated > div > div > h2 {
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 16px;
}

a {
    font-weight: bold;
    color: #73921e;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

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

.textright {
    text-align: right;
}

body > section {
    padding: 30px 0;
}

.sticky {
    position: fixed;
    top: 0;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
/*************************
*******Header******
**************************/

.slogan h1 {
    color: #525252;
    font-size: 2.3em;
    text-align: center;
    font-family: 'margot', Arial, serif;
    text-shadow: 2px 2px 4px #999;
}

@media (min-width: 767px) {
    .navbar-nav.nav-justified > li {
        float: none;
    }
}
/* customize nav style */
/*************************
*******Menur******
**************************/

#nav {
    width: 100%;
    background: #434343
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index: 10;
    -webkit-transition: all .6s ease-in-out;
}

#nav li a {
    color: #ececec;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

#nav li:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d15fbf), color-stop(1, #b4448f));
    background: -moz-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -webkit-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -o-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -ms-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: linear-gradient(to bottom, #d15fbf 5%, #b4448f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d15fbf', endColorstr='#b4448f', GradientType=0);
    background-color: #d15fbf;
}

#menu_deroulant i {
    color: #ddd;
}

li {
    vertical-align: middle;
}

#menu_deroulant {
    text-align: center;
    cursor: pointer;
}
/**** bouton deroulant menu 2**/

.bouton-menu {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d15fbf), color-stop(1, #b4448f));
    background: -moz-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -webkit-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -o-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: -ms-linear-gradient(top, #d15fbf 5%, #b4448f 100%);
    background: linear-gradient(to bottom, #d15fbf 5%, #b4448f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d15fbf', endColorstr='#b4448f', GradientType=0);
    background-color: #d15fbf;
    cursor: pointer;
    color: #ffffff;
}

.bouton-menu:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b4448f), color-stop(1, #d15fbf));
    background: -moz-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: -webkit-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: -o-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: -ms-linear-gradient(top, #b4448f 5%, #d15fbf 100%);
    background: linear-gradient(to bottom, #b4448f 5%, #d15fbf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b4448f', endColorstr='#d15fbf', GradientType=0);
    background-color: #b4448f;
}

.bouton-menu:active {
    position: relative;
    top: 1px;
}
/****************************************
********* banniere dans le contenue******
****************************************/

#banniere {
    background-color: #E8F5E9;
}

#banniere h1 {
    text-align: center;
    font-size: 25px;
}

#banniere p {
    text-align: center;
    font-size: 19px;
}
/**********************
********* image *******
***********************/
/* premette de la centre verticalement */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
/***********************
********* Footer ******
************************/

#gplus {
    margin-bottom: 10px;
    color: #fff;
}
span.A8.RZa{
color: #fff;
}
.footer_principal {
    font-size: 1.3em;
    font-style: normal;
}

#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
    font-size: 0.8em;
    font-style: italic;
    border-top: 5px solid #b4448f;
}

#footer a {
    color: #fff;
}