/*********************************/
/********** Last War 101 *********/
/********** Last modified ********/
/********** 06/10/2025 ***********/
/*********************************/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  font-family: 'Raleway', Open Sans, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
/*
h1, h2, h3, h4, h5, h6 {
  font-family: "Righteous", sans-serif;
  font-weight: 300;
}
*/
/* ========== css background ========== */

.bg-dark-stripe {
  background-image: linear-gradient(-60deg, #5bf 50%, #bef 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

/* ========== top menu ========== */
/* inspired by
 https://codepen.io/meness/pen/nwjQGN 
*/

#menu-wrapper {
  position: fixed;
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
  z-index: 1000;
  height: 10px;
}

#menu-wrapper ul {
  position: relative;
  margin: 0;
  margin-top: -150px;
  padding: 0;
  height: 118px;
  border-radius: 3px;
  background-color: #07c;
}

#menu-wrapper ul li {
  display: inline-block;
  /* Removes the default space between items */
  margin-right: -4px;
  width: 150px;
  text-align: center;
}

#menu-wrapper ul li:hover > a,
#menu-wrapper ul li.current > a {
  color: white;
}

#menu-wrapper ul li.current {
  margin-top: -6px;
  border-top: 6px solid black;
  border-bottom: 6px solid black;
}

#menu-wrapper ul li.current::before {
  display: block;
  margin: 0 auto -6px auto;
  width: 0;
  border-top: 6px solid black;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

/* hover style */

#menu-wrapper ul li:hover {
  margin-top: -6px;
  border-top: 6px solid #29f;
  border-bottom: 6px solid #29f;
}

#menu-wrapper ul li:hover::before {
  display: block;
  margin: 0 auto -6px auto;
  width: 0;
  border-top: 6px solid #29f;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

/* link */

#menu-wrapper ul li a {
  display: block;
  box-sizing: border-box;
  padding-top: 19px;
  height: 118px;
  border-right: thin solid #e0e1db;
  text-decoration: none;
  font-size: 2.375em;
  color: #fff;
}

#menu-wrapper ul li a,
#menu-wrapper ul li a:active,
#menu-wrapper ul li a:visited {
  color: #fff;
}

#menu-wrapper ul li:last-of-type > a {
  border-right-style: none;
}

#menu-wrapper > ul > li > a > div {
  margin-top: 5px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5em !important;
  color: white;
}

/* ========== responsive menu ========== */

.navbar-items {
  width: 100%;
  margin: -400px auto 0;
  text-align: center;
  background-color: #07c;
}

.navbar-items li {
  float: left;
  padding: 15px 15px;
  font-size: 1.25em;
}

.navbar-items li a {
  color: #fff;
}

.navbar-items li:hover {
  background-color: #5bf;
  color: #fff;
}

/*   End navigation bar   */
/*   Start nav bar for small screens   */

.toggle {
  float: right;
  margin: 20px;
  color: #fff;
  font-size: 30px;
  border: 1px solid #fff;
  padding: 0px 5px;
  border-radius: 4px;
  cursor: pointer;
}

/*   End nav bar for small screens   */
/*   Start media query   */

@media (max-width: 992px) {

  .navbar-items {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    top: 0px;
    background-color: #07c;
  }

  .navbar-items li {
    text-align: center;
    display: block;
	background-color: #07c;
    border-bottom: 1px solid #333;
  }
}

/* responsive show/hide */

.sticky-top {
    top: 25px;
	padding-right: 25px;
	visibility: hidden;
	z-index: -2;
}

@media (max-width: 991.98px) {

.sticky-top {
	visibility: visible;
	z-index: 1001;
}

	#menu-wrapper { visibility: hidden !important; height: 0 !important; }
	.navbar-toggler { visibility: visible !important; }
	.navbar-responsive { visibility: visible !important; }
}

/* layout corrections */

.light-bg {
  background-color: transparent;
  font-size: 1.15em;
  color: black;
}

#main-content {
  position: relative;
  width: 100%;
  margin: -50px auto 0;
  text-align: left;
  z-index: 999;
}

/*** HR w8w ***/

hr.style-cyr {
    overflow: visible; /* For IE */
    padding: 0;
	margin-top: 50px !important;
    border: none;
    border-top: medium double var(--bs-red);
    color: var(--bs-red);
    text-align: center;
	width: 100%;
	margin: 0 auto;
}

hr.style-cyr:after {
    content: "‴";
    display: inline-block;
    position: relative;
    top: -0.5em;
    font-size: 4em;
    padding: 0 0.25em;
    background: transparent !important; /* #fff */
}

/* https://codepen.io/vedadesigns/pen/GPxYZg */
/* === BASE HEADING === */ 

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Righteous", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h2 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span, h2 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}

h1 em, h2 em {
  font-style: normal;
  font-weight: 600;
}

.div-info { margin: 25px 0; }

/* === HEADING STYLE #3 === */

.three h2, .three h3 {
  /*font-family: "Pacifico", sans-serif; */
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}

.three h2 {
  font-size: 1.25rem;
}

.three h3 {
  font-size: 1rem;
}

.three h2:before, .three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #07c; /* #5bf */
}

.three h2:not(.longer-line-75, .longer-line-90):after, .three h3:not(.longer-line-75, .longer-line-90):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 425px;
  background-color: #07c;
}

.three .longer-line-75:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 60%;
  background-color: #07c;
}

.three .longer-line-90:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 90%;
  background-color: #07c;
}

/* === HEADING STYLE #7 === */

.seven-separate h5 {
	text-align: center;
	color: #999; 
	width: 75%;
	margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;

    font-family: "Sulphur Point", sans-serif;
    font-weight: 200;
    font-style: normal;
	font-size: 1em;
}

.seven-separate h5:after, .seven-separate h5:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #999;
    /*border-top: 1px solid #fff; // makes 2 lines */
    height: 5px;
	background-color: transparent;
}

/* === HEADING STYLE #9 === */

.nine h1 {
  text-align: center; font-size: 2.5rem; text-transform: uppercase; color: #333; letter-spacing: 1px;
  font-family: "Righteous", serif; font-weight: 400;
}

.nine h1 span {
  margin-top: 5px;
    font-size: 3.5rem; color: #666; word-spacing: 1px; letter-spacing: 2px;
    text-transform: uppercase; font-family: "Raleway", sans-serif; font-weight: 500;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after,.nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    height: 5px;
  background-color: transparent;
}

/* === HEADING STYLE #12 === */

.twelve h2 {
  font-size: 1rem; 
  font-weight: 600; 
  font-family: "Raleway", sans-serif; 
  letter-spacing: 1px; 
  width: 375px; 
  text-align: center; 
  margin: 0 0; 
  white-space: nowrap; 
  padding-bottom: 15px;
}

.twelve h2:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}

.twelve h2:after {
    background-color: #c50000;
    content: '';
    display: block;
    position: absolute; 
    right: 0; 
    bottom: 0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

/* === HEADING STYLE #13 === */

.thirteen h1 {
  position: relative; font-size: 2rem; font-weight: 400; letter-spacing: 0px; text-transform: uppercase; width: 750px; text-align: center; margin: -50px auto 25px; 
  white-space: nowrap; border: 1px solid #ccc; padding: 5px 10px 5px 10px; background-color: #fff;
}

.thirteen h1:before, .thirteen h1:after {
    background-color: #c50000;
    position: absolute; 
    content: '';
    height: 10px;
    width: 10px; 
	border-radius: 50%;
    bottom: 18px;
}

.thirteen h1:before {
   left: -20px;
}

.thirteen h1:after {
   right: -20px;
}

/* https://codepen.io/mdbootstrap/pen/QOKZGP - modals */

/* ========== webmaster modal ========== */

.modal-webmaster-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;

  background: url('img/web/bw-background.jpg') center center no-repeat !important;
  
  visibility: hidden;
}

#webmasterModal {
  z-index: 10001 !important;
}

.webmasterModal { margin-top: 5% !important; z-index: 1000 !important; }

.webmasterModal .modal-header {
  background-color: var(--bs-black) !important;
  color: var(--bs-white) !important;
}

@font-face {
  font-family: godfatherFont2;
  src: url('img/web/Corleone-e9gB.ttf');
}

.titleWebFont2 { 
  font-family: "godfatherFont2";
  font-size: 3em;
}

#scaredModal {
  z-index: 10001 !important;
}

.scared { 
  font-family: "godfatherFont2";
  font-size: 4em;
}

.text-justify { 
  text-align: justify;
  font-size: 1.25em;
}

/* ===== timeline ===== */
/*

https://codepen.io/chriscoyier/pen/Yppeoz

https://codepen.io/chriscoyier/pen/wvKeQOp

https://codepen.io/chriscoyier/pen/jObrVgE

https://codepen.io/chriscoyier/pen/abvbRVx

*/

/* accordion help tab */

.accordion-button { 
font-family: "Righteous", sans-serif;
background-color: #5bf;
opacity: 0.8;
/*/background-size: 10px 10px;
background-image: repeating-linear-gradient(45deg, #07c 0, #07c 1px, #fff 0, #fff 50%);*/
font-size: 1.35rem;
font-weight: 200;
color: #000 !important;
padding: 25x 50px !important;
}

.accordion {
--bs-accordion-btn-focus-border-color: #5bf !important;
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.15rem #07c !important;
}

/* magnify pictures in modal */

.magnify i {
  color: #5bf;
}

.magnify:hover {
  background-color: #07c;
}

.magnify:hover i.fa-solid {
  color: white;
}

/* gradient list help -- tab 1 - numbers ++ */

/* gradient list -- https://codepen.io/erinesullivan/pen/qGrdGV */

ol.gradient-list > li::before, ol.gradient-list > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
}

ol.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}

ol.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}

ol.gradient-list > li::before, ol.gradient-list > li::after {
  background: linear-gradient(135deg, #07c 0%, #5bf 100%);
  border-radius: 1rem 1rem 0 1rem;
  content: "";
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}

ol.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color: #fff;
  display: flex;
  font: 900 1.5em/1 "righteous";
  justify-content: flex-end;
  padding: 0.125em 0.25em;
  z-index: 1;
}

ol.gradient-list > li + li {
  margin-top: 2rem;
}

/* ===== footer ===== */

.border-bottom { 
  color: #07c;
  border-bottom: 1px solid #5bf;
}

#footer {
  position: fixed !important;
  width: 100%;
  bottom: 0 !important;
  text-align: center !important;
  z-index: 1001;
  padding: 15px 0;
  background-color: #fff;
  color: #333;
  border-top: 5px solid #5bf;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #5bf;
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #5bf;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 0 0 1px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: #5bf;
}

.footer .copyright a:hover {
    color: #07c;
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.rgpd {
    color: var(--bs-white) !important;
}

/*** Additional styles ***/

.align-right {
  text-align: right;
}

/* animated background -- https://codepen.io/chris22smith/pen/RZogMa */

.bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #999 50%, #666 50%);
  bottom: 0;
  left: -50%;
  opacity: .4;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

.bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

/*===== up/down rules div =====*/

.subpage-readmore-link {
	cursor: hand !important;
}

.subpage-exp-content  {
	position: relative;
	margin: 25px 0 0 0;
	background: transparent;
	padding: 0 0 100px 0;
}

/*===== poll container =====*/

.panel-center {
  margin: 0 auto;
}

.list-group-poll {
  list-style-type: none; 
  padding: 0px 0 40px 0 !important;
  font-size: 1em !important;
  color: black;
  background-color: white;
  margin: 0 auto;
}

.list-group-poll-item {
  padding: 10px 25px !important;
  font-size: 1em !important;
  color: black;
  border-bottom: 1px dotted #333;
}

.panel { 
  width: 75%; 
  border: 1px dotted #333;
  border-radius: 15px; 
}

.panel .panel-heading { 
  width: 100%;
  background-color: var(--bar-panel-header-bg); 
  color: var(--bar-panel-header-color);
  padding: 15px 25px;
  border: 1px dotted #333; 
  border-radius: 15px 15px 0 0;
}

.panel .panel-heading i {  
  position: relative;
  float: left;
  margin-top: -5px;
  color: var(--bar-panel-header-color);
}

.panel .panel-heading h3 { 
  position: relative;
  float: left;
  font-family: "Righteous", sans-serif !important;
  font-size: 1.85em;
  line-height: 0.6em;
  margin-left: 25px;
}

.panel-footer { 
  background-color: var(--bar-panel-header-bg); 
  color: var(--bar-panel-header-color);
  padding: 15px 25px;
  margin-top: -43px;
  text-align: center;
  border: 1px dotted var(--bar-panel-header-bg); 
}

.panel-footer .vote-button {
  font-family: "Righteous", serif;
  font-weight: 400;
  font-size: 1.75em;
  padding: 1px 50px;
  -webkit-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  cursor: pointer;
  border-radius: 15px;
  background-color: #5bf;
  border-color: var(--bs-btn-active-bg);
}

/*===== up/down poll div =====*/

/*---------- button poll ----------*/
/*
 https://codepen.io/senid_db/pen/pKrbBQ 
*/

.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; 
}

.curve-icon {
  background: #0069eb;
  color: #fff;
  border-radius: 10px;
  border: none;
  font-family: "Righteous", serif; 
  font-weight: 400;
  font-size: 1rem;
  padding: 15px 25px;
  text-decoration: none;
}

.curve-icon i {
    font-size: 14px;
    vertical-align: middle;
    padding-left: 10px;
}

.square-icon {
  background: #0069eb;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Righteous", serif; 
  font-weight: 400;
  font-size: 1rem;
  padding: 15px 25px;
  text-decoration: none;
}

.square-icon i {
  font-size: 16px;
  vertical-align: baseline;
  padding-left: 11px;
}

.p-titre-button button {
  font-family: "Righteous", serif; font-weight: 400;
  -webkit-transition: 0.15s all ease-in-out;
  -o-transition: 0.15s all ease-in-out;
  transition: 0.15s all ease-in-out;
  cursor: pointer;
}

.valid-vote {
  visibility: hidden;
}

.poll-subpage-exp-content {
	position: relative;
	padding: 25px 25px !important;
	background: white;
	border-radius: 0 0 15px 15px;
}

.cssPollTitle { 
  font-family: "Righteous", sans-serif !important;
  font-size: 1.5em;
}

.container-poll-results {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}

/* ===== accordion-tabs 101 ===== */

/* 
  https://wpdean.com/css-tabs/ 
  https://codepen.io/kazmeyer/pen/DJdore 
  
  				  <!-- <div class="list-type-tabs">
				  <ol>
				  <li><a href="#">R5 : leader d'alliance. Il donne l'impulsion à tout le groupe, nomme les R4 et leur périmètre d'action, définit les stratégies de conquête et de défense, négocie avec les autres alliances.</a></li>
				  <li><a href="#">R4 : les ministres. Au service du groupe. Notifications, rapports, recours...etc... Un très gros travail, pas toujours visible, mais extrêmement important pour faciliter le jeu des autres.</a></li>
				  <li><a href="#">R3 : soldats puissants, très présents et investis, ils se connectent au quotidenn, marquent de très nombreux pointd et réalisent de très gros scores qui sont autant bénéfiques à eux qu'à l'alliance.</a></li>
				  <li><a href="#">R2 : soldats en progression régulière, avec une connection quotidenne, excellente moyenne de points et de score. Ils sont les soldats moins visibles mais néanmoins indispensables.</a></li>
				  <li><a href="#">R1 : soldats en formation, nouveaux-venus, ils ont besoin de beaucoup de travail pour progresser, et doivent donc être aidés des joueurs aguerris. Ce sont néanmoins des rouages essentiels.</a></li>
				  </ol>
				  </div> -->
*/
  
ul.tabs-1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #333;
	width: 100%;
}

ul.tabs-1 li {
	float: left;
	margin: 0;
	cursor: pointer;
	width: 10%;
	height: 45px;
	text-align: center !important;
	padding: 5px 0 0 0;
	border-top: 1px solid #07c;
	border-left: 1px solid #07c;
	border-bottom: 1px solid #07c;
	background-color: #07c;
	color: #fff;
	overflow: hidden;
	position: relative;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em !important;
  color: white;
}

ul.tabs-2 {
	margin: 0;
	margin-top: -1px;
	padding: 0;
	float: left;
	list-style: none;
	border-top: 0px solid #333;
	width: 100%;
}

ul.tabs-2 li {
	float: left;
	margin: 0;
	cursor: pointer;
	width: 10%;
	height: 45px;
	text-align: center !important;
	padding: 5px 0 0 0;
	border-left: 1px solid #07c;
	border-bottom: 1px solid #07c;
	background-color: #07c;
	color: #fff;
	overflow: hidden;
	position: relative;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em !important;
  color: white;
}

.tab_last { border-right: 1px solid #07c; }

ul.tabs-1 li:hover, ul.tabs-2 li:hover {
	background-color: #5bf;
	color: #000;
}

ul.tabs-1 li.active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
	display: block;
}

ul.tabs-2 li.active {
	background-color: #fff;
	color: #333;
	border-top: 1px solid #fff;
	display: block;
}

.tab_container {
	border: 1px solid #07c;
	margin-top: -2px;
	clear: both;
	float: left;
	width: 100%;
	height: 450px;
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_content h2 {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
}

.tab_content h2:after {
  min-width: 50% !important;
}


.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs-1, .tabs-2 {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #07c;
		color: #fff;
		border-top: 1px solid #07c;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #5bf;
		color: #000;
	}
}

/* ===== misceallenous ===== */

.extlink, .extlink i {
    color: #5bf !important;
	text-decoration: none;
}

.extlink:hover, .extlink i:hover {
    color: #07c !important;
	text-decoration: none;
}

.lettrine::first-letter {
 float: left;
 margin-top: 3px;
 margin-right: 5px;
 font-size: 3em;
 line-height: 1em;
 color: #07c;
}

.list-group {
  padding: 25px 0 50px 0 !important;
  font-size: 0.95em !important;
  color: black;
}

.p-titre { 
    width: 75%;
	margin: -50px auto 0;
	text-align: justify;
	font-size: 1rem;
	padding: 0 50px 50px 0;
	line-height: 1.25em;
}

.p-titre-medium {
  padding: 15px 0 0 0;
  font-weight: bold;
}

a {
  text-decoration: none !important; /* to get rid of img overlay text link transformation */
}

.black  {
  color: black !important;
}

.show  {
  display: block !important;
}

.lt {
  text-decoration-line: line-through;
}

*, *::after, *::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --bar-blue1: #bef;
  --bar-blue2: #07c;
  --bar-blue3: #5bf;
  --bar-blue4: #39d;

  --bg-color: #fff;
  --sec-color: #252525;
  --bar-bg-color: #000;
  --bar-height: 15px;

  --title-bg: #000;

  --bar-blue1: #bef;
  --bar-blue2: #07c;
  --bar-blue3: #5bf;
  --bar-blue4: #39d;

  --bar-panel-header-bg: #07c;
  --bar-panel-header-color: #fff;
}

.text-medium { 
  font-size: 1rem;
}

/* ===== blink text ===== */

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

/* ===== material icons ===== */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  display: inline-block;
  position: relative !important;
  width: 30% !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-symbols-outlined {
  font-family: 'Material Symbols';
  font-weight: normal;
  font-style: normal;
  font-size: 36px;
  display: inline-block;
  position: relative !important;
  width: 30% !important;
  margin: 0 auto !important;
  text-align: center !important;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* ===== tabs lists ===== */
/* https://codepen.io/MarkBoots/pen/yLPwvda */
/* 
   basé sur : https://codepen.io/iresheep/pen/dZrKpp 
*/

.list-type-tabs {
  width: 75%;
  margin: 0 auto;
}

.list-type-tabs ol {
  list-style-type: none;
  margin: 0;
  margin-left: 1em;
  padding: 0;
  counter-reset: reversed(li-counter) 6;
}

.list-type-tabs ol li {
  position: relative;
  margin-bottom: 1.5em;
  padding: 0.5em;
  background-color: #5bf;
  padding-left: 65px;
}

.list-type-tabs a {
  text-decoration: none;
  color: black;
  font-size: 1em;
  font-family: 'Raleway', sans-serif;
}

.list-type-tabs li:hover {
  box-shadow:inset -1em 0 #07c;
  -webkit-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
}

.list-type-tabs ol li:before {
  position: absolute;
  top: -0.3em;
  left: -0.5em;
  width: 1.8em;
  height: 1.5em;

  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;

  font-size: 1.5em;
  line-height: 1.5;

  text-align: center;
  color: white;
  background-color: #07c;
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  z-index: 99;
  overflow: hidden;

  content: counter(li-counter);
  counter-increment: li-counter -1;
}

.card-title {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
}

/* ===== tabs lists flags ===== */
/* 
   basé sur : https://codepen.io/MarkBoots/pen/yLPwvda  
*/

.list-tabs-flags {
  width: 100%;
  margin: 0 auto;
}

.list-tabs-flags ul {
  --col-gap: 1rem;
  --barH: 1rem;
  --roleH: 1rem;
  --flapH: 1.5rem;

  width: 100%; //min(90rem, 100%);
  margin-inline: auto;

  display: flex;
  flex-wrap: wrap;

  gap: var(--col-gap);
  padding-inline: calc(var(--col-gap) / 2);

  justify-content: center;
  align-items: flex-start;
  list-style: none;
}

.list-tabs-flags ul li {
  width: 18.5%; //13rem;
  display: grid;
  grid-template:
    "role"
    "icon"
    "title"
    "descr";
  align-items: flex-start;
  gap: 1rem;
  padding-block-end: calc(var(--flapH) + 1rem);
  text-align: center;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.6) var(--roleH),
    rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem),
    rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem)
  );
  clip-path: polygon(
    calc(var(--col-gap) / -2 - 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px) 0,
    calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)),
    50% 100%,
    calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH))
  );
}

/* bar */
.list-tabs-flags ul li::before {
  content: "";
  grid-area: role;
  height: var(--barH);
  width: calc(100% + var(--col-gap));
  margin-left: calc(var(--col-gap) / -2);
  margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
  background: grey;
  z-index: -1;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
}

/* role */
.list-tabs-flags ul li::after {
  content: "";
  grid-area: role;
  background: var(--accent-color);
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 40%,
    rgba(0, 0, 0, 0.1) 60%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0.4)
  );
  height: var(--roleH);
}

.list-tabs-flags ul li .icon,
.list-tabs-flags ul li .title,
.list-tabs-flags ul li .descr {
  padding-inline: 0.5rem;
  color: white;
}

.list-tabs-flags ul li .title,
.list-tabs-flags ul li .descr {
  margin-top: -1rem;
}

/*
.list-tabs-flags ul li .icon {
  font-size: 3rem;
}
*/
.list-tabs-flags ul li .title {
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
}

.list-tabs-flags ul li .descr {
  font-size: 0.9rem;
  text-align: justify;
  padding: 0 1rem;
}

/* ===== pagination numbers ===== */
/* 
   basé sur : https://codepen.io/RRoberts/pen/jVOWEQ  
*/

.pagination {
  padding: 5px 0 0 0;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}

/* FOUR */

.p4 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  padding: 0;
  margin: 0 0 0 1px;
  text-align: center;
  position: relative;
  border: 3px solid #07c;
}

.p4 .is-active:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #07c;
  position: absolute;
  top: 5px;
  left: 5px;
}

.goright {
  margin-top: 5px !important;
  margin-right: 10px !important;
  text-align: right !important;
  position: relative !important;
  float: right;
  color: red;
}

/* ===== list icon ===== */
/* 

  https://codepen.io/chriscoyier/pen/jObrVgE  

*/

ul.do-dont-1, ul.do-dont-2 {
  list-style: none;
}

ul.do-dont-1 li::marker {
  content: "✔ ";
}

ul.do-dont-2 li::marker {
  content: "✘ "; /* ✖ */
}

ul.do-dont-1 li, ul.do-dont-2 li {
  font-size: 0.9rem;
  text-align: justify;
}

.card-title-small {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* ===== list arrow ===== */

ul.list-arrow {
  margin: 0 0 0 1em;
  list-style-type: none;
}

ul.list-arrow li {
  margin: 0 0 0.25em 0;
  font-size: 0.9em;
}

ul.list-arrow li {
  position: relative;
}

ul.list-arrow li::before {
  content: "";
  position: absolute;
  left: -1.1em;
  top: 0.35em;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #ff9200;
}

/* ========== modal typing ========== */

.modal-backdrop {
    opacity: 0.9 !important;
}

/* ========== typing ========== */

@keyframes blink {
  0%,
  49% {
    border-right-color: transparent;
  }
  50%,
  100% {
    border-right-color: currentColor;
  }
}

@keyframes scan {
  0% {
    background-position: 0 -100vh;
  }
  35%,
  100% {
    background-position: 0 100vh;
  }
}

output {
  border-radius: 1em;
  background-color: #131;
  background-image: radial-gradient(ellipse 500% 100% at 50% 90%, transparent, #121);
  background-position: center;
  display: block;
  height: 80vh;
  padding: 2em;
  box-shadow: inset 0 0 10em 1em rgba(0, 0, 0, 0.5);
  overflow: auto;
  font-family: monospace;
  color: rgba(128, 255, 128, 0.8);
  position: relative;
  text-align: justify;
}

output::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(0deg, transparent 0%, rgba(32, 128, 32, 0.2) 2%, rgba(32, 128, 32, 0.8) 3%, rgba(32, 128, 32, 0.2) 3%, transparent 100%);
  background-repeat: no-repeat;
  animation: scan 7.5s linear 0s infinite;
}

output::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-image: radial-gradient(ellipse 50% 15% at 50% 15%, rgba(255, 255, 255, 0.05), transparent), radial-gradient(ellipse 50% 10% at 50% 12%, rgba(255, 255, 255, 0.1), transparent), radial-gradient(ellipse 50% 5% at 50% 10%, rgba(255, 255, 255, 0.1), transparent), radial-gradient(ellipse 50% 3% at 50% 9%, rgba(255, 255, 255, 0.1), transparent), radial-gradient(ellipse 200% 20% at 50% 0%, rgba(0, 0, 0, 0.5), transparent), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
  background-size: 100%, 100%, 100%, 100%, 100%, 100% 0.25ch;
}

output q {
  border-right: 0 solid currentColor;
  animation: blink 500ms linear 0s infinite;
  text-shadow: 0 0 1ex #3f3, 0 0 2px rgba(255, 255, 255, 0.8);
  margin-bottom: 1em;
  line-height: 150%;
}

output q::before {
  content: "> ";
}

output q:last-child {
  border-right-width: 1ch;
}

/* ========== NAP list ========== */
/* https://codepen.io/IanWoodard/pen/eYyVzzq */

.paper {
  position: relative;
  line-height: 25px;
  box-sizing: content-box;
  width: 90%;
  background-color: white;
  margin: 0 auto;
  padding-bottom: 50px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, margin 0.3s;
}

.paper:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: rgba(255, 0, 0, 0.3);
  margin-left: 48px;
  z-index: 2;
}

.paper .lines {
  top: 25px;
  position: relative;
  box-sizing: content-box;
  padding-right: 8px;
  padding-left: 56px;
  padding-bottom: 50px;
  background-image: repeating-linear-gradient(white 0px, white 23.5px, steelblue 25px);
}

.paper .lines ul {
  margin: 0;
}

.paper .lines ul li {
  font-size: 0.9em;
}

.nap-paper-title {
  padding: 0 0 25px 0;
}

.paper .holes {
  position: absolute;
  height: 100%;
  width: 48px;
  margin-top: 1px;
  margin-bottom: 1px;
  top: 0;
  left: 0;
}

.paper .holes .hole {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: gainsboro;
  left: 12.5px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.paper .holes .hole:nth-child(1) {
  top: 50px;
}
.paper .holes .hole:nth-child(2) {
  top: 262.5px;
}
.paper .holes .hole:nth-child(3) {
  top: 475px;
}
.paper .holes .hole:nth-child(4) {
  top: 687.5px;
}
.paper .holes .hole:nth-child(5) {
  top: 900px;
}

@media only screen and (max-width: 992px) {

  .paper {
    display: none;
  }
}

/*===============

    ¯\_(ツ)_/¯

===============*/

