/**/

/* '-------------------------------------------------------------------------------------------*/
/*                                        MEDIA QUERIES                                       */
/*-------------------------------------------------------------------------------------------*/

@font-face {
    font-family: Gotham;
    src: url('squelettes/polices/Gotham-Regular.otf');
    font-weight: normal;
}

@font-face {
    font-family: Gotham;
    src: url('squelettes/polices/Gotham-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: Gotham;
    src: url('squelettes/polices/Gotham-Light.otf');
    font-weight: lighter;
}

@font-face {
    font-family: GothamMedium;
    src: url('squelettes/polices/GothamMedium.otf');
    font-weight: normal;
}

@font-face {
    font-family: GothamMedium;
    src: url('squelettes/polices/GothamMedium.otf');
    font-weight: bold;
}
@font-face {
    font-family: Tahoma;
    src: url('squelettes/polices/Tahoma.ttf');
    font-weight: normal;
}


/* CETTE FEUILLE COUVRE LES ECRANS DE 320 A 693 px */

/* ELEMENTS MASQUES */

#bandeau_home { max-width: 320px; }

#liensevitement, #taillepolice, nav#block_nav_principale, .sf-menu li{
    display: none !important;
}

/* '-------------------------------------------------------------------------------------------*/
/*                                        PAGE ACCUEIL                                       */
/*-------------------------------------------------------------------------------------------*/

/*                                      CONTAINERS                                     */
/* __________________________________________________________________  */


#conteneur, #colonne_contenu, #block_contenu { max-width: 320px; }

#conteneur{
}
/*                                      LOGO                                     */
/* __________________________________________________________________  */

h1 img{
    width: 200px;
    margin: 0 0 0 60px;
}

/*                                      NAV                                     */
/* __________________________________________________________________  */

ul#nav_principale {
    background-color: #c20012;
    height: 130px;
    margin: 0 auto;
    padding-left: 0;
    position: relative;
    width: 320px;
}

.slicknav_menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: block;
}

.slicknav_btn {
    background-color: #cd5a2b;
    border: none;
    border-radius: 0px;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    padding: 23px;
    z-index: 99999;
}
.slicknav_btn:active{
        background-color: #c20012;
    opacity: 0.8;
}

.slicknav_btn:focus{
            background-color: #c20012;
    opacity: 0.8;
}

.slicknav_nav {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
    width: 320px;
    height: 800px;
    background-color: #c20012;
    opacity: 0.9; 
    z-index: 9999; 
    position: relative;
    top: -70px;  
}

.slicknav_nav  li{
    background-color: #c20012;
    opacity: 0.8;
    padding: 0.5em 0;
    margin: 1em 0;
    text-transform: uppercase;
    text-align: center;
}

.slicknav_nav  li:first-child{
    margin-top: 5em;

}
.slicknav_nav  li:hover{
    background-color: black;
    opacity: 1;
}


/*                                      BANDEAU SLIDER                                      */
/* __________________________________________________________________  */
#bandeau_home{
        height: 400px;   
}


#slider, .nivoSlider{
    width: 320px !important;
    height: 400px !important;

}

#slider img{
    width: 320px;
    height: 400px


}

/*                                      ANYTHINGSLIDER                                      */
/* __________________________________________________________________  */

.Slideralaune {
    background-color: #ffffff;
    display: inline-block;
    height: 680px;
    position: relative;
    vertical-align: top;
    width: 320px;
    margin-top: 0;

}

.buttonactusagenda {
    background-color: transparent;
    bottom: 0;
    left: 20px;
    padding-top: 20px;
    position: absolute;
    width: 275px;
}

.bloc_anythingslider_alaune{
    top: 160px !important;
    width: 320px;
}

.block_photo_actu{
width: 320px;
height: 250px;

}


.zone_texte_actu{
    background-color: white
}

.zone_texte_actu {
    float: none;
    font-family: Tahoma;
    overflow: hidden !important;
    padding: 10px;
    position: absolute;
    top: 206px;
    width: 320px;
}

.suite_actu{
    text-align: center;
    display: none;
}

div.bloc_anythingslider_alaune .zone_texte_actu {
    min-height: 246px !important;
}


/*                                      CONTAINER4INFOS                                     */
/* __________________________________________________________________  */

#container4infos{
    margin: 0;
    display: block;
    width: 320px;
    height: auto;

}

.carteblock, .museeblock, .journalblock, .infomairieblock{
    float: none;
    width: 320px;
    background-size: cover;
    height: 320px;
}

.carteblock img, .museeblock img{
 display: none;
}

.journalblocktitle, .infomairietitle{
    margin: 0;
    padding-top: 25px;
}


/*                                      INFOS PRACTIQUE                                     */
/* __________________________________________________________________  */

h2.titreinfo{
    padding-left: 0;
    margin: 0;
}

.listpicto{
    display: inline-block;
    margin: 10px 0 0 5px !important;
    width: 150px;
    height: 150px;

}

.listpicto img{
    width: 150px;
    height: 150px;
}


/*                                      FOOTER                                    */
/* __________________________________________________________________  */


#footer{
    width: 320px;
    height: auto;
}

.footerInfos-droite {
    display: inline-block;
    padding: 10px 0;
    text-align: right;
    vertical-align: top;
    text-align: center;
    width: 320px;
}

.footerInfos-gauche {
    display: inline-block;
    padding: 15px 15px 10px 15px;
    vertical-align: top;
}

.lienjournal{
    margin-right: 0;
}

#menu_divers{
    font-size: 12px;
}

.lienExtranet{
    width: 320px;
    text-align: center;
}

.lienExtranet img{
    text-align: center;
}




/* '-------------------------------------------------------------------------------------------*/
/*                                        PAGE INTERIEUR                                       */
/*-------------------------------------------------------------------------------------------*/









