  /* theme style */

.theme-blue {
    --color-backgroud: rgb(23, 32, 42);
    --color-backgroud2: rgb(66, 81, 97);
    --color-switch:rgb(71, 95, 120);
    --color-nav:rgb(52, 73, 94);
    --color-text:rgb(241, 241, 241);
    --color-annontations1:rgb(255, 0, 0);
    --color-annontations:rgb(0, 255, 0);
    --color-link: rgb(179, 77, 77);
  }

.theme-red {
    --color-backgroud: rgb(79, 38, 38);
    --color-backgroud2: rgb(126, 93, 93);
    --color-switch:rgb(120, 71, 71);
    --color-nav:rgb(94, 52, 52);
    --color-text:rgb(241, 241, 241);
    --color-annontations1:rgb(0, 255, 221);
    --color-annontations:rgb(0, 255, 0);
    --color-link: rgb(179, 77, 77);
  }
  /* fin theme style */


  /* text style */
a{
    text-decoration: none;
    color: var(--color-text);
    cursor:url(../img/cursor/default_link.cur);
}

text1{
    text-decoration: none;
    color: var(--color-text);
    margin-left: 20px;
}

text2{
    text-decoration: none;
    color: var(--color-text);
    margin-left: 10px;
    font-size: 13px;
}

text3{
    text-decoration: none;
    color: var(--color-text);
    font-size: 13px;
}

textpresentation{
    text-decoration: none;
    color: var(--color-text);
}

textpresentation2{
    text-decoration: none;
    color: var(--color-text);
    font-size: 13px;
}

title1{
    text-decoration: none;
    color: var(--color-text);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

hr{
    margin-left: auto;
    margin-right: auto;
}

.annotations{
    color: var(--color-annontations);
    transition: all 0.4s ease-in-out;
    cursor: url(../img/cursor/default_link.cur), pointer;
}

.colonne-text{
    cursor: url(../img/cursor/default_link.cur), pointer;
}

  /* Fin text style */


html{
    cursor:url(../img/cursor/default_arrow.cur), default;    
}

button{
    cursor:url(../img/cursor/default_link.cur), pointer;
    background-color: var(--color-annontations);
}

body{
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background: var(--color-backgroud);
    transition: all 0.4s ease-in-out;
}

  /* barre de navigation */
body .page .onglets{
    margin: 10px 40px;
}

nav .boutons .switch{
    background: var(--color-switch);
    transition: all 0.4s ease-in-out;
}

nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: var(--color-nav);
    padding: 10px 000px;
    transition: all 0.4s ease-in-out;
}
nav.onglets{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

nav .onglets a{
    margin-right: 20px;
    cursor:url(../img/cursor/default_link.cur), pointer;
}

nav .boutons button{
    border: none;
    border-radius: 10px;
    color: var(--color-text);
    cursor: pointer;
    font-size: 15px;
    margin-right: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
    cursor:url(../img/cursor/default_link.cur), pointer;
}
nav .boutons .discord{
    background-color: rgb(114, 137, 218);
    cursor:url(../img/cursor/default_link.cur), pointer;
}
  /* fin de la barre de navigation */

  /* servers statuts */
  h1,h2{
    font-weight:400;
    letter-spacing:-2px
  }
  .card {
    width: min(100% - 30px, 550px);
    margin-inline: auto;   
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 290px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
    -webkit-animation: fadein 2s;
            animation: fadein 2s;
    overflow:hidden;
    z-index: 999;
    cursor: url(../img/cursor/mc_default_link.cur), pointer;
  }
  
  .header {
    position: relative;
    z-index:1;
    width: 100%;
    height: 180px;
    box-shadow:0 4px 3px #0002;
    overflow: hidden;
  }
  .card img{
    width:100%;
    transition: all 1s ease;
    z-index:0
  }
  .image {
    width: 100%;
    height: 180px;
    overflow:hidden;
  }
  
  .image:hover img{
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
  }
  
  .header h2{
    position:absolute;
    bottom:0;
    margin:0;
    width:100%;
    padding:0 10px;
    color:#fff;
    text-transform:uppercase;
    pointer-events:none;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  }
  .icon {
    position: absolute;
    background:#fff;
    right: 10px;
    top: 135px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow:hidden;
    border:3px solid #fff;
    box-shadow:0 4px 3px #0002;
    z-index:9
  }
  #rest{
    padding:30px 15px;
    line-height:30px;
    color:#000d42
  }

.titleservers {
    text-align: center;
}

p, .text1 {
    text-align: left; /* Pour aligner le texte à gauche à l'intérieur de titleservers */
}
  /* fin servers statuts */ 


  /* contenu */
video{
    margin-left: 20px;
}

.bannermcserverjava{
    cursor:url(../img/cursor/default_arrow.cur), pointer;
}

.bannermcserverbedrock{
    cursor:url(../img/cursor/default_link.cur), pointer;
}

.me{
    background: url(../img/delliotmonokis32px.png);
    display: block;
    float: left;
    margin-left: 40px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.me2{
    background: url(../img/delliotmonokis32px.png);
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}

.java{
    background: url(../img/grass_block.png);
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.bedrock{
    background: url(../img/bedrock.png);
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    width: 32px;
    height: 32px;
}

.nether_portal{
    background: url(../img/nether_portalx32.gif);
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 32px;
    height: 32px;
}


.tableau{
    width: min(100% - 30px, 1500px);
    margin-inline: auto;   
    display: block;
    margin-left: 20px;
}

.th1{
    border-style:solid;
    border-width:0px;
    color: var(--color-text);
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:normal;
    overflow:hidden;
    padding:10px 50px;
    text-align:left;
    vertical-align:top;
    word-break:normal;
}

.td1{
    border-style:solid;
    border-width:0px;
    color: var(--color-text);
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    overflow:hidden;
    padding:10px 50px;
    text-align:left;
    vertical-align:top;
    word-break:normal;
}

.imgs{
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-left: 50px;
    cursor:url(../img/cursor/cursor-no-drop.cur), pointer;
    width : 30vw;
    height : 30vh;
    max-width : 800px;
    max-height : 750px;
}

.discord2{
    width: 30%;
    height: 40%;
    min-width: 100px;
    min-height: 300px;
}

.iframnetha{
    width: min(100% - 30px, 1000px);
    margin-inline: auto;   
    height: 800px;
    margin-left: 10px;
}

.container {
    width: 300px; /* Largeur du conteneur */
    white-space: nowrap; /* Empêche le texte de passer à la ligne */
    overflow-x: auto; /* Activation de la barre de défilement horizontale */
    border: 1px solid #ccc; /* Bordure pour visualiser le conteneur */
}

  /* fin contenu */

  /* pied de page */
#footer{
    padding: 10px;  
    background-color: var(--color-backgroud2);
    transition: all 0.4s ease-in-out;
}

#footer .colonnes{
    margin-left: 30px;
    margin-right: auto;
}

#footer .colonnes a{
    font-size: 0.7em;
    font-weight: bold;
}

.nom_domaine{
    margin-left: 20px;
    margin-right: auto;
    padding: 10px 0px;
}
  /* fin pied de page */

  /* dimensions */

@media screen and (max-width: 840px){
}
@media screen and (max-width: 722px){
    body .page{
        margin: 0px;
    }

    body .page .onglets{
        margin: 10px 20px;
    }

    nav.onglets{
        display: none;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;

    }
    nav .onglets a{
        margin-right: 5px;
        margin-left: 0px;

    }
    body .boutons{
        margin-left: auto;
        margin-right: 0px;

    }
    
    .imgs{
        background-repeat: no-repeat;
        border-radius: 8px;
        margin-left: 50px;
        cursor:url(../img/cursor/cursor-no-drop.cur);
        width : 20vw;
        height : 20vh;
        max-width : 200px;
        max-height : 150px;
    }

    #footer{
        padding: 10px;  
        background-color: var(--color-backgroud2);
        transition: all 0.4s ease-in-out;
    }
}
@media screen and (max-width: 560px){
    body .page{
        margin: 0px;
    }

    body .page .onglets{
        margin: 10px 20px;
    }

    nav.onglets{
        display: none;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;

    }
    nav .onglets a{
        margin-right: 5px;
        margin-left: 0px;

    }
    body .boutons{
        margin-left: 20px;
        margin-right: auto;


    }

    .th1{
        border-style:solid;
        border-width:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        font-weight:normal;
        overflow:hidden;
        padding:50px 10px;
        text-align:left;
        vertical-align:top;
        word-break:normal;
    }
    
    .td1{
        border-style:solid;
        border-width:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:14px;
        overflow:hidden;
        padding:50px 10px;
        text-align:left;
        vertical-align:top;
        word-break:normal;
    }
    
    .imgs{
        background-repeat: no-repeat;
        border-radius: 8px;
        margin-left: 50px;
        cursor:url(../img/cursor/cursor-no-drop.cur);
        width : 30vw;
        height : 30vh;
        max-width : 800px;
        max-height : 750px;
        min-width: 100px;
        min-height: 150px;
    }

    #footer .colonnes{
        margin-left: 10px;
        margin-right: auto;
    }

    .nom_domaine{
        display: block;
        width: 100px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 347px){
    .th1{
        border-width:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        font-weight:normal;
        overflow:hidden;
        padding:50px 2px;
        text-align:left;
        vertical-align:top;
        word-break:normal;
    }
    
    .td1{
        border-width:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        overflow:hidden;
        padding:0px 2px;
        text-align:left;
        vertical-align:top;
        word-break:normal;
    }

}

@media screen and (max-width: 162px){
    body .page{
        margin: 0px;
    }

    body .page .onglets{
        margin: 10px 20px;
    }

    nav.onglets{
        display: none;
        padding: 10px;
        margin-left: auto;
        margin-right: auto;

    }
    nav .onglets a{
        margin-right: 5px;
        margin-left: 0px;

    }
    body .boutons{
        margin-left: 20px;
        margin-right: auto;


    }


    .th1{
        border-width:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        font-weight:normal;
        overflow:hidden;
        padding:50px 5px;
        text-align:left;
        vertical-align:top;
        word-break:normal;
    }
    
    .td1{
        border-width:0px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:10px;
        overflow:hidden;
        padding:50px 5px;
        text-align:left;
        vertical-align:top;
        word-break:normal;
    }
    
    .imgs{
        background-repeat: no-repeat;
        border-radius: 0px;
        margin-left: 0px;
        width : 30vw;
        height : 30vh;
        max-width : 150px;
        max-height : 150px;
        min-width: 50px;
        min-height: 20px;
    }

    #footer .colonnes{
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    .nom_domaine{
        display: block;
        width: 100px;
        margin: 0 auto;
    }

    .tg{
        margin-left: 20px;
    }
}
  /* fin dimensions */