a.strack-link {
    text-decoration: none;
    color: rgba(0, 188, 140, 0.9);
    background-color: transparent;
    cursor: pointer;
}

a.strack-link:hover {
    text-decoration: none;
    color: rgba(0, 188, 140, 0.9);
    background-color: transparent;
    text-shadow: 0 0 1em rgba(0, 188, 140, 1);
    cursor: pointer;
}

button.navbar-toggle.collapsed {
    cursor: pointer;
}

button.navbar-toggle {
    cursor: pointer;
}

.time-until span:not(:empty):not(:has(*)) {
    padding: 0px 25px;
}


video#bgVideo1 {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    max-width: 1920px;
    height: auto;
}

video#bgVideo2 {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    max-width: 1920px;
    height: auto;
}

video#bgVideo3 {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    max-width: 1920px;
    height: auto;
}

@media only screen and (max-height: 768px) {
    video#bgVideo {
        display: none;
    }
}

/* Donation Image
---------------------------------------------------------------------- */
img.donationimg {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
}

img.donationimg:hover {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
}

/* Youtube iframe
---------------------------------------------------------------------- */

@media screen and (max-width: 481px) {
    iframe.youtube-video {
        width: 95%;
    }
}


/* Autres - Stars
---------------------------------------------------------------------- */

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* 1 - Global Style
---------------------------------------------------------------------- */

body {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    /*
	cursor: url(../../cursor/default.cur), default;
	*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #3498db;
}

a:focus {
    outline: none;
    outline-offset: inherit;
}


/*
a:link{
  cursor: url(../../cursor/pointer.cur), pointer;
}
*/

.section-style {
    background-attachment: inherit;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 100%;
    background-size: cover;
}

.pattern {
    /*background:rgba(0,0,0,.5) url(../images/pattern.png);*/
    padding-top: 100px;
}

.container {
    overflow: hidden;
}

.section-name {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.section-name span {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
}

.section-name span:before,
.section-name span:after {
    content: "";
    width: 100%;
    height: 10px;
    border-bottom: 1px double #fff;
    position: absolute;
    left: 0;
}

.section-name span:before {
    bottom: 0;
}

.section-name span:after {
    bottom: 2px;
}

.section-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 80px;
}

.section-description {
    font-weight: 300;
    text-align: center;
    line-height: 30px;
}

.form-control {
    padding: 6px 10px;
}

.form-control,
.btn {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    color: #ffffff;
}

.form-control,
.form-control:focus {
    border-color: #fff;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}


/* 2.1 - Next Section
------------------------------------------ */

.next-section {
    text-align: center;
}

.next-section a {
    /*
	cursor: url(../../cursor/pointer.cur), pointer;
	*/
    display: inline-block;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0 1px rgba(255, 255, 255, .2);
    margin: 70px;
    padding-top: 45px;
    position: relative;
}

.next-section a span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: 20px;
    left: 35px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .4;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.next-section a:hover span {
    opacity: 1;
}


/* 2.1 - Next Section
------------------------------------------ */


/* 2.2 - Social Button
------------------------------------------ */

.social-btn-container {
    text-align: center;
    margin: 50px auto 0 auto;
}

@media screen and (min-width: 1690px) {
    #leftcontent {
        float: left;
        position: absolute;
        margin-left: 0px;
        margin-top: -30px;
    }
}

@media screen and (max-width: 1556px) {
    #leftcontent {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 992px) {
    #leftcontent {
        display: none;
    }
}

.social-btn-container .social-btn-box {
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 15px;
    position: relative;
    overflow: hidden;
    border: none;
}

.social-btn-container .social-btn-box a {
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
}

.i-social-btn-box {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.social-btn-box,
.social-btn-box a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.social-btn-box:hover {
    border-color: transparent;
}

.social-btn-box .offline-btn:hover {
    border: none;
    background: #DC143C;
    color: #fff;
}

.social-btn-box .online-btn:hover {
    border: none;
    background: #7CFC00;
    color: #fff;
}

.social-btn-box .facebook-btn:hover {
    border: none;
    background: #3B5998;
    color: #fff;
}

.social-btn-box .twitter-btn:hover {
    border: none;
    background: #55ACEE;
    color: #fff;
}

.social-btn-box .linkedin-btn:hover {
    border: none;
    background: #0077b5;
    color: #fff;
}

.social-btn-box .google-plus-btn:hover {
    border: none;
    background: #db514f;
    color: #fff;
}

.social-btn-box .youtube-btn:hover {
    border: none;
    background: #cc181e;
    color: #fff;
}

.social-btn-box .twitch-btn:hover {
    border: none;
    background: #6441a5;
    color: #fff;
}

.social-btn-box .github-btn:hover {
    border: none;
    background: #2b2e30;
    color: #fff;
}

.social-btn-box .steam-btn:hover {
    border: none;
    background: #0C1C44;
    color: #fff;
}

.social-btn-box .teamspeak-btn:hover {
    border: none;
    background: #445277;
    color: #fff;
}

.social-btn-box .discord-btn:hover {
    border: none;
    background: #7289DA;
    color: #fff;
}

.social-btn-box .proxies:hover {
    border: none;
    background: #171717;
    color: #fff;
}

.social-btn-box .github-btn:hover {
    border: none;
    background: #2e2e2e;
    color: #fff;
}

.social-btn-box .cracked-btn:hover {
    border: none;
    background: #202020;
    color: #fff;
}

.social-btn-box .tools-btn:hover {
    border: none;
    background: #F0F0F0;
    color: #fff;
}

.social-btn-box .reality-btn:hover {
    border: none;
    background: #2F78A0;
    color: #fff;
}

.social-btn-box .pastebin-btn:hover {
    border: none;
    background: #2F78A0;
    color: #fff;
}

.social-btn-box .induste-btn:hover {
    border: none;
    background: #d5a021;
    color: #fff;
}

.social-btn-box .a:hover {
    border: none;
    background: #3498db;
    color: #fff;
}

.social-btn-box .partenaires-btn:hover {
    border: none;
    background: #e91e63;
    color: #fff;
}


/* 2.2 - Social Button
------------------------------------------ */


/* 2.3 - Placeholder color
------------------------------------------ */

.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.form-control:-moz-placeholder {
    color: #ffffff;
}

.form-control::-moz-placeholder {
    color: #ffffff;
}

.form-control:-ms-input-placeholder {
    color: #ffffff;
}


/* 2.3 - Placeholder color End 
------------------------------------------ */


/* 2.4 - Height Resize
------------------------------------------ */

.pattern.height-resize {
    padding-top: 40px;
}

.height-resize .time-count-container {
    margin-top: 20px !important;
}

.height-resize .team-container .col-sm-4 {
    padding-top: 20px !important;
}


/* 2.4 - Height Resize End 
------------------------------------------ */


/* 2 - Global Style End 
---------------------------------------------------------------------- */


/* 3 - Main Menu
---------------------------------------------------------------------- */

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>.active>a:after {
    content: "\2192";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.navbar-nav>li>a {
    padding: 5px 15px;
    font-weight: 400;
    font-style: italic;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media screen and (max-width: 992px) {
    #headernavigation {
        background: rgba(0, 0, 0, .5);
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        margin-top: 15px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-fixed-top {
        z-index: 9999;
    }

    .navbar-default {
        /*width:580px;*/
        background-color: rgba(0, 0, 0, 0.5);
    }

    .navbar-nav>li {
        float: right;
    }
}

/* 3 - Main Menu End 
---------------------------------------------------------------------- */


/* 4 - Page Top Section 
---------------------------------------------------------------------- */

.site-title {
    text-align: center;
    font-size: 66px;
    font-family: 'Pacifico';
    margin: 0 0 50px 0;
    padding-bottom: 50px;
    position: relative;
}

.site-title:before,
.site-title:after {
    content: "";
    width: 100px;
    height: 10px;
    left: 50%;
    margin-left: -50px;
    border-bottom: 1px double #fff;
    position: absolute;
}

.site-title:before {
    bottom: 0;
}

.site-title:after {
    bottom: 2px;
}

#page-top .section-name span:before,
#page-top .section-name span:after {
    content: none;
}

.time-count-container {
    min-height: 300px;
    margin-top: 50px;
}

.time-box {
    width: 150px;
    height: 150px;
    display: table;
    border: 1px solid #fff;
    margin: 50px auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.time-box-inner {
    width: 150px;
    height: 150px;
    display: table;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.time-number {
    font-size: 65px;
    width: 100%;
    display: inline-block;
    font-weight: 300;
    padding-top: 15%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.time-number .digit {
    line-height: 60px;
    display: inline-block;
    overflow: hidden;
}

.time-name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.time-until {
    text-align: center;
    margin: 0;
}

.time-until span {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    /*background-color:#3498db;*/
    text-transform: uppercase;
    /* padding: 0px 25px; */
    border: 1px solid #FFFFFF;
}


/* 4 - Page Top Section End 
---------------------------------------------------------------------- */


/* 5 - About Us Section
---------------------------------------------------------------------- */

.team-container .col-sm-4 {
    padding: 60px 15px 0 15px;
}

.team-container .team-member {
    max-width: 245px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.team-container figcaption {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 110px;
    border: 1px solid #fff;
    /*border-top-color:transparent;*/
    margin: 0;
}

.team-container figcaption h4 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
}

.team-container .member-name {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0;
    padding: 26px 10px 5px 10px;
}

.team-container figcaption p {
    font-size: 1.125em;
}

.team-container .social-buttons {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}

.team-member .social-btn-container,
.team-member .social-btn-container .social-btn-box {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.team-member .social-btn-container {
    position: absolute;
    top: 0px;
    margin: 0 auto;
    left: 0;
}

.team-member:hover .social-btn-container {
    background: rgba(0, 0, 0, .5);
}

.team-member .social-btn-container .team-socail-btn {
    overflow: hidden;
    position: relative;
    width: 245px;
    height: 230px;
}

.team-member .social-btn-container .social-btn-box {
    position: absolute;
}

.team-member .social-btn-container .default1-btn-container {
    bottom: 220px;
    right: 230px;
}

.team-member .social-btn-container .default2-btn-container {
    bottom: 220px;
    left: 230px;
}

.team-member .social-btn-container .default3-btn-container {
    top: 220px;
    right: 230px;
}

.team-member .social-btn-container .default4-btn-container {
    top: 220px;
    left: 230px;
}

.team-member:hover .social-btn-container .default1-btn-container {
    bottom: 115px;
    right: 122px;
}

.team-member:hover .social-btn-container .default2-btn-container {
    bottom: 115px;
    left: 122px;
}

.team-member:hover .social-btn-container .default3-btn-container {
    top: 115px;
    right: 122px;
}

.team-member:hover .social-btn-container .default4-btn-container {
    top: 115px;
    left: 122px;
}

.team-container .social-buttons a {
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 24px;
    text-align: center;
}

.team-container .team-member figure,
.team-container .team-member figcaption,
.team-container .team-member img,
.team-container .team-member .social-buttons {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.team-container .team-member:hover figure {
    background-color: #3498db;
    color: #fff;
}

.team-container .team-member:hover figcaption {
    border-color: #3498db;
    color: #fff;
}

.team-container .team-member:hover .social-buttons {
    top: 90px;
}


/* 5 - About Us Section End 
---------------------------------------------------------------------- */


/* 6 - Subscribe Section
---------------------------------------------------------------------- */

form.news-letter {
    max-width: 550px;
    margin: auto;
    height: 60px;
    margin-top: 70px;
    position: relative;
}

form.news-letter .form-control {
    height: 60px;
    padding-right: 75px;
}

form.news-letter .btn {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
}

form.news-letter .btn:hover {
    color: #3498db;
}

.subscribe-hide {
    position: relative;
}

#subscribe-loading {
    display: none;
    line-height: 45px;
    cursor: inherit;
}

#subscribe-loading:hover {
    color: inherit;
}

.subscribe-message {
    text-align: center;
    font-size: 1.125em;
}

.alert-warning {
    color: #ffffff;
    position: absolute;
    background: rgba(52, 152, 219, 1);
    display: none;
    left: 25px;
    bottom: 60px;
    padding: 5px 10px;
    border-radius: 3px;
}

.alert-warning:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(52, 152, 219, 1) transparent transparent transparent;
    left: 25px;
    bottom: -24px;
}


/* 6 - Subscribe Section End 
---------------------------------------------------------------------- */


/* 7 - Contact Section
---------------------------------------------------------------------- */

@media screen and (min-width: 992px) {
    .col-md-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 25%;
    }
}

@media screen and (min-width: 992px) {
    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.btn-contact {
    background-color: transparent;
    float: right;
    color: #fff;
    border-color: #f10;
    background-color: rgba(0, 0, 0, 0.5);
}

.btn-contact:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-color: transparent;
}


/*
label {
	cursor: url(../../cursor/default.cur), default;
}
*/

textarea {
    resize: none;
}


/* 7 - Contact Section End 
---------------------------------------------------------------------- */


/* 8 - Footer Section  
---------------------------------------------------------------------- */

#footer-section {
    width: 100%;
    min-height: 40px;
}

#footer-section p {
    margin: 0;
    padding: 10px 5px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
}

#footer-section p a {
    color: #FFFFFF;
}


/* 8 - Footer Section End 
---------------------------------------------------------------------- */


/* 9 - Media Query 
---------------------------------------------------------------------- */


/* 9.1 - media screen and (max-width: 992px)
------------------------------------------------ */

@media screen and (max-width: 992px) {
    .container {
        width: 100%;
        max-width: 830px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        max-width: 830px;
    }
}


/* 9.1 - media screen and (max-width: 992px)  End
------------------------------------------------ */


/* 9.2 - media screen and (max-width: 768px)
------------------------------------------------ */

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 40px;
    }

    #contact-form #first_name {
        border-right: 1px solid #fff;
    }

    #contact-form #subject {
        border-top: 0px solid transparent;
    }

    #contact-form #email {
        border-right: 1px solid #fff;
    }

    #contact-form .btn {
        border-left: 1px solid #fff;
    }
}


/* 9.2 - media screen and (max-width: 768px) End
------------------------------------------------ */


/* 9.3 - media screen and (max-width: 1170px)
------------------------------------------------ */

@media (min-width: 1170px) {
    .container {
        width: 830px;
    }
}


/* 9.3 - media screen and (max-width: 1170px) End
------------------------------------------------ */


/* 9 - Media Query End
---------------------------------------------------------------------- */


/* VIDEO RESPONSIVE */

.video-container {
    position: relative;
    padding-bottom: 40.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 300px;
}


/* FIN VIDEO RESPONSIVE */

#footer_credit {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.respon_avertissement_live {
    display: none;
}

@media screen and (max-width: 991px) {
    .respon_mobile_mod22 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .respon_mobile_mod {
        display: none;
    }

    .respon_mobile_backcolor {
        background-color: rgba(0, 0, 0, 0.5);
        border: 2px solid #fff;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
    }

    .respon_mobile_itaime a {
        width: 50%;
        float: left;
        display: block;
        text-indent: -6em;
    }

    .respon_mobile_itaime a span {
        text-indent: -3em;
    }

    .respon_mobile_itaime a:hover {
        color: red;
    }

    .respon_avertissement_live {
        display: block;
        text-align: center;
        font-size: 20px;
        padding: 20px;
    }
}


/* TWITCH */

.hover_petit_effect:hover {
    background-color: rgba(0, 0, 0, .5);
}

.roundedImage {
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}


/* TWITCH */

.background,
.cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.cover {
    background: url(../images/background/0.html) rgba(0, 0, 0, 0.5)
}

#shop {
    width: 695px;
    height: 450px;
    /*parceque height et padding s'additionnent*/
    padding-top: 50px;
}

#gauche,
#droite {
    background-image: url("bloc_haut.png");
    background-repeat: no-repeat;
    width: 150px;
}

#gauche {
    float: left;
}

#droite {
    margin-left: 150px;
    /*ou un peu plus pour écarter les blocs*/
}


/* BOUTIQUE */

@media screen and (min-width: 1642px) {
    #shop {
        position: relative;
        margin-left: 0px;
        margin-top: -30px;
    }
}

@media screen and (max-width: 992px) {
    #shop {
        position: relative;
        margin-left: 0px;
        margin-top: -30px;
    }
}


/* BOUTIQUE
---------------------------------------------------------------------- */

.objet1 {
    display: inline-flex;
}

@media screen and (max-width: 992px) {
    .objet1 {
        display: table-cell;
    }
}

.rocketaction {
    color: #fff;
    background-color: transparent;
    border: 1px solid;
    border-color: #fff;
    margin-top: 15px;
}

.rocketaction:hover {
    color: #fff;
    background-color: #3276b1;
    border: 1px solid;
    border-color: #285e8e;
    margin-top: 15px;
}


/* PARTENAIRES
---------------------------------------------------------------------- */

.partnercontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.divpartner {
    width: 80%;
    /* Adjust width as needed */
    margin: 8px 0;
    padding: 15px;
    border-radius: 8px;
    /* Optional: Add rounded corners */
    text-align: center;
}

.divpartner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

/* .divpartner img {
    max-width: 100px;
    margin-bottom: 10px;
} */

.partner {
    max-width: 100px;
    width: 10%;
}

.partnertext {
    margin-top: 10px;
    font-size: 16px;
    /* Adjust font size for readability */
    line-height: 1.5;
}

hr.customhr {
    border: 0;
    height: 1px;
    /* Adjust the thickness of the line */
    background-color: #454545;
    /* Set the color of the line */
    width: 80vw;
    /* Set the width to 50% of the viewport width */
    margin: 0px auto;
}

a.linkredirect:hover>.partnertext {
    /* filter: brightness(75%); */
    /* -webkit-filter: brightness(75%); */
    /* color: #bfbfbf; */
    color: rgba(0, 188, 140, 0.9);
    background-color: transparent;
    text-shadow: 0 0 1em rgba(0, 188, 140, 1);
}

a.linkredirect:hover>.partner {
    /* filter: brightness(75%); */
    /* -webkit-filter: brightness(75%); */
    filter: brightness(0) saturate(100%) invert(48%) sepia(57%) saturate(1599%) hue-rotate(130deg) brightness(96%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(57%) saturate(1599%) hue-rotate(130deg) brightness(96%) contrast(101%);
}

/* DONATION
---------------------------------------------------------------------- */
.donationcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.divdonation {
    width: 80%;
    /* Adjust width as needed */
    margin: 10px 0;
    padding: 15px;
    border-radius: 8px;
    /* Optional: Add rounded corners */
    text-align: center;
}

.divdonation a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

img.donation1 {
    width: 15%;
}

img.donation2 {
    width: 10%;
}

img.donation3 {
    width: 15%;
}

img.donation4 {
    width: 15%;
}

a.donationlink:hover>.donationtext {
    /* filter: brightness(75%); */
    /* -webkit-filter: brightness(75%); */
    /* color: #bfbfbf; */
    color: rgba(0, 188, 140, 0.9);
    background-color: transparent;
    text-shadow: 0 0 1em rgba(0, 188, 140, 1);
}

a.donationlink:hover>.donationlogo {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    /* filter: brightness(0) saturate(100%) invert(48%) sepia(57%) saturate(1599%) hue-rotate(130deg) brightness(96%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(57%) saturate(1599%) hue-rotate(130deg) brightness(96%) contrast(101%); */
}

/* img.donation1:hover {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
}

img.donation2:hover {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
}

img.donation3:hover {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
}

img.donation4:hover {
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
} */

/* div.divdonation {
    position: relative;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    text-align: -webkit-center;
    margin-top: 15px;
} */

span.donationtext {
    margin-top: 10px;
}

/* 10 - Preloader
---------------------------------------------------------------------- */

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.loading {
    position: absolute;
    width: 50%;
    background-color: black;
    border-radius: 50%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    height: 100%;
    margin: auto;
    transform: translateX(0px) scale(0);
    -moz-transform: translateX(0px) scale(0);
    -webkit-transform: translateX(0px) scale(0);
    display: block;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loading.visible {
    opacity: 1;
    transform: translateX(0px) scale(40);
    -moz-transform: translateX(0px) scale(40);
    -webkit-transform: translateX(0px) scale(40);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 128px;
    width: 128px;
    border: 8px solid transparent;
    border-top-color: #00386F;
    border-left-color: #00386F;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 999;

}

.loader::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 8px solid transparent;
    border-top-color: #871B1B;
    border-left-color: #871B1B;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
    z-index: 999;
}


@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    -webkit-from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    -webkit-to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}


/* 10 - Preloader End
---------------------------------------------------------------------- */


/* 1 - Miner
---------------------------------------------------------------------- */

@media screen and (max-width: 719px) {
    .miner1 {
        display: none;
    }
}

.miner1 {
    position: sticky;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}


a.navbar-default .navbar-nav>li>a:hover {
    color: rgba(0, 188, 140, 0.9);
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 1em rgba(0, 188, 140, 1);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: rgba(0, 188, 140, 0.9);
    background-color: rgba(0, 0, 0, 0.6);
    text-shadow: 0 0 1em rgba(0, 188, 140, 1);
}

.dropdown-menu>li>a:hover {
    background-color: transparent !important;
}

.navbar-radio {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.navbar-nav-radio {
    float: right!important;
}

ul.nav.navbar-nav.menuradionav {
    float: initial !important;
}

li.dropdown {
    margin-top: 5px;
}

a.dropdown-toggle {
    padding-left: 15px !important;
}

a.botlink {
    color: #fff !important;
}

a.botlink:hover {
    color: rgba(0, 188, 140, 0.9) !important;
    background-color: transparent;
    text-shadow: 0 0 1em rgb(0 188 140);
}

.active>.botlink {
    background-color: #428bca !important;
}

@media screen and (min-width: 768px) and (max-width: 993px) {
    li.dropdown {
        left: -15%;
    }
}

/* .titleinstance {
    background-color: rgba(0, 0, 0, 0.6);
} */

@media screen and (min-width: 200px) and (max-width: 993px) {
    li.radiochanger1 {
        float: initial !important;
    }
}

.dropdown-toggle-radio {
    background-color: transparent!important;
}

.radiochanger1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#instance-dropdown {
    left: 0 !important;
    width: fit-content !important;
}

.container.py-5 {
    display: flex;
    justify-content: center;
}


.fetched-links a,
.valid-links a {
    color: rgba(0, 188, 140, 0.9);
    text-decoration: none;
    font-weight: 600;
    font-size: initial;
}

a.proxies-validator {
    color: rgba(0, 188, 140, 0.9);
    text-decoration: none;
}

.fetched-links a:hover,
.valid-links a:hover,
a.proxies-validator:hover {
    color: rgba(0, 188, 140, 0.9);
    background-color: transparent;
    text-shadow: 0 0 1em rgba(0, 188, 140, 1);
}

/* .fetched-heading,
.valid-heading {
    color: rgb(74 222 128);
} */