
body {
    font-family: 'Source Sans Pro', sans-serif;
    background: none repeat scroll 0 0 #ffffff;
    border-top: 10px solid #f39610;
    text-align: center;
}
.page { position: relative; width: 100%; margin: 0 auto; padding: 0; text-align: left;  }

.header {}
.main { padding: 1.5em 0; }
.footer { clear: both; padding: 1.5em 0 0; border-top: 2px solid; }

.wrapper { clear: both; float: left; width: 70%; overflow: hidden; }
.content { min-height: 350px; }
.aside { float: right; width: 25%; overflow: hidden; }

a:hover {
    color: #F38C10;
    text-decoration: underline;
}
a {
    color: #f39610;
}
#bloc_cookies{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #EDEDED;
    z-index: 99999;
}
.breadcrumb a,
.list-group a{
    color:#f39610 !important;
}
.breadcrumb a:hover,
.list-group a:hover{
    color:#F38C10 !important;
}
.chapo{
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
}
.titre_rubrique{
    font-weight: 900;
}
#fil-ariane,
.breadcrumb{
    /*background:#e5e4e4;*/
    background:transparent;
}
.elem_parallax .jumbotron::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    transition: all 300ms ease;
}
.elem_parallax:hover .jumbotron::before {
    background: rgba(0,0,0,.7);
}

.elem_parallax .jumbotron .container-fluid {
    z-index: 2;
    position: relative;
}

.elem_parallax .jumbotron .btn-outline-light{
    letter-spacing: 4px;

}


.icon-box {
    margin: 2px;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    color: #4e5c63;
    cursor: pointer;
}
.icon-box i{
    transition: all 300ms ease;
}
#facebook i:hover {
    color: #2d4373;
}
#twitter i:hover {
    color: #00aced;
}
#linkedin i:hover {
    color: #007bb6;;
}
#googleplus i:hover {
    color: #c23321;
}
.mairie_eff h3{
    text-transform: uppercase;
    font-weight: 700;
}
.mairie_eff {
    line-height: normal;
}
#actualites .card-deck .card {
    min-width: 350px;
}
#documents .card-deck .card {
    min-width: 350px !important;
}
#documents .card-deck .card-mag{
    min-width: 180px !important;
    max-width: 180px !important;
}
#documents .card-deck .card-mag .card-title{
    font-size: 15px;
    font-weight: 600;
    color:#f39610;
}
#documents .card-deck .card-mag{
    color:#f39610;
    text-decoration: none;
}
#documents .card-deck .card-mag:hover{
    color:#FFFFFF;
    background:#F39610;
}
#documents .card-deck .card-mag:hover .card-title{
    color:#FFFFFF;
}
#links  .card-deck .card {
    min-width: auto !important;
    border-color: #FFFFFF;
}
#links  .card-deck .card:hover {
    background-color: #FFFFFF !important;
}

.videos .card-deck .card .card-title{
    font-size: 15px;
    font-weight: 600;
    color:#f39610;
}
.videos .card-deck .card img{
    transform: scale(1);
    transition: all 300ms ease;
}
.videos .card-deck .card:hover img{
    transform: scale(1.1);
}

.videos .card-deck .card{
    color:#f39610;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms ease;
}

.videos .card-deck .card:hover{
    color:#FFFFFF;
    background:#F39610;
}
.videos .card-deck .card:hover .card-title{
    color:#FFFFFF;
}
.play_ico{
    position:absolute;
    z-index:5;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 0;
    transition: all 300ms ease;
}

.card:hover .play_ico{
    -webkit-transform: translate(-50%,-50%) scale(1.5);
    -ms-transform: translate(-50%,-50%) scale(1.5);
    transform: translate(-50%,-50%) scale(1.5);
    opacity: 1;
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.card-mag .card-img-top {
    overflow:hidden;
}
.card-mag .card-img-top img{
    transform: scale(1);
    transition: all 300ms ease;
}
.card-mag:hover .card-img-top img{
    transform: scale(1.1);
}
.nav-item{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.bg-orange {
    background-color: #f39610 !important;
}
.bg-orange2 {
    background-color: #F5AA3F !important;
}
.badge-orange{
    color: #fff !important;
    background-color: #f39610 !important;
}
.btn-orange{
    color: #FFFFFF;
    background-color: #f39610;
    border-color: #f39610;
}
.btn-outline-orange {
    color: #f39610;
    background-color: transparent;
    background-image: none;
    border-color: #f39610;
}
.text-orange{
    color: #F38C10 !important;
}
.btn-orange:hover,
.btn-outline-orange:hover {
    color: #FFFFFF;
    background-color: #F38C10;
    border-color: #F38C10;
}
@media (min-width: 768px) {
    .navbar-brand{
        position: absolute !important;
    }
}
.navbar-brand svg{
    max-width:135px !important;
}
#actualites{
    background: #e5e4e4;
}
#actualites .card,
#agenda .card,
#agenda .event{
    text-decoration: none;
    color:#000000;
    position: relative;
    overflow:hidden;
    cursor: pointer;
}
#actualites img,
#agenda img{
    transition: all 300ms ease;
}
#actualites .card:before,
#agenda .card:before,
#agenda .event:before{
    content: "";
    background-color: rgb(244,151,18,0);
    transition: all 300ms ease;
    position: absolute;
    top:0;left:0;
    width: 100%;
    height: 100%;
    z-index:2;
}



h1{
    text-transform: uppercase;
    font-weight:300;
}
h2{
    color: #f39610;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
#actualites h5{
    font-weight: 700;
}
#actualites .card:hover img,
#agenda .card:hover img{
    transform:scale(1.2);
}
#actualites .card:hover:before,
#agenda .card:hover:before,
#agenda .event:hover:before{
    background-color:rgb(244,151,18,0.85);
}
#actualites .card .btn,
#agenda .event .btn{
    position:absolute;
    top: -15%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
    transition: all 300ms ease;
    text-transform: uppercase;
}
#actualites .badge {
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
}
#actualites .card:hover .btn,
#agenda .event:hover .btn{
    top: 50%;
}
#agenda .card{
    background-color:#f6f6f6;
    color:#5d5d5c;
    text-decoration: none;
}
#agenda .card-header{
    background-color:#f39610;
    color:#FFFFFF;
}
#agenda .jour{
    font-size: 30px;
    display: block;
    font-weight: 700;
    line-height: 22px;
}
#agenda .mois{
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
#pied{
    background-color:#6d6e71;
    font-weight:100;
}
#pied .spip_url{
    color:#ADADAD;
}
#pied .card{
    max-width:250px !important;
}
#pied .bloctel{
    font-weight:500;
}
#footer{

}

#header{
    margin: 0 auto;
    width: 1100px;
    position: relative;
    height: 50px;
}
#menu{
    margin-left: 190px;
    padding: 16px
}
#menu li{
    float: left;
    font-size: 13px;
    letter-spacing: 1px;
    list-style-type: none;
    margin: 0px;
    text-transform: uppercase;
}
#menu li a{
    color: #535353;
    padding:20px;
    position: relative;
}
#barreBottom{
    background: #f5ab40;
    position: absolute;
    top:-5px;
    left:0;
    width:100%;
}
#menu li a:hover{
    color: #FFFFFF;
    background: #f39610;
}

.logo{
    position: absolute;
    z-index: 1000;
}
.introduction-navigation{
    background: none repeat scroll 0 0 #535353;
    display: block;
    margin: 0 auto;
    width: 1100px;
}
.introduction-navigation li{
    float: left;
    height: 115px;
    position: relative;
    width: 366px;
}
#navigation .nav-link{
    transition: all 300ms ease;
}
#navigation .nav-link:hover{
    background-color: #f39610 !important;
    color: #FFFFFF !important;
}
#introduction-bloc{
    background:none repeat scroll 0 0 #535353;
}
#introduction-bloc .custom-item{
    color: #ffffff;
    height: 78%;
    left: 0;
    letter-spacing: 1px;
    padding: 4%;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 92%;
    font-size: 20px;
}
#introduction-bloc span{
    display: block;
    padding: 5px 0;
}
#introduction-bloc a img{
    border: 5px solid #ffffff;
    float: left;
    margin-right: 15px;
}
.content-introduction{
    position: absolute;
    width:100%;
    height:100%;
}
.bloc-center{
    margin: 20px auto;
    width: 1100px;
    position:relative;
}
.mobile-title{
    display: none;
}
.content-introduction h1{
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    letter-spacing: 1px;
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
    float: right;
}
.content-introduction #citation{
    font-family: Georgia;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 60px;
    padding-bottom: 40px;
    padding-top: 25px;
    position: relative;
    text-align: center;
}
.content-introduction #citation .begin_quote{
    font-size: 100px;
    left: 0;
    position: absolute;
    top: 0;
}
.content-introduction #citation .end_quote{
    bottom: 0;
    font-size: 100px;
    position: absolute;
    right: 0;
}
.content-introduction ul li{
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    display: inline-block;
    float: right;
    font-size: 15px;
    margin: 5px;
    padding: 5px;
    text-align: right;
    text-transform: uppercase;
}
.content-texte{
    color: #756259;
    float: left;
    font-size: 13px;
    margin-top: 15px;
    padding-right: 36px;
    width: 330px;
}
.content-texte .en_savoir_plus{
    color:#756259;
    display: block;
}
.services .en_savoir_plus{
    color: #ffffff;
    height: 78%;
    left: 0;
    letter-spacing: 1px;
    padding: 4%;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 92%;
    font-size: 20px;
}
.content-introduction .plus{
    font-size: 180px;
    font-weight: bold;
    height: 117px;
    margin-bottom: 35px;
    margin-top: -45px;
    text-align: right;
}
#demarches .content-introduction h1{
    color:#FFFFFF;
    background: none repeat scroll 0 0 #f39610;
    float: none;
}
#demarches .content-introduction ul li{
    float: none;
}
#demarches .content-texte{
    color:#000000;
}
.services ul li{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #aaaaaa;
    clear: none;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 340px;
    margin: 22px;
    padding: 0;
    text-align: center;
    text-transform: none;
    width: 320px;
    position: relative;
}
.services ul li:hover h2{
    background: none repeat scroll 0 0 #f39610;
}
.services ul li:hover{
    border: 1px solid #535353;
}
.services .spip li{
    list-style-type: circle;
    width: auto !important;
    height: auto !important;
    background: none;
    border: 0;
    padding: 0;
    margin:0;
    float: none;
}
.services h2{
    background: none repeat scroll 0 0 #adadad;
    color: #ffffff;
    margin-top: 20px;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 300px;
}
.services p{
    font-size: 14px;
    padding: 20px;
    text-align: left;
}
.services .en_savoir_plus{
    background: none repeat scroll 0 0 #aaaaaa;
    bottom: -15px;
    font-size: 15px;
    height: auto !important;
    left: 90px;
    padding: 8px;
    position: absolute;
    top: auto;
    width: auto !important;
}
.services .en_savoir_plus:hover{
    background: none repeat scroll 0 0 #f39610;
}
.services img.blocs_illustrations{
    width:320px !important;
    height:auto !important;
}
#kiosque{
    background: none repeat scroll 0 0 #FFFFFF;
    text-align: center;
}
#kiosque .plus_kiosque{
    clear: both;
    padding: 10px;
    text-transform: uppercase;
    cursor:pointer;
}
#kiosque .plus_kiosque:hover{
    
}
.acces_mediatheque .spip_logos{
    float: none;
    opacity: 0.1;
    -moz-opacity: 0.1;
    -webkit-opacity: 0.1;
    -ms-opacity: 0.1;
    margin: 0;
    padding: 0;
    width: 100%;
}
.acces_mediatheque{
    background: #FFFFFF none repeat scroll 0 0;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.acces_mediatheque h1{
    text-align: center;
}
.acces_mediatheque .content_mediatheque{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.acces_mediatheque a{
    font-size: 20px;
    color: #535353;
}
.acces_mediatheque p{
    font-size: 14px;
    padding: 10px;
    font-style: italic;
}
.acces_mediatheque a:hover{
color: #f39610;
}
#kiosque h1,
.acces_mediatheque h1{
    color: #535353;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

#kiosque h2{
    color: #f39610 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#kiosque ul li{
    float: left;
    margin: 0 25px 30px;
    padding: 10px;
    text-align: center;
    width: 295px;
    position: relative;
}
#kiosque ul li a{
    color: #535353 !important;
    text-transform: uppercase;
}
#kiosque ul li a img{
    padding: 10px;
}
#kiosque ul li small{
    display: block;
    font-size: 10px;
    padding: 5px;
}
#kiosque ul li .consulter_document{
    background: none repeat scroll 0 0 #ffffff;
    bottom: 70px;
    color: #535353;
    display: none;
    font-size: 18px;
    left: 0;
    padding: 4% 0;
    position: absolute;
    text-align: center;
    width: 98%;
    z-index: 2;
}
#kiosque ul li:hover .consulter_document{
    display: block;
}
#agenda{
    background: none repeat scroll 0 0 #e5e4e4;
    position: relative;
}
.content-agenda{
    position: absolute;
    width:100%;
    height:100%;
}

#agenda ul.datelist li.onedate{
    border: 1px solid #aaaaaa;
    float: left;
    margin: 20px;
    width: 324px;
    background:#FFFFFF;
}
#agenda .cal{
    border-right: 1px solid #ededed;
    float: left;
    height: 70px;
    padding: 5px;
    width: 70px;
}
#agenda .title_event{
    float: left;
    height: 60px;
    padding: 10px;
    width: 199px;
}
#agenda .cal .number{
    font-size: 50px;
}
#agenda .cal .month{
    font-size: 12px;
}
#agenda .bottom{
    background: none repeat scroll 0 0 #ededed;
    clear: both;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#agenda .detail_event span{
    display: inline-block;
    height: 20px;
    text-align: center;
    width: 20px;
}
#agenda .ajouter_date{
    background: #FFFFFF;
    padding: 10px;
}
#agenda .url_externe{
    background: none repeat scroll 0 0 #f39610;
    bottom: 0;
    color: #fff;
    padding: 15px;
    position: absolute;
    right: 0;
}
#agenda .url_externe i{
    font-size: 30px;   
}
#map{
    background: none repeat scroll 0 0 #f0ede5;
    height: 600px;
    text-align: left;
    position: relative;
}
#map-canvas{
    position: absolute;
    top:0;
    right:0;
    height: 400px;
    width: 60%;
}
#map #infos{
    width: 40%;
    padding: 10px 0;
}
#map h1{
    margin-bottom: 0;
}
#map .btn_contact{
    background: none repeat scroll 0 0 #f39610;
    color: #f0ede5;
    display: inline-block;
    padding: 10px;
    cursor:pointer;
}
.telfax{
    background: none repeat scroll 0 0 #f39610;
    color: #f0ede5;
    display: inline-block;
    padding: 10px;
}
#box_content{
    width:800px;
    background: none repeat scroll 0 0 #FFFFFF;
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    padding: 25px;
    text-align: left;
    width: 850px;
    position: relative;
}
#box_scroll{
    width: 100%;
    height: 100%;
    overflow: auto;
}

#box_content .close{
    cursor: pointer;
    position: fixed;
    text-align: right;
    text-shadow: 0 0 6px #ffffff;
    top: 5px;
    width: 860px;
}
#box_content .back_mobile{
    display: none;
    padding: 17px;
    text-align: left;
}
#box_content .banner{
    margin-left: -25px;
    margin-top: -25px;
    margin-bottom: 25px;
}
#box_content h1{
    color: #fff;
    font-size: 60px;
    position: absolute;
    text-shadow: 0 0 3px #000000;
    top: 155px;
}
#box_content .separateur{
    background: none repeat scroll 0 0 #f39610;
    color: #FFFFFF;
    padding: 10px;
}
#box_content .fiches .part_box{
    margin-bottom: 20px;
}
.content-introduction .billet{
    background: none repeat scroll 0 0 #ffffff;
    margin: 15px;
    padding: 20px;
    position:relative;
    cursor:pointer;
}
.all_news{
    background: none repeat scroll 0 0 #ffffff;
    margin: 15px;
    cursor:pointer;
    text-transform: uppercase;
}
.all_news .en_savoir_plus{
    display: block;
    padding: 10px;
}
.all_news .en_savoir_plus:hover{
    background: none repeat scroll 0 0 #756259;
    color:#FFFFFF;
}
.content-introduction .billet h1{
    display: block;
    float: none;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}
.content-introduction .billet p{
    margin:0;
}
#banner_date{
    background: none repeat scroll 0 0 #756259;
    color: #ffffff;
    display: inline-block;
    left: -140px;
    padding: 30px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 140px;
}
#banner_date #day_banner_date{
    font-size: 60px;
}
#banner_date #month_banner_date{
    text-transform: uppercase;
}
.bloc_documents{
    background:#dcdcdc;
    padding: 20px;
    overflow: hidden;
}
.bloc_documents h3{
    font-size: 14px;
    text-transform: uppercase;
}
.bloc_documents a{
    border-bottom: 1px dotted;
    color: #756259;
    padding: 5px;
    display: block;
}
.bloc_documents a:hover{
    background: #FFFFFF;
}
.bloc_manifestations{
    background:#FFFFFF;
    padding: 20px;
}
.bloc_manifestations  a{
    background: none repeat scroll 0 0 #f39610;
    color: #ffffff;
    display: inline-block;
    font-size: 25px;
    padding: 10px;
    border: 1px solid #f39610;
    position: absolute;
    right: 15px;
    top: 15px;
}
.bloc_manifestations a:hover{
    background: #FFFFFF;
    color:#f39610;
}
.bloc_manifestations .bloc_infos{
    
}
.bloc_manifestations .agenda_lines {
    position: relative;
    cursor: default;
}
.bloc_manifestations .agenda_lines .date_billet{
    background: none repeat scroll 0 0 #f39610;
    color: #ffffff;
    float: left;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    margin-right: 15px;
}
.billet #languette{
    background:#756259;
    position: absolute;
    display: none;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.billet #open{
    position: absolute;
    z-index: 2;
    bottom:30px;
    left:0;
    width:98%;
    padding:1%;
    background:#FFFFFF;
    color:#756259;
    font-size:18px;
    text-align: center;
}
#more_articles{
    background: none repeat scroll 0 0 #ededed;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color:#756259;
    cursor:pointer;
}
#more_articles:hover{
    background:#756259;
    color:#FFFFFF;
}
.keywords:hover{
    background:#756259;
}
.keywords:hover a{
    color:#FFFFFF;
}
.content-introduction .billet .date_billet{
    background: none repeat scroll 0 0 #756259;
    color: #ffffff;
    left: -44px;
    line-height: 15px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    width: 34px;
}

.agenda_lines .date_billet{
    background: none repeat scroll 0 0 #756259;
    color: #ffffff;
    float: left;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
    margin-right: 15px;
}
.agenda_lines{
    border-bottom: 1px dotted #aaaaaa;
    clear: both;
    padding: 10px;
    cursor: pointer;
}
.agenda_lines:hover{
    background: #EDEDED;
}
.agenda_lines h2{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #222222 !important;
    margin: 0;
    padding: 0 !important;
}
.dates_lines{
    border-bottom: 1px solid;
    color: #535353;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    cursor: default;
}
.dates_lines:hover{
    background: transparent;
}
.bloc_chapo{
    font-style: italic;
}
#porte_docs{
    background: url("../images/porte-docs.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    margin-top: 135px;
    padding: 135px 15px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 43%;
    cursor: pointer;
}
#porte_docs:hover{
    background-color:#EDEDED;
}
.rub_H1{
    background: none repeat scroll 0 0 #555;
    color: #fff;
    font-size: 65px;
    padding: 0 20px;
    position: absolute;
    top: -117px;
}
.logo_annuaire{
    float: left;
    width: 200px;
}
#formulaire_contact_bloc .info_obligatoire{
    color:#f39610;
}
#formulaire_contact_bloc li{
    float: left;
    width: 390px;
    padding-top: 10px;
}
#formulaire_contact_bloc .decalage {
    margin-left: 69px;
}
#formulaire_contact_bloc label {
    float: left;
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100px;
}
#formulaire_contact_bloc .double_field{
    clear: both;
    width: 100%;
}
#formulaire_contact_bloc .double_field input {
    width: 100%;
}
#formulaire_contact_bloc input{
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #ffffff;
    font-size: 14px;
    margin: 5px 0;
    padding: 10px;
    width: 370px;
}
#formulaire_contact_bloc textarea{
    background: none repeat scroll 0 0 #ededed;
    border: 1px solid #ffffff;
    font-size: 14px;
    height: 160px;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}
#formulaire_contact_bloc #btn_envoyer{
    clear: both;
    display: block;
    float: right;
}
#formulaire_contact_bloc small, .small {
    font-size: 70%;
}
.plus_documents{
    background: none repeat scroll 0 0 #eee;
    color: #756259;
    font-size: 30px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}
.plus_documents:hover{
    background: none repeat scroll 0 0 #756259;
    color: #eeeeee;
}
.plus_manifestations{
    background: none repeat scroll 0 0 #eee;
    color: #f39610;
    font-size: 30px;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
}
.plus_manifestations:hover{
    background: none repeat scroll 0 0 #f39610;
    color: #eeeeee;
}
.liens_deroule img{
    float: none;
}
.liens_deroule{
    color: #f39610;
    display: inline-block;
    font-size: 25px;
    padding: 20px;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    margin: 20px;
}
.liens_deroule:hover{
    border: 1px dotted #f39610;
}
.rubrique_liens{
    background: none repeat scroll 0 0 #ffffff;
    float: left;
    height: 300px;
    margin: 20px;
    padding: 20px;
    width: 430px;
    text-align: center;
}
.rubrique_liens h3{
    margin: 0;
    padding: 0;
}
.content_articles{
    background: none repeat scroll 0 0 #fff;
    margin: 15px 0;
    padding: 20px;
}
.content_articles h3{
    
}
   /*__FOOTER ______________________________________*/
    .footerWrapper
    {
        width: 100%;
        margin:0 auto;
    }
     /*__DEBUT ZONE 1 _______________________________*/
    .zone1
    {
        background-color: #ffffff;
        margin: 20px auto;
        width: 1100px;
        text-align: center;
    }
    
    
    .UElogo
    {
        background-image: url("images/union-europeenne-logo.png");
        background-repeat: no-repeat;
        float: left;
        height: 75px;
        margin-left: 27%;
        width: 18.2%;
    }
    
    .SPlogo
    {
        background-image: url("images/logo-service-public.png");
        background-position: 0 12px;
        background-repeat: no-repeat;
        height: 75px;
        margin-left: 48%;
        margin-top: 2%;
        width: 22.4%;
    }
     /*__DEBUT ZONE 2 _______________________________*/
    .zone2
    {
        width:100%;
        background-color: #f39610;
    }
    
    .suivez
    {
        color: #ffffff;
        font-size: 150%;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 1%;
        padding-top: 1%;
        text-align: center;
        text-transform: uppercase;
    }
    
    .logoBGfooter
    {
        background-image: url("../images/socials/logo-bg-footer.png");
        background-position: center 35px;
        background-repeat: no-repeat;
        min-height: 321px;
    }
    
    .RSmenu
    {
        margin: 0 auto;
        width: 245px;
    }
    .RSmenu ul
    {
        margin-top: 3%;
    }
    
    .RSmenu li
    {
        float: left;
        list-style: outside none none;
        margin-right: 7%;
    }
    
    .RSmenu a{
        background-color: transparent !important;
        background-repeat: no-repeat;
        display: block;
        height: 60px;
        width: 60px;
	float: left;
        margin: 0 10px;
    }
    
    .FB
    {
        background-image: url("../images/socials/logo-fb.png");
    }
    .FB:hover
    {
        background-image: url("../images/socials/logo-fb-survol.png");
    }
    
     .INSTA
    {
        background-image: url("../images/socials/logo-insta.png");
    }
    .INSTA:hover
    {
        background-image: url("../images/socials/logo-insta-survol.png");
    }
    
    .TW
    {
        background-image: url("../images/socials/twitter-logo.png");
    }
    .TW:hover
    {
        background-image: url("../images/socials/logo-twitter-survol.png");
    }
    
    .GO
    {
        background-image: url("../images/socials/logo-google+.png");
    }
    .GO:hover
    {
        background-image: url("../images/socials/logo-google+survol.png");
    }
    .hidden_content_footer{
        background: #FFFFFF;
        color:#555555;
        display: none;
        padding: 20px;
        margin: 50px;
    }
    .hidden_content_footer ul li{
        text-align: left;
        margin-bottom: 1.5em;
    }
    .hidden_content_footer a{
        color: #f39610 !important;
        display: block;
        font-size: 20px !important;
        padding: 10px !important;
    }
    .hidden_content_footer a:hover{
        background: #f39610 !important;
        color:#FFFFFF !important;

    }
    
/*__FOOTER MENU ______________________________*/
.FooterMenu
{
    color: #ffffff;
    font-size: 13px;
    font-weight: 200;
    margin-top: 15px;
    text-align: center;
}

.FooterMenu a {
    color:#ffffff;
    text-decoration: none;
    font-size: 13px;
}
.FooterMenu a:hover
{
    color:#ffffff;
    border-bottom: 1px solid #ffffff;
}



/*___ESPACE CONSEIL MUNICIPAL____________________ */
    
    .wrapperConseil
    {
        
        
    }
    
    .isoH2
    {
        color: #f39610;
        font-size: 200%;
        font-weight:300;
        margin-top:2%;
        margin-bottom: 2%;
    }
    .textConseil
    {
        background: none repeat scroll 0 0 #ededed;
        color: #555;
        float: left;
        font-size: 14px;
        margin-bottom: 20px;
        margin-right: 3%;
        padding: 30px;
        width: 45%;
    }
    
    .documentConseil
    {
        background-color: #efefef;
        border: 1px solid #aaa;
        display: block;
        float: right;
        height: 255px;
        overflow: hidden;
        padding: 20px;
        position: relative;
        width: 450px;
    }
    .documentConseil .cover{
        left: -150px;
        position: absolute;
        top: 0;
    }
    .documentConseil .rightText{
        background: none repeat scroll 0 0 #ededed;
        height: 100%;
        padding: 23px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }
    .documentConseil  .bloc_documents .titleDocuments{
        color:#000000;
    }
    .documentConseil  .bloc_documents a{
        color:#756259;
    }
    .documentConseil  .bloc_documents a:hover{
        color:#f39610;
    }
    
    .titleDocuments {color:#ACACAC; font-style: italic;}
    .documentConseil a {color: #000000; font-size: 14px; text-decoration: none;}
    .documentConseil a:hover{color: #F12121;}
    .wrapperPresent{clear:left;margin-top: 29%;}

/*___FIN ESPACE CONSEIL MUNICIPAL________________ */

/*___ESPACE Pr�sentation_________________________ */
    .wrapperMmeMaire
    {
        background-color: #EFEFEF;
        padding-bottom: 2.2%;
        padding-top: 0.1%;
        text-align: center;
        width:100%;
    }
    
    .wrapperMmeMaire h2{margin-bottom: 1%;margin-top:1%;}

    .picMaire
    {
        height: 153px;
        margin: 0 auto;
        width: 130px;   
    }
    .titleAdj
    {
        color: #f39610;
        font-size: 146%; /* =24px */
        font-style: italic;
        font-weight: lighter;
        margin-bottom: 1%;
        margin-top: 0.3%;
    }
    .textMaire {
        font-weight: 200;
    }

    /*__FIN DE LA PARTIE PRESENTATION MAIRE _______*/
    
    /*__PRESENTATION ADJOINTS______________________*/
    .wrapperAdjoints
    {}
    
    .wrapperAdjoints h2 {margin-top: 0; text-align: center;}
    .bgTriangle
    {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 45px solid #efefef;
        height: 0;
        margin: 0 auto;
        padding-top: 0.4%;
        text-align: center;
        width: 0;
    }
    /*.fa-caret-down:before{color: #efefef;}*/
    .textAdj
    {
        font-weight: 200;
        font-size: 12px;
    }
    
    .adjoint{
        float: left;
        margin-bottom: 3%;
        margin-left: 16%;
        width: 30%;
    }
    .picAdj
    {
        float: left;
        height: 153px;
        margin-right: 10px;
        width: 130px; 
    }
  
    /*__PRESENTATION CONSEILLERS______________________*/
    .wrapperConseillers{clear: left;background-color: #EFEFEF;}
    .wrapperConseillers h2{margin-top: 0;text-align: center;}
    .bgTriangle2
    {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 45px solid #FFFFFF;
        height: 0;
        margin: 0 auto;
        padding-top: 0.4%;
        text-align: center;
        width: 0;
    }
    .listeConseillers{margin:0 auto; width:65%;}
    .listeConseillers1{float: left;}
    ul.listeConseillers1
    {
        list-style: none;
        font-size: 14px;
        font-weight: 100;
        margin-right: 22%;
        margin-top: 0;
    }
    .listeConseillers2{margin-bottom: 0;}
    ul.listeConseillers2
    {
        list-style: none;
        font-size: 14px;
        font-weight: 100;
    
    }
    .listeConseillers ul li{
        margin: 20px;
    }
    
    .thematiques .listing_themes{
        background: none repeat scroll 0 0 #f39610;
        color: #ffffff;
        float: left;
        height: 150px;
        margin: 15px;
        text-align: center;
        width: 150px;
        position:relative;
        cursor:pointer;
    }
    
    .formulaire_services{
        background: none repeat scroll 0 0 #EDEDED;
        color: #222222;
        float: left !important;
        height: 90px;
        margin: 15px;
        text-align: center;
        width: 90px !important;
        position:relative;
        cursor:pointer;
        padding:10px;
        text-align: center;
    }
    
    
    .formulaire_services.selected{
        background: none repeat scroll 0 0 #f39610;
        color:#FFFFFF;
    }
    
    
    #formulaire_bloc_filter{
        position: relative;
        overflow: hidden;
    }
    #filter_form{
        background: none repeat scroll 0 0 #ffffff;
        width:100%;
        height:100%;
        position: absolute;
        top:0;
        left:0;
        width: 850px;
        opacity: 0.6;
        filter: alpha(opacity=60); /* For IE8 and earlier */
    }
    
    
    .thematiques .depliant {
        border-top: 0px solid #f39610;
        background: none repeat scroll 0 0 #ededed;
        clear: both;
        display: block;
        position: relative;
    }
    
    .thematiques .arrow{
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #f39610;
        height: 0;
        margin: 0 auto;
        padding-top: 0.4%;
        text-align: center;
        width: 0;
        bottom: -20px;
        display: none;
        left: 52px;
        position: absolute;
    }
    .thematiques .form_inserer_annuaire{
        background: none repeat scroll 0 0 #f8f8f8;
        display: none;
        padding: 40px;
    }
    .liste_sous_themes li{
        background: none repeat scroll 0 0 #f8f8f8;
        display: block;
        margin: 20px 0 ;
        padding: 40px;
    }
    .thematiques_culture{
        
    }
    .thematiques_culture .themec{
        background: none repeat scroll 0 0 #ededed;
        
        margin: 30px 0;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .thematiques_culture .themec img,
    .thematiques_culture .themec .titre_banner{
        cursor: pointer;
    }
    .thematiques_culture .themec .fb_bloc{
        float: right;
        
    }
    .thematiques_culture .themec .videoclip{
        background: none repeat scroll 0 0 #fff;
        float: left;
        height: 215px;
        margin: 10px;
        padding: 12px;
        width: 300px;
    }
    #more_videos{
        background: none repeat scroll 0 0 #ffffff;
        clear: both;
        cursor: pointer;
        padding: 10px;
        text-align: center;
    }
    .fb_page{
        background: none repeat scroll 0 0 #3b5998;
        color: #ffffff;
        display: inline-block;
        font-size: 25px;
        padding: 15px;
        cursor: pointer;
        border: 1px solid #3b5998;
    }
    .fb_page i{
        font-size: 35px;
    }
    .fb_page:hover{
        color:#3b5998;
        background:none repeat scroll 0 0 #ffffff;
    }
    .thematiques_culture .themec .content_hidden{
        display: none;
        padding: 30px;
    }
    .thematiques_culture .themec:hover .titre_banner{
        background: none repeat scroll 0 0 #f39610;
        color: #FFFFFF;
    }
    .thematiques_culture .themec .titre_banner{
        background: none repeat scroll 0 0 #fff;
        color: #f39610;
        font-size: 40px;
        left: 50px;
        padding: 10px;
        position: absolute;
        top: 80px;
    }
    .annuaire_bloc1{
        background: #fff none repeat scroll 0 0;
        float: left;
        margin: 2%;
        padding: 2%;
        width: 28%;
    }
    .annuaire_bloc2{
        float: left;
        margin: 2%;
        padding: 2%;
        width: 28%;
    }
    .annuaire_bloc3{
        clear: both;
        
    }
    .map_annuaire{
        height: 120px;
        width: 350px;
        float:left;
        border: 1px solid #555555;
    }
    .adresse_annuaire{
        float: left;
        margin: 15px;
        width: 200px;
    }
    .tel_field{
        background: url("../images/annuaire/tel.png") no-repeat scroll 0 0 #f39610;
        border: 5px solid #f39610;
        color: #ffffff;
        display: inline-block;
        padding: 5px 5px 5px 30px;
    }
    .mobile_field{
        background: url("../images/annuaire/mobile.png") no-repeat scroll 0 0 #f39610;
        border: 5px solid #f39610;
        color: #ffffff;
        display: inline-block;
        padding: 5px 5px 5px 30px;
    }
    .fax_field{
        background: url("../images/annuaire/fax.png") no-repeat scroll 0 0 #f39610;
        border: 5px solid #f39610;
        color: #ffffff;
        display: inline-block;
        padding: 5px 5px 5px 30px;
    }
    .email_field{
        background: url("../images/annuaire/email.png") no-repeat scroll 0 0 #f39610;
        border: 5px solid #f39610;
        color: #ffffff;
        display: inline-block;
        padding: 5px 5px 5px 30px;
         margin-bottom: 1.5em;
    }
    .website_field{
        background: #f39610;
        border: 5px solid #f39610;
        color: #ffffff;
        display: inline-block;
        padding: 5px;
         margin-bottom: 1.5em;
    }
    .email_field:hover,
    .website_field:hover{
        background: #FFFFFF;
        color: #f39610;
        border: 5px solid #FFFFFF;
    }
    #head_annuaire{
        background: none repeat scroll 0 0 #f39610;
        color: #fff;
        font-size: 30px;
        margin-left: -25px;
        margin-top: -25px;
        padding: 20px;
        text-align: center;
        text-transform: uppercase;
        width: 860px;
    }
    .bg_slide_image{
        min-height:420px;
    }
    
    .divblocquote{
	padding-left:50px;
	background:rgba(0, 0, 0, 0) url("img/quote.png") no-repeat scroll 0 0;
    }
    .divblocquote li ul li{
	list-style-type:disc;
    }
/* Entete et barre de navigation
------------------------------------------ */

.header { padding-bottom: 1.5em; padding-right: 30%; border-bottom: 1px solid; }
.header #logo { display: block; margin: 0; line-height: 1; font-weight: bold;  }
.header #logo,
.header #logo a,
.header #logo a:hover { background: transparent; text-decoration: none; color: #222; }
.header #slogan { margin: 0; }

.formulaire_menu_lang { position: absolute; right: 0; top: .9em; display: block; width: 30%; }

.nav { border: solid #222; border-width: 1px 0; }
.nav ul {}
.nav ul li {}
.nav ul li a { float: left; display: block; padding: .5em 1em; border-right: 1px solid #222; text-decoration: none; }
.nav ul li.on a { background: #EED; color: #222; font-weight: normal; }
.nav ul li a:focus,
.nav ul li a:hover,
.nav ul li a:active { background: #222; color: #FFF; }

#formulaire_recherche { position: absolute; top: 50px; right: 50px; border: 0; }

.footer .colophon { float: left; height: 40px; width: 70%; margin: 0; }
.footer .generator { float: right; }
.footer .generator a { padding: 0; background: none; }

/* Gabarit d'impression
------------------------------------------ */
@media print {
.page,
.wrapper,
.content { width: auto; }
.nav,
.arbo,
.aside,
.footer { display: none; }
}
.spip_documents img{
    max-width: 100% !important;
    height: auto !important;
}

/* end */