/*
Theme name: Anti-Atlas
Author: PapaScript
Author URI: http://papascript.fr/
Description: Child theme pour Anti-atlas
Version: v0.1
Template: twentyfifteen
Text Domain:  anti-atlas
*/

/* FRONT SCREEN STYLES  >> VOIR LIGNE 350 */

/*@import url("../twentytfifteen/style.css");*/


/*/////////////// FOR FULLSCREEN ///////////////*/

html:-moz-full-screen {
    background: white;
    overflow:auto;
}

html:-webkit-full-screen {
    background: white;
    overflow:auto;
}

html:-ms-fullscreen {
    background: white;
    overflow:auto;
    width: 100%; /* needed to center contents in IE */
}

html:fullscreen {
    background: white;
    overflow:auto;
}

a
{
    text-decoration: none;
}

/*/////////////// FONTS ///////////////*/
/*———————Texte———————*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 12, 2016 */
@font-face {
    font-family: 'lektonbold';
    src: url('font/lekton-bold-webfont.eot');
    src: url('font/lekton-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/lekton-bold-webfont.woff2') format('woff2'),
    url('font/lekton-bold-webfont.woff') format('woff'),
    url('font/lekton-bold-webfont.ttf') format('truetype'),
    url('font/lekton-bold-webfont.svg#lektonbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lektonitalic';
    src: url('font/lekton-italic-webfont.eot');
    src: url('font/lekton-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/lekton-italic-webfont.woff2') format('woff2'),
    url('font/lekton-italic-webfont.woff') format('woff'),
    url('font/lekton-italic-webfont.ttf') format('truetype'),
    url('font/lekton-italic-webfont.svg#lektonitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lektonregular';
    src: url('font/lekton-regular-webfont.eot');
    src: url('font/lekton-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/lekton-regular-webfont.woff2') format('woff2'),
    url('font/lekton-regular-webfont.woff') format('woff'),
    url('font/lekton-regular-webfont.ttf') format('truetype'),
    url('font/lekton-regular-webfont.svg#lektonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*/////////////// Custom Articles ///////////////*/

/*———————Home———————*/

.page-headersearch h2,
h2.entry-title a {
    color: black;
    font-size:13px;
    font-family: 'lektonregular';
}

h1.entry-title {
    font-family: 'lektonregular';
    color:black;
    font-size:30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 0px!important;
}
.entry-content p {
    font-family: 'lektonregular';
    font-size: 16px;
    line-height: 20px;
}
.entry-content h4 {
    font-family: 'lektonbold';
    
}

/*NAVIGATION*/

#map{
    -webkit-transition: -webkit-transform 200ms linear;
    -moz-transition: -moz-transform 200ms linear;
    -ms-transition: -ms-transform 200ms linear;
    -o-transition: -o-transform 200ms linear;
    transition: transform 200ms linear;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);

    cursor:-webkit-grab   ;
    cursor:-moz-grab   ;
    cursor:-ms-grab   ;
    cursor:-o-grab   ;
    cursor:grab  ;

    -webkit-transform-origin : 50% 50%;
    -moz-transform-origin : 50% 50%;
    -ms-transform-origin : 50% 50%;
    -o-transform-origin : 50% 50%;
    transform-origin : 50% 50%;
}


#map div{
    padding:0px;
}

#map img{
    width:100%;
    border: 1px solid #000;
}

#map img:last-of-type
    {
    border: none!important;
}

.entry-header{
    font-family: 'lektonregular';
    font-size: 16px;
    color:black;

}

/* Search */

.page-headersearch{
    border-bottom: 0;
    margin-top:22px;
}

/*Background*/

canvas{
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    position: fixed;
    /*background:white;*/
    z-index:-1;             
}

#facebookShare{
    position:fixed;
    width: 40px;
    left:2%;
    bottom:2%;
    border:2px solid white;
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#twitterShare{
    position:fixed;
    width: 40px;
    left:70px;
    bottom:2%;
    border:2px solid white;
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}


#leszooms{
    position: fixed;
    bottom: 2%;
    width: 25%;
    right:2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#intzoom{
    margin: 0 auto;
    padding-top: 17px;
    margin-bottom: 20px;
    max-width: 1200px;
    width: 93%;

}
/* Icone de switch */

#switchMode, #setFS{
    width: 40px;
    position: relative;
    float: right;
    margin-left:5px;
    border:2px solid white;
    border-radius: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.zoomIn:hover,.zoomOut:hover, #switchMode:hover, #setFS:hover{
    cursor:pointer;
}

/* bloc contenant les deux zooms */
.bothZoom{
  position:relative;
  float:right;
  width:120px;
  height:44px;
  background:black;
  border-radius: 45px;
  border:white 2px solid;
  text-align: center;
  margin-left:10px;
  padding-top:4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bothZoom .zoomIn, .bothZoom .zoomOut, .bothZoom .zoomValue{
  display:inline-block;
  border-radius: 0px;
  width:25%;
  border:0px;
  color:white;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bothZoom .zoomValue{
  vertical-align: middle;
}

.bothZoom .zoomValue{
  color:white;
  font-size: 14px;
  font-family: "lektonbold";
}

/* ajouter ici le style des boites de survol des icones */

.zoomIn[title]:hover:after, .zoomOut[title]:hover:after, #switchMode[title]:hover:after, #setFS[title]:hover:after{
  content: attr(title);
  color: white;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top:-130%;
  width:70px;
  left:-22%;
  padding:5px 10px 5px 10px;
  font-family: "lektonregular";
  font-size: 14px;
  border-radius: 40px;
  text-align: center;
  /*z-index: 20*/;
  /*white-space: nowrap;*/
  /*-moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;*/
}

.zoomIn[title]:hover:after {
  width:70px;
  left:32%;
}

#switchMode[title]:hover:after{
  width:180px;
  left:-400%;
}

/*.printer{
    left:2%;
    top:12%;
    width:35px;
}*/


/*——————— STYLES ARTICLES———————*/
/* dans l'ordre d'apparition dans l'article */

.entete{
    font-family: 'lektonbold';
    color:white;
    background-color: black;
    font-size:22px;
    line-height: 22px;
    padding:0.2cm;
    display:block;
}

.mainTitle{
    font-family: 'lektonbold';
    color:black;
    font-size:40px;
    line-height: 40px;
    margin:0px; 
    text-transform: uppercase;
    border-bottom: 5px solid black;
}

.auteurName{
    font-family: 'lektonbold';
    color:black;
    font-size:20px;
    line-height: 20px;
    margin:0 0 6px 0;
}

.auteurQualities, .auteurQualities a, .auteurQualities a:hover, .auteurQualities a:active, .auteurQualities a:visited{
    font-family: 'lektonregular';
    color:black!important;
    font-size:14px;
    line-height: 18px;
    margin:0px;
    border-bottom: none;
}

.auteurQualities:last-of-type{
    padding-bottom:10px;
    border-bottom: none;
}

.citation{
    font-family: 'lektonregular';
    color:#000;
    font-size:12px;
    line-height: 16px;
    margin:0px;
    padding:5px;
    border:1px solid #000;
}

.consultation-en{
}

.consultation-fr{
}

.lien-print{
  display:none;
}

.mainText{
    font-family: 'lektonregular';
    font-size: 14px;
    line-height: 16px;
    color:black;
    margin:0px;
    white-space: break-spaces;
}

/* Liens */

.mainText a, .mainText a:active, .mainText2Cols a, .mainText2Cols a:active, 
.auteurQualities a, .auteurQualities a:active {
    font-family: 'lektonregular';
    color: black!important;
    text-decoration: underline!important;
    background: transparent!important;
    word-wrap:break-word;
    white-space: break-spaces;
}

.mainText a:hover, .mainText2Cols a:hover, .auteurQualities a:hover {
    font-family: 'lektonregular';
    color: white!important;
    text-decoration: none;
    background: black!important;
}

.mainText:last-of-type{
    padding-bottom:20px;
    border-bottom: 1px solid black;
}

.mainText2Cols{
    font-family: 'lektonregular';
    font-size: 14px;
    line-height: 16px;
    color:black;
    margin:0px;
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    /* not working firefox 54.0.1 */
    /*column-fill:auto;*/
    -webkit-column-fill:auto;
    white-space: break-spaces;

    /*Il faut le retirer pour Firefox, sinon les colonnes ne s'affichent pas*/
    /*-moz-column-fill:auto;*/
    
    /*hyphens:auto;
    -moz-hyphens:auto;
    -webkit-hyphens:auto;*/
    padding-bottom:20px;
    border-bottom: 1px solid black;    
}

.titre2{
    font-family: 'lektonbold';
    color:black;
    font-size:40px;
    line-height: 40px;
    margin:0px;
    font-weight: normal!important;
    border-bottom: 5px solid black;
    vertical-align: text-bottom;
}

.titre3{
    font-family: 'lektonbold';
    color:black;
    font-size:30px;
    line-height: 30px;
    margin:0;
    font-weight: normal!important;
    /*border-bottom: 1px solid black;*/
    vertical-align: text-bottom;
}

.titre4{
    font-family: 'lektonbold';
    color:black;
    font-size:20px;
    line-height: 22px;
    margin:0;
    vertical-align: text-bottom;
    font-weight: normal!important;
}

b, strong{
    font-family: 'lektonbold'!important;
    font-weight: normal!important;
}

small {
    line-height:100%!important;
}

.exergue{
    font-family: 'lektonbold';
    color:black;
    font-size:18px;
    line-height: 22px;
    margin:0px;
    font-weight: normal!important;
    white-space: break-spaces;
    widows:2;
    orphans:2;
}

.numero-paragraphe{
    font-family: 'lektonbold';
    color:black;
    font-size:30px;
    margin:0px;
    font-weight: normal!important;
    padding-right: 10px;
}

.end{
    font-family: 'lektonbold';
    color:black;
    font-size:18px;
    line-height:18px;
    margin:0;
    font-weight: normal!important;
}

.suite{
    font-family: 'lektonbold';
    color:black;
    font-size:18px;
    line-height: 18px;
    margin:0;
    float:right;
    cursor: pointer;
    font-weight: normal!important;
}

a.anchors{
    cursor:pointer;
    font-family: 'lektonbold';
    color:black;
    font-style: bold;
    text-decoration: none!important;
    background:transparent!important;
    font-size:14px;
    line-height: 18px;
    margin:0;
    float:right;
}

a.anchors:hover {
    color:black!important;
    background:transparent!important;
    text-decoration: none!important;
}

#map div.legend-image{
    font-family: 'lektonitalic';
    font-size:12px;
    padding:5px 15px ;  
    background:white;
    border-bottom:5px solid black;
    margin:0px;
}

#map div.legend-image a{
    word-wrap:break-word;
}

.appel-note{
    font-family: 'lektonregular';
    color:black;
    text-decoration: underline;
    cursor:pointer;
    margin:0px;
    position:relative;
    /* white-space: nowrap; */
}

.num-appel-note{
    text-decoration: none!important;
    font-size:10px;
    line-height: 0;
    vertical-align: super; 
    position: relative; 
    top: 0px;
    display:inline-block;
}

sup {text-decoration: none!important;
    font-size:75%;
    line-height: 0;
    vertical-align: super; 
    position: relative; 
    top: 0px;
    display:inline-block;
}

.appel-box{
    background: black;
    color:white;
    cursor: pointer;
    display: inline-block;
}

.for-print{
  display:none;
}

input::-webkit-input-placeholder {
  font-family: 'lektonregular';
  font-size: 16px;
}

input:-ms-input-placeholder {
  font-family: 'lektonregular';
  font-size: 16px;
}

input::-moz-placeholder {
   font-family: 'lektonregular';
   font-size: 16px;
}

.note{
  font-family: 'lektonbold';
  font-size: 14px;
  line-height:18px; 
}

.note-box p{
    padding:0;
    margin:0;
}

.note-box a{
    word-wrap:break-word;
}

.note-box{
    display:none;
    background:white;   
    font-family: 'lektonbold';
    font-size: 14px;
    line-height:18px;
    color:black;
    padding:10px;
    border-bottom:5px solid black;
    opacity:0;
    /*width:250px;*/
    overflow:auto;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
    
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.note-box:hover{
  display:block!important;
  opacity:1!important;
}

.note-box a, .note-box a:active {
    font-family: 'lektonbold';
    color: black!important;
    text-decoration: underline!important;
    background: white!important;
}

.note-box a:hover {
    font-family: 'lektonbold';
    color: white!important;
    text-decoration: none;
    background: black!important;
}

.mediaLegend{
    font-family: 'lektonregular';
    font-size:12px;
    line-height: 15px;
    padding:0;  
    background:white;
    border-bottom:5px solid black;
    margin:0px;
}

.mediaLegendRight{
    font-family: 'lektonregular';
    font-size:12px;
    line-height: 15px;
    text-align: right;
    padding:0;  
    background:white;
    border-bottom:5px solid black;
    margin:0px;
}

.mediaLegend a, .mediaLegend a:active, .mediaLegendRight a, .mediaLegendRight a:active {
    font-family: 'lektonregular';
    color: black!important;
    text-decoration: underline!important;
    background: transparent!important;
}

.mediaLegend a:hover, .mediaLegendRight a:hover {
    font-family: 'lektonregular';
    color: white!important;
    text-decoration: none!important;
    background: black!important;
}

.picture-item__description{
  font-family: 'lektonregular';
  font-size: 12px;
  line-height: 20px;
  color:black;  
}


/*/////////////// SITE (menu navigation page ...)///////////////*/


/**
 * 1 Site Header
 * ----------------------------------------------------------------------------
 */
body {
    background: transparent!important;
}

body:before {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0)!important; 
    display: none!important;
}

#mastheadaa {
    background-color: rgba(255,255,255,1);
    border-bottom: 0;
    margin:0px;
    padding-left: 0%;
    padding-right: 0%;
    position: fixed;
    width: 100%;
    /*width: 100vW;*/
    /* max-height: 80px;*/
    background:black;
    top: 0px;
    left:0px;
    display: inline-block;
    z-index: 2;
    height:70px;

}
#menu{
    margin: 0 auto;
    padding-top: 12px;
    margin-bottom:20px;
    max-width: 1200px;
    width:93%;


}

#page{
    margin-top: 70px;
    padding-bottom: 35px;
    background:white;
}


#titresite{

    display: block;
    margin: 0 auto;
    width:20%;
    min-width: 240px;
    text-decoration: none;
    float: left;  
}


#titresite h1,
#titresite h2{
    color: white;
    font-size: 18px;
    font-family: 'lektonregular';
    padding-top:15px;
    
}

#titresite a h1:hover,
#titresite a h2:hover{
    text-decoration: none;
}

#menunav{
 padding-top:0px;
 width:auto;
 float: right;  
 text-align: right;
}


.nav-menu{
    float: left;
    display:inline-block;
    list-style:none;
    margin-bottom:0px!important; 
}

.nav-menu  li{
    display: inline-block;
    width: auto;
    text-decoration: none;
    color: #fff;
}

.nav-menu  li a{
 font-size: 14px;
 line-height: 48px;
 font-family: 'lektonregular';
 color: rgba(255, 255, 255, 0.7)!important; 
 margin: 0 15px;
}

.menu-home-container{
    position: relative;
    float: left;
}


.home-linkaahide{
  display: none;
}

.menutypo,.atag{
    font-size: 14px;
    line-height: 24px;
    font-family: 'lektonregular';
    color:rgba(255, 255, 255, 0.7)!important;
    margin: 0 15px;
    padding-bottom: 3px;
    text-decoration: none!important;
}


#menunav a:hover,
.nav-menu  li a:hover,
.menutypo:hover,
.atag:hover,
.sort-options:hover
{
    color: white!important;
    cursor:pointer;
    border-bottom: 5px solid white;
}

#menunav a:focus,
.menutypo:focus,
.nav-menu  li a:focus{
   color:rgba(255, 255, 255, 0.7)!important;
   /*border-bottom: 5px solid white;*/
}

.lefocusnumbers,
.lefocus{
   color: white!important;
   border-bottom: 5px solid white!important;
}
.site-header .search-form {
    display:inline-block;
    margin: 0;
/* position: relative!important;
    right: 0!important;
    top: -4px!important;*/
    /*float: left!important;*/
}


.dark{
    color: #333!important;
}

.site-main{
    margin-top: 66px;
}


.site-header .site-title:hover {
    text-decoration: underline;
}

.site-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 58px 0 10px;
}

.site-description {
    font: 300 italic 24px "lektonregular", Helvetica, sans-serif;
    margin: 0;
}


/**
 * 1.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 45px;
    position: relative;
}


.menu-toggle {
    display: none;
}

/* Navbar Search*/
/*.site-header .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
    }*/

.site-header .search-field {
    background-color: transparent;
    background-image: url(images/search-icon.png);
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: none;
    cursor: pointer;
    height: 37px;
    margin: 3px 0;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    width: 1px;

}
.input[type="text"][title]{
    font-family: 'lektonregular';
    font-size: 16px;
    color: white;
}
.site-header .search-field:focus {
    /*background-color: #fff;*/
    /*border: 2px solid #c3c0ab;*/
    border:0px;
    /*  position: absolute;
    top: 67px;
    background:black; */
    background-position: 5px center;
    cursor: text;
    outline: 0;
    width: 160px;
    border:1px solid rgba(255, 255, 255, 1);
    font-family: 'lektonregular';
    font-size: 14px;
    color: white;
}


#frBTN:hover,#enBTN:hover{
   cursor:pointer;
}

/**
 * 3 Footer
 * ----------------------------------------------------------------------------
 */

 #colophon{
    display: none;
}


/**
 * 3 Pages : Appel à contributions, Numéros
 * ----------------------------------------------------------------------------
 */

.page-global{
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    border-bottom: 5px solid black;
    }

.page-global h2{
    font-family: 'lektonbold';
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: black;
    text-transform: uppercase;
    margin: 0;
    /* column-span:all; */
}

.page-author{
    margin-bottom: 6px;
    font-family: 'lektonbold';
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: black;
    margin-bottom: 10px;
}

.page-img{
  position: relative;
  display:block;
  width: 50%;
  float:right;
  height:auto;
   margin-top: 5px;
}

.page-img p{
    font-size: 0;
    line-height: 0;
    margin:0;
    font-family: 'lektonregular'!important;
    font-size: 13px;
    line-height: 16px;
    color: black;
    margin-top:16px;
}

.page-img img{
  z-index: 1;
}

.page-img h1{
    color: black;
    font-family: 'lektonregular';
    font-style: normal;
    color:white;
    font-size: 140px;
    line-height: 140px;
    z-index: 1;
    position:absolute;
    top:20px;
    left:20px;
}

.page-txt{
    /* container général du texte */
    width: 100%;
    position: relative;
    display:block;
    font-family: 'lektonregular'!important;
    font-size: 13px;
    line-height: 16px;
    color: black;
}

.page-txt-cols{
    font-family: 'lektonregular'!important;
    font-size: 13px;
    line-height: 16px;
    color: black;
    column-count:2;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-gap: 20px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    /*column-fill:auto;
    -webkit-column-fill:auto;*/
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-page-break-inside: avoid;
     -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-break-inside: avoid;
    break-inside: avoid;
    margin: 10px 0 10px 0;
}

.page-txt p, .page-txt-cols p{
      margin: 0 0 10px 0;
      -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    -webkit-page-break-inside: avoid;
     -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    -webkit-break-inside: avoid;
    break-inside: avoid;
}

.page-txt-left {
    width: calc(50% - 40px);
    position: relative;
    display:block;
    margin: 20px;
    float:left;
    font-family: 'lektonregular'!important;
    font-size: 13px;
    line-height: 16px;
    color: black;
    text-align:left;
}

.page-txt-right {
    width: calc(50% - 40px);
    position: relative;
    display:block;
    margin: 20px;
    float:right;
    font-family: 'lektonregular'!important;
    font-size: 13px;
    line-height: 16px;
    color: black;
    text-align:left;
}

.page-txt-left a, .page-txt-right a {
    font-family: 'lektonregular';
    color: black!important;
    text-decoration: underline!important;
    background: transparent!important;
    word-wrap:break-word;
}

.page-txt-left a:hover, .page-txt-right a:hover {
    font-family: 'lektonregular';
    color: white!important;
    text-decoration: none;
    background: black!important;
}

.page-txt-right h1, .page-txt-left h1 {
    color: black;
    font-family: 'lektonregular';
    font-style: normal;
    color: white;
    font-size: 140px;
    line-height: 140px;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 20px;
}

.page-txt-cols a, .page-txt-cols a:active,.page-txt-cols a:visited, .page-txt-cols a:hover {
    color: black;
    text-decoration: underline!important;
}

/* Page Appel à contributions */

.appel-contrib {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    }

.appel-contrib-L {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 48%;
    float: left;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    }

.appel-contrib-R {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 48%;
    float: right;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    }

.appel-contrib-L h2, .appel-contrib-R h2, .appel-contrib h2 {
    font-family: 'lektonbold';
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    color: black;
    text-transform: uppercase;
    margin: 0;
    }

.appel-contrib a {
    font-family: 'lektonregular';
    color: black!important;
    text-decoration: underline!important;
    background: transparent!important;
    word-wrap:break-word;
}

.appel-contrib a:hover {
    font-family: 'lektonregular';
    color: white!important;
    text-decoration: none;
    background: black!important;
}

/**
 * 4 Modal -- mots clés
 * ----------------------------------------------------------------------------
 */


 #modal-close{
    padding: 5px;
    width: 3%;
    min-width: 25px;
    height: auto;
    position: relative;
    float: right;
    z-index: 1000;
    /*left: 97%;*/
    z-index: 1002;
}
#modal-close:hover{
    cursor:pointer;
}

#modal-background {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: black;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1000;
}
#modal-content-link{
    margin: 0 auto;
    max-width: 1200px;
    padding-top:24px;
    padding-bottom: 10px;
    width: 93%;
    opacity:1;
    background: black;
    /*height:149px;*/
    height:auto;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}
#modal-content {
    display: none;
    clear:both;
    background:black;
    position: static;
    z-index: 1000;
    width: auto;
    height:auto!important;
    /*max-width: 600px;*/
    /*margin-top: 64px;*/
    /*padding: 15px;*/
    /*height: 0px;*/
    /*border-bottom: 1px solid #333;*/
}
#modal-content-link p{
    font-family: 'lektonregular';
    font-size: 14px;
    line-height: 17px;
    color: white;
    margin: 0px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
#modal-content-link label{
    font-family: 'lektonitalic'!important;
    font-size: 10px!important;
    line-height: 12px!important;
} 
#modal-content-link label:hover{
    cursor:pointer!important;
}
#modal-content-link h1{
    /*font-family: 'vollkornbold';*/
    font-family: 'lektonregular';
    font-size: 25px;
    color:#333;
}

#modal-background.active, #modal-content.active {
    display: block;
    height: 450px;
}

input[type="checkbox"]{
    opacity:0;
    width: 0px;
}

label.activer{
 padding: 0px 5px 0px 1px;

}

 label.pasactiver{
    padding: 0px 5px 0px 1px;
}

.pasactiver{
   color: black;
   border:1px solid rgba(0,0,0,1);
   padding: 2px 5px;
   background:rgba(255,255,255,1)!important;
}
.activer{
   color:white;
   border:1px solid rgba(255,255,255,1);
   padding: 2px 5px;
   background:rgba(0,0,0,1)!important;
}

.modalDialog {
    width: 93%;
    max-width: 1200px;
    margin: 0 auto;
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    /*background: rgba(0,0,0,0.8);*/
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 100%;
    position: relative;
    margin-top: 84px;
    padding: 15px;
    height: auto;
    max-height: 90%;
    background: rgba(255, 255,255,0.9);
    /*border:1px dashed black;*/
    box-shadow:0px 0px 100px rgba(0,0,0,0.2);
}

.close {
    padding: 5px;
    width: 3%;
    min-width: 25px;
    height: auto;
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 97%;
    background: white;
}

.btn-grouphome{
    padding:0!important;
    display: inline;
    height: auto!important;
}

.btn-group{
    overflow:auto;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    width:100%;
    line-height: 20px;
}

.btn-group span{
    display:inline-block;
    padding-left:5px;
}

.btn-group span::before{
    content:" ";
}

.Modaltags{
    background:none;
    color:black;
    font-family: 'lektonregular';
    display:block;
    text-transform: none;
    cursor:pointer;
    opacity:0.6;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.Modaltags:hover{
    opacity: 1;
    background:none;
    text-decoration: none;
}

span.active.Modaltags{
    opacity: 1;
    font-family: 'lektonregular';
    background:none;
    text-decoration: none;
}

span.active.Modaltags::before {
    display:none;
}

span.active{
    background:none;
    font-family: "lektonregular";
}

span.active::before{
    content:"•";
}

#modaltag{
    width: auto;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'lektonregular';
    /*float:left;*/
    display:inline-block;
    margin: 0 15px;
}

.sort-options {
    width: auto;
    padding: 0px 10px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'lektonregular';
    color:rgba(255, 255, 255, 0.7);
    /*float:left;*/
    display:inline-block;
    /*border: 1px solid rgba(166, 166, 166, 0.18);*/
    margin: 0 15px;
}

.sort-options {
    border:0px;
    border-radius: 0px 0px 0px 0px;
    /*border-bottom: 3px solid #000;*/
    /*width: 186px;*/
    padding:0px; 
    overflow: hidden;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: transparent url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 90% 50%;*/
}
#openModal{display:none;}

.sort-options select {
    border: none;
    box-shadow: none;
    background-color: black;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.sort-options:focus {
    outline: none;
    background-color: black;
}

/*STYLE Boite numéro*/


.letitre{
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
    padding-top: 2px;
}

.letitre h2{
    font-family: 'lektonbold';
    font-size:24px;
    line-height: 28px;
    color:black;
    text-transform: uppercase;
    margin-bottom:10px;
}

.ladescriptionrevue h2{
    font-family: 'lektonbold';
    font-size:24px;
    line-height: 28px;
    color:white;
    text-transform: uppercase;
}

.letitre p{
    margin:4px 0 0 0;
    font-family: 'lektonbold';
    font-size: 16px;
    line-height: 20px;
    color:black; 
}

.larevue{
    float: right;
    margin: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'lektonregular';
    text-transform: uppercase;
    font-size: 140px;
    line-height: 140px;
    color:rgba(255,255,255,1);
    text-shadow: 2px 2px 1px black;
}

.larevue p{
    text-align: right;
    margin-top: 0px;
}

.ladescription{
    width: 100%;
    background:#fff;
    padding-top:0px;
    padding-bottom:8px;
}
.ladescriptionrevue{
    width: 100%;
    background: black;
    top: 120px;
    position: absolute;
    padding: 20px;
    padding-bottom: 0px;
}


label{
    font-family: 'lektonregular'!important;
    font-size: 14px!important;
    line-height: 16px!important;
    color: black;
    margin:0px;
}
.margtop{
    margin-top: 0px;
    line-height: 25px;
}

.picture-item .picture-item__inner{
    border-bottom: 5px solid black;
    opacity:0;
}

.ladescription p{
    font-family: 'lektonregular'!important;
    font-size: 13px!important;
    line-height: 16px!important;
    color: black;
    margin:0px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.ladescriptionrevue p{
   font-family: 'lektonregular'!important;
   font-size: 13px!important;
   line-height: 16px!important;
   color: white;
   margin:0px;
   padding-top: 10px;
   padding-bottom: 10px;
}
.ladescription span.lestags{
    display:inline-block;
    font-family: 'lektonitalic';
    font-size: 10px;
    line-height: 12px;
    margin-top:5px;
    margin-right: 5px;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.ladescription span.lestags:last-child:after{
    content:"";
}

.picture-item__title{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.picture-item__title:hover{
    background: rgba(0,0,0,0)!important;
}


.ladescription span.active.lestags{
   opacity:1;
}

.ladescription span.active::before {
display:none;
}

.langue{
    display: inline-block;
    width: auto;
    /*padding: 0px 10px;*/
    /*float:left;*/
    display:inline-block;
    /*margin: 0 15px;*/
    
}
#frBTN{
    margin: 0 15px;
}

.langue a{
    color:rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: 'lektonregular';
}
.langue a:hover{
    color:white;
    border-bottom: 5px solid white;
}

.langue a.active {
    color: white!important;
    border-bottom: 5px solid white;
}


/**
 * 0 Homepage
 * ----------------------------------------------------------------------------
 */

input.search-submit.screen-reader-text
{
    display: none;
}
 .site-content-base {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 60px;
}

.viewRevue{
    display:block!important;
}

.says, .screen-reader-text{
    color:rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-family: 'lektonregular';
}

.menu-mobile{
    display:none;
}

.menu-desktop{
  display:block;
}


/* --- DEMO FLAT THEME // STYLE DES SELECT ISSUE & AUTHOR --- */

/* PREFIXED CSS */
.flatmobilnumbers,
.flatmobilnumbers div,
.flatmobilnumbers li,
.flatmobilnumbers div::after,
.flatmobilnumbers .carat,
.flatmobilnumbers .carat:after,
.flatmobilnumbers .selected::after,
.flatmobilnumbers:after,
.flatmobil,
.flatmobil div,
.flatmobil li,
.flatmobil div::after,
.flatmobil .carat,
.flatmobil .carat:after,
.flatmobil .selected::after,
.flatmobil:after,
.flatnumbers,
.flatnumbers div,
.flatnumbers li,
.flatnumbers div::after,
.flatnumbers .carat,
.flatnumbers .carat:after,
.flatnumbers .selected::after,
.flatnumbers:after,
.flat,
.flat div,
.flat li,
.flat div::after,
.flat .carat,
.flat .carat:after,
.flat .selected::after,
.flat:after{
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}
.flatmobilnumbers .selected::after,
.flatmobilnumbers.scrollable div::after,
.flatmobil .selected::after,
.flatmobil.scrollable div::after,
.flatnumbers .selected::after,
.flatnumbers.scrollable div::after,
.flat .selected::after,
.flat.scrollable div::after{
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
}

/* WRAPPER */
.flatmobilnumbers,
.flatnumbers{
    position: relative;
    vertical-align: bottom;
    /*width: 102px;*/
    cursor: pointer;
    background:black;
    padding: 0px 10px;
    /*top:15px;*/
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-family: 'lektonregular';
    color:rgba(255, 255, 255, 0.7);
    display:inline-block;
    /*margin: 0 15px;*/
    border-radius: 0px;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.flatmobil,
.flat{
    position: relative;
    vertical-align: bottom;
    /*width: 183px;*/
    cursor: pointer;
    background:black;
    /*padding: 0px 10px;*/
    /*top:15px;*/
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-family: 'lektonregular';
    color:rgba(255, 255, 255, 0.7);
    display:inline-block;
    /*margin: 0 15px;*/
    border-radius: 0px;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.flatmobilnumbers.open,
.flatnumbers.open{
    z-index: 2;
    padding: 0px 24px;
}

.flatmobil.open,
.flat.open{
    z-index: 2;
    padding: 0px 14px;
}

.flatmobilnumbers:hover,
.flatmobilnumbers.focus,
.flatmobil:hover,
.flatmobil.focus,
.flatnumbers:hover,
.flatnumbers.focus,
.flat:hover,
.flat.focus{
    background: black;
}

/* CARAT */
.flatnumbersmobil .carat,
.flatnumbersmobil .carat:after,
.flatmobil .carat,
.flatmobil .carat:after,
.flatnumbers .carat,
.flatnumbers .carat:after,
.flat .carat,
.flat .carat:after{
    display: none;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
    border: 6px solid transparent;
    border-top: 6px solid #FFF;
    z-index: 1;
    
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
    
}
.flatmobilnumbers:hover .carat:after,
.flatmobil:hover .carat:after,
.flatnumbers:hover .carat:after,
.flat:hover .carat:after{
    border-top-color: rgba(255, 255, 255, 0.7);
}
.flatmobilnumbers.focus .carat,
.flatmobil.focus .carat,
.flatnumbers.focus .carat,
.flat.focus .carat{
    border-top-color: rgba(255, 255, 255, 0.7);
}
.flatmobilnumbers.focus .carat:after,
.flatmobil.focus .carat:after,
.flatnumbers.focus .carat:after,
.flat.focus .carat:after{
    border-top-color: rgba(255, 255, 255, 0.7);
}
.flatmobilnumbers.open .carat,
.flatmobil.open .carat,
.flatnumbers.open .carat,
.flat.open .carat{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* OLD SELECT (HIDDEN) */
.flatmobilnumbers .old,
.flatmobil .old,
.flatnumbers .old,
.flat .old{
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.flatmobilnumbers select,
.flatmobil select,
.flatnumbers select,
.flat select{
    position: absolute;
    left: 0px;
    top: 0px;
}
.flatmobilnumbers.touch select,
.flatmobil.touch select,
.flatnumbers.touch select,
.flat.touch select{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 
.flatmobilnumbers .selected,
.flatmobil .selected,
.flatnumbers .selected,
.flat .selected {
    color: rgba(255, 255, 255, 0.7);
    height:31px;
    /*border-bottom: 5px solid white!important;*/
}
.flatmobilnumbers .selected,
.flatmobilnumbers li,
.flatmobil .selected,
.flatmobil li,
.flatnumbers .selected,
.flatnumbers li,
.flat .selected,
.flat li{
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    /*line-height: 1;*/
    /*padding: 0px 12px;*/
    padding-left: 0px ;
    overflow: hidden;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.7);
}
.flatmobilnumbers li:hover,
.flatmobil li:hover,
.flatnumbers li:hover,
.flat li:hover{
    color: rgba(255, 255, 255, 1);
}
.flatmobilnumbers .selected::after,
.flatmobil .selected::after,
.flatnumbers .selected::after,
.flat .selected::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    
    border-radius: 0px;
    box-shadow: none;
}
.flatmobilnumbers:hover .selected::after,
.flatmobilnumbers.focus .selected::after,
.flatmobil:hover .selected::after,
.flatmobil.focus .selected::after,
.flatnumbers:hover .selected::after,
.flatnumbers.focus .selected::after,
.flat:hover .selected::after,
.flat.focus .selected::after{
    box-shadow: none;
}

/* DROP DOWN WRAPPER */
.flatmobilnumbers div,
.flatmobil div,
.flatnumbers div,
.flat div{
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 0px;
    margin-top: 1px;
    background: black;
    overflow: hidden;
    opacity: 0;
    color: white;
}
.flatmobilnumbers:hover div,
.flatmobil:hover div,
.flatnumbers:hover div,
.flat:hover div{
    background: black;
    
    border-radius: 0px;
}

/* Height is adjusted by JS on open */
.flatmobilnumbers.open div,
.flatmobil.open div,
.flatnumbers.open div,
.flat.open div{
    opacity: 1;
    z-index: 10000;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
.flatmobilnumbers.scrollable div::after,
.flatmobil.scrollable div::after,
.flatnumbers.scrollable div::after,
.flat.scrollable div::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    
    box-shadow: none;
}
.flatmobilnumbers.scrollable:hover div::after,
.flatmobil.scrollable:hover div::after,
.flatnumbers.scrollable:hover div::after,
.flat.scrollable:hover div::after{
    box-shadow: none;
}
.flatmobilnumbers.scrollable.bottom div::after,
.flatmobil.scrollable.bottom div::after,
.flatnumbers.scrollable.bottom div::after,
.flat.scrollable.bottom div::after{
    opacity: 0;
}

/* DROP DOWN LIST */
.flatmobilnumbers ul,
.flatmobil ul,
.flatnumbers ul,
.flat ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
    
}
.flatmobilnumbers.scrollable.open ul
.flatmobil.scrollable.open ul,
.flatnumbers.scrollable.open ul
.flat.scrollable.open ul{
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */
.flatmobilnumbers li,
.flatmobil li,
.flatnumbers li,
.flat li{
    list-style: none;
    padding: 0px 12px;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.7);*/
}
.flatmobilnumbers li:last-child,
.flatmobil li:last-child ,
.flatnumbers li:last-child,
.flat li:last-child {
    border-bottom: 0;
    padding-bottom: 6px;
}

/* .focus class is also added on hover */
.flatnumbersmobil li.focus,
.flatmobil li.focus,
.flatnumbers li.focus,
.flat li.focus{
    background: black;
    position: relative;
    z-index: 3;
    color: #fff;
}
.flatmobilnumbres li.active,
.flatmobil li.active,
.flatnumbres li.active,
.flat li.active{
    background: black;
    color: #fff;
}

audio::-internal-media-controls-download-button {
    display:none;
}

audio {
    /*box-shadow : 1px 1px black;*/
    height: 36px!important;
    border: 1px solid black !important;
    min-width: 640px; /* Nota : je viens de l'ajouter, apparemment cela fonctionne... */
}

/*QUERY FOR MASONRY SMALL SCREEN */

@media screen and (min-width: 1094px) {
    .hentry.has-post-thumbnail{
        width:23%;
        margin:1%!important;
        float: left;
    }
    .entry-title,.post-thumbnail{
        margin-bottom:0px!important;
    }
    .site-header{
        padding:0px!important; 
    }

}


/* Styles pour Smartphone landscape */
@media only screen and (min-width : 320px) and (max-width: 780px) {

    /* appel à contribution, numéros */

    .page-global {
    margin-top: 0px;
    }

    .page-img, .page-txt-right, .page-txt-left{
        width:100%;
        float:none;
        position:inherit;
        padding-left:0px;
        text-align: left;
    }

    .page-txt-right h2, .page-txt-left h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    }

    .page-img h1{
        z-index: 1;
    }
    
    .page-txt-cols{
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-gap: 20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-fill: auto;
        -webkit-column-fill: auto;
    }

    .appel-contrib {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    }

.appel-contrib-L {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    }

.appel-contrib-R {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    }

.appel-contrib h2 {
    font-family: 'lektonbold';
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin:0;
    -webkit-column-span:true;
    -moz-column-span:true;
    column-span:true;
    }

.appel-contrib a {
    font-family: 'lektonregular';
    color: black!important;
    text-decoration: underline!important;
    background: transparent!important;
    word-wrap:break-word;
}

.appel-contrib a:hover {
    font-family: 'lektonregular';
    color: white!important;
    text-decoration: none;
    background: black!important;
}
    /* --- */

	.contrtxt{
      width: 100%;
      position: relative;
      float: left;
    }
    .contrimg{
        background-position: center;
        position: relative;
        width: 100%;
        height: 250px;
        float: left;
    }
    .hentry.has-post-thumbnail{
    width:100%;
    }

    .menu-desktop{
      display:none;
    }

    #menu {
      margin: 0 auto;
      padding-top: 0px;
      margin-bottom: 0;
      /*max-width: 320px;*/
      width: 93%;
    }

    .menu-mobile{
      display:block;
      margin-top:23px; 
    }

    .menu-mobile #titresite{
      width:100%;
    }

    .menu-mobile #titresite h1,
     .menu-mobile #titresite h2{
      display:inline-block;
      margin-left:20px;
      margin-top: -15px;
    }

    .menu-mobile #menunav{
      margin-left: -10%;
      width: 120%;
      float: left;
      padding-left:10%;
      text-align: left; 
      background: rgb(0, 0, 0);  
      opacity:0;
      display:none;
      padding-bottom: 30px;
    }

    .menu-mobile img.menu-icon{
      float:left;
      width:25px;
      display:inline-block;
      margin-top:0px;
      margin-left:0px;
    }

    .menu-mobile .menutypo, .atag {
      display:block;
      margin:0;
      margin-top: 15px;
    }
    .menu-mobile .flatnumbers,
    .menu-mobile .flat{
      padding:0px;
      margin: 0px;
    }

    #modal-content-link label{
      font-size:14px!important;
    }

    #modal-content-link p{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
    }

    #modal-content{
      overflow:auto;
      -webkit-overflow-scrolling:touch;
    }

    .m-row .m-span3 {
      display:block;
      width:100%!important;
    }

}


/* Styles pour Smartphone Portrait LIKE PRINT until iPhone 6 Plus */
/*@media only screen and (max-width : 414px) {*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {

    /* appel à contribution, numéros */

    .page-global {
    margin-top: 40px;
    }
    
    .page-img, .page-txt-right, .page-txt-left{
        width:90%;
        margin: 20px;
        float:none;
        position:inherit;
        padding-left:0px;
        text-align: left;
    }

    .page-txt-right h1, .page-txt-left h1 {
    color: black;
    font-family: 'lektonregular';
    font-style: normal;
    color: white;
    font-size: 140px;
    line-height: 0px;
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 20px;
    }

    .page-txt-right h2, .page-txt-left h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    }

    #facebookShare{
        position:fixed;
        width: 47px;
        left:32.5%;
        bottom:2%;
        border:2px solid white;
        border-radius: 40px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-transition: all 300ms ease-in;
           -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
             -o-transition: all 300ms ease-in;
                transition: all 300ms ease-in;
    }

    #twitterShare{
        position:fixed;
        width: 47px;
        left:52.5%;
        bottom:2%;
        border:2px solid white;
        border-radius: 40px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        -webkit-transition: all 300ms ease-in;
           -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
             -o-transition: all 300ms ease-in;
                transition: all 300ms ease-in;
    }

    .hentry.has-post-thumbnail{
        width:100%;
    }

    /* boite generale du texte */
    #map{
      width:98%!important;
      height:auto!important;
      margin:1%!important;
      margin-left:4%!important;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

      #map div{
          width:100%!important;
          height:auto!important;
          position:static!important;
          /*margin: 30px 0px 15px 0px;*/
      }

      #map img{
          width:100%!important;
          height:auto!important;
          position:static!important;
          opacity:1!important;
          margin: 10px 0px 15px 0px;
      }

      #map iframe, #map audio{
          display:block;
          width:100%!important;
          opacity:1!important;
          position:static!important;
          border-width:0px;
      }

     iframe, audio{
          display:block;
          width:100%!important;
          opacity:1!important;
          position:static!important;
          border-width:0px;
      }

      #leszooms{
          display:none!important;
      }

      dfn, cite, em, i {
        font-family: 'lektonregular';
        font-style: italic;
    }

    .mainTitle{
        font-family: 'lektonbold';
        color:black;
        font-size:36px;
        line-height: 36px;
        margin:0px; 
        margin-top:100px;
        text-transform: uppercase;
    }

    .auteurName{
        font-family: 'lektonbold';
        color:black;
        font-size:20px;
        font-style:bold;
        margin-top:15px;
    }

    .auteurQualities{
        font-family: 'lektonregular';
        color:black;
        font-size:14px;
        margin:0px 0px;
        border:0px!important;
    }

    .summary{
        font-family: 'lektonregular';
        color:black;
        font-size: 14px;
        margin:0px;
    }

    .date{
        font-family: 'lektonregular';
        color:grey;
        font-size:14px;
        line-height: 20px;
        padding-bottom: 10px;
        margin:0px;
    }

    .tags{
        font-family: 'lektonregular';
        color:blue;
        margin:0px;
    }

    #map div.legend-image{
        font-family: 'lektonitalic';
        font-size:12px;
        padding:5px 15px ;  
        background:white;
        border-bottom:5px solid black;
        margin:0px;
    }

    .titre2{
        font-family: 'lektonbold';
        color:black;
        display:block;
        font-size:36px;
        line-height: 28px;
        margin:0px 0px 10px 0px 
    }

    .titre3{
        font-family: 'lektonbold';
        color:black;
        font-size:24px;
        line-height: 24px;
        margin:0px 0px 20px 0px;
        padding-bottom: 2px;
        border-bottom:5px solid black;
    }

    .titre4{
        font-size:18px;
        line-height: 22px;
        margin: 10px 0px 15px 0px;
    }

    .mainText{
        font-family: 'lektonregular';
        font-size: 14px;
        line-height: 18px;
        color:black;
        margin:0px;
        padding:0;
        /*pour éviter de créer des marges à gauche*/
        word-wrap: break-word;
        border:0px!important;
    }

    .mainText2Cols{
        font-family: 'lektonregular';
        font-size: 14px;
        line-height: 18px;
        color:black;
        margin:0;
        text-align:left;
        column-count:1;
        -moz-column-count:1;
        -webkit-column-count:1;
        column-gap: 20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        /*column-fill:auto;*/
        /*-moz-column-fill:auto;*/
        -webkit-column-fill:auto;
        border:0px!important;

    }

    .numero-paragraphe{
        font-family: 'lektonregular';
        color:black;
        font-size:14px;
        line-height: 16px;
        float: left;
        margin-left:-1%;
        display:none;
    }

    .mediaLegend,  .mediaLegendRight{
        font-family: 'lektonbold';
        font-size:12px;
        line-height:14px;
        text-align: left;
        padding:0;  
        background:white;
        border-bottom:0px solid black;
        margin:0px;
        margin-bottom:10px;
    }

    .mediaLegend a, .mediaLegend a:active, .mediaLegendRight a, .mediaLegendRight a:active {
        text-decoration: none!important;
        color:black;
    }

    .citation{
        font-family: 'lektonregular';
        color:#000;
        font-size:12px;
        line-height: 16px;
        margin:0px 0px 15px 0px;
        padding:5px;
        border:1px solid #000;
    }

    .consultation{
        font-family: 'lektonregular';
        color:black;
        font-size:12px;
        line-height: 16px;
        margin:0px;
    }


    .note{
        font-family: 'lektonregular';
        color:black;
        text-decoration: underline;
        cursor:pointer;
        margin:0px;
    }

    .note a, .note a:active {
        text-decoration: none!important;
        color:black;
    }

    .note-box{
        left:5%!important;
        width:90%!important;
        border:1px solid black!important;
        border-bottom:5px solid black!important;
        display:none;
    }

    .for-print{
      display:inline-block;
    }

    .note-print {
        margin-top:0;
        width:80%!important;
        font-family: 'lektonregular';
        font-size: 9pt;
        line-height: 4mm;
        padding: 0.3cm;
    }

    .exergue{
        font-family: 'lektonbold';
        color:black;
        font-size:18px;
        line-height: 22px;
        margin:0px;
        max-width:9cm;
    }

    .suite{
        display:none;
    }

    a.anchors{
        display:none;
    }
}

/*iPhone6 et iPhone6Plus*/
@media only screen and (min-width : 375px) and (max-width : 768px) {
     .hentry.has-post-thumbnail{
        width:100%;
    }

    /* appel à contribution, numéros */

    .page-global {
    margin-top: 40px;
    }

    .page-img, .page-txt-right, .page-txt-left{
        width:100%;
        float:none;
        position:inherit;
        padding-left:0px;
        text-align: left;
    }

    .page-txt-right h2, .page-txt-left h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px 0;
    }

.appel-contrib {
    font-family: 'lektonregular';
    font-style: normal;
    font-size: 13px;
    line-height: 16px;
    margin-top:20px;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    padding-bottom:20px;
    border-bottom: 5px solid black;
    column-count:1;
    -moz-column-count:1;
    -webkit-column-count:1;
    }

.appel-contrib h2 {
    font-family: 'lektonbold';
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    margin:0;
    }

.appel-contrib a {
    font-family: 'lektonregular';
    color: black!important;
    text-decoration: underline!important;
    background: transparent!important;
    word-wrap:break-word;
}

.appel-contrib a:hover {
    font-family: 'lektonregular';
    color: white!important;
    text-decoration: none;
    background: black!important;
}

    /* boite generale du texte */
    #map{
      width:98%!important;
      height:auto!important;
      margin:1%!important;
      margin-left:4%!important;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }

      #map div{
          width:100%!important;
          height:auto!important;
          position:static!important;
          /*margin: 30px 0px 15px 0px;*/
      }

      #map img{
          width:100%!important;
          height:auto!important;
          position:static!important;
          opacity:1!important;
          margin: 10px 0px 15px 0px;
      }

      #map iframe, #map audio {
          display:block;
          width:100%!important;
          opacity:1!important;
          position:static!important;
          border:0px!important;
      }

      iframe, audio {
          display:block;
          width:100%!important;
          opacity:1!important;
          position:static!important;
          border:0px!important;
      }

      #leszooms{
          display:none!important;
      }

      dfn, cite, em, i {
        font-family: 'lektonregular';
        font-style: italic;
    }

    .mainTitle{
        font-family: 'lektonbold';
        color:black;
        font-size:40px;
        line-height: 40px;
        margin:0px; 
        margin-top:100px;
        text-transform: uppercase;
    }

    .auteurName{
        font-family: 'lektonbold';
        color:black;
        font-size:25px;
        line-height: 25px;
        font-style:bold;
        margin-top:15px;
    }

    .auteurQualities{
        font-family: 'lektonregular';
        color:black;
        font-size:16px;
        line-height: 20px;
        margin:0px 0px;
        border:0px!important;
    }

    .summary{
        font-family: 'lektonregular';
        color:black;
        font-size:16px;
        line-height: 20px;
        margin:0px;
    }

    .date{
        font-family: 'lektonregular';
        color:grey;
        font-size:16px;
        line-height: 25px;
        padding-bottom: 10px;
        margin:0px;
    }

    .tags{
        font-family: 'lektonregular';
        color:blue;
        margin:0px;
    }

    #map div.legend-image{
        font-family: 'lektonitalic';
        font-size:14px;
        line-height: 18px;
        padding:5px 15px ;  
        background:white;
        border-bottom:5px solid black;
        margin:0px;
    }

    .titre2{
        font-family: 'lektonbold';
        color:black;
        display:block;
        font-size:40px;
        line-height: 32px;
        margin:0px 0px 10px 0px 
    }

    .titre3{
        font-family: 'lektonbold';
        color:black;
        font-size:26px;
        line-height: 26px;
        margin:0px 0px 20px 0px;
        padding-bottom: 2px;
        border-bottom:5px solid black;
    }

    .titre4{
        font-size:20px;
        line-height: 24px;
        margin: 10px 0px 15px 0px;
    }

    .mainText{
        font-family: 'lektonregular';
        font-size: 16px;
        line-height: 20px;
        color:black;
        margin:0px;
        padding:0;
        /*pour éviter de créer des marges à gauche*/
        word-wrap: break-word;
        border:0px!important;
    }

    .mainText2Cols{
        font-family: 'lektonregular';
        font-size: 16px;
        line-height: 20px;
        color:black;
        margin:0;
        text-align:left;
        column-count:1;
        -moz-column-count:1;
        -webkit-column-count:1;
        column-gap: 20px;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        /*column-fill:auto;*/
        /*-moz-column-fill:auto;*/
        -webkit-column-fill:auto;
        border:0px!important;

    }

    .numero-paragraphe{
        font-family: 'lektonregular';
        color:black;
        font-size:16px;
        line-height: 18px;
        float: left;
        margin-left:-1%;
        display:none;
    }

    .mediaLegend,  .mediaLegendRight{
        font-family: 'lektonbold';
        font-size:13px;
        line-height:15px;
        text-align: left;
        padding:0;  
        background:white;
        border-bottom:0px solid black;
        margin:0px;
        margin-bottom:15px;
    }

    .mediaLegend a, .mediaLegend a:active, .mediaLegendRight a, .mediaLegendRight a:active {
        text-decoration: none!important;
        color:black;
    }

    .citation{
        font-family: 'lektonregular';
        color:grey;
        font-size:14px;
        line-height: 18px;
        margin:0px 0px 15px 0px;
        padding:5px;
        border:1px solid lightgrey;
    }

    .consultation{
        font-family: 'lektonregular';
        color:black;
        font-size:14px;
        line-height: 18px;
        margin:0px;
    }


    .note{
        font-family: 'lektonregular';
        color:black;
        text-decoration: underline;
        cursor:pointer;
        margin:0px;
    }

    .note a, .note a:active {
        text-decoration: none!important;
        color:black;
    }

    .note-box{
        left:5%!important;
        width:90%!important;
        border:1px solid black!important;
        border-bottom:5px solid black!important;
        display:none;
    }

    .for-print{
      display:inline-block;
    }

    .note-print {
        margin-top:0;
        width:80%!important;
        font-family: 'lektonregular';
        font-size: 10pt;
        line-height: 4mm;
        padding: 0.3cm;
    }

    .exergue{
        font-family: 'lektonbold';
        color:black;
        font-size:20px;
        line-height: 24px;
        margin:0px;
        max-width:9cm;
    }

    .suite{
        display:none;
    }

    a.anchors{
        display:none;
    }   
    

}

/* Styles pour Ipad landscape */
@media only screen and (min-width : 768px) and (max-width : 1094px) and (orientation : landscape) {

    #mastheadaa{
        -webkit-backface-visibility: hidden; 
    }

    
    .divpropos{
        float: left;
        position: relative;
        top: 13px;
    }
    .hentry.has-post-thumbnail{
        width:31.3%;
        margin:1%!important;
        float: left;
    }

    .modalDialog > div {
        height:550px;
    }
    
    .btn-group{
        height:500px;
    }
    

    .close{
        width:4%;
        top:-98%;
        left:97%;
    }
    .nav-menu ul li{
        margin:0 5px;
    }
    .site-header .search-form {
        margin:0 5px;
    }
    #modaltag{
        margin:0 5px;
    }
    .sort-options {
        margin:0 5px;
    }
    .langue {
        margin:0 5px;
    }

    .menu-desktop{
      display:none;
  }

  .menu-mobile{
      display:block;
  }

  .menu-mobile #titresite{
      width:50%;
  }

  .menu-mobile #titresite h1,
  .menu-mobile #titresite h2{
      display:inline-block;
      margin-left:20px;
  }

  .menu-mobile #menunav{
      margin-left: -10%;
      width: 120%;
      float: left;
      padding-bottom: 10px;
      padding-left: 115px;
      text-align: left; 
      background: rgb(0, 0, 0);  
      opacity:0;
      display:none;
  }

  .menu-mobile img.menu-icon{
      float:left;
      width:25px;
      display:inline-block;
      margin-top:15px;
      margin-left:-10px;
  }
  #page{
      margin-bottom: 100px;
  }
}

/* Styles pour Ipad Portrait */
@media only screen and (min-width : 768px) and (max-width : 1094px) and (orientation : portrait) {

  #page{
      margin-bottom: 140px;
  }


    #mastheadaa{
    /*max-height: 140px;*/
    padding:0;
    }

    /*menu*/
    .menu-desktop{
    display:none;
    }

    .menu-mobile{
    display:block;
    }

    .menu-mobile #titresite{
    width:50%;
    }

    .menu-mobile #titresite h1,
    .menu-mobile #titresite h2{
      display:inline-block;
      margin-left:20px;
    }

    .menu-mobile #menunav{
      margin-left: -10%;
      width: 120%;
      float: left;
      padding-left:10%;
      text-align: left; 
      background: rgb(0, 0, 0);  
      opacity:0;
      display:none;
      padding-bottom: 30px;
    }

    .menu-mobile img.menu-icon{
      float:left;
      width:25px;
      display:inline-block;
      margin-top:4px;
      margin-left:-10px;
    }

    .menu-mobile .menutypo, .atag {
      display:block;
      margin:0;
      margin-top: 15px;
    }
    .menu-mobile .flatnumbers,
    .menu-mobile .flat{
      padding:0px;
      margin: 0px;
    }


    #modal-content-link label{
      font-size:14px!important;
    }


    .container-fluid{
        width:86%;
    }

    .modalDialog > div {
        height:450px;
        margin:15% auto;
    }
    .btn-group{
        height:400px;
    }

    /*   .close{
        width:6%;
        top:-99%;
        left:96%;
        }*/

        .row-fluid .span3,.row-fluid .span6{
            width:318px;
        }


        #menunav{
            width:100%;
            text-align: center;
        }
    }


    @media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
        #leszooms{
            display: none;
        }
    }


    /*MEDIAQUERIES FOR SELECT ITEM MENU*/
    @media only screen and (max-width : 1024px) {


        #map{
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;

            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);

            cursor:-webkit-grab   ;
            cursor:-moz-grab   ;
            cursor:-ms-grab   ;
            cursor:-o-grab   ;
            cursor:grab  ;

            -webkit-transform-origin : 50% 50%;
            -moz-transform-origin : 50% 50%;
            -ms-transform-origin : 50% 50%;
            -o-transform-origin : 50% 50%;
            transform-origin : 50% 50%;
        }

        .site-header{
            padding:0px!important;
            -webkit-transform: translateZ(0);
            -webkit-transform: translate3d(,0,0);
            -webkit-transition: none;
        }

        .note-box{

            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
            
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
        }
        .apropos{
            width: 56px;
        }
        .motscles{
          width: 63px;
      }
      .appelcontrib{
        width: 154px;
    }


    .flatmobil, .flatmobilnumbers {
        position: relative;
        vertical-align: bottom;
        /* width: 102px; */
        cursor: pointer;
        background: rgb(0, 0, 0);
        padding: 0px; 
        margin-bottom: 1px;
        /* top: 15px; */
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        font-family: 'lektonregular';
        color: rgba(255, 255, 255, 0.7);
        display: inline-block;
        /* margin: 0 15px; */
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }


    .divpropos{
        top:9px;
    }

    
}


@media only screen and (max-width : 768px) {


    .flatmobil, .flatmobilnumbers {
        position: relative;
        vertical-align: -webkit-baseline-middle;
        /* width: 102px; */
        cursor: pointer;
        background: rgb(0, 0, 0);
        padding: 0px; 
        margin-bottom: -3px;
        /* top: 15px; */
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        font-family: 'lektonregular';
        color: rgba(255, 255, 255, 0.7);
        display: inline-block;
        /* margin: 0 15px; */
        border-radius: 0px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .flatmobilnumbers .selected, .flatmobilnumbers li, .flatmobil .selected, .flatmobil li, .flatnumbers .selected, .flatnumbers li, .flat .selected, .flat li {
        display: block;
        height: auto;
        font-size: 14px;
        /* line-height: 24px; */
        text-align: left;
        text-transform: none;
        /* line-height: 1; */
        /* padding: 0px 12px; */
        padding-left: 0px;
        overflow: hidden;
        white-space: nowrap;
        color: rgba(255, 255, 255, 0.7);
    }

    

}


