/*   
Theme Name: Entre-deux V2
Description: thème entre-deux.
Author: tabaramounien
Author URI: http://tabaramounien.com
Version: 1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img, img {
    border: none;
    padding:0px;
    margin:0px;
}


/* =Gestion typo
-------------------------------------------------------------- */

@font-face {
    font-family: 'OpenSansRegular';
    src: url('_/typo/open-sans/OpenSans-Regular-webfont.eot');
    src: url('_/typo/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/typo/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('_/typo/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('_/typo/open-sans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PTMonoRegular';
    src: url('_/typo/pt-mono/PTM55FT-webfont.eot');
    src: url('_/typo/pt-mono/PTM55FT-webfont.eot?#iefix') format('embedded-opentype'),
         url('_/typo/pt-mono/PTM55FT-webfont.woff') format('woff'),
         url('_/typo/pt-mono/PTM55FT-webfont.ttf') format('truetype'),
         url('_/typo/pt-mono/PTM55FT-webfont.svg#PTMonoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL
-------------------------------------------------------------------------------*/

.spacer{
    clear: both;
}
html{
    font-size: 62.5%;
}

body {
        font-family: 'PTMonoRegular';
        font-size: 1.4em;
        color: #000;
}
/* suprime le cadre pointillé des liens = focus */
:focus {
outline:0;
}
input:focus{
    border: thin #c00a22 dotted;
}

a:link, a:visited {
    color: #c00a22;
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}

/*  j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #c00a22;} 

ins {background-color: #c00a22; color: #000; text-decoration: none;}
mark {background-color: #c00a22; color: #000; font-style: italic; font-weight: bold;}


/* IE 7 and 8 html5 fix */
.ie7 article, .ie8 article, .ie7 aside, .ie8 aside{
    display: block;
}
.ie7 a:link, .ie7 a:visited{
    color: #797979 !important;
}

#page-wrap {
    width:80%;
    margin: 0px auto;
    /*border: thin solid green;*/
}

article{
    width: 100%;
    max-width: 800px;
    color: #797979;
    margin: 0px auto;
    /*border: thin solid green;*/
}
article.seul{
    background: url('_/img/fl_red_article.gif') no-repeat center top;
    padding-top: 30px;
    margin-top: 60px !important;
}
.page-404{
    margin: 0px auto;
    text-align: center;
    width: 80%;
    padding-top: 0px;
    margin-top: 60px !important;
}
h2.titrePage{
    /*font-size: 8em;*/
    display: block;
    width: 95%;
    margin: 40px auto 0px auto;  /*Haut, Gauche, Bas, Droite */  
    text-align: center;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'PTMonoRegular';
}
p a:link, p a:visited, li a:link, li a:visited{
    border-bottom: dotted #d01f32 thin;
}
p a:hover, li a:hover{
    border-bottom: solid #d01f32 thin;
}
.capitalise{
    text-transform: uppercase;
}
strong{
    font-family: 'PTMonoRegular' !important;
    color: black !important;
    font-weight: normal !important;
}

/* GESTION DES COLONNES */
.deux-colonnes, .page-id-51 .le_content, .page-id-71 .le_content, .page-id-81 .le_content, .page-id-133 .post{
    /* COLONNES */
    column-width: 20em;
    column-gap: 3em;
    column-fill: balance;

    -webkit-column-width: 20em;
    -webkit-column-gap: 3em;
    -webkit-column-fill: balance;

    -moz-column-width: 20em;
    -moz-column-gap: 3em;
    -moz-column-fill: balance;
    /*border: thin solid black;*/
}
.trois-colonnes{
    /* COLONNES */
    column-width: 13em;
    column-gap: 2em;
    column-fill: balance;

    -webkit-column-width: 13em;
    -webkit-column-gap: 2em;
    -webkit-column-fill: balance;

    -moz-column-width: 13em;
    -moz-column-gap: 2em;
    -moz-column-fill: balance;
}
.blocCategorie{
    display: inline-block;
    width: 100%;
/*    border: thin blue solid;
*/}
.blocCategorie > *:last-child{
    padding-bottom: 40px;
}
/* HEADER
-------------------------------------------------------------------------------*/
.stick_wrapper{
    width:100%;
    margin: 0px auto;
    z-index: 1000;
}
.entete{
    position: relative;   
    width: 80%;
    max-width: 680px;
    height: 65px;
    background-color: #f5f5f5;
    margin: 0px auto;
}
header{
    height: 100%;
    width: 88%;
    margin: 0px auto;
    border-bottom: dashed thin #000;
}
header h1{
    position: relative;
    top: 20px;
    text-align: center;
    height: 20px;
    width: 100%;
    margin: 0px auto;    
}
#intro{
    position: relative;   
    width: 80%;
    max-width: 680px;
    background-color: #f5f5f5;
    margin: 0px auto;
    z-index: 1000;
}
#intro p{
    padding: 30px;
    font-size: 1.1em;
    line-height: 1.4em;
}
/* MENU
-------------------------------------------------------------------------------*/

nav{
    position: absolute;
    right: -69px;
    top: 22px;
    width: 220px;
    text-align: center;
    color: #424242;
    font-size: 1.1em;
}
.btnMenu{
    height: 22px;
    width: 22px;
    margin: 0px auto;    
    cursor: pointer;
    margin-bottom: 7px;
    overflow: hidden;
    position: relative;
    /*background-color: blue;*/
}
.iconeBtn{
    background: url('_/img/fl_menu2.png') no-repeat 0 0;    
    height: 46px;
    width: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
    /*background-color: red;*/

}
nav ul{
    display: none;
    background-color: #fff;
    border: thin solid #fff;

}
nav li{
    background-color: #f5f5f5;
    display: block;
    padding: 8px;
    margin: 3px;
    cursor: pointer;
}
nav li:hover{
    background-color:#c00a22;
    color: #fff; 
}
nav li a:link, nav li a:hover{
    border: none;
}
/* FOOTER
-------------------------------------------------------------------------------*/
#footer{
        margin-top: 50px;
        padding-left: 5px;
        background-color: #f5f5f5;
 }
 #footer a:link{
    border: none;
}
#footer li a:hover{
    border: none;
    color: #000;
}
ul.menuFooter{
    border-top: dashed thin #000;
    width: 90%;
    max-width:970px;
    margin: 0px auto;
    padding-top: 40px; 
}
ul.menuFooter > li{
    float: left;
    margin-right: 30px;
    width: 150px;
    font-size: 1em;
    color: #000;
    line-height: 2em;
    margin-bottom: 20px;
}
ul.children > li, #footer small{
    font-size: 0.8em;
    line-height: 1.6em;
    color: #797979;
}
#footer small{
    font-size: 0.7em;
    display: block;
    max-width:970px;
    margin: 0px auto;
    padding-bottom: 10px;
    width: 90%;
}

/* PAGES ACTUALITES
-------------------------------------------------------------------------------*/
.inscripBreve{
    color:#797979; 
    font-size: 12px;    
    margin: 0px auto 66px auto;  /*Haut, Gauche, Bas, Droite */  
    text-align: center;
}
div.home{
    background: url('_/img/fl_red_article.gif') no-repeat center top;
    padding-top: 30px;
}
.home article{
    text-align: center;
    padding-bottom: 50px;
    border-bottom: dashed thin #797979;
    width: 70%;
    max-width: 600px;
    margin: 50px auto 0px auto;  /*Haut, Gauche, Bas, Droite */ 
}
#page-wrap article:last-of-type{
    border-bottom: dashed thin #fff;    
}
#surtitre{
    color: #d01f32;
    font-size: 12px;
    letter-spacing:0.2em;
    margin-bottom: 5px;
}
.home h3{
    font-size: 16px;
    width: 80%;
    margin: 0px auto 5px auto;  /*Haut, Gauche, Bas, Droite */  
}
#dates{
    font-size: 13px;
    color:#797979; 
}
.home .miniatActu{
    border-bottom: dashed #fff thin;
    padding-bottom: 3px;
    width: 100%;
    max-width: 550px;
    position: relative;
    margin: 30px auto 0px auto;
}
.home .miniatActu img{
    width: 100%;
    height: auto;
}
.btnOver{
        background: url('_/img/over_actu.png') no-repeat center;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 100;
        display: none;
}
.overImg{
    border-bottom: dotted #d01f32 thin !important;
}
.txt_rouge{
    color: #d01f32 !important;
}

/* PAGE PROJETS / PAGE EDITIONS
-------------------------------------------------------------------------------*/
.single article, aside{
    width: 100%;
    max-width: 800px;
    margin: 0px auto 50px auto; /*Haut, Gauche, Bas, Droite */
    color: #797979;
}
h2.singleTitre{
    color: #000;
    display: block;
    width: 100%;
    line-height: 1.3em;
    margin: 40px auto 0px auto;  /*Haut, Gauche, Bas, Droite */  
    text-align: center;
    padding-bottom: 80px;
    background: url('_/img/fl_red_article.gif') no-repeat center bottom;
}
.single h3{
    color: #d01f32;
    line-height: 1.4em;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: lowercase;
}
#chapeau{
    color: #d01f32 !important;
    text-align: center;
    line-height: 1.4em;
    margin-top: 40px;
    padding: 0px 25px;
}
.le_content{
    font-family: 'verdana', sans-serif;
    font-size: 0.9em;
    margin-top: 60px;
    padding: 0px 25px;
}

.le_content p{
    margin-bottom: 5px;
    line-height: 1.5em;
    display: inline-block;
    width: 100%;
}

.le_content ul{
    list-style-type: circle;
    list-style-image: url('_/img/puce.gif');
    list-style-position: outside;
    margin-left: 15px;
    padding-bottom: 8px;
    line-height: 1.5em;
}

ul#listeArtistes{
     list-style-type: none;
    list-style-position: inside;
    margin-left: 0px;   
}
.page .le_content li{
    display: inline-block;
    width: 100%;
    line-height: 18px;
    padding-bottom: 8px;
}
.page .le_content ul{
    margin-left: 0px;
}
#projets-collectifs li, #listeArtistes li{
    line-height: 22px;
    padding-bottom: 0px;
    list-style: none;
}
/* ANNEXE */
.ann_col{
    padding-top: 30px;
    border-top: dashed #e999a2 thin;
    width: 48%;
    min-width: 250px;
    float: left;
}
.ann_col:first-child{
    margin-right: 4%;
 }
.ann_col:first-child p{
    font-family: 'arial', sans-serif;
    font-size: .9em;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.4em;
    width: 70%;
}
.ann_col:first-child a{
    border-bottom: none;
}
.autreProjet{
    margin-bottom: 10px;    
}
#annexe{
        border-bottom: dashed #e999a2 thin;
        padding-bottom: 30px;
}
#annexe p{
    font-size: .8em;
    line-height: 1.5em;
}
#annexe strong{
    color: #d01f32;
    font-size: 1.2em;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
}
.pr_real{
    width: 100%;   
    padding-top: 15px;
}
.pr_real p{
    line-height: 25px;
}
/* SLIDE */
#diapo{
    margin-top: 20px;
    width: 100%;
}
.slide{
    width: 100% !important;
    position: relative!important;
    overflow: hidden;

    /*border: thin blue solid;*/
}

/* give each slide the same dimensions */
.slide > div {
    width: 100%!important; /* permet le centrage horizontal */

    /*border: thin red solid;*/
    }

/* make sure each slide image is centered */
.slide div img {
    margin: auto;
    display: block;
    /*border: thin solid blue;*/
}

.legende{
    font-size: 0.7em;
    font-family: 'arial', sans-serif;
    text-align: right;
    position: absolute;
    top: 190px;
    right: -180px;
    height: 40px;
    width: 400px; 
    /*border: thin solid blue;*/

    /*ROTATION*/
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); /* Safari and Chrome */
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
.legende span{
    /*background-color: #fff;*/
    padding: 2px;
    line-height: 1.5em;
    /*display: inline-block;*/
    position: absolute;
    bottom: 0px;
    right: 0px;

}
.navSlide{
    margin: 15px auto 0px auto;
    width: 136px;
    height: 27px;
    display: none;
}
.navSlide span{
    height: 27px;
    width: 35px;
    display: block;
    cursor: pointer;
    float: left;
}
.navSlide span:hover{
    /*opacity: 0.8;*/
}
.navSlide span:active{
    opacity: 0.5;
}
#count{
    font-size: 0.8em;
    color: #797979;
    margin-left: 5px;
}
#pause{
    width: 27px;
    margin-right: 3px;
    position: relative;
    display: block;
    overflow: hidden;
}
#icoPause{
    background: url('_/img/pause-play.gif') no-repeat top;
    width: 25px;
    height: 52px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}
#next{
    width: 27px;
    margin-left: 3px;
    background: url('_/img/diap_next.gif') no-repeat top;
}


/* PAGE GENERAL
-------------------------------------------------------------------------------*/
.page article{
    margin: 0px auto 20px auto; /*Haut, Gauche, Bas, Droite */
    padding-bottom: 50px;
    border-bottom: dashed thin #797979;
}
.page article:last-child{
     border-bottom: dashed thin #fff;   
}
.page h3{
    text-align: center;
    font-size: 1.2em;
    color: #d01f32;
    text-transform: uppercase;
    margin: 30px auto 0px auto;  /*Haut, Gauche, Bas, Droite */  
    padding-top: 60px;
    background: url('_/img/fl_red_article.gif') no-repeat center top;
}

.page .le_content{
     margin: 40px auto 0px auto;  /*Haut, Gauche, Bas, Droite */     
}

.page h4{
    font-size: 1em;
    line-height: 1.3em;
    color: #d01f32;
    margin-bottom: 15px;
    border-bottom: dashed thin #d01f32;
    padding-bottom: 4px;
}
.page .le_content h4:first-child{ margin-top: 0px;}
.page .le_content p a:link{
    font-family: 'PTMonoRegular';
}

/* Liste projets */
.blocProjet{
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: 'PTMonoRegular';
    /*-webkit-column-break-inside:avoid;*/
    display: inline-block;
    width: 100%;
     /*border: thin solid red;*/
}
.blocCategorie .blocProjet:last-child{
    margin-bottom: 20px;
}
.blocProjet h5{
   font-size: 1.2em;
   line-height: 1.3em;
   color: #000; 
   font-weight: normal;
}
.blocProjet li{
    list-style-type: none; 
}
.blocProjet ul{
    margin-top: 5px;
}
/*Survol blocProjet */
.bulleMiniat{
    position: absolute;
    z-index: 9999;
}

/* PAGE PRESENTATION .page-id-51
-------------------------------------------------------------------------------*/
.page-id-51 h4{
    border-bottom: dashed thin #fff;
    font-size: 1.2em;
}


/* PAGE PROJETS .page-id-71
-------------------------------------------------------------------------------*/

/* PAGE ARTISTES .page-id-81
-------------------------------------------------------------------------------*/
.page-id-81 p img{
    display: none;
}
.page-id-81 strong{
    font-family: 'PTMonoRegular';
    font-size: 1.2em;
   color: #000;    
}
.page-id-81 p{
    margin-bottom: 30px;
}
/* PAGE EDITIONS .page-id-98
-------------------------------------------------------------------------------*/
.page-id-98 article{
    max-width: 650px;
}
.blocProjet img{
    display: none;
}
/* PAGE INFOS PRATIQUES .page-id-110
-------------------------------------------------------------------------------*/
.page-id-110 .le_content{
    font-family: 'PTMonoRegular';
    padding:0px;
}
.page-id-110 article{
    max-width: 600px;
}
/* LIENS */
.le_content ul.bookmark li{
list-style-type: none;
}
.le_content  ul.bookmark li a:link{
    border: none;
}
.le_content  ul.bookmark li a:hover{
    border: none;
    color: #000;
}

/* SCROLL
-------------------------------------------------------------------------------*/
#up{
    background: url('_/img/up.png') center no-repeat;
    z-index: 1000;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    display: none;
    cursor: pointer;
}

/* CHAMPS INCRIPTION NEWS
-------------------------------------------------------------------------------*/
.inscription{
    margin: 0px auto;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
input{
    background-color: #f5f5f5;
    border: none;
    padding: 5px;
    border: thin #fff dotted;
}
.wpcf7-response-output{
    border: none !important;
    background-color: #d01f32;
    color: #fff;
    margin: 0px auto;
    width: 50%;
    text-align: center;
    margin: 15px auto 0px auto!important;
}

/* Media queries!
-------------------------------------------------------------------------------*/

/* AFFICHAGE INTERMEDIAIRE */
@media screen and (max-width: 900px){
}

/* AFFICHAGE MOBILE */
@media screen and (max-width: 480px){

#page-wrap {
    width:95%;
}
    /* Slide */
    .single article img{
        width: 100% !important;
        height: auto !important;
    }
    .slide{
    width: 100%!important; /* permet le centrage horizontal */
    height: 250px !important;
    overflow: hidden;
    }
    .navSlide{
        display: none !important;
        height: 0px !important;
    }
    .legende{
        display: none !important;
    }
    /* MENU */
    .entete{
        width: 100%;
        height: 90px;
    }
    #intro{
        width: 100%;        
    }
    nav{
    position: absolute;
    right: 0px;
    top: 55px;
    width: 100%;
    }
    .le_content iframe{
        width: 100%;
    }
    .bulleMiniat{
        display: none !important;
}
}