
        body{ 
            margin: 0;
            /*  font-family: 'breite_groteskcondensed';
                font-family: 'breite_grotesklight_condensed';
                font-family: 'breite_grotesklight';
                font-family: 'breite_grotesk_regularregular';
            */
                font-family: 'breite_grotesk_regularregular';

             /*   background-image: url('/image/bg1.gif');
                background-image: url('/image/logoIntro2.jpg');
                background-image: url('/image/bg2.gif');*/

            /*
                background-repeat: no-repeat;
                background-size: 100% 100%;
                background-attachment: fixed;
                background-repeat: repeat;
            */



         }

        a:link{
            cursor: pointer;
            text-decoration: none; 
            color: black;

        }
        a:active{
            cursor: pointer;
            text-decoration: none; 
            color: black;

        }
        a:visited{
            cursor: pointer;
            text-decoration: none; 
            color: black;

        }
        a:hover{
            cursor: pointer;
            text-decoration: none; 
            color: black;

        }


.arrow{
       font-family: 'hk_groteskregular'; 
}

.italic{    
        /*font-style: italic;*/
        font-family: 'noteworthybold';
 }

strong {
        font-family: 'hk_groteskbold';

}

#menu{
    display: block;
    box-sizing: border-box;
    height: 43vh;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}

.creditPhoto{
    font-size: 10px;
    font-family: 'hk_groteskregular';
    text-align: right;
    padding-right: 5px;
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
        line-height: 1.8;
}

/* MASONERY CSS */

   .masoneryAll {
      -webkit-animation: fade 2s;
              animation: fade 2s;
    }

    .masoneryAll {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
      }

    .masoneryAll {
      box-sizing: border-box;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      position: relative;
    }

    .masoneryAll * {
      box-sizing: border-box;
    }

    .masonryPost {
      margin: 0;
      padding: 5px;
    }

    .masonryPost {
        -webkit-column-break-inside: avoid;
           page-break-inside: avoid;
                break-inside: avoid;
    }

    .masonryPostContent{ 
      width: 100%; 
    }


/* HISTORIQUE */

        #console{
            position: relative;
            bottom: 0px;
            width: 25vw;
            vertical-align: bottom;
            /*left: 0px;*/
            /*left: -20vw; */
            z-index: 99999999;
            background-color: white;
            overflow: scroll;
            font-size: 13px;
            box-sizing: border-box;
            transition: all .1s ease-in-out;
            height: calc( 51.3vh - 3.5vw );
            /*height: 50vh;*/
        }

        #consoleTitre{
            font-size: 2vw;
            padding: 8px;
            box-sizing: border-box;
            height: 3.2vw;
            line-height: 1.2;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;

        }

        #consoleContent{
         
        	padding: 8px;
            /*font-family: 'breite_groteskcondensed';*/
            line-height: 1.5;

            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;

    box-sizing: border-box;
    min-height: calc( 51.3vh - 3.5vw );

        }


#consoleContent a:hover{
    font-size: 1em;
    font-family: 'noteworthybold';
    cursor: pointer;
}





        #closeConsole{
            top: 11px;
            right: 8px;
        }

        #openSiteMap{
            position: fixed;
            top: 0px;
            right: 0px;
            width: 25vw;
            /*height: auto;*/
            height: 3.2vw;
            background-color: white;
            z-index: 999999;
            text-align: right;
            font-size: 2vw;
            cursor: pointer;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;
            line-height: 1.2;
            font-size: 2vw;
            padding: 8px;       
        }




       .langages{
            height: 3.2vw;
       }

        .languageSelect:hover{
            font-family: 'noteworthybold';
                height: 3.2vw;
        }

       .switchFr{ 
            height: 3.2vw;
            padding: 8px; 
            box-sizing: border-box;
            display: inline-block; 
            width: 50%;       
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
        }

       .switchEn{   
            height: 3.2vw;
            padding: 8px; 
            box-sizing: border-box;
            display: inline-block; 
            width: 50%;     
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
        }



		#header{
            position: fixed;

            top: 0px;
            left: 0px;
            width: 50vw;
            /*height: auto;*/
            height: 3.2vw;
            background-color: white;
            z-index: 999999;
            text-align: left;
            font-size: 2vw;

            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;
            line-height: 1.2;
            font-size: 2vw;
            padding: 8px;      
}

.headerDisplaySearch{ 

    display: none;
    cursor: pointer;
     }

#headerLogo{

            position: fixed;

            top: 0px;
            left: 50vw;
            width: 25vw;
            /*height: auto;*/
            height: 3.2vw;
            background-color: white;
            z-index: 999999;
            text-align: left;
            font-size: 2vw;

            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;
            line-height: 1.2;
            font-size: 2vw;
            padding: 8px;      

}

#headerLogo img{
    width: 100%; 
}


        #closeSiteMap{
       /*     position: relative; 
            float: right;
            top: 0px; 
            right: 0px; 
            width: 2vw; 
            height: 2vw; 
            background-color: white; 

            text-align: right;

            cursor: pointer;*/
        }

        .closeSiteMap{
            position: relative; 
            float: right;
            top: 0px; 
            right: 0px; 
            width: 40px; 
            height: 40px; 
            background-color: white; 

            text-align: right;
        }


        #siteMap{

            position: fixed; 
            right: -25vw; 
            width: 25vw; 
            transition: all .1s ease-in-out;
            background-color: white;
            height: 100vh; 
            top: 0px; 
            z-index: 99999999;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            box-sizing: border-box;
            line-height: 1.2;
            font-size: 2vw;
                        /*text-transform: lowercase;*/



        }

#siteMapTitre{
            font-size: 2vw;
            padding: 8px;
            box-sizing: border-box;
            height: 3.2vw;
            line-height: 1.2;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;

            position: fixed;
            width: 25%;

            background-color: white;
            z-index: 10;
        }

.siteMapContent{
              -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px; 
            box-sizing: border-box;
            top: 3.2vw;
            position: relative;
            height: calc( 43vh - 3.2vw );
}

        .subSiteMap{
            position: fixed; 
            right: -25vw; 
            width: 25vw; 
            /*display: none; */
            transition: all .1s ease-in-out;
            background-color: white;
            height: 100vh; 
            top: 0px; 
            z-index: 9999999;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            /*padding: 8px;*/
            box-sizing: border-box;
            line-height: 1.2;
            font-size: 2vw;
            /*padding: 8px; */
            background-color: white;
            /*text-transform: lowercase;*/
        }


.subSiteMapContent{
           -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px; 
            box-sizing: border-box;
            top: 3.2vw;
            position: relative;
            height: calc( 100vh - 3.2vw );
}


#subSiteMapTitre{
            font-size: 2vw;
            padding: 8px;
            box-sizing: border-box;
            height: 3.2vw;
            line-height: 1.2;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;

            position: fixed;
            width: 25%;

            background-color: white;
            z-index: 10;
        }



        .subSiteMap a:link{ text-decoration: none; color: black; }
        .subSiteMap a:active{ text-decoration: none; color: black; }
        .subSiteMap a:visited{ text-decoration: none; color: black; }
        .subSiteMap a:hover{ text-decoration: none; color: black; }

        #siteMap a:link{ text-decoration: none; color: black; }
        #siteMap a:active{ text-decoration: none; color: black; }
        #siteMap a:visited{ text-decoration: none; color: black; }
        #siteMap a:hover{ text-decoration: none; color: black; }


        .siteMapOpen{
            right: 0px !important;        
            transition: all .1s ease-in-out;
        }
          .subSiteMapOpen{
          	display: block !important;
            right: 25vw !important;        
            transition: all .1s ease-in-out;
        }



        #allContent{
            /*background-color: white; */
            position: relative; 
            width: 100vw; 
            top: 0px; 
            margin-top: 3.2vw;
            z-index: 99999;     
            transform-origin: 0 0;
            transition: all .1s ease-in-out;
        }

        #allContentBefore{
            /*background-color: white; */
            position: relative; 
            width: 100vw; 
            top: 0px; 
            z-index: 99999;     
            transform-origin: 0 0;
            transition: all .1s ease-in-out;
        }


		#allContentGauche{
		    position: relative;
		    display: inline-block;
		    width: 50%;
            height: calc( 100vh - 3.2vw );
            overflow-y: scroll;                               /* <==== !!!!!!!!!!!! */
		    vertical-align: top;
	
		}


        .allContentGaucheDemi{
            position: relative;
            display: inline-block;
            width: 25%;
            height: calc( 100vh - 3.2vw );
            overflow-y: scroll;                               /* <==== !!!!!!!!!!!! */
            vertical-align: top;
    
        }



		#allContentDroite{
		    position: relative;
		    display: inline-block;
		    width: 50%;
            height: calc( 100vh - 3.2vw );
            overflow-y: scroll;
		    vertical-align: top;
		}




    #allContentFullPage{
            position: relative;
            display: inline-block;
            width: 100%;                               /* <==== !!!!!!!!!!!! */
            vertical-align: top;
            -webkit-column-count: 1; /* Chrome, Safari, Opera */
            -moz-column-count: 1; /* Firefox */
            column-count: 1;
            -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
            -moz-column-gap: 0px; /* Firefox */
            column-gap: 0px;
        }

.colFullImage{
    text-align: center;
}
.legendeFullimage{
padding: 8px;

}
        .imgFullPage{
            height: calc( 100vh - 3.2vw );
        }

        .imgFullPage img { 
            height: calc( 100% - 2px );
            margin-top: 1px;
        }

.colTitre{
    font-size: 2vw; 
    line-height: 1.2;
}

/* °°°°°°°°°° STYLE PAGE INDEX °°°°°°°°°° */

        #allContentIndexGauche{
            position: relative;
            display: inline-block;
            width: 50%; 
            height: calc( 100vh - 3.2vw );
           overflow-y: scroll;                     
            vertical-align: top;
           
        }

        #allContentIndexDroite{
            position: relative;
            display: inline-block;
            width: 50%;
            height: calc( 100vh - 3.2vw );
            /*overflow-y: scroll;*/
            vertical-align: top;
        }


/* °°°°°°°°°° STYLE PAGE ARTISTE °°°°°°°°°° */

.allContentCol{

}

.allContent4Col{
        -webkit-column-count: 4 !important; /* Chrome, Safari, Opera */
    -moz-column-count: 4 !important; /* Firefox */
    column-count: 4 !important;

                -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
            -moz-column-gap: 0px; /* Firefox */
            column-gap: 0px;
}

.allContentFull{
            width: 100% !important;
           -webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
        -moz-column-count: 1 !important; /* Firefox */
        column-count: 1 !important;
}

.allContentFull .col1{

width: 50vw; 
margin-left: 25vw; 
display: block;
margin-top: 18px; 

}

    .artistesPiecesImg{
        display: block; 
        position: relative;
    }

    .artistesPiecesImg img{
        width: 100%; 
        display: block;
    }

    .artistesPiecesLegende{
        background-color: white; 
        padding: 8px; 
        -webkit-box-shadow:inset 0px 0px 0px 1px #000;
        -moz-box-shadow:inset 0px 0px 0px 1px #000;
        box-shadow:inset 0px 0px 0px 1px #000;
        text-decoration: none;
        color: black;
        line-height: 1.2;
}
    }

    .artistesPiecesLegende::before{ 
        content:"↑";
    }




/* °°°°°°°°°° FIN STYLE PAGE ARTISTE °°°°°°°°°° */


/* °°°°°°°°°° FIN STYLE PAGE LISTE ARTISTES °°°°°°°°°° */


    .col1{display: inline-block; width:25vw;}
    /*#allContent{  word-spacing: -2em;}*/
    #allContent *{  word-spacing: normal;}
    .linkArtist{      
      box-sizing: border-box;
        background-color: white;
        -webkit-box-shadow:inset 0px 0px 0px 1px #000;
        -moz-box-shadow:inset 0px 0px 0px 1px #000;
        box-shadow:inset 0px 0px 0px 1px #000;
cursor:pointer;
}
    .linkArtist img{ width: 100%; display: block; }
    .hidden {display: none !important;}

    .nomArtiste{ 
        width: 90%;
        padding: 8px; 
        box-sizing: border-box;
        display: inline-block;
         }

    .nomArtiste:hover{
         font-family: 'noteworthybold';
   
    }     
.selectionPdf{   
    width: 10%;
    display: inline-block;
    position: relative;
    height: 3.2vw;
    text-align: center;
    vertical-align: top;
}

.selectionPdf label {
    width: 100%;
    font-size: 1vw;
    display: block;
    height: 100%;
    margin-top: 1px;
    /* height: 3.2vw; */
    padding-top: 1vw;
    box-sizing: border-box;
    vertical-align: top;
}

.selectionPdf label:hover {
 font-family: 'noteworthybold';
 cursor:pointer;
}
.selectionPdf input[type="checkbox"]{
  display:none;
}

.selectionPdf input[type="checkbox"]:checked+label{ 
background-color: black; 
color: white;
font-family: 'noteworthybold';

     } 

.generatePdfBtn {
    display: none; 

    height: 3.2vw;
    width: 100vw;
    bottom: 0px;
    z-index: 999999;
    position: fixed;
    text-align: center;
    background-color: white;
    font-size: 2vw;
    line-height: 1.2;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;
}
.generatePdfBtn:hover{ 
    font-family: 'noteworthybold';
 }


/* °°°°°°°°°° FIN STYLE PAGE LISTE ARTISTES °°°°°°°°°° */

/* °°°°°°°°°° STYLE PAGE JOURNAL BLOG INDEX °°°°°°°°°° */



.ContentJournal{
    height: calc( 100vh - 3.2vw );
}



.expoListeArtiste{
    padding: 8px; 
    box-sizing: border-box;
}



/* °°°°°°°°°° FIN STYLE PAGE LISTE ARTISTES °°°°°°°°°° */

/* °°°°°°°°°° STYLE PAGE JOURNAL BLOG INDEX °°°°°°°°°° */
.postCont{
    padding: 0px !important;
}

.postHeader{
    display: block; 
    /*margin-bottom: 16px;*/
    line-height: 1.2;
    font-size: 1.1vw;
    padding: 8px;
}

.postHeaderGros{
    display: block; 
    /*margin-bottom: 16px;*/
    line-height: 1.2;
    font-size: 1.5vw;
    padding: 8px; 
}

.postTitre{
    display: inline-block;
    width: 70%; 
    /*background-color: red; */




}
.postDate{
    display: inline-block;
    width: 30%; 
    text-align: right;
    vertical-align: top;
    /*background-color: yellow; */
}
.postImage{

}
.postImage img{
    width: calc( 100% - 2px ); 
    margin-left: 1px;
    display: block;
}



.postLinks{
    text-align: left;
    padding: 8px;
    width: 50%;
    line-height: 1.2;
    font-size: 1.1vw;
}

.postLinks a:link{color: black;}
.postLinks a:active{color: black;}
.postLinks a:visited{color: black;}
.postLinks a:hover{color: black;}

/* °°°°°°°°°° FIN STYLE PAGE BLOG °°°°°°°°°° */


/* °°°°°°°°°° STYLE PAGE LIEUX °°°°°°°°°° */

/*
.indexLieu{
    width: 20vw !important; 
}

.lieuGrosTexte{
    font-size: 2vw; 
    line-height: 1.2;
    padding: 8px;
}

.lieuImg{

}
.lieuImg img{
    width: calc( 100% - 2px ); 
    margin-left: 1px;
    display: block;
}

*/

.indexLieu{
    position: relative;
    width: 100vw !important; 
    display: block;

        -webkit-box-shadow: inset 0px 0px 0px 1px #000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;

    background-color: white;

}

.lieuGrosTexte{
    position: relative;
    width: 25vw;
    font-size: 2vw; 
    line-height: 1.2;
    padding: 8px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;

      
        height: 100%;

}

.lieuImg{
    position: relative;
    width: 25vw;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;

}


.lieuImg img{
    width: calc( 100% - 2px ); 
    margin-left: 1px;
    display: block;
}

.lieuTexte {
    position: relative;
    vertical-align: top;
    line-height: 1.2;
    font-size: 1vw;
        width: 25vw;
    display: inline-block;
      box-sizing: border-box;
    /* letter-spacing: 0.5px; */
    padding: 18px !important;
    font-family: 'hk_groteskregular';

}




/* °°°°°°°°°° STYLE PAGE LIEU °°°°°°°°°° */

.nomPageLieu{
    padding: 8px;
}
.adressePageLieu{
    padding: 8px;
}
.contactPageLieu{
    padding: 8px;
}
.imagePagelieu img{
    width: 100%;
}



/* °°°°°°°°°° STYLE PAGE EXPOS °°°°°°°°°° */

.expoTitre{
  padding: 8px;   
}



.expoCont{
    padding: 0px !important;
}

.expoImage{
}

.expoImage img{
    display: block;
    width: calc( 100% - 2px ); 
    margin-left: 1px;
}

 .masoneryAllJournal {
      -webkit-animation: fade 2s;
              animation: fade 2s;
    }

    .masoneryAllJournal {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
      }

    .masoneryAllJournal {
      box-sizing: border-box;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0;
      position: relative;
    }

    .masoneryAllJournal * {
      box-sizing: border-box;
    }

/* °°°°°°°°°° STYLE PAGE BLOG °°°°°°°°°° */


.postBlogCont{
    padding: 0px !important;
}

.postBlogCont{
    padding: 0px !important;
}

.postBlogHeader{
    display: block; 
    /*margin-bottom: 16px;*/
    line-height: 1.2;
    font-size: 1.1vw;
    padding: 8px;
}
.postBlogTitre{
    display: inline-block;
    width: 50%; 
    box-sizing: border-box;
    /*background-color: red; */
}

.postBlogDate{
    display: inline-block;
    width: 50%; 
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
    box-sizing: border-box;
    /*background-color: yellow; */
}

.postBlogTexte{
    vertical-align: top;
    width: 50%; 
    display: inline-block;
}

.postBlogImage{
    vertical-align: top;
    width: 50%;
    display: inline-block;
}
.postBlogImage img{
    width: 50%;
    display: inline-block;
}
.postBlogImage .creditPhoto{
    width: 50%;
    display: inline-block;
}

.postBlogLinks{
    text-align: right;
    padding: 8px;
    line-height: 1.2;
    font-size: 1.1vw;
}

.postBlogLinks a:link{color: black;}
.postBlogLinks a:active{color: black;}
.postBlogLinks a:visited{color: black;}
.postBlogLinks a:hover{color: black;}

/* °°°°°°°°°°  °°°°°°°°°° */

        .allContentShrink{
            transform:  scaleX(0.75);
            transition: all .1s ease-in-out;
        }

        .allContentShrink2{
            transform:  scaleX(0.50);
            transition: all .1s ease-in-out;
        }
 
        .stopScroll{
            overflow: hidden;
        }

.texte{
    line-height: 1.2;
    font-size: 1vw;
    /*letter-spacing: 0.5px;*/
    padding: 18px !important;
    font-family: 'hk_groteskregular';
}

.texte a:link{  
font-family: 'noteworthybold';
    font-size: 1em;    }

.texte a:hover{     
    font-family: 'noteworthybold';
    font-size: 1em; 
 }

.grosTexte{
    line-height: 1.2;
    font-size: 1.4vw;
    /*letter-spacing: 0.5px;*/
    padding: 36px !important;
    padding-top: 18px !important;
    font-family: 'hk_groteskregular';

}


.col1.img{
 padding: 1px;
}




.img img{
    display: block;
    width: 100%; 
}


.logo img{
    display: block;
    width: 98%;
    margin: 1%; 
}

.credits{ 
    width: 100%; 
    text-align: right;
    padding-right: 8px; 
    font-size: 0.7vw;  
    box-sizing: border-box;
}





        .tillana{
		    font-family: 'tillanaextrabold';
		    /*transform: skew(8deg) scaleY(1.3) translateY(3%);*/
		    display: inline-block;
		    transform-origin: 0 0;
            /*margin-top: -2.4vh;*/
            /*text-transform: uppercase;*/
		    /*background-color: red;*/
        }
        .biorhyme{
        	font-family: 'biorhyme_expandedextrabold';
        	transform: scale(0.6, 1.38);
        	display: inline-block;
            margin-top: -1.2vh;
		    transform-origin: 0 0;
            /*text-transform: uppercase;*/
		    /*background-color: yellow;*/
        }
        .dauphine{
        	font-family: 'dauphinebold';
        	transform-origin: 0 0;
            margin-top: 1.7vw;
        	transform: scaleX(1.2) scaleY(1.2);
        	display: inline-block;
            /*text-transform: uppercase;*/
        }
        .noteworthy{
        	font-family: 'noteworthybold';
        	display: inline-block;
        	transform-origin: 0 0;
    		transform: scaleX(1.1);
            -webkit-text-stroke: 10px black;
            /*text-transform: uppercase;*/
        }
		


.tillana{


/*        font-family: 'noteworthybold';
            display: inline-block;
            transform-origin: 0 0;
            transform: scaleX(1.1);
            -webkit-text-stroke: 5px black;
            text-transform: uppercase;*/
                /*font-family: 'breite_grotesk_regularregular';*/


        }





    	#logo{ font-size: 7.5vw; }
        #logoligne{font-size: 4vw; }



        .col1{ 
            display: inline-block;
            position: relative;
            vertical-align: top; 
            width: 100%;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            /*padding: 8px;*/
            box-sizing: border-box;
            background-color: white;
        }



        .col2{        
            display: inline-block;
            position: relative;
            vertical-align: top; 
            width: 100%;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;
        }

      .col3{       
      		display: inline-block;
            position: relative;
            vertical-align: top; 
            width: 100%;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;
        }

      .col4{        
      		display: inline-block;
            position: relative;
            vertical-align: top; 
            width: 100%;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;}                  

        .content{
          font-size: 6.5vw;
        }









/*. BOOTSTRAPCCC. */


        .section{
            overflow:hidden;
            position: relative;
            width: 100vw; 
            height: 100vh; 
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            padding: 8px;
            box-sizing: border-box;
        }


   /*     .grosTexte{
            font-size: 3vw;
            line-height: 1.3;
            -webkit-text-stroke: 5px black;
        }
*/
        #formSearch{
            width: calc( 100% );
            line-height: 1.2; 
            height: 3.2vw;
            font-size: 2vw; 
            padding: 8px;
            box-sizing: border-box;
            -webkit-box-shadow:inset 0px 0px 0px 1px #000;
            -moz-box-shadow:inset 0px 0px 0px 1px #000;
            box-shadow:inset 0px 0px 0px 1px #000;
            /*text-transform: uppercase;*/
            border: 0px;
        }

        #formSearch:focus{
              outline: none;
        }

        #formSearchVal{    
    display: inline-block;
    height: 3.2vw;
    background-color: white;
    vertical-align: top;
    width: 3.2vw;
    font-size: 2vw; 
    line-height: 1.2; 
    padding: 8px;
    border: 0px; 
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
}

    #formSearchVal:focus{
        outline: 0;
            background-color: black;
            color: white;

    }

.headerSearch{
    padding: 0px !important; 
}
#headSearch{display: none;}

#headContent{display: block;}

#headHover{display: none;}

/*        .zone1{
            vertical-align: top;
            width: 50%;
            display: inline-block;
            -webkit-box-shadow:inset 0px 0px 0px 10px #0F0;
            -moz-box-shadow:inset 0px 0px 0px 10px #0F0;
            box-shadow:inset 0px 0px 0px 10px #0F0;
            height: 100%;
            padding: 20px;
            box-sizing: border-box;
             transition: all .2s ease-in-out;
             transform-origin: 0 0;
    transform: scaleX(0.34) translateX(3%);
        }

        .zone2{
            vertical-align: top;
            width: 50%;
            display: inline-block;
            -webkit-box-shadow:inset 0px 0px 0px 10px #0F0;
            -moz-box-shadow:inset 0px 0px 0px 10px #0F0;
            box-shadow:inset 0px 0px 0px 10px #0F0;
            height: 100%;
            padding: 20px;
            box-sizing: border-box;
            transition: all .2s ease-in-out;
            transform-origin: 0 0;
                font-size: 10vw;
    transform: scaleX(1.65) translateX(-39.5%);
        }

        .zone1:hover { transform: scaleX(1.5); }
        .zone1:hover + .zone2 { transform: scaleX(0.5) translateX(100%); }
        */
   /*     .zone2:hover { transform: scaleX(1.5); }
        .zone2:hover + .zone1 { transform: scaleX(0.5); }*/


.artistes:hover{
	cursor: pointer;
	color: grey;}



/* °°°°°°°°°° AUTOCOMPLETE °°°°°°°°°° */

#ui-id-1{
	display: block;
    width: 50vw;
    position: fixed;
    z-index: 99999999999;
    left: 0px;
    overflow: scroll;
    height: calc( 100vh - 61px );
    display: inline-block;
    background-color: white;
    vertical-align: top;
    font-size: 2vw; 
    line-height: 1.2; 
 	margin-left: 0px;
    border: 0px; 
    margin: 0;
    -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
    padding-left: 0px;
}


#ui-id-1 li{ 
	/*padding-left: 8px;*/
	    left: 0px;
	list-style: none;
}

#ui-id-1 li:hover{
	/*color: white; */
	/*background-color: black;*/
	/*padding: 8px;*/
    font-size: 1em;
    font-family: 'noteworthybold';

}

.ui-menu-item{
          -webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;  
           position: relative;
        height: 3.2vw;
    line-height: 1.2;
    box-sizing: border-box;


}

.ui-autocomplete-category{
  position: relative;
        height: 3.2vw;
    line-height: 1.2;
    box-sizing: border-box;
        padding: 8px;

}

.ui-menu .ui-menu-item-wrapper {
     padding: 8px;
        height: 3.2vw;
    line-height: 1.2;
    box-sizing: border-box;
  /*padding: 0px 0px 0px 16px !importanet;*/
    box-sizing: border-box;


}

.ui-widget-content  {
        background-color: white !important;
        color: black !important;
        border: 0px solid white !important;

}
.ui-state-active {
        background-color: white !important;
        color: black !important;
        border: 0px solid white !important;
        /*border-right: 1px solid black !important;*/



}

li:hover > .ui-state-active{
    /*background-color: black !important;*/
    /*border: 0px solid black !important;*/
    /*color: white !important; */

}

.ui-state-active:hover{
        /*background-color: black !important;*/
        border: 1px solid black !important;
        /*color: white !important; */

}



/* ********** CLOSE ICON ********** */ 



.close {
      position: absolute;
    right: 0.55vw;
    top: 0.55vw;
    width: 2vw;
    height: 2vw;
    opacity: 1;
    cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 0.8vw;
  content: ' ';
  height: 2vw;
  width: 2px;
  background-color: #000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.consoleOpen{
    height: 100vh !important;
    left: 0px !important;
    transition: all .1s ease-in-out;
}

#logoIntro{
	-webkit-box-shadow:inset 0px 0px 0px 1px #000;
    -moz-box-shadow:inset 0px 0px 0px 1px #000;
    box-shadow:inset 0px 0px 0px 1px #000;
    padding: 16px; 
    background-color: white;
    display: none;
}

#logoIntro img {
	width: 100%;
	display: block;
}

.linkAnimation:hover{
    font-family: 'noteworthybold';
    font-size: 1em;
}

.linkAnimationMenu:hover{
    font-size: 1em;
    font-family: 'noteworthybold';
    cursor: pointer;
}

/*.linkAnimation:hover{
    -webkit-animation: font-change 1s infinite linear;
    -moz-animation: font-change 1s infinite linear;
    -o-animation: font-change 1s infinite linear;
    -ms-animation: font-change 1s infinite linear;
    animation: font-change 1s infinite linear;
   transform-origin: 100% 100%;

}*/

@-webkit-keyframes font-change {
    0% { font-family: 'tillanaextrabold';}
    33% { font-family: 'biorhyme_expandedextrabold';}
    66% { font-family: 'dauphinebold';}
    100% {  font-family: 'noteworthybold';}

}
@-moz-keyframes font-change {
    0% { font-family: 'tillanaextrabold';}
    33% { font-family: 'biorhyme_expandedextrabold';}
    66% { font-family: 'dauphinebold';}
    100% {  font-family: 'noteworthybold';}
}
@-ms-keyframes font-change {
    0% { font-family: 'tillanaextrabold';}
    33% { font-family: 'biorhyme_expandedextrabold';}
    66% { font-family: 'dauphinebold';}
    100% {  font-family: 'noteworthybold';}
}
@-o-keyframes font-change {
    0% { font-family: 'tillanaextrabold';}
    33% { font-family: 'biorhyme_expandedextrabold';}
    66% { font-family: 'dauphinebold';}
    100% {  font-family: 'noteworthybold';}
}
@keyframes font-change {
    0% { font-family: 'tillanaextrabold';}
    33% { font-family: 'biorhyme_expandedextrabold';}
    66% { font-family: 'dauphinebold';}
    100% {  font-family: 'noteworthybold';}
}





.red{
    background-color: red;
        font-family: 'tillanaextrabold';
            transform: skew(8deg) scaleY(1.3) translateY(3%);
            display: inline-block;
            transform-origin: 0 0;
}
.blue{
    background-color: blue;
  font-family: 'biorhyme_expandedextrabold';
            transform: scale(0.6, 1.38) translateX(6%);
            display: inline-block;
            margin-top: -1.2vh;
            transform-origin: 0 0;

}

.green{
    background-color: green;
          font-family: 'dauphinebold';
            transform-origin: 0 0;
            margin-top: 1.7vw;
            transform: scaleX(1.2) scaleY(1.2);
            display: inline-block;

}

.orange{
    background-color: orange;
        font-family: 'noteworthybold';
            display: inline-block;
            transform-origin: 0 0;
            transform: scaleX(1.1);
            -webkit-text-stroke: 2px black;
}




.inner{    display: block;
    width: 100%;
    height: auto;
}

        .tillana{
            font-family: 'tillanaextrabold';
            transform: skew(8deg) scaleY(1.3) translateY(3%);
            display: inline-block;
            transform-origin: 0 0;
            /*margin-top: -2.4vh;*/
            /*text-transform: uppercase;*/
            /*background-color: red;*/
        }
        .biorhyme{
            font-family: 'biorhyme_expandedextrabold';
            transform: scale(0.6, 1.38);
            display: inline-block;
            margin-top: -1.2vh;
            transform-origin: 0 0;
            /*text-transform: uppercase;*/
            /*background-color: yellow;*/
        }
        .dauphine{
            font-family: 'dauphinebold';
            transform-origin: 0 0;
            margin-top: 1.7vw;
            transform: scaleX(1.2) scaleY(1.2);
            display: inline-block;
            /*text-transform: uppercase;*/
        }
        .noteworthy{
            font-family: 'noteworthybold';
            display: inline-block;
            transform-origin: 0 0;
            transform: scaleX(1.1);
            -webkit-text-stroke: 10px black;
            /*text-transform: uppercase;*/
        }










.blocGauche{
    left: 0%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.gaucheHide{ 
    left: -50%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
     }

.blocDroit{
    right: 0%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.droitHide{ 
    right: -50%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
     }

.grosBlocGauche{
        left: 0%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.grosBlocGaucheHide{
    left: -100%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}


.grosBlocDroit{
    right: 0%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.grosBlocDroitHide{
    right: -100%;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}


.spacer{ 
    position: relative; 
    display: inline-block;
    width: 2vw; 
}

#siteMapCredits{
 font-size: 1.5vw !important;
}


#allContent img{
    border: 1px solid black;
    box-sizing: border-box;
}