/*!
 Jazzlegends css
 */
.traduire   {
    background-color:#FDF405;
}      
section#pro, section#about, section#coeur {
	background-attachment: scroll;
	background-image: url(../img/img-fond2.jpg);
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

section#mon-contact {
	margin-bottom: 200px;
	margin-top: 200px;
}

body	{
	color: #603407;
}
a {
	color: #E16511;
}
a:hover, a:focus, a:active, a.active {
	text-decoration: underline;
	color: #E16511;
}

/*couleurs menu*/
.navbar-default .navbar-brand {
    color: #E16511; /*Accueil*/
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #E16511;
}
.navbar-default .navbar-brand:hover	{
	color: #603407;
}
.navbar-default .nav li a {
    color: #E16511; /*menus*/
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a:active {
    color: #603407;
}
.navbar-default .navbar-nav>.active>a {
    color: #E16511;
    background-color: #ebb25a/*#fed136*/;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #E16511;
    background-color: #ebb25a/*#fec503*/;
}
.navbar-default.navbar-shrink {
	background-color: #85ccd6; /*couleur barre de menu*/
	background-image: url(../img/img-fond3.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.text-muted	{
	color: #E16511;
}
.text-muted.proche {
	line-height: 100%;
}
#portfolio .portfolio-item .portfolio-caption {
    background-color: rgba(131, 205, 214, 0.7);
}

/*coups de coeur*******************************************************************************/

#coeur .coeur-item {
    right: 0;
    margin: 0 0 15px;
}

#coeur .coeur-item .coeur-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#coeur .coeur-item .coeur-link .coeur-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    /*background: rgba(80, 186, 202,.6);*/
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#coeur .coeur-item .coeur-link .coeur-hover:hover {
    opacity: 1;
}

#coeur .coeur-item .coeur-link .coeur-hover .coeur-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#coeur .coeur-item .coeur-link .coeur-hover .coeur-hover-content i {
    margin-top: -12px;
}

#coeur .coeur-item .coeur-link .coeur-hover .coeur-hover-content h3,
#coeur .coeur-item .coeur-link .coeur-hover .coeur-hover-content h4 {
    margin: 0;
}

#coeur .coeur-item .coeur-caption {
   /* margin: 0 auto;*/
    margin-top: 12px; 
    padding: 25px;
    max-width: 400px;
    text-align: center;
    border-radius: 50%;
    background-image: url(../img/img-fond.jpg);
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: left top;
    
}

#coeur .coeur-item .coeur-caption h4 {
    margin: 0;
    text-transform: none;
}

#coeur .coeur-item .coeur-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#coeur * {
    z-index: 2;
}

@media(min-width:767px) {
    #coeur .coeur-item {
        margin: 0 0 30px;
    }
}
/*coups de coeur Modal
.coeur-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coeur-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.coeur-modal .modal-content p {
    margin-bottom: 30px;
}

.coeur-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.coeur-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.coeur-modal .modal-content img {
    margin-bottom: 30px;
}

.coeur-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.coeur-modal .close-modal:hover {
    opacity: .3;
}

.coeur-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.coeur-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.coeur-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
*/


/*fin coups de coeur*****************************************************************************/

.glyphicon.glyphicon-heart {
    font-size: 65px;
    color: #E16511;
}

.timeline > li .timeline-image {
    background-color: rgba(131, 205, 214, 0.55);
    border: 6px solid #EBB25A;
    /*border-radius: 100%;*/
    color: #603407;
}
/*couleur fotorama caption*/
.fotorama__caption {
	color: #E16511;
	font-style: italic;
}
/*toggle*/
.navbar-default .navbar-toggle {
    background-color: #E16511;
    border-color: #fed136;
}
/*nav tabs*/
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
.nav-tabs>li>a:hover {
	border-color: #279BB7 /*top*/ #279BB7/*right left*/ transparent/*bottom*/;
	background-color: #EBB25A;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgba(131, 205, 214, 0.7);
    border-color: #279BB7 /*top*/ #279BB7/*right left*/ transparent/*bottom*/;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #E36535;
    cursor: default;
}
/*portfolio*/
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
     background: rgba(235, 178, 90, .9)/*rgba(254,209,54,.9)*/;
}

/*portfolio modal*/
.modal-content {
	background-image: url(../img/img-fond.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;		
}
.btn-primary {
    background-color: #EBB25A;
    border-color: #EBB25A;
    color: #E16511;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #EBB25A;
    color: #603407;
    background-color: #EBB25A;
}
/*gallery*/
.gallery {
	list-style-type: none;
	cursor: pointer;
}
/*vidéos*
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}
.videowrapper iframe, 
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}/