
/*Paramètres généraux*/

@font-face {
  font-family: TitresCoeurs;
  src: url(fonts/Cherish.ttf);
}

@font-face {
  font-family: TitresRonds;
  src: url(fonts/Cherrybomb.ttf);
}

@font-face {
  font-family: SousTitres;
  src: url(fonts/BUBBCB_.TTF);
}

@font-face {
  font-family: TexteChou;
  src: url(fonts/basiic.ttf);
}

body {
  background-image: url("./img/Fond.png");
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  font: 16px 'lato',monospace,georgia;
  text-shadow: 0px 0px 1px #bbb;
  color:#e44d75;
  letter-spacing: 0.5px;
  line-height:17px;}
  
#layout {
    background-image: url("img/MCLayout.png");
    margin: 10px auto;
    width: 1444px;
    height: 1000px;
}


a:link, a:visited, a:active {color:#e7879c;text-decoration:none;}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

p.accords{
    white-space:pre-wrap;
    font:bold 14px 'lato',monospace,georgia;
    color: #a5999d ;
    line-height: 0.2;
}

p.source{
    font:italic 12px 'lato',monospace,georgia;
    color: #a5999d ;
    line-height: 1.1;
}

/*Zone du milieu*/

#milieu {
    display: inline-block;
    position: relative;
    top: 280px;
    left: 346px;
    width: 980px;
}

#navigation1 {
    width: 805px;
    float: left;
    margin: 0 auto;}

#navigation2 {
    overflow: hidden;
    width: 805px;
    float: left;
    margin: 0 auto;
    height: 40px;
    line-height:20px;
    padding:1px;
    padding-top:0px;
    text-align:center;
}
      
#navigation2 a { 
    width:187px;
    display:inline-block;
    height: 42px;
    font:bold 14px 'lato',monospace,georgia;
    text-transform:uppercase;
    padding:4px;
    padding-top: 12px; 
    letter-spacing:3px;
    color:#e7879c;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-color:#f5c5d5;
}
      
#navigation2 a:hover {
    background:#f5c5d5;
}

.navi{
    background-color: #ffe0e5;
}

.currentnavi{
    background:#f5c5d5;
}

#content1 {
    grid-row: 2;
    width: 797px;
    float: left;
    margin: 0 auto;
    background: #f5c5d5;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-bottom: 10px;
}
#content2 {
    margin: 0px;
    padding:6px;}

    
::-webkit-scrollbar {
    width: 0px; height: 0px; 
    background: transparent;
}

.container {
    margin: 5px;
    padding: 5px;
    height: 583px;
    overflow: auto;
}

.box {
background:#fff;
border:1px solid #FFA7BF;
border-top:0px;
box-shadow: 5px 6px #fdb4c4;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
padding:8px;
margin-bottom:2px;}

.box h1{
    font:16px TitresRonds;
    color:#e7879c;
    margin-bottom: 5px;
    margin-top: 16px;
}

.box customlist{
    margin-top: 4px;
}
      
.title {font:bold 19px monospace;
        color:#fff;
        background:#e7879c;
        letter-spacing:1px;
        text-align:left;
        padding:2px;
        padding-left:8px;
        padding-top:4px;
        margin-bottom:0px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;}
      
.row {
  display: flex;
}

.column {
  flex: auto;
  padding: 10px;
}


#right1 {
    width: 145px;
    float: left;
    background: #f5c5d5;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-left: 22px;
}

#right1_alt{
    width: 145px;
    float: left;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-left: 22px;
}

#right2 {
    margin: 0px;
    padding:6px;
}

#menu a {
    display:inline-block;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    line-height:12px;
    font: 12px TitresRonds;
    text-transform:uppercase;
    letter-spacing:3px;
    text-align:center;
    border-radius:5px;
    color:#fff;
}
      
#menu a:hover {
    color: #e7879c;}

