
@font-face {
    font-family: "hyborian2";
    src: url('/style/font/hyborian2.ttf');
}

@font-face {
    font-family: "Dominican";
    src: url('/style/font/Timeless.ttf');
}
@font-face {
    font-family: "Dominican";
    font-weight: bold;
    src: url('/style/font/Timeless-Bold.ttf');
}

@font-face {
    font-family: "AncientWeapons";
    font-weight: bold;
    src: url('/style/font/MyFontRegular.ttf');
}

/*html{width:100%; height: 100%;}*/



body{
  font-family:"Dominican", Helvetica;
position: relative;
    margin: 0; /*width:100%; margin: 0; padding: 0;*/ /*height: 100%;*/
  }

a{
  color:#999999;
}

textarea{ resize:none;}

.buttonGen, #bodyMain .ui-button, #bodyMyScenarios .ui-button {
  font-size: 0.7em;
  display: inline-block;
  background: #1c1c1c;
  color: #fff;
  text-decoration: none;
  width: 100px;
  min-height: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
  -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  box-shadow: 0 1px 0px rgba(255,255,255,0.1) inset, 0 0px 1px rgba(0,0,0,0.7);
  border: 1px solid #CCC;
  
  margin:10px;

}

#saveMenu{
  width: 100%;
  position: fixed;
  top: 130px;
  left: 0px;
  z-index: 10;
  background-color: #000;
  text-align: center;
  padding-bottom: 5px;
}

#bodyEdit .buttonGen.SaveButton, #bodyEdit .buttonGen.DisplayButton, #bodyEdit .buttonGen.DownloadButton, #bodyEdit .buttonGen.SaveCopyButton{
  width: 120px;
  padding-top: 10px;
}


.mce-panel {
    /*width: 97% !important;*/
}

.DisplayButton:before{
  font-family: FontAwesome;
  content: "\f1c1"; 
  padding: 10px; 
}

.SaveCopyButton:before{
  font-family: FontAwesome;
  content: "\f0c5"; 
  padding: 10px; 
}

.SaveButton:before{
  font-family: FontAwesome;
  content: "\f0c7"; 
  padding: 10px; 
}
.SaveButton span{
  text-indent: 10px;
}

.DownloadButton:before{
  font-family: FontAwesome;
  content: "\f019"; 
  padding: 10px; 
}

#bodyMain .ui-button, #bodyMyScenarios .ui-button{
  width: 120px;
  min-height: 10px;
  margin:5px 0 0 0;
}

#bodyMain .ui-checkboxradio-checked{
  background: #fff;
  color: #1c1c1c;
}

#bodyEdit .buttonGen {
  width: 50px;
  margin:10px 0 0 0;

}

#scenarioMandatory{
  list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
  }

#sharedUserList li, #scenarioMandatory li{
          position: relative;
    display: inline-block;
    width: auto;
    /* padding-right: 30px; */
    background-color: black;
    margin-right: 5px;
    /* border: 3px solid #CCC; */
    color: white;
    border-radius: 10px;
    padding: 5px 30px 5px 5px;
}

#sharedUserList li a.boxclose,#scenarioMandatory li a.boxclose {
        background: url(/images/del.png);
    background-size: 100% 100%;
    /* margin: 5px 5px 0 5px; */
    /* margin-top: -10px; */
    /* margin-right: -5px; */
    margin: -10px -5px 0 5px;
    /* border: 0px; */
}

.linkPlus{
  font-size: 0.7em;
  color:#000;
}


.darkClass
{
    background-color: rgba(0,0,0,0.5);
    /*filter:alpha(opacity=50); /* IE */
    /*opacity: 0.5; /* Safari, Opera */
    /*-moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    display: none;
}



.darkClass img
{
    width:100px;
    height: 100px;
    margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}


#bodyEdit #rulesListUl li, #bodyEdit #eventsListUl li
{
    background-color: black;
    color: #fff;
    border: solid 1px #FFF;
    margin-bottom: 10px;
    padding: 5px;
}



#bodyTemplate #rulesListUl li{
  margin-bottom: 20px;
  text-indent:-15px;
margin-left:15px;
}

.ruleTitle{
  font-weight: bold;
}


#eventsImg{margin-right: 10px;}
.tilesBoxItem, .riverItem, .borderItem, .hurtItem{ width:90px; height: 135px;display: inline-block;}
.hurtItem{
  display: none;
}
.riverItem{position:relative;}
.leaderBlock{position: relative;}
.leaderBlock div{display: inline-block;}
.leaderBlockDisplay div{}
#bodyTemplate .leaderBlockDisplay{margin: 10px 0 10px 0;}
.leaderTitle div{display:inline-block;vertical-align: middle;}

#listTiles{
  height: 210px;
  white-space: nowrap;
}
#tileContener{position: relative;
  height: 210px; 
  width: 720px;
  overflow-x: scroll;
    overflow-y: hidden;
}
#pawnsContener{
position: relative;
 height: 130px;
 width: 800px;
 /* Or whatever you want (eg. 400px) */}
#pawns{ 
  height: 125px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

.pawnHandle{
  width:45px;height:40px;position:absolute;top:5px;
  z-index: 10;
}


#pawnsContener, #tileContener{
    /*overflow-x: scroll;
    overflow-y: hidden;*/
}

.pawn{background: transparent;}

.pawnItemContener{text-align: center; width: 72px; vertical-align: top;white-space: normal;
  font-size: 0.8em;
}
.pawnsItem{margin: 0 auto; }
.griddragg,.pawnsItem,.leadersItem, .templatePawnsItem, .circleItem {width:50px; height:50px; background-size: 100% 100%}
.MapItem, .pawnItemContener{display: inline-block;}
.MapItem{text-align: center; width: 100px; height: 150px;vertical-align: top;}
.MapThumb{width:100px; height: 100px; margin: 0 auto; }
.griddragg{border:none;position: absolute; top: 0; left: 0; margin: 0; padding: 0;}
.draggable {}
.ui-widget-header p, .ui-widget-content p { margin: 0; }
#snaptarget { height: 140px; }

#containment-wrapper, #mapImg { width: 800px; height:686px; }
#mapImg{
  position: relative;
}

#river{width: 720px; height:135px; margin: 0; padding: 0;
  background: url(/images/skelos/skelosBg.png); background-size: 100% 100%; background-repeat: no-repeat;
}

#toolbox {
  width:100%;
  position:fixed;
  top:0px;
  left: 0px; 
  z-index: 10;
  background-color: black;
}


.headerHeight{
  height: 130px;
}
.logo{
  height: 75px;
  margin: 10px 0 0 10px;
}

.langHeader{
  color: white;
  font-weight: bold;
  position: absolute;
  top:10px;
  right: 10px;
}

.langHeader a{
  text-decoration: none; 
  color: white;
  font-weight: bold; 
}

.gemTxtCounter, .healthTxtCounter{width: 15px;}

#description{} 
.descriptionHeader{max-width:901px;height:71px}

.descriptionHeaderPart{ display: inline-block; vertical-align: top; color: #fff; font-size: 1.8em; } 
.descriptionHeaderPart1{width:49px;height:41px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_desc_header1.png); background-size: 100% 100%; padding: 30px 0 0 110px;}
.descriptionHeaderPart2{width:60px;height:71px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_desc_header2_edit.png); background-size: 100% 100%;}
.descriptionHeaderPart3{width:481px;height:41px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_desc_header3.png); background-size: 100% 100%; padding:30px 0 0 0; text-align: center;}
.descriptionHeaderPart4{width:201px;height:71px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_desc_header4.png); background-size: 100% 100%;}
.descriptionBody{max-width:821px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_desc.png); background-size: 100% 100%; padding: 20px 40px 30px 40px;}
.descriptionFooter{max-width:901px;height:41px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_desc_footer.png); background-size: 100% 100%; }
#objectives{width:901px;height:auto;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bgObjectives.png); background-size: 100% 100%;}
#objectives{padding: 70px 0 70px 20px;}


#objectivesTitle{ color: #fff; font-size: 1.6em; padding-bottom: 10px;} 
.objectivesBlock{display: inline-block; vertical-align: middle; color: #fff;}
#heroObjectivesIcon{width:50px;height:50px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/heroObjectivesIcon.jpg); background-size: 100% 100%; padding-bottom: 10px;}

#olObjectivesIcon{width:50px;height:50px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/olObjectivesIcon.jpg); background-size: 100% 100%; padding-bottom: 10px;}
#olObjectivesText, #heroObjectivesText{padding-left: 10px; width: 800px;}

#gemsHeroes{}

#gemsHeroesHeader{
    max-width:901px;
    height:98px;
    background-image:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_gems_heroes_header.png);
    background-size: 100% 100%;
    text-indent: -9999em;
}
#gemsOlHeader{max-width:901px;
  height:98px;
background-image:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_gems_ol_header.png);
 background-size: 100% 100%;
 text-indent: -999em;
}
#gemsHeroesBody, #gemsOlBody{max-width:821px;
  background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_gems_gen_body.png); background-size: 100% 100%; padding: 20px 40px 30px 40px;}
#gemsHeroesFooter, #gemsOlFooter{max-width:901px;height:23px;background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bg_gems_gen_footer.png); background-size: 100% 100%; }

#specialRules{
  width:901px;
  
  
  color: #fff;
}

#specialRulesHeader{
   background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bgSpecialRules_top.png);
    background-size: 100% 100%;
    height: 34px;
}

#specialRulesBody{
   background-color:#3e3d42;
    min-height:176px;
    padding: 10px 20px 10px 20px;
}

#specialRulesFooter{
   background:url(https://web.archive.org/web/20181023041616im_/http://www.conan-scenarios.com/images/template/bgSpecialRules_bottom.png);
    background-size: 100% 100%;
    height: 54px;
}

#specialRulesTitle{ 
    color: #fff;
   font-size: 1.6em;
   padding-bottom: 10px;
} 


.nopagebreak{page-break-inside:avoid;}

a.boxbutton{
    cursor: default;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;

}

.pawn a.boxclose{
      top: -20px;
    right: -20px;
}


a.boxclose {   
    background: url("/images/del.png");

    background-size: 100% 100%;
    margin: 5px 5px 0 5px;
    
}

a.boxedit {    
    background: url("/images/edit.png");   

    background-size: 100% 100%; 
}

.mapLink{
  color:#000;
}



#descriptionTextarea{
	/*border: 4px solid #000;
	border-radius: 25px;*/
	width: 800px; height: 150px;
	background-color: rgba(255, 255, 255, 0.4); 
}

#heroesObjectives, #overlordObjectives{
	width: 800px;
	height: 30px;
}

.heroSelector{margin-bottom: 10px;}

.heroSelector select, .leaderBlock select{width: 150px;}
.heroSelector span:first-of-type, .equipmentClass span:first-of-type, .spellClass span:first-of-type,
.leader_equipment span:first-of-type, .leader_spell span:first-of-type, .notes span
{
  width: 95px; 
  display: inline-block;
}

#bodyTemplate #eventsList div{display: inline-block; vertical-align: top;}

#eventTitle, #titleRiver{font-size: 1.6em;}
.eventTitle, .underlined{text-decoration: underline}
.eventTitle{ font-weight: bold;}

#eventsListUl li{
  width:650px;
  margin-bottom: 20px;
}

.gem{width: 25px;height:25px; vertical-align: middle;}

#riverDisplay{width: auto; height:135px; text-align: center; margin: 0; padding: 0;}

.errorMessages{color: #f00;font-weight: bold;display: none;}

.longTextInput{
  width: 300px;
}

#skelosNbr{
  background: url(/images/skelos/skelosHeader.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 720px;
  margin: 0; padding: 0;
}

#skelosNbr div{
  width: 90px;
  display: inline-block;
  text-align: center;
}
#skelosNbr div img{
  width: 50px;
}

#searchTiles, #searchPawns, #searchScenarios{
  padding:6px 15px 6px 30px;
  margin:3px; 
  height: 20px;
  background: url('/images/search.png') no-repeat 8px 6px #fff; 
  border-radius:15px; 
  -moz-border-radius:15px; 
  -webkit-border-radius:15px; 
}


.roundedToolBox{
  border-radius:15px; 
  -moz-border-radius:15px; 
  -webkit-border-radius:15px; 
  background-color: #ccc;
  overflow: hidden;
}

#rounded1{
  width: 800px;
}


#rounded2{
  width: 720px;
}

#bodyTemplate{
  background-color: #EEE;
}

.toHide_1, .toHide_2{
  font-weight: bold;
}

.heroNote{
  width: 500px;
}

#bodyTemplate .blockEquipment{
  margin-left: 60px;
  display: block;
}

.horizontalScroll{
  overflow-x:scroll;
  overflow-y:hidden;
}

.scrollablePawnList{
  height: 80px;
}

/***************INDEX**************************************************************************************************************************************************************************/

.nrVotes{
  padding-bottom: 10px;
}

#listContener{
  width:100%; /*height: 100%;*/
  text-align: left;
}

#listScenariosSpinner, #listScenarios{
  width:90%; /*height: 100%;*/
  text-align: left;
  padding-left: 10%;
}

#listScenariosSpinner{
  display: none;
}

/*#bodyMain .scenarioBlock *{
  cursor: pointer;
}*/

.scenarioBlock{
  display: inline-block;
  border: 2px solid #000;
  width: 21%;
  height: 650px;
  vertical-align: top;
  text-align: center;
  margin: 10px 10px 10px 10px; 
  position: relative;
  overflow: hidden;
}



#bodyMyScenarios .scenarioBlock{
  height: 650px;
}

.scenarioBlock img{
  width: 80%;
  height: auto;
  -webkit-box-shadow: 0 10px 0px rgba(255,255,255,0.1) inset, 0 0px 10px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 10px 0px rgba(255,255,255,0.1) inset, 0 0px 10px rgba(0,0,0,0.7);
  box-shadow: 0 10px 0px rgba(255,255,255,0.1) inset, 0 0px 10px rgba(0,0,0,0.7);
}

#scenarioPage #listScenarios{
  text-align: center;
}

#scenarioPage .scenarioBlock{

  display: inline-block;
  border: 2px solid #000;
  width: 60%;
  height: auto;
  vertical-align: top;
  text-align: center;
  margin: 10px 10px 10px 10px; 
  position: relative;
  overflow: hidden;
}

#scenarioPage .scenarioBlock img{
  width: 60%;
}

.novote{
  display: none;
  height: 45px;
}

.small{
  font-size: 0.7em;
}


.scenarioTitle a{
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  margin: 10px 10px 10px 10px; 
  height: 60px;

}



#pagination{
  text-align: center;
}

#pagination a{
  display: inline-block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

/*********************LOGIN*******************/

#loginBlock, #subscribeBlock{
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 40%;
  padding: 10px;
}

#centerLine{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 2px;
  height: 400px;
  background-color: black;
}

#subandlogBlock{
  width: 100%;
  display: none;
}

#centerBlock{
  width: 50%;
  margin: 0 auto; 
  text-align: center;
}

.nbForm{
  font-size: 0.8em;
}

#phase2, #lostphase2{
  display: none;
}

#subandlogBlock input[type=text],#subandlogBlock input[type=password]{
  width: 300px;
}

/***********header******************/

div#bgd-banner {
    position: fixed;
    bottom: 0px;
    right: -200px;
    width: 200px;
    height: 200px;
    text-align: right;
        z-index: 100;
}

img#bgd-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#bgd-block{
  position: absolute;
      bottom: 20px;
    right: 20px;
  z-index: 2;
}

img#bgd-image {
    height: 75px;
}

#bgd-banner a.boxclose {
  z-index: 2;
  right: 6px;

}

#bgd-text{
      color: #fff;
}

.slide-left {
  -webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
}

#headerMenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headerMenu li{
  display: inline-block;
  width: 200px;
  text-align: center;
}

#headerMenu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #ccc;
    
}
#headerMenu li a:hover {
  color: #c00;
  background-color: #fff; }

#nav {
  width: 100%;
  float: left;
  margin: 0 0 1em 0;
  padding: 0;
  background-color: #000;
  border-bottom: 1px solid #ccc;  
  height: 35px;
}


/***********************sidebar edit************/

#playersNbrTitle, #addonsTitle, #mapsTitle{
  font-size: 1.1em;
  color: white;
  font-weight: bold;
}

.playersNbrLabel{
    width: 60px !important;
    padding: 3px !important;
    display: inline-block !important;
}

.addonsLabel{
    width: 140px !important;
    padding: 3px !important;
    display: inline-block !important;
}

#headerMenuCloseButton{
  display: none;
}

#sidebarButton
{
  display: none;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    min-height: 1700px;
    width: 80px; /* 0 width - change this with JavaScript */
    position: absolute; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 130px;
    left: 0;
    background-color: #111; /* Black*/
    /*overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; /* Place content 60px from the top */
    /*transition: 0.5s; */
    text-align: center;
    
}

/*edit page*/
#bodyEdit .sidenav, #bodyContact .sidenav, #scenarioPage .sidenav, #bodyLinks .sidenav, #bodyMine .sidenav {
   display: none;
}

.sidenav{
  width: 170px;
}

.sidenav h2 {
  color:#fff;
}

.ui-tabs .ui-tabs-nav li {
  font-size: 0.6em;
}
/* The navigation menu links */
/*.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}*/

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#bodyEdit #main {
    /*transition: margin-left .5s;
    margin-left: 80px;
    padding: 20px;*/
    width: 1000px;
    margin: auto;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


#listPictos {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#listPictos li{
  display: inline-block;
  text-align: center;
  background-color: #CCC;
  border: solid 1px #BBB;
}


/********************************************************************************RUBAN CONSTRUCTION******************************************************/
/* The ribbons */

.corner-ribbon{
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  filter:alpha(opacity=50); /* IE */
  opacity: 0.5; /* Safari, Opera */
  -moz-opacity:0.50; /* FireFox */
}

/* Custom styles */

.corner-ribbon.sticky{
  position: absolute;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
.corner-ribbon.blue{background: #0078ff;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.green{background: #1948cf;}
.corner-ribbon.green2{background: #00FF00;}
.corner-ribbon.orange{background: #d15f2f;opacity: 0.7;}

/***************************STARS RATING**************************************************/
.br-wrapper{
  display: inline-block;
}

.ratingTextValue{
  display: inline-block;
  width: 30px;
  height: 45px;
  text-align: left;
  vertical-align: middle;
}
.ratingContener span{
  width: 100px;
  display: inline-block;
  text-align: left;
}

/****************************************************************************************Comments****************************************************************************************/

#comments{
  text-align: center;
  width: 800px;
  margin: auto;
}

.commentBlock{
  width: 800px;
  text-align: left;
}

.commentPseudo{
  font-weight: bold;
}

.commentDate{
  color:#929292;
}
.commentText{
  background-color: #CCC;
  padding: 10px 10px 10px 30px;
  margin: 10px 0 10px 0;
  border:solid 1px #AAA;
  border-top: 0px;
  border-left: 0px;
}



/***************concours*************************************************************************************************************************/

#concours{
  font-family: hyborian2;
  width:75%; 
  height:auto; 
  font-size:1.4em; 
  font-weight:bold; 
  /*border: solid 3px black; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align:left;
  padding:20px 20px 20px 12%;
  margin-left: 10%;
  background :url(/images/conanBannerConcour.png) no-repeat;
  background-position: left;
  background-size: auto 100%;
}
#concours a{
  color:black;
  }


/**********************************customMaps***********************/

#customMaps #mySidenav{
  display: none;
}

#customMaps .mapLinks{
  color: black;
  text-decoration: none;
}

#customMaps .customCreditLink{
  color:blue;
  text-decoration: none;
}


/**************liste scenario base*********/
.scenarioUser{
  margin-bottom: 10px;
}

/**********************liste scenario format liste********************************/
#listLinksBlocks{
  text-align: center;
}

#listScenarios{
  list-style-type: none;
}

#listScenarios.listFormat li.scenarioBlock{
  width: 98%;
  height: auto;
  display: block;
  border: none;
  margin: 0;

}

#listScenarios.listFormat li.scenarioBlock:nth-child(odd) {
    background: #CCC;
}




#listScenarios.listFormat li.scenarioBlock div, #listScenarios.listFormat li.scenarioBlockTitles div {
  font-size: 0.9em;
  display: table-cell;
  vertical-align: middle;
  min-width: 50px;
  padding-left: 20px;
}

#listScenarios.listFormat div.corner-ribbon.top-left{
  font-size: 0.6em;
  left: -60px;
  top:10px;
}

#listScenarios.listFormat div.mysharebuttonStyle{
  width: 100px;
}

#listScenarios.listFormat div.scenarioImg{
  width: 70px;
}

#listScenarios.listFormat img {
  width: 100%;
}

#listScenarios.listFormat div.scenarioTitle{
  height: auto;
  width: 240px;
  word-break: break-all;
  font-size: 0.7em!important;
}

#listScenarios.listFormat div.scenarioMandatory{
  height: auto;
  width: 150px;
}

#listScenarios.listFormat div.scenarioMandatory span.preMandatory{
  display:none;
}

#listScenarios.listFormat div.scenarioPlayersNbr{
  height: auto;
  width: 100px;
}

#listScenarios.listFormat div.scenarioDifficulty{
  height: auto;
  width: 100px;
}

#listScenarios.listFormat div.scenarioDifficulty span.preDiff{
  display:none;
}

#listScenarios.listFormat div.scenarioDifficulty{
  height: auto;
  width: 100px;
}


#listScenarios.listFormat div.scenarioUser{
  height: auto;
  width: 100px;
}

#listScenarios.listFormat div.scenarioUser span.preBy{
  display:none;
}

#listScenarios.listFormat div.scenarioLang{
  height: auto;
  width: 100px;
}

#listScenarios.listFormat div.scenarioLang span.preLang{
  display:none;
}

#listScenarios.listFormat div.ratingContener{
  height: auto;
  width: 150px;
}

#listScenarios.listFormat div.scenarioComments{
  height: auto;
  width: 150px;
}

#listScenarios.listFormat div.scenarioTotalTextValue, #listScenarios.listFormat div.scenarioNrVotes, #listScenarios.listFormat div.br-current-rating{
  display: none;
}

.scenarioBlockTitles{
  display: none;
}

#listScenarios.listFormat li.scenarioBlockTitles{
  display: block;
  text-align: center;
}

.listIcons{
  width: 50px;
  margin: 5px;
}

#bodyContact{
  
}

#contactBlock, #linksBlock  {
  width: 400px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

#linksBlock  {
  width: 500px;
}

#contactBlock input, #contactBlock textarea{
  width: 400px;
  margin-bottom: 20px;
}

#contactBlock #message{
  height: 250px;
}

#contactTxt, #contactErrorMsg{
  margin-bottom: 20px;
}

#contactBlock input[type="submit"]{
  margin: 0;
}

#contactErrorMsg{
  display: none;
  font-weight: bold;
  color: #c90000;
}

#contactConfirmMsg{
  font-weight: bold;
  color: #26dc13;
}

#linksBlock  div{
  margin-bottom: 10px;
}

#headerMine{
  margin-right: 20px;
}

#headerMine a{
  font-weight: bold;
  text-decoration: none;
  border: thin solid white;
  color: white;
  padding: 5px;
}

#financement1{
  padding-left: 50px;
}

#mybne{
  position: absolute;
  top: 300px;
  right: 20px;
  width: 120px;
  background-color: white;
}

.bneDiv{
  text-align: center;
  margin-bottom: 20px;
  border-top: thin solid #f39122;
  font-family: Arial;
}

.bneDiv a{
  text-decoration: none;
  font-size: 0.8em;
}

.bneMainImg{
  width: 100px;
}

.bneVendor{
  background: black;
    text-align: left;
    border-radius: 3px;
    color: white;
}

.bneVendor img{
    width: 16px;
    vertical-align: middle;
    margin:5px 5px 5px 5px; 
}

.bneTxt{
  margin:5px 0 5px 0; 
}

.bnePrice{
  color:blue;
  margin:5px 0 5px 0; 
}















/*
     FILE ARCHIVED ON 04:16:16 Oct 23, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:14:34 Oct 28, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  RedisCDXSource: 12.044
  CDXLines.iter: 11.745 (3)
  PetaboxLoader3.datanode: 101.489 (5)
  LoadShardBlock: 46.235 (3)
  exclusion.robots.policy: 0.119
  esindex: 0.009
  load_resource: 272.78
  captures_list: 72.987
  PetaboxLoader3.resolve: 51.731 (2)
  exclusion.robots: 0.13
*/