/*---------- spécifique accueil -----------*/
.container {
    margin-top: 25px !important;
}

/*---------- général ----------------------*/
@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTS55F-webfont.eot');
    src: url('../fonts/PTS55F-webfont.eot') format('embedded-opentype'),
         url('../fonts/PTS55F-webfont.woff') format('woff'),
         url('../fonts/PTS55F-webfont.ttf') format('truetype'),
         url('../fonts/PTS55F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaption';
    src: url('../fonts/PTC55F-webfont.eot.eot');
    src: url('../fonts/PTC55F-webfont.eot') format('embedded-opentype'),
         url('../fonts/PTC55F-webfont.woff') format('woff'),
         url('../fonts/PTC55F-webfont.woff') format('truetype'),
         url('../fonts/PTC55F-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
  background-color: #eee;
  font-family: "DejaVu Sans", Verdana, Geneva, sans-serif;
  color: #333;
  /* padding-top: 40px !important; */
}

.ombre{
  background-color: #fff;
  padding-right: 3em;
  padding-left: 3em;
  margin-bottom: 1em;
    -webkit-box-shadow: -4px 6px 9px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    -4px 6px 9px rgba(50, 50, 50, 0.5);
    box-shadow:         -4px 6px 9px rgba(50, 50, 50, 0.5);
}

.ombreNone{
  background-color: #fff;
  margin:auto;

  /*margin-bottom: 1em;
    -webkit-box-shadow: -4px 6px 9px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    -4px 6px 9px rgba(50, 50, 50, 0.5);
    box-shadow:         -4px 6px 9px rgba(50, 50, 50, 0.5);*/
}

.bleu{color:#0c5b7a;}
.rouge{color: #cc2d18;}
.vert{color: #9bae5f;}
.jaune{color: #dba306;}
.violet1{color: #6a5687;}
.orange {color: #eb7239;}

.smallcaps {font-variant: small-caps; /*si GillSans font-size: 0.85em;*/}

a, a:hover, a:focus, a:visited {text-decoration: none;}
a {color: #888; border-bottom: 1px dotted #888;;}
a:hover {color: #7E4F82; border-bottom: 1px dotted #7E4F82;}

.sitename a, #sitename a ,.miniBlocLast a {border: none;}


/*----------- titraille général ------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: PTSansCaption, GillSans, sans-serif;
    font-weight: bold;
    color: #666;
    margin: 0;
    text-transform: none;
}
h1 {
    font-size: 2.857em;
    font-family: "DejaVu Sans", Verdana, Geneva, sans-serif !important;
}

h2 {font-size: 1.714em; margin-top: 1em;}
h3 {font-size : 1.3em;}

h2.blocLarge {
    margin-bottom:1em;
    padding-top:0.5em;
}

.modal h1 {
    font-size:2em;
}

/*----------- Framabarre - ajustements  ------------*/
#framanav a {
    border: none;
}

/*---------- header ---------------------*/
.header {
    background-color: #fff;
    /*border-bottom: 11px solid #eee;*/
    padding-bottom: 0.5em;
    padding-left: 3em;
    /*margin-left: 0!important;
    margin-bottom: 2.5em;*/
    padding-top: 2em;
}

.col-xs-12.trait{
    background-color: #eee;
    height: 11px;
    width:95%;
    margin-left:2em;
}


.deco{
    background-color: #fff;
    margin-bottom:1.5em;
}


.sitename{
    margin-bottom: 0;
    margin-left: -0.7em;
    padding-top: 0.4em;
}


#headerSubTitle {
    color: #666;
    font: italic 1.3em/1.35 "PT Sans", Arial, sans-serif;
    padding-top: 1.65em;
    margin-bottom: 0.5em;
}
#infos{
    padding-top:1em;
    font: italic 1.1em/1.35 "PT Sans", Arial, sans-serif;
    color:#666;
    padding-left:1em;
    padding-right:1em;
}


/*-------------------- Containers ---------------*/


.accroche {
    list-style-type: none;
    font: 1.143em/1.7em PTSansCaption, GillSans, sans-serif;
    margin-left: 2em;
    margin-top: 0;
}

.accroche li {
    line-height: 2em;
}


.blocLarge {
    border-bottom: 8px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 10px;
}


blockquote {
    font: 1.287em/1.7em PTSans, GillSans, sans-serif;
    color: #666;
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: right;
    border: none;
}

.miniBloc {
    border-bottom: 1px solid #ddd;
    margin-left: 3em !important;
    margin-right: 0em;
    margin-top: 2.5em;
    min-height: 23em !important;
    /*margin-bottom: 2.5em;*/
    width: 21% !important;
}

h3.don{

    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-top: 1.5em;
    background-color:#fff;
    position: relative;
    z-index:2;
    margin-right:13em;
    padding-left:0.75em;
    margin-left:1em;
}

h3.titreBloc, h2.titreBloc{
    border-bottom: 8px solid #eee;
    font-size : 1.3em;
    padding-bottom: 6px;
    margin-bottom: 1em;
    margin-right: 0.7em;
    margin-left: 0.7em;
    margin-top:1em;
    padding-top:0.75em !important;
}



.blocSubTitle, .blocTexte{
    margin-left: 0em;
    margin-right: .5em;
    line-height: 1.5em;
}

.miniBlocSubTitle , .miniBlocTexte {
    margin-right: 1em;
    margin-left: 1em;
    line-height: 1.5em;
    margin-bottom:1.5em;
    padding-bottom: 1em;
}

.miniBlocTexte li {
    list-style-type: none;
    margin-left:-2em;
}

.gauche1{
    margin-right:0.5em;
    width:49%;
}

.gauche2{
    margin-right:0.5em;
    width:65.75%;
}

.droite1, .droite2{
    float:right;
}

.raison{
    margin:auto 1.5em;
}

.basDeBloc{
    text-align:right;
    padding-bottom:1em;
}

cite {
    margin-left: 3em;
    background-color: #eee;
    border: 1px solid black;
    padding: 4px;
    width: 32em;
    display: block;
}

/*---------------------footer-------------------------*/

.footer {
    border-top: 1px solid #ddd;
    padding-top: 1em;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;

}

#Credits h1 , #Mentions h1{font-size: 1.4em; font-weight: bold;}
#Credits h2, #Mentions h2{font-size: 1.2em; font-weight: bold;}
#Credits h3, #Mentions h3{font-size: 1em; font-weight: bold;}

.btn {
    background-repeat: repeat-x;
    background: none;
    border-image: none;
    color: #767676;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 20px;
    margin-right:2em;
/*    margin-bottom: 0.5em;*/
    padding: 0.65em 1.75em;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    }
.btn.mois, .btn.valider{
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background:#DBA306;
    border:1px solid #CC9600;
    /*background-color: #dba306;
    color: #fefefe;*/
}
.btn.mtnt {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    background-color: #366F86;
    border-color: #265F76;
    /*background-color: #0c5b7a;
    color:#fefefe;*/
}

.btn.mois:hover, .btn.valider:hover,
.btn.mois:focus, .btn.valider:focus {
    background:#CF9800;
    border:1px solid  #BD8A00;
    /*background-color: #9bae5f !important;
    color: #fefefe !important;*/
}

.btn.mtnt:hover,
.btn.mtnt:focus {
    background-color: #1E576E;
    border-color: #134C63;
}

.btn.selected,
.btn.mois:active, .btn.valider:active, .btn.mtnt:active {
    background-color: #677835;
    border-color:#677835;
}

.btn.selected {
    background: #677835 url("/static/img/selected.png") no-repeat center center !important;
    border-color:#677835 !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.autreMontant.selected {
    border:2px solid #677835 !important;
}

.btn.valider{
    font-size: 24px;
    padding: 0.6em 2em;
    margin-top:1em;
    margin-left:5.5em;
    margin-right:5.5em;
    margin-bottom:0.75em;
}

#paiement .btn-link {
    padding-left:0;
}

input{
    border:1px solid #bbb;
    border-radius:4px;
}

input:active, input:focus{
    border: 1px solid #bbb!important;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px #0c5b7a;
}

.form-control:focus {
    border-color: #0c5b7a;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 5px #0c5b7a;
}
/*-----------------------------form----------------------------------*/
.champ {
    float:right;
    width:70%;
}

.maintenant, .recurrent{
    margin-top:-2.5em;
    margin-bottom:.5em;
    line-height:2em;
    position:relative;
    z-index:1;
    border:1px solid #bbb;
    border-radius:5px;
    padding-top:3em;
    padding-left:2em;

}

.autreMontant{
    margin-top:1.5em;
    margin-bottom:2em;
}

.blocForm {
    padding-bottom:0em;
}

.ou{
    margin:3.1em 13em;
    font-size:1.3em;
    color:#666;
}

.privilegie {
    margin:2em 1.5em 2em;
    font-weight:bold;
    color:#333;
}

.form-group{
    margin-left:2em;
    margin-bottom:0.75em;
}

.intitule{
    margin-top:0.5em;
}
#defiscalise{
    /*font-weight: bold;
    margin-bottom: 2em;*/
    padding: 1em 1.75em;
    border: 1px solid #bbb;
    border-radius: 5px;
}

#defiscalise .cout {
    font-weight:bold;
}

.envoi {
    border: 1px solid #eee;
    border-radius: 5px;
}

#paiement{
    margin-top:0em;
}

.pageInterne {
    float:right;
    border-bottom:none;
}
.pageInterne:hover{
    border-bottom:none;
}

/*--------------------------------- Images ------------------------------*/
#graphique img {
    width:80%;
    margin-left:1em;
}

.carousel {
    padding-bottom: 2em;
}

.carousel-inner {
    padding-bottom:75px;
    box-shadow:0px 3px 3px rgba(50, 50, 50, 0.5);
}


.carousel-control.right, .carousel-control.left{
    background-image:none !important;
    color:#eee!important;
}

#play-pause {
    position: absolute;
    margin-top: -100px;
    margin-left:30px;
    left: 0%;
}

#play-pause a {
    cursor: pointer;
    font-size: 30px;
    z-index: 1000 !important;
    background: #f3f3f3 !important;
    border-radius: 30px;
    color: #767676 !important;
    width: 40px;
    height: 40px;
    padding-left: 2px;
    padding-top: 2px;
    position:absolute!important;
    opacity:1;
    text-shadow:none;
    box-shadow:0px 1px 1px rgba(50, 50, 50, 0.5);
}
#play-pause a:hover {
    color: #555 !important;
}

.carousel a{
    border-bottom: none!important;
}

.carousel-caption{
    background: #f3f3f3 !important;
    bottom:-75px!important;
    color: #333 !important;
    left:0!important;
    right:0!important;
    position:absolute!important;
    height:78px !important;
    text-shadow:none;
    border-top:1px solid #ddd;
}


/*--------------------- patches responsive (en reprenant des éléments de Framacuueil) -------------------------*/
    @media screen and (max-width: 980px) {
        /*pour toutes les plateformes mobiles avec une résolution horizontale de moins de 981px*/
        .droite1, .droite2{float:left;}
        /*tous les blocs sont les uns en dessous des autres*/

      body {padding-right: 0px; padding-left: 0px;}
       /* on réduit ou vire les padding du body pour maximiser l'espace de lecture */

       .col-xs-6, .col-xs-8, .col-xs-4 {width:100% !important;}

       #graphique img{width:70% !important;}
    }

