/* colors */

.violet-background {
    background: var(--clubelek-violet-color);
}

.blue-background {
    background: var(--clubelek-blue-color);
}

.rosa-background {
    background: var(--clubelek-rosa-color);
}

.chair-background {
    background: var(--clubelek-chair-color);
}

.yellow-background {
    background: var(--clubelek-yellow-color);
}

.light-blue-background {
    background: var(--clubelek-light-blue-color);
}


/* global */

body {
    background-color: var(--main-bg-color-dark);
    color: var(--main-fg-color-dark);
    margin: 50px;
}


/* header */

header {
    text-align:right;
    margin-right:50px;
    margin-bottom:20px;
}

header > img {
    height: 75px;
}

h1 {
    font-family: "Arial", Helvetica, serif;
    line-height: 0.5
}

/* global  list */

ul.application-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-family:   Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

ul.application-list > li {
    width: 150px;
    height: 150px;
    margin: 50px;
}


/* tile */

ul.application-list > li .icon {
    padding: 30px;
}

ul.application-list > li .icon > img {
    text-align: center;
    width:100%;
}

ul.application-list > li{
    transition: transform .2s;
}

ul.application-list > li:hover {
    transform: scale(1.1);
}


/* information */

ul.application-list > li > a {
    color:black;
    text-decoration:none;
}

ul.application-list > li .information {
    display: none;
    text-align:center;
}


ul.application-list > li:hover .information {
    position: relative;
    bottom: -20px;
    left: -35px;
    width: 200px;
    display: block;
    background-color:white;
    padding: 10px;
}

ul.application-list > li .information:hover {
    display: none;
}

ul.application-list > li .information > .application-icon {
    display:inline-block;
    width: 100px;
}

ul.application-list > li .information > .application-icon > img {
    width:100%;
}



/* global tools list */

ul.tools-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-family:   Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

ul.tools-list > li {
    width: 100px;
    height: 100px;
    margin: 50px;
}


/* tile */

ul.tools-list > li .icon {
    padding: 30px;
}

ul.tools-list > li .icon > img {
    text-align: center;
    width:100%;
}

ul.tools-list > li{
    transition: transform .2s;
}

ul.tools-list > li:hover {
    transform: scale(1.1);
}


/* information */

ul.tools-list > li > a {
    color:black;
    text-decoration:none;
}

ul.tools-list > li .information {
    display: none;
    text-align:center;
}


ul.tools-list > li:hover .information {
    position: relative;
    bottom: 180px;
    left: 135px;
    width: 200px;
    display: block;
    background-color:white;
    padding: 10px;
}

ul.tools-list > li .information:hover {
    display: none;
}

ul.tools-list > li .information > .tools-icon {
    display:inline-block;
    width: 100px;
}

ul.tools-list > li .information > .application-icon > img {
    width:70%;
}

/* Help paragraph */

.two-columns {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}


.help-paragraph {
    font-family: "Arial", Helvetica, serif;
    font-size: 18px;
    line-height: 1.5;
}

.help-box {
    background: var(--clubelek-rosa-color);
    width: 345px;
    height: 70px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Arial", Helvetica, serif;
    font-size: 24px;

    transition: transform .2s;
}


.help-box:hover {
    transform: scale(1.1);
}

/* modal */

/* modal show and hide logic */

div#guide-content .guide{display:none;}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  color: black;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.img_zulip /* classe s'appliquant aux images issues de capture d'écran  (tuto zulip) */ 
{
margin-top:30px;
margin-bottom:30px;
width:80%;
margin-left:10%;
border: 1px solid black;
}

.img_zulip_petit /* classe s'appliquant aux images issues de capture d'écran petites  (tuto zulip) */ 
{
margin-top:30px;
margin-bottom:30px;
width:40%;
margin-left:10%;
border: 1px solid black;
}

.img_zulip_mobile  /* classe s'appliquant aux images issues de capture d'écran mobile (tuto zulip) */ 
{
width:30%;
margin-left:35%;
border: 1px solid black;
}

#doc /* conteneur du tuto zulip  */ 
{
width:90%;
margin-left:10%;
margin-bottom : 100px;
}


.conteneur_selecteur_guide
{
border-bottom:1px solid #eee;
margin-left:5px;
margin-right:5px;
width:100%;
height:40px;
display: flex;
justify-content: center;
}

.selecteur_guide
{
width:100px;
height:100%;
}
.logo_guide
{
max-width:100%;
max-height:100%;
}
