/* -----------------------------------*/


/* ----------PAGE D ACCUEIL-----------*/


/* -----------------------------------*/

.page_sommaire .content .titre_ligne,
.page_sommaire .content h2.titre_ligne {
    margin: 1em auto;
}
.page_sommaire .bandeau {
    background-position: center;
    height: auto;
}
.page_sommaire .bandeau_titre h1 {
    display: block;
    color: white;
    line-height: 1.5em;
}
.page_sommaire .bandeau_content,
.page_sommaire #bloc_accueil {
    background-color: rgba(255, 255, 255, .1);
}
.page_sommaire .bloc_content {
    background-color: white;
}
#bloc_partenaires {
    background-color: transparent;
}
#bloc_actualites .table.TOC .item .item_info_supp .item_info_chapo_complet,
#bloc_actualites .table.TOC .item .item_info_supp .item_info_texte {
    display: none;
}
#bloc_actualites .table.TOC .item .item_info_supp {
    background-color: transparent;
    color: inherit;
}
@media only screen and (min-width: 481px) {
    #bloc_actualites .table.TOC .item .item_info_supp .item_info_chapo_complet,
    #bloc_actualites .table.TOC .item .item_info_supp .item_info_texte {
        display: block
    }
}
@media only screen and (min-width: 768px) {
    .page_sommaire .titre_ligne,
    .page_sommaire h2.titre_ligne {
        margin: 1em auto;
    }
    .page_sommaire .bandeau {
        background: none;
    }
    .bloc_accueil_content {
        margin-top: 20px;
        padding: 10px 0;
        background-color: white;
    }
    #carousel_evenements {
        width: 68%;
        padding: 0 1%;
        float: left;
    }
    .bloc_accueil_content h2.titre_bloc {
        /*background-color: #ffcc00;*/
        padding: .5em;
        /*    color: white;*/
        text-align: left;
        font-size: 1.5em;
    }
    .bloc_accueil_content {
        position: relative;
        min-height: 370px;
    }
    #shortcuts {
        position: absolute;
        right: 1%;
        bottom: 30px;
        float: right;
        width: 27%;
        height: auto;
        padding: 0;
    }
    #shortcuts p.boutons {
        margin-bottom: 0;
    }
    #shortcuts a.lien_bouton {
        background-image: none;
        background-color: #0e79bd;
    }
    #shortcuts a.lien_bouton:hover {
        background-color: #00afd5;
    }
    #shortcuts .formulaire_abonnement {
        padding: 0;
        margin-top: 15px;
    }
    #shortcuts .formulaire_abonnement h3 {
        color: #4e4e4e;
        margin-bottom: .5em;
        font-size: 1em;
    }
    .formulaire_abonnement input[type=submit] {
        background-color: #da2128;
        color: #FFF;
    }
    #bloc_actualites,
    .page_sommaire #bloc_implantation,
    #bloc_agenda,
    #bloc_partenaires{
        background-color: #edeae8;
        margin: 20px 0;
    }
    .page_sommaire .content {
        background-color: transparent;
        width: auto;
        float: none;
    }
    #bloc_actualites .bloc_content {
    background-color: #FFF;
    margin: 0 auto;
}
}
@media only screen and (min-width:1025px) {
    .page_sommaire .bandeau {
        background-size: 100% 300px;
        background-position: center;
    }
    #carousel_evenements {
        width: 62%;
        padding: 0px 2%;
    }
    #shortcuts {
        width: 29%;
        right: 3%;
    }
    #shortcuts .formulaire_abonnement {
        margin-top: 35px;
    }
}
@media only screen and (min-width:1240px) {
    #carousel_evenements {
        width: 62%;
        padding: 0px 2%;
    }
    #shortcuts {
        width: 29%;
        right: 3%;
    }
}