@charset "utf-8";

/*css book web*/
/************************************************************************************/
/*Memo couleurs*/
/************************************************************************************/
/* Gris 50% rgba(0,0,0,0.5)*/

/************************************************************************************/
/*Webfonts*/
/************************************************************************************/

@font-face {
    font-family: 'cicle_gorditagordita';
    src: url('../fonts/Cicle_Gordita-webfont.eot');
    src: url('../fonts/Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cicle_Gordita-webfont.woff') format('woff'),
         url('../fonts/Cicle_Gordita-webfont.ttf') format('truetype'),
         url('../fonts/Cicle_Gordita-webfont.svg#cicle_gorditagordita') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bodonitownregular';
    src: url('../fonts/Bodonitown-webfont.eot');
    src: url('../fonts/Bodonitown-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Bodonitown-webfont.woff') format('woff'),
         url('../fonts/Bodonitown-webfont.ttf') format('truetype'),
         url('../fonts/Bodonitown-webfont.svg#bodonitownregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/******************************************************************************/
/* RESET */
/******************************************************************************/
* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    border-spacing: 0;
    border-style: none;
    border-collapse: collapse;
    outline: none;
}
/******************************************************************************/
/* INITIALISATION TYPO*/
/******************************************************************************/
body {

max-width:1280px;
    font: 100% "cicle_gorditagordita";
 
    color: rgb(0,0,0);
    background: rgba(0,0,0,1);
    text-align: center;
   margin:auto;
    letter-spacing : 2px;
}

h1 {
    font-family: "bodonitownregular";
    font-size: 2.5em; color: white; text-align: center;
    letter-spacing: 3px;
    line-height: 1em
}




/******************************************************************************/
/* CLEARFIX * ATTENTION COMMENTAIRE CONDITIONNEL POUR IE */
/******************************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.clearfix {display: inline-block;}  /* for IE/Mac */


/******************************************************************************/
/* LAYOUT *********************************************************************/
/******************************************************************************/
  
  .content {
    position:relative;
 margin-top: 20%;
  text-align:center;
    font-size:0.9em;
   
    }
	


    header {
        width: 100%;
height: 500px;
       
    }

   header.index {
        background : url(../images/header.jpg) no-repeat;
background-size:100%;
    }
 header.edition {
        background : url(../images/vitrine.jpg) no-repeat;
background-size:100%;
    } 

    header.graphisme {
        background : url(../images/idvis.jpg) no-repeat;
background-size:100%;
    }
    .item {
        position: relative;
    }
    .item h3

/******************************************************************************/
/* SKIN ***********************************************************************/
/******************************************************************************/
h1 {
    line-height: 3em;
	color:#fff;
	text-align:right;
    }
.rouge, .rouge h1 {
        color: color:#fff;
       position:absolute;
top:370px;
left:70%;
       
    }
    h2 {
        color: rgba(0,0,0,1);
    }


body {
background : rgba(255,255,255,1);
}

.rubrique {
    padding: 20px;
    color: black;
    display: inline-block;
    
}
.submenu {
    display: none;
}

li.rubrique:hover {
    color: rgba(0,0,0,1);
}
 

nav a {
    color: black
}

.mosaique li {
    display:inline-block;
    position:relative; /*j'initialise le positionnement*/
}

.mosaique p {
    position: absolute;
    display: none;
    top:50px;
    left:50px;
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 1em;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    padding: 50px;
}

.mosaique li:hover p {
    display:block;
}

.mosaique li:hover {
    cursor:pointer;
}
