/*********************************/
/********* Cesar y Raquel ********/
/********** Last modified ********/
/********** 16/08/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: 1em;
}

/* ========== 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: 150px;
  font-family: "Sulphur Point", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  color: white;
}

#menu-wrapper ul {
  margin: 0;
  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-size: 0.5em !important;
}

/* ========== 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: 100px 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-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 25px;
}

.three h2:before, .three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #07c; /* #5bf */
}

.three h2:after, .three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 425px;
  background-color: #5bf;
}

/* === 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;
}

/** ----------  portrait section  ----------  **/

.pic-item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /*background-color: #fff;*/
}

.pic-item img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in;
}

.pic-item .pic-item-description {
  z-index: 10;
  /* Ensure it's above the overlay */
  color: #fff;
  text-align: center;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  text-decoration: none !important;
  border: 0 !important;
}

.pic-item:hover .pic-item-description {
  opacity: 1;
  /* Make text visible on hover */
  text-decoration: none !important;
  border: 0 !important;
}

.pic-item .pic-item-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.pic-item:hover .pic-item-overlay {
  opacity: 1;
  width: 100% !important;
  height: 100% !important;
}

.pic-item img {
  opacity: 1;
  transition: 0.1s ease-in;
}

.pic-item:hover img {
  opacity: 0.3 !important;
}

.pic-item:hover .pic-item-description {
  transform: translateY(-100px);
}

.text-center-overlay-img {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75em;
  color: black;
}

/*---------- RADIO POLL ----------*/
/* https://codepen.io/avstorm/pen/NwyQEX */

.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
  margin-top: -15px;
  padding-bottom: 50px;
  font-size: 0.75em;
}

.btn-radio:not(:first-child) {
  margin-left: 20%; /*20px;*/
}

@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}

.btn-radio svg {
  fill: none;
  vertical-align: middle;
}

.btn-radio svg circle {
  stroke-width: 2;
  stroke: #5bf;
}

.btn-radio svg path {
  stroke: #07c;
}

.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}

.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}

.btn-radio input {
  display: none;
}

.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}

.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}

.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}

.btn-radio span {
  display: inline-block;
  vertical-align: middle;
}

/*---------- 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;
}

/** ----------  liste water drop  ----------  **/
/*  
    https://codepen.io/ines/pen/qXrYQO 
*/

:root {
    --bg: #fdfdfd;
    --highlight1: #07c;
    --highlight2: #5bf;
    --color: #1a1e24;
}

.list-water-drop {
    list-style: none;
    width: 90%;
    max-width: 90%;
	margin-top: 50px;
}

.list-water-drop .list-water-drop-item {
    display: block;
    clear: both;
    counter-increment: list;
    padding-bottom: 4rem;
    font-size: 1.1rem;
    line-height: 1.375;
    position: relative;
}

.list-water-drop .list-water-drop-item:before {
	font-family: "Righteous", sans-serif;
	font-weight: 400;
	font-weight: bold;
	font-size: 2.5rem;
    content: counter(list);
    width: 5rem;
    height: 5rem;
    float: left;
    margin: 0 1.5rem 0.75rem 0;
    color: var(--bg);
    background: var(--highlight1) linear-gradient(to bottom right, var(--highlight1) 25%, var(--highlight2));
    text-shadow: 0 0 2px var(--highlight1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    shape-outside: ellipse();
    z-index: 1;
}

.list-water-drop .list-water-drop-item:after {
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: var(--highlight1);
    z-index: -1;
    border-top-left-radius: 3px;
}

.list-water-drop .list-water-drop-headline {
    padding: 0rem 0 0 0;
    margin: 0 0 1rem 0;
	font-family: "Hachi Maru Pop", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5em;
}

/* ===== timeline ===== */
/*
 https://codepen.io/hunzaboy/pen/mdbEyqa 
 https://codepen.io/htmlcodex/pen/LYGjPgV 
*/

.timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 1% auto;
}

.timeline__event {
  background: #fff;
  color: #666;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
  font-size: 1.2rem;
  color: #222;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.timeline__event__content {
  padding: 20px;
}

.timeline__event__date {
  font-family: "Righteous", sans-serif;
  color: #fff;
  font-size: 1.5rem;
  white-space: nowrap;
}

.timeline__event__icon {
  border-radius: 8px 0 0 8px;
  background: #07c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 40%;
  font-size: 2rem;
  padding: 20px;
}

.timeline__event__icon i {
  position: absolute;
  top: 50%;
  left: -80px;
  font-size: 2.25rem;
  transform: translateY(-50%);
}

.timeline__event__description {
  flex-basis: 60%;
}

.timeline__event:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #5bf;
  color: #fff !important;
  position: absolute;
  top: 52%;
  left: -3.5rem;
  z-index: -1;
}

.timeline__event:before {
  content: "";
  width: 5rem;
  height: 5rem;
  position: absolute;
  background: #5bf;
  color: #fff !important;
  border-radius: 100%;
  left: -6rem;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #333;
}

/*--------- item #2 color ------------*/

.timeline__event--type2:before {
  background: #5bf;
  border-color: #333;
}

.timeline__event--type2:after {
  background: #5bf;
}

.timeline__event--type2 .timeline__event__date {
  color: #fff;
}

.timeline__event--type2 .timeline__event__icon {
  background: #07c;
}

.timeline__event--type2 .timeline__event__title {
  color: #222;
}

/*--------- item #3 color ------------*/

.timeline__event--type3:before {
  background: #5bf;
  border-color: #333;
}

.timeline__event--type3:after {
  background: #5bf;
}

.timeline__event--type3 .timeline__event__date {
  color: #fff;
}

.timeline__event--type3 .timeline__event__icon {
  background: #07c;
}

.timeline__event--type3 .timeline__event__title {
  color: #222;
}

.timeline__event:last-child:after {
  content: none;
}

/*--------- responsive ------------*/

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
  }

  .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }
}

/*

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;
}

/** ---------- contact accordion faq ----------  **/
/*
.accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-dark);
  --bs-accordion-btn-bg: #ccc;
  --bs-accordion-btn-focus-border-color: var(--bs-dark);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-dark);
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  font-size: 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.accordion-header {
  background-color: #999;
  font-family: 'Righteous', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 1.5em;
  color: white !important;
}

.accordion-button:not(.collapsed) {
  color: white !important;
}
*/

/* ===== donuts ===== */

.article-wrap {
  position: relative;
  z-index: 10;
  padding-left: 16px;
  width: 350px;
  margin: 32px auto;
  overflow: hidden;
}

.article-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 8px;
  width: 8px;
  height: 20px;
  background: white;
}

.article-body {
  position: relative;
  z-index: 20;
  background: white;
  -moz-border-radius-bottomright: 32px;
  -webkit-border-bottom-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.article-body:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: -16px;
  background: #999;
  width: 16px;
  border-bottom-left-radius: 8px 20px;
  border-bottom-right-radius: 8px 20px;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.article-inner {
  padding: 16px;
  line-height: 1.4;
}

.article-inner p {
  margin-top: 0;
}

/* ===== 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 =====*/

.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;
}

/* poll radio buttons */

.radio-button {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}

.radio-button input {
  display: none;
}

.radio-button input + span {
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
}

.radio-button input + span:not(:empty) {
  padding-left: 30px;
}

.radio-button input + span:before, .radio-button input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.radio-button input + span:before {
  background: #d1d7e3;
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio-button input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio-button input:checked + span:before {
  transform: scale(1.04);
  background: #5d9bfb;
}

.radio-button input:checked + span:after {
  transform: scale(0.4);
  transition: transform 0.3s ease;
}

.radio-button:hover input + span:before {
  transform: scale(0.92);
}

.radio-button:hover input + span:after {
  transform: scale(0.74);
}

.radio-button:hover input:checked + span:after {
  transform: scale(0.4);
}

/* ---------------------------------
	CSS Progress Bars For Answers
------------------------------------ */
.cssProgress {
  width: 100%;
  margin-bottom: 20px;
}

.cssProgress .progress2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Raleway", sans-serif;
}
.cssProgress .cssProgress-bar {
  display: block;
  float: left;
  width: 0%;
  height: 100%;
  background: #3798d9;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
  transition: width 0.8s ease-in-out;
}
.cssProgress .cssProgress-label {
  position: absolute;
  overflow: hidden;
  left: 0px;
  right: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.7em;
  text-align: center;
  text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
/*
.cssProgress .cssProgress-info {
  background-color: #9575cd !important;
}

.cssProgress .cssProgress-danger {
  background-color: #ef5350 !important;
}

.cssProgress .cssProgress-success {
  background-color: #66bb6a !important;
}

.cssProgress .cssProgress-warning {
  background-color: #ffb74d !important;
}
*/

/* --------------------------
	Progress Bar 2
---------------------------- */
.progress2 {
  background-color: #eee;
  border-radius: 9px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.progress2 .cssProgress-bar {
  height: 18px;
  border-radius: 9px;
}
.progress2 .cssProgress-label {
  line-height: 18px;
}

/* ===== 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;
}

/*=====  =====*/