@font-face {
	font-family: 'Until';
	src: url("../templates/police/main/UntilIDie.otf") /*domaine publique*/
}
@font-face {
	font-family: 'Great';
	src: url("../templates/police/main/GreatVibes-Regular.ttf") /*domaine publique*/
}
@font-face {
	font-family: 'montlight';
	src: url("../templates/police/main/Montserrat-Light.ttf") /*domaine publique*/
}
@font-face {
	font-family: 'montbold';
	src: url("../templates/police/main/Montserrat-SemiBold.ttf") /*domaine publique*/
}
@font-face{
    font-family: "Copasetic NF";
    src: url('./police/bomba/CopaseticNF.ttf') format("truetype"); /*domaine publique ??????*/
}
@font-face {
	font-family: 'Oswald';
	src: url("police/navsock/Oswald-Regular.ttf") /*VERIFIER LICENCE*/
}
@font-face {
	font-family: 'OswaldLight';
	src: url("police/navsock/Oswald-ExtraLight.ttf") /*VERIFIER LICENCE*/
}
* {
    margin: 0;
    padding: 0;
    --logoColor: #ff6e14;
    --mainColor: #EC5A13;
    --rose: rgba(255, 214, 255, 1);
}
html {
    scroll-behavior: smooth;
    transition: all 1s ease;
}
html::selection {
    background-color: var(--rose);
}
.news {
    top: 4vh;
    right: -40vh;
    position: fixed;
    height: 8.8vh;
    width: 22vh;
    border: 1px solid white;
    border-radius: 20px 0px 0 20px;
    box-shadow: inset 1px 15px 31px rgba(255, 164, 255, 0.985);
    color: white;
    background-color: var(--rose);
    cursor: pointer;
    transition: all 1.5s cubic-bezier(0.42, 0, 0.44, 1.2);
    z-index: 6;
}
.news a {
    display: block;
    color: white;
}
.news-show {
    right: 0vh; 
}
.news-title {
    font-family: 'OswaldLight';
    font-size: x-large;
    padding: 1% 3% 0% 3%;
}
.news-crow {
    font-size: xx-large;
    margin-top: -26%;
    text-align: end;
}
.news-crow span:hover {
    color: #303245;
}
.news-img {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 20px 0 0 0;
    height: 5vw;
}
.encart {
    height: 0;
    width: 0;
    display: block;
}
.imageBackground {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    cursor: default;
    z-index: 1;
}
.form-disconnect  {
    border: none;
    background-color: transparent;
    margin-top: 0.5vh;
    font-size: larger;
    font-family: 'Oswald';
}
.allflex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.allflex-all {
    border: 1px solid rgb(79, 79, 79);
    border-radius: 10px 10px 0 0;
    position: relative;
    margin-top: 31vh;
    width: 125vh;
    /* background-color: rgb(255, 255, 255); */
    background-image: linear-gradient(0deg, rgba(255, 214, 255, 0.985) 10%, white 60%);
    font-family: sans-serif;
    z-index: 3;
}
.allflex-all-topnav {
    padding: 0% 0% 6% 0%;
    text-align: center;
    width: 100%;
}
.allflex-all-topnav li {
    display: block;
    float: left;
    padding: 0% 1% 1% 1%;
    list-style: none;
    /* padding-top: 2.2%; */
}
.allflex-all-topnav #text {
    margin-top: 1vh;
    font-size: larger;
    font-family: 'Oswald';
}
.allflex-all-topnav #text a {
    display: block;
}
.allflex-all-topnav-logo {
    height: 70px;
    width: 70px;
    margin-top: 1vh;
    list-style-type: none;
    background-image: url('/templates/img/logo/logov2.webp');
    background-size: 70px;
    background-repeat: no-repeat;
    display: block;
}
.allflex-all-mainDCH {
    margin-top: 0;
    width: -webkit-fill-available;
}
h1 {
    font-family: 'Oswald';
    margin-top: 4vh;
    width: 100%;
    text-align: center;
}
.h1-titre {
    background: -webkit-linear-gradient(180deg, rgb(0, 106, 255) 30%, rgb(144, 0, 255) 50%, rgb(255, 0, 255) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%; /* Taille du dégradé */
    animation: titre 9s linear infinite;
}
@keyframes titre {
    0% {
        background-position: left; /* Position initiale à gauche */
    }
    50% {
        background-position: right; /* Position finale à droite */
    }
    100% {
        background-position: left; /* Position initiale à gauche */
    }
}
.allflex-all-maindesc {
    font-family: 'OswaldLight';
    padding: 5%;
    text-align: justify;
    font-size: large;
}
.allflex-all-maindesc a {
    height: auto;
    width: auto;
    display: inline-block;
    font-style: italic;
    color: rgb(0, 0, 105);
}
.allflex-all-maindesc a:hover {
    color: rgb(0, 0, 255);
}
.allflex-all-textcontener {

}



.imageBackground2 {
    width: 37vh;
    height: 58vh;
    margin-left: 80vh;
    position: sticky;
    top: 20%;
    background-size: cover;
    z-index: 1;
}

.allflex-all-maincontener-site {
    border-bottom: #303245 1px solid;
    width: 80vh;
    border-radius: 10px;
    height: 20vh;
    margin: 0 0 10% 6%;
    transition: all 0.5s ease-in-out;
}
.allflex-all-maincontener-site:hover {
    transform: translateX(10%);
}
.allflex-all-maincontener-site a div {
    width: 100%;
    height: 20vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
}
.allflex-all-maincontener-site a div div {
    color: aliceblue;
    font-size: xx-large;
}
.allflex-all-maincontener-site-info {
    align-content: normal !important;
    display: block !important;
}
.allflex-all-maincontener-site-info-ptitre {
    margin: 15px 0 10px 40px;
    font-size: x-large;
    font-weight: bolder;
}
.allflex-all-maincontener-site-info-pdesc {
    background-color: rgb(255, 255, 255, 0.2);
    padding: 2%;
    border-radius: 8px;
    margin: 0 0px 5px 20px;
    font-size: 1.8vh;
    color: rgb(37, 37, 37);
    font-style: italic;
}
.temp1 {
    height: 100%;
    border-radius: 10px 0 0 10px;
    width: 32%;
}
#crit {
    list-style: none;
}
.titre {
    
    /* margin-left: 34%;
    margin-top: -12%;
    margin-bottom: 7%; */
}
.ptitre {
    font-size: x-small;
    margin-left: 34%;
    margin-top: -6%;
    margin-bottom: 6%;
}
.amour {
    height: 25px;
    width: 25px;
    padding-left: 90%;
    margin-top: -40px;
    z-index: 3;
}
#sauve {
    background-color: var(--mainColor);
    color: white;
    position: fixed;
    padding: 1%;
    border: none;
    margin-left: 30vh;
    bottom: 20px;
    border-radius: 10px;
}
#sauve:hover {
    cursor: pointer;
}






.allflex-all-maincontener {
    
}
.allflex-all-bottomcontener {
    border-top: 1px white solid;
    z-index: 2;
    position: relative;
    height: 30vh;
    background-color: rgba(255, 214, 255, 0.985);;
    display: grid;
    padding: 0% 4% 0% 4%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.allflex-all-bottomcontener div {
    display: block;
    color: white;
    padding: 7% 5% 1% 5%;
}
.allflex-all-bottomcontener a {
    display: block;
    height: 3vh;
}

















a {
    scroll-behavior: smooth;
    text-decoration: none;
    color: black;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1.3fr;
    /* place-items: center; */
}

p {
    display: inline-block;
}
.main {
    z-index: 3;
    position: fixed;
}
#green {
    font-style: italic;
    color: green;
    display: inline;
}
#red {
    font-style: italic;
    color: red;
    display: inline;
}
.conecinfo {
    font-size: small;
}
.codeco:hover {
    cursor: pointer;
}
.background {
    height: 100%;
    width: 100%;
    position: fixed;
    /* background-image: linear-gradient(0deg,rgb(255, 255, 255) 40%,  rgb(181, 181, 181) 100%); */
}
.top {
    -webkit-text-fill-color: transparent;
    margin: -20% 8% 8% 8%;
    height: 70px;
    width: 70px;
    list-style-type: none;
    background-image: url('/templates/img/logo/logov2.webp');
    background-size: 70px;
    background-repeat: no-repeat;
}
header {
    font-family: 'montbold';
    width: 75%;
    padding-left: 12.5%;
    padding-top: 8%;
    position: relative;
    z-index: 2;
    text-align: center;
}

.maindesc {
    font-family: 'montlight';
    padding-top: 5%;
    text-align: justify;
}
.alldesc {
    position: relative;
    margin-top: 4%;
}
.alldesc li {
    list-style: none;
}
.alldesc li p {
    text-decoration: overline;
}
.alldesc li p:hover {
    cursor: pointer;
    text-decoration: none;
}
.alldesc li div{
    transition: color 0.5s cubic-bezier(0,-0.5, 0, 1.44);
    font-family: 'montlight';
    margin-bottom: 0.5%;
    color: transparent;
}
.alldescclass {
    text-decoration: none;
    background: -webkit-linear-gradient(180deg, rgb(0, 106, 255) 0%, rgb(144, 0, 255) 50%, rgb(255, 0, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.allsquare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    /* align-items: center; */
    height: 100%;
    width: 100%;
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.allsquare div {
    transition: margin 1s cubic-bezier(0, 0, 0.3, 1.63);
    margin: 15% 200% 15% 5%;
    width: 400px;
    border-radius: 20px;
    box-shadow: 0px 7px 20px black;
    height: 300px;
    background-color: rgb(255, 255, 255);
    /* transition: transform 0.7s cubic-bezier(0.66, 0.47, 0.41, 1.62);; */
}
.allsquare div:hover {
    transform: scale(110%);
}
.allsquare div:nth-child(2n) {
    margin: 15% 5% 15% 200%;
}
.activesq {
    margin: 15% 5% 15% 5% !important;
}
.activesqnth {
    margin: 15% 5% 15% 5% !important;
}
.allsquare div a {
    color: aliceblue;
    font-size: xx-large;
}
#LicornProjekt {
    background-image: linear-gradient(145deg, rgb(191, 84, 253) 0%, rgb(221, 181, 49) 80%);
}
#LicornProjekt .titre {
    font-family: 'Until';
}
#P208 {
    background-image: radial-gradient(circle, rgb(0, 179, 255) 5%,rgb(0, 255, 42) 15%, rgb(255, 196, 0) 25%, rgb(255, 0, 0) 35%, rgb(200, 0, 255) 45%, rgb(255, 255, 255)50%);
}
#P208 .titre span {
    color: transparent;
}
#P208 a {
    font-family: 'Great';
}
#Convert {
    background-image: linear-gradient(0deg,rgb(56, 56, 56) 40%, #0033FF 100%);
}
#Convert a p {
    background-color: rgba(39, 39, 39, 0.7);
    padding: 5% 3% 5% 3%;
    border-radius: 15px;
}
#Traducteur {
    overflow: hidden;
    z-index: 2;
    background-image: linear-gradient(0deg,rgb(4, 65, 1) 40%, rgb(0, 0, 0) 100%);
}
#Traducteur a{
    z-index: 3;
    width: 100%;
    height: 15%;
}
#bin {
    font-size: 1.25em;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.205);
    font-family: monospace;
    word-wrap: break-word;
    line-height: 0.8em;
    letter-spacing: 1px;
    overflow: hidden;
    z-index: 2;
}
#ciel div {
    height: 1px;
    width: 1px;
    background-color: red;
    position: absolute;
    z-index: 3;
}
#Staticrgb {
    background-image: url('/templates/img/staticrgb/top.webp');
    background-position: center;
}
#Staticrgb div span {
    color: transparent;
}
#NavSock {
    background-image: linear-gradient(20deg, rgba(255, 214, 255, 0.985) 35%, rgb(0, 238, 255) 100%);
    -webkit-text-fill-color: transparent;
}
#NavSock .titre {
    height: 100%;
    background-image: url('/templates/img/navsock/navsocklogo.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#Morse {
    border: 1px red solid;
    background-image: linear-gradient(0deg, black, black);
    box-shadow: 0px 7px 20px rgb(255, 255, 255);
}
#WARGAMESy .titre span {
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) -20%, rgb(49, 49, 49) 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 200%;
}
#WARGAMES .titre {
    background-color: rgb(49, 49, 49);
    box-shadow: inset 0 -1em 3em 1em rgba(51, 0, 255, 0.5),0px 7px 20px black ;
    transition: box-shadow 5s ease-out;
    height: 100%;
    font-size: x-large;
    animation: test 20s ease-in-out infinite;
}
@keyframes test {
    25% { box-shadow: inset 0 2px 2em 10px rgba(34, 255, 0, 0.5),0px 7px 20px black;}
    50% {box-shadow: inset 0 2px 2em 10px rgba(255, 196, 0, 0.5),0px 7px 20px black;}
    75% { box-shadow: inset 0 2px 2em 10px rgba(255, 0, 0, 0.5),0px 7px 20px black;}
    100%{box-shadow: inset 0 2px 2em 10px rgba(51, 0, 255, 0.5),0px 7px 20px black;}
}
#WarList {
    font-family: 'montbold';
    border: 1px rgb(255, 255, 255) solid;
    background-color: rgb(184, 74, 74);
    box-shadow: 0px 7px 20px rgb(20, 20, 20);
}
#BombA {
    background-color: black;
    border: thick double rgb(255, 166, 0);
    font-family: "Copasetic NF";
    font-size: 5vh;
}
#BombA a {
    background: -webkit-linear-gradient(180deg, rgb(255, 174, 0) 35%, rgb(255,235,0,1) 50%, rgb(255, 174, 0) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#Memory a {
    font-size: 6.5vh;
    font-family: fantasy;
}
#Memory-p {
    position: absolute;
    width: 44vh;
    height: 18vh;
    border-radius: 20px;
}
.bg {
    background-image: linear-gradient(0deg, rgba(255, 0, 0, 0.668) 0%, transparent 60%);
    z-index: 1;
  }
  .bgg {
    background-image: linear-gradient(90deg, rgba(0, 51, 255, 0.696) 0%, transparent 60%);
    z-index: 2;
  }
  .bggg {
    background-image: linear-gradient(-90deg, rgba(0, 255, 8, 0.692) 0%, transparent 60%);
    z-index: 3;
  }
  .bgggg {
    background-image: linear-gradient(0deg, transparent 0%, #181818 100%);
    z-index: 4;
  }
/* @media screen and (max-width: 1210px) {
    .allflex-all {
        width: 100%;
    }
    h1 {
       font-size: 3.5vw; 
    }
} */

@media screen and (max-width: 740px) {
    .news {
        top: 2vh;
        height: 19vw;
        width: 40vw;
        font-size: small;
    }
    .news-img {
        height: 13vw;
    }
    .imageBackground {
        height: 25vh;
    }
    .allflex-all {
        width: 100%;
        border-radius: 0;
        margin-top: 25vh;
    }
    .allflex-all-mainDCH {
        width: 100vw;
    }
    h1 {
        margin-top: 1vh;
        font-size: x-large;
    }
    a {
        grid-template-rows: 2fr 1.3fr;
        grid-template-columns: none;
    }
    .allflex-all-maincontener-site {
        /* border-bottom: none; a fix */
        width: 90%;
        margin: 10% 1% 10% 4%;
    }
    .allflex-all-maincontener-site:hover {
        transform: translateX(0%);
    }
    .allflex-all-maincontener-site a div {
        border-radius: 10px 10px 0 0;
    }
    .allflex-all-maincontener-site a div:nth-child(1n) {
        height: 12vh;
    }
    .allflex-all-maincontener-site-info {
        height: 17vh;
    }
    .allflex-all-maincontener-site-info-ptitre {
        display: none;
    }
    .allflex-all-maincontener-site-info-pdesc {
        margin: 0;
    }
    #Memory-p {
        height: 10vh;
    }
}


/* .credit {
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    z-index: 2;
    position: relative;
}
.credit a {
    display: inline;
}
.credit a:hover {
    text-decoration: underline;
} */