/*gŽnŽralitŽ*/

body {
    font-family: 'VT323', monospace;
    font-size: 12px;
    font-weight: 300;
    color: #333333;
    text-decoration: none;
    margin-top: 24px;
    }


img {
    border-style: none;
}

/*header*/

.nomNavbar {
    font-size: 24px;
    text-height: font-size
}

.nom {
    font-size: 24px;
    margin-top: 12px;
    text-align: right;
    font-weight:  normal;
    font-stretch: ultra-expanded;
}

.souligne {
    border-bottom: 1px solid #333;
}


#menu {
    font-size: 16px;
}

a {
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

a:link {
    color: black ;
    text-decoration: none ;
    font-style: bold;
    }

a:hover {
    color: gray;
    text-decoration: none ;
}

a:visited {
    color: red;
    text-decoration: none ;
}

a:visited:hover {
    color: gray;
    text-decoration: none ;
}

.pad_6 {
    margin-top: 6px;
}

.pad_12 {
    margin-top: 12px;
}

.pad_16 {
    margin-top: 16px;
}

.pad_24 {
    margin-top: 24px;
}

.pad_48 {
    margin-top: 48px;
}

.pad_160 {
    margin-top: 160px;
}

.titre_page {
    font-size: 30px;
}

.banniere {
    width: 960px;
    border: none 1px;
}

.titre_gauche {
    font-size: 14px;
    font-weight: 300;
}

.texte_droite {
    font-size: 12px;
}

.titre_evenement {
    font-size: 24px;
    font-weight: lighter;
    padding-left: 10px;
}

.date_evenement {
    font-size: 14px;
    font-weight: lighter;
    padding-left: 10px;
}

/*  Page accueil */


body.page_accueil {
    background-image: url('../media/emile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.boxed {
  border: 1px solid green ;
}



a:link.lien_page_accueil {
    color: red ;
    text-decoration: none ;
    font-style: bold;
    }

a:hover.lien_page_accueil {
    color: gray;
    text-decoration: none ;
}


.titre_dechet {
    font-size: 122px;
    font-weight: bold;
    text-decoration:none;
    text-shadow: -2px 2px 4px white;
    color: yellow;
}

.titre_dechet_titre {
    text-decoration: underline;
}

.titre_dechet:hover span{
    display:block;
}


.boiteaccueil{
    background: white;
    color: black;
    border: 5px solid violet;
    border-radius: 25px;
    font-size: 30px;
    height: 240px;
    width: 960px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    text-transform: none;
    top: -200px;
    left:-30px;
    display:none;
    padding:0 20px;
}

.boiteaccueil:after{
    content:'';
    position:absolute;
    bottom:-10px;
    width:10px;
    height:10px;
    border-bottom:5px solid #dfdfdf;
    border-right:5px solid #dfdfdf;
    background:#f8f8f8;
    left:50%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

/*  Page presentation famille */

.photopresentation {
    height : 233px;
    float: left;
    margin-right: 5px;
}

#retourpresentation {
    text-align: right;
}

#retourpresentation a:link{
    color:black;
    text-decoration: none ;}
    
#retourpresentation a:visited{
    color:#330033;
    text-decoration: none ;}
    
#retourpresentation a:hover{
    color:#942A5F;
    text-decoration: none ;}
    
#retourpresentation a:active{
    color:#6FB25C
    text-decoration: none ;}

.clignote {
    animation: blinker 1s linear infinite;
    float: right;
}

.clignote_sansfloat {
    animation: blinker 200ms linear infinite;
}

.clignote_sansfloat_lent {
    animation: blinker 2s linear infinite;
}


@keyframes blinker {  
  50% { opacity: 0; }
}

#amyot {
    font-size: 75%;
    color:#505050   ;
    background-color: none;
    position: absolute; 
    top: 220px; 
    left: 0; 
    width: 8%; 
}

.image_text { 
   position: relative; 
   width: 100%; /* for IE 6 */
}



/*  a propos */

.apropos {
    background-color: white;
}

.imagelogo {
    width: 140px;
}

.imagelogoPetit {
    width: 100px;   
}

.imagelogoFlaneurs {
    width: 60px;   
}

#mrc {
    padding-top: 0px;
}

.imagelogoMRC {
    width: 100px;   
}

#valmorin {
    padding-top: 0px;
}

.imagelogoVM {
    width: 80px;   
}


#valdavid{
    padding-top: 0px;
}

#mcc {
    margin-left: 0px;
    padding-top: 0px;
}


.ascii {
    display:block;
    line-height: 2px;
    font-size: 3px;
    font-weight:bold;
    white-space:pre;

    color: black;

}

#sophieascii {
        background: red;
}

#mathieuascii {
        background: yellow;
}



#redline {
    background: red;
}

#yellowline {
    background: yellow;
    margin-top: 60px;
    padding-top: 0px;
}


#redtext {
   background: red;
       font-size: 8px;
    font-weight: bold;
    text-decoration:none;
    text-shadow: -2px 2px 4px white;
    color: yellow;

	transform: rotate(-d90deg);
	transform-origin: left bottom 0;
}

/*  Page Presses */

.presse {
    background-color: #403285;
}

.itemPress {

    height: 300px;
    width: 300px;
    background-color: yellow;
    border-radius: 25px;
}

.PressTexte {
    text-align: left;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    text-decoration:none;

    color: grey;

}


/* les semaines */

.itemSemaine {

    margin-left 300px;
    height: 220px;
    width: 220px;
    -ms-transform: rotate(10deg); /* IE 9 */
    -webkit-transform: rotate(10deg); /* Safari */
    transform: rotate(10deg);
}

.photosemaine {
    height : 300px;

}

.imgSemaineTexte {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 122px;
    font-weight: bold;
    text-decoration:none;
    text-shadow: -2px 2px 4px white;
    color: yellow;
    #background: rgba(29, 106, 154, 0.72);
    visibility: hidden;
    opacity: 0;
    margin-left: 130px;
    margin-top: 70px;
}

.itemSemaine:hover .imgSemaineTexte {
    visibility: visible;
    opacity: 1;
}

.communique {
    font-size: 40px;
    font-weight: bold;
    text-decoration:none;

    margin-left: 0px;
    text-align: center;
}

/* quelle page ?? */
.photosac {
   width: 300px; 
}


/* semaine 01 - les sacs */
.itemSacSemaine01 {
    width: 300px;
}

/* pour le zoom */
  .tile {
    position: relative;
    width: 100%;
    height: 203px;
    overflow: hidden;
}
  
.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
  }

/* semaine 09 - Anna */
.itemAnnaSemaine09 {

}

  .tileAnna {
    position: relative;
    width: 100%;
    width: 620px;
    height: 798px;
    overflow: hidden;
  }

/* media */
.lienMedia {
    font-family: 'VT323', monospace;
    font-size: 54px;
    font-weight: 300;
    color: #333333;
    text-decoration: none;
    margin-top: 24px;
    text-align: center;
}
