@font-face {
    font-family: 'chocolate_covered_raindropsMd';
    src: url('../fonts/chocolate_covered_raindrops-webfont.eot');
    src: url('../fonts/chocolate_covered_raindrops-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/chocolate_covered_raindrops-webfont.woff') format('woff'),
        url('../fonts/chocolate_covered_raindrops-webfont.ttf') format('truetype'),
        url('../fonts/chocolate_covered_raindrops-webfont.svg#chocolate_covered_raindropsMd') format('svg');
    font-weight: normal;
    font-style: normal;


}

/*******************************************************************************
conteneur
Le conteneur général du site
*******************************************************************************/
#conteneur {
    width:90%;
    margin:0px auto 0px auto;
    -moz-box-shadow: 10px 10px 30px 0px #656565;
    -webkit-box-shadow: 10px 10px 30px 0px #656565;
    -o-box-shadow: 10px 10px 30px 0px #656565;
    box-shadow: 10px 10px 30px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=30);
    -moz-border-radius:  0  0 20px 20px;
    -webkit-border-radius:  0  0 20px 20px;
    border-radius: 0  0 20px 20px;
    padding:0 0px 10px 0px;
    position:relative;
    top:0;
}

/*******************************************************************************
header
*******************************************************************************/
header {
    margin:0;
    min-height:110px;
    position:fixed;
    background-color: #f7f7f7;
    width:90%;
    z-index:999;   
}
#banner{
    background: url("/css/banner.png") bottom left no-repeat transparent;
    height:110px;
    min-height:110px;
    position:relative;
}

/*Titre de la page*/
#page_title {
    border:none;
    position:absolute;
    left:380px;
    top:0px;
    margin-top:10px;
}
#page_title  h1{
    border:none;
    background: url("/css/logo_gray.png") center left no-repeat transparent;
    margin:0;
    padding:0;
    padding-left:40px;
    height:40px;
    line-height:40px;
    font-size:40px;
    color:#333333;
    text-align:left;
}
#page_title  h1 .subtitle{
    display:block;
    height:30px;
    line-height:30px;
    font-size:25px;
    padding-left:20px;
    color:#691E18;
}
header img.logo {
    position: absolute;
    right: -40px;
    top: 15px;
}

#head_news_cont {
    position: absolute;
    right: 75px;
    top:5px;
    background-color: rgba(247,247,247,0.6);
    padding:0 4px

}
#head_news_cont a, #head_news_cont a:visited, #head_news_cont a:focus, #head_news_cont a:hover {
    color:#999999;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}
#head_news_cont a .actu-date {
    color:#691E18;
    padding-right:4px
}

#headcontent {
    background: url("/img/bg-banner.png") top left no-repeat #f7f7f7;
    min-height:110px;
    margin-left:200px;
}
#headbrand {
    position:absolute;
    top:30px;
    right:10px;
}


/*******************************************************************************
menu
*******************************************************************************/
#menu .navbar-inner{
    background:url("/img/bg-navmenu.png") bottom left repeat-x #ffffff;
    border:none;
    padding-bottom:15px;
}
#menu .nav > li > a, #menu .nav > li > a:active, #menu .nav > li > a:focus, #menu .nav > li > a:visited, #menu .nav > li > a:link  {
    color:#555555;
    text-shadow: 2px 2px 4px rgba(85, 85, 85, 0.75)    ;
    font-size: 20px;
}
#menu .nav > .active > a,#menu  .nav > .active > a:hover,  .nav > .active > a:focus {
    color:#691E18!important;
    background-color:transparent;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

}
#menu.navbar .nav > li > a {
    padding: 10px 10px 10px;
}
#menu.navbar{
    margin-bottom:0px;
}
#menu .nav > li > a:hover  {
    color:#333333;
}

.navbar .brand{
    display:none;
}

.navbar .btn-navbar, .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #691e18;
    background-color: #eeeeee;
}
.navbar .btn-navbar hr{
    color: #333333;
    margin:0px;
    padding:0;
}
/*******************************************************************************
wrap
*******************************************************************************/
#wrap {
    padding:171px 20px 0 30px
}
/*******************************************************************************
Contenu
*******************************************************************************/
#contenu {
    margin-left:320px;
    padding:5px 10px 0 0px;
}

/*******************************************************************************
Menu de gauche
*******************************************************************************/
#sidebar, #actus-liste {
    position :fixed;
    width:300px;
    top:201px;
    bottom:auto;
}
#sidebar.absolute, #actus-liste.absolute {
    position :absolute;
    width:300px;
    top:auto;
    bottom:70px
}


.left-content {
    border : 1px solid #494150;
    -moz-box-shadow: 8px 8px 10px 0px #494150;
    -webkit-box-shadow: 8px 8px 10px 0px #494150;
    -o-box-shadow: 8px 8px 10px 0px #494150;
    box-shadow: 8px 8px 10px 0px #494150;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#494150, Direction=134, Strength=10);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-family: chocolate_covered_raindropsMd,Arial, Helvetica, sans-serif;
    font-size:30px;
    color:#691E18;
    margin:0;
    background-color: rgba(255,255,255,0.9);
}
.left-content li i {
    font-size:20px;
}

.left-content h4.left-content-head-title {
    border-radius: 16px 16px 0 0;
}
.left-content h4 {
    text-transform:uppercase;
    font-weight:bold;
    font-size:40px;
    background-color:#494150;
    color:#ffffff;
    padding:10px;
    margin:0;
    text-align:center;
}
.left-content ul {
    padding:10px  10px 0 10px;
    list-style-type: none;
}
.left-content li {
    padding:0 0 10px 0;
}

.left-content a , .left-content a:visited{
    color:#691E18;
}
.left-content a:hover{
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-decoration:none;
}

/*******************************************************************************
Pied de pages
*******************************************************************************/
footer {
    width:95%;
    margin:10px auto 0 auto;
    padding:0;
    border-radius: 20px;
    background : #691e18;
    color : #ffffff;
    text-align:center;
    font-weight:bold;
    font-size:0.8em;

}
#wrap footer p {
    text-align:center;
    padding:0;
    margin:0;
    text-transform: uppercase;
}
footer a, footer a:visited, footer a:hover {
    text-decoration: none;
    color:#ffffff;
}
footer a:hover {
    text-decoration: underline;
}

/*******************************************************************************
Mise en forme générale
*******************************************************************************/
.texte p {
    text-align: justify;
}
img.left {
    float:left;
    margin-right:10px;
}
img.right {
    float:right;
    margin-left:10px;
}
.lettrine {
    color:#691E18;
    text-transform: uppercase;
}
.hand-write{
    color:#631F1E;
    font-family: 'chocolate_covered_raindropsMd';
    font-size:1.8em;
}
.hand-write i{
    font-size:0.6em;
}

a.rss-sub {
    background:url('/css/rss.png') center left no-repeat transparent;
    display:block;
    height:40px;
    line-height: 40px;
    padding-left:20px;
    color:#333333;

}
.tooltip-inner {
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size:14px;
}
blockquote.blockquote-title{
    margin:30px 0 0 0;
}

#wrap blockquote.blockquote-title:first-child {
    margin: 0px 0 0 0;
}
.js-only {
    display:none;
}

#wrap p {
    text-align: justify;
}

#wrap blockquote.pull-right p,  #wrap blockquote.pull-right small {
    text-align: right;
}
#wrap .text-center {
    text-align: center;
}

h2.titre-page, h4.titre-page {
    line-height: 20px;
    font-size: 20px;
    color: #691e18;
}
.row-highlight {
    padding:20px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#691e18+0,000000+100&amp;0.65+0,0+100 */
    background: -moz-linear-gradient(-45deg,  rgba(105,30,24,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(105,30,24,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(105,30,24,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(105,30,24,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(105,30,24,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(105,30,24,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6691e18', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#contenu ul.nav-tabs {
    margin-bottom: 10px;
}

#contenu .nav-tabs > li > a,#contenu  .nav-pills > li > a {
    padding-left: 3px;
    padding-right:12px;
}

.highlight-bloc {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px solid #e5e5e5;
    background-color: #f7f7f7;
    padding: 10px;
    text-align: center;
}


.social{
    text-align: right;
    height:20px;
    line-height: 16px;
    min-width:300px;
    float:right;
}
.highlight-bloc.social {
    padding:5px 0;
}
.social-btn {

    width:85px;
    margin-left:10px;
    height:16px;
}
/******************************************************************************
Formulaire
*******************************************************************************/
.control-label-large{
    width:250px!important;
}
.help-inline a {
    color:inherit;
    font-size:1.3em;
}
.help-inline a:hover {
    text-decoration: none;
}
.control-group.required label {
    font-weight: bold;
}






/******************************************************************************
Contact
*******************************************************************************/
.prestation {
    padding-left:20px;
}

/******************************************************************************
Contact
*******************************************************************************/
#qr_contact {
    display:block;
    width: 220px;
    margin: 30px 20px 0px 20px;
}
#contenu.liens{
    margin-left: 0;
}
#contenu.liens ul{
    list-style-type: none;
}
form#contact div.control-group:after{
    content:normal;
}
#contact #message {
    width: 90%;
    min-width: 206px;
}
.btn-visit{
    margin-top: 30px;
}

.aj-updating {
    background: url('/img/ajl_blue20.gif') left center no-repeat transparent;
    padding-left:23px!important;
    color:#999999;
    line-height: 22px!important;
}
input.error {
    background: url('/img/error20.png') left center no-repeat transparent;
    padding-left:23px!important;
    color:#691E18;
    line-height: 22px!important;
}


#img_acc{
    width:40%;
}


.qr_block {
    display:block;
    min-height:184px;
    position:relative;
    border : 2px solid #333333;
    padding:5px;
    margin:10px 10px 0 10px;
}

.qr_block .qr_img {
    float:left;
    height:170px;
    margin:5px
}

.qr_block .qr_title {
    color:#671e1b;
    font-size:20px;
    line-height:30px;
    height:30px;
    font-weight:bold;
}
.qr_block .qr_title i {
    font-size:30px;
}

.qr_block .qr_info {
    color:#333333;
    font-style: italic;
    font-size:10px;
    line-height: 12px;
}

.qr_block .qr_info i{
    font-size:40px;
}

.affiche-concours {
    max-height:300px;
}




.sponsors {
    text-align: center;
}
.sponsors .logo {
    display:block;
    width:90%;
    margin:20px auto;
}

.thumbnail.concours .caption{
    margin: 0 20%;
}

.ttc:after{
    content:' €';
}
@media (max-width: 768px)  {
    .sponsors .logo {
        display:inline;
        width:auto;
        height:20px;
        margin:5px 10px;
    }
    .thumbnail.concours .caption{
        margin: 0 2%;
    }
}
