/* GENERAL */

body
{
    font-family: 'Lato', sans-serif;
}

h3,h4,h5,h6
{
    font-weight: bold;
}

h1,h2
{
    font-family: 'Permanent Marker', cursive;
}

img
{
    max-width: 100%;
    height: auto;
}

section
{
    padding: 45px 0 80px 0; 
}

section .heading
{
    text-align: center;
    padding-bottom: 40px;
}

.soustitre
{
    font-size: 1.2em;
}

.green-divider
{
    width: 100px;
    height: 2px;
    background: #5e7828; 
    margin: 30px auto ;
}

.white-divider
{
    width:100px;
    height: 2px;
    background: #fff;
    margin: 30px auto;
}

/* TRADUCTION */

#translation
{
    position: absolute; 
    z-index: 2;
    margin-left: 90%;
}

#translation ul
{
    display: inline-block;
    list-style:none;
    padding: 10px 0px 0px 0px ;
}

#translation li
{
    float: left;
    padding-right: 10px;
}

#translation li a:hover, .navbar li.active a
{
}

/* MENU */
.navbar
{
    position:absolute;
    z-index: 1;
    background: black;   
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    
}

.navbar .navbar-nav
{
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse
{
    text-align: center; 
}

.navbar li a
{
    color: #fff !important;
}

.navbar li a:hover, .navbar li.active a
{
    color: #5e7828 !important;
    background-color: #fff !important; 
}

.navbar-default .navbar-toogle
{
    border-style: none; 
}

.icon-bar 
{
    background-color: #fff !important; 
}

/* ABOUT */

#about
{
    padding-top: 100px;
    background: #5e7828; 
}

.profile-picture
{
    text-align: center;
    margin: 0 auto;
    float: none; 
}

#about .heading h1
{
    color: #fff; 
    text-transform: uppercase; 
}

#about .heading h3
{
    color: #000;  
}

#about .heading p
{
    color: white; 
    font-style: italic;
    padding-top: 50px; 
    text-transform: none; 
    font-size: 1.2em;
}

.button1
{
    font-weight: bold;
    font-style: italic; 
    color: white;
    border: 1px solid white;
    display: inline-block; 
    margin: 20px 10px 10px 10px;
    padding: 17px 50px; 
    border-radius: 3px; 
    transition: all 0.2s ease-in 0s; 
}

.button1:hover
{
    background: black;   
    color: #5e7828; 
    text-decoration: none; 
}


/* BREAD */

#bread
{
    background: #fff;
}

#bread .heading h2
{
    color: #5e7828; 
    text-transform: uppercase; 
}

#bread .heading p
{
    color: #5e7828; 
    font-style: italic;
    text-transform: none; 
}

#bread .text p
{
    color: #333; 
    font-weight: bold;
    text-align: center;
    text-transform: none; 
}

#bread .progress
{
    height: 100%;
    margin: 30px 20px;
    backface-visibility: #f0f9dc;
}

#bread .progress-bar
{
    background: #5e7828; 
}

#bread .progress h5
{
    text-shadow: 1px 1px 1px #000; 
}


/* STORY */

#story
{
    background: #5e7828; 
}

#story .heading h2
{
    color: #fff; 
}

#story .heading p
{
    color: #fff; 
    font-style: italic;
    text-transform: none; 
}

.timeline
{
    padding: 30px 10px;
    position: relative;
}

.timeline:before
{
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #333;
    left: 50%;
    margin-left: -2.5px;
}

.timeline > li
{
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
}

.timeline > li:after
{
    clear: both;
}

.timeline > li:before, .timeline > li:after
{
    content: " ";
    display: table;
}

.timeline li .timeline-badge
{
    color: #5e7828;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #eee;
    border-radius: 50%;
}

.timeline-panel-container
{
    width: 50%;
    float: left;
}

.timeline-panel-container-inverted
{
    width: 50%;
    float: right;
}

.timeline-panel
{
    width: 90%;
    float: right;
    margin-right: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 7px;
    padding: 20px 25px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0, 0.175);
    background: #fff;
}

.timeline-panel-container-inverted .timeline-panel
{
    float: left;
    margin-left: 40px;
}

.timeline-panel:after
{
    position:absolute;
    top: 27px;
    right: -14px;
    display:inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline-panel-container-inverted .timeline-panel:after
{
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-heading h3
{
    margin-top: 5px;
    font-size: 20px;
}

.timeline h4
{
    color: #5e7828;
}

/* LOOK */

#look
{
    background: #fff;
}

#look .heading h2
{
    color: #5e7828;
}

#look .heading p
{
    color: #5e7828; 
    font-style: italic;
    text-transform: none; 
}

.look-block
{
    width:80%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    background: #f0f9dc;
    border-radius: 10px;
    border: 2px solid #4a6a19;
    margin-bottom: 20px;

}
.look-block h5
{
    color: #888;
    font-size: 15px;
    margin-bottom: 15px;
}

.look-block .glyphicon
{
    font-size: 40px;
}

.look-block h3
{
     color: #5e7828;
}

.look-block h4
{
   margin-bottom: 20px;
}

.look-block .green-divider
{
    margin-bottom: 20px;
}

iframe
{
    border: none;
}
/* BOOK */

#book 
{
    background: #5e7828; 
}

#book .heading h2
{
    color: #fff; 
}

#book .heading p
{
    color: #fff; 
    font-style: italic;
    text-transform: none; 
}

#book .row p
{
    color: #fff;
    text-align: center;
}

#book.thumbnail img
{
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscae(100%); 
}

#book.thumbnail img:hover
{
    filter: none; 
    -webkit-filter: none; 
}

/* FRIENDS */

#friends
{
    background: #fff;
}

#friends .heading h2
{
    color: #5e7828;
}

#friends .heading p
{
    color: #5e7828; 
    font-style: italic;
    text-transform: none; 
}

.carousel-control.left, .carousel-control.right
{
    background-image: none;
    color: #5e7828;
}

.carousel-indicators
{
    bottom: 0px;
}

.carousel-indicators li
{
    border-color: #5e7828;
}

.carousel-indicators li.active
{
    background-color: #5e7828;
}


#myCarousel .item
{
    padding: 40px 20px;
}

#myCarousel .item h3
{
    color: #5e7828; 
    font-style: italic;
    font-size: 1.2em;
}

.carousel-inner a
{
    color: #5e7828; 
}


/* CONTACT */
#rsn
{
    background: black;
    padding: 20px 0 40p;
    align-items: center;
}

#rsn img {
	max-width: 30px;
	height: auto;
    padding: 2px;
}

#rsn .email
{
    align-items: center;
    color: #fff;
    font-weight: normal; 
}


#rsn a
{
    color: #fff !important;
}
#rsn a:hover, a:active
{
    color: #5e7828 !important;
}

#rsn .glyphicon
{
    font-size: 25px;
    margin: 20px;
    color: #5e7828;
    height: 30px;
}

#rsn .glyphicon:hover
{
    font-size: 30px;
}