* {margin: 0px;padding: 0px;}

                                                /*FONTS*/
@font-face {font-family:"OCRAStd";       src:url(../../includes/fnt/OCRAStd.otf);}

                                                /*ANIMATIONS*/
@keyframes glow {
    from {text-shadow: 0px 0px 2px #8AAACD;}
    to {text-shadow: 0px 0px 3px #fff;}
}
@keyframes glower {
    from {color: white;text-shadow: 0px 0px 3px #000;}
    to {color: red;text-shadow: 0px 0px 0px #000;}
}
@keyframes glowing {
    from {color:#513A79;letter-spacing:1px;}
    to {color:#53993F;letter-spacing:15px;}
}
@keyframes flip {
    0% {transform: perspective(100px) rotateX(0deg);color:#fff;}
    50% {transform: perspective(100px) rotateX(-180deg);color:#bfbfbf;}
    100% {transform: perspective(100px) rotateX(-360deg);color:#fff;}
}
@keyframes flicker {
    from {text-shadow: 0px 0px 4px lightgreen;}
    to {text-shadow: 0px 0px 4px #fff;}
}
@keyframes shine {
    0% {color:#8AAACD;text-shadow: 0px 0px 4px #213450;}
    50% {color: gold;text-shadow: 0px 0px 14px #fff;}
    100% {color:#8AAACD;text-shadow: 0px 0px 4px #213450;}
}
@keyframes slide {
    0% {left:530px;}
    100% {left:-3500px;}
}
@keyframes bounce {
    0% {letter-spacing:1px;}
    100% {letter-spacing:5px;}
}
@keyframes phpVoid {
    from {color: white; border-color: white}
    to {color: #000; border-color: #000}
}
                                                /*COMMON*/
:focus {
    outline: 0;
}
.Hidden {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    opacity: 0;
}
.close {
    width: 55px;
    line-height: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #000;
    box-shadow: 0px 0px 2px 0px #000;
    font-weight: bold;
    background:lightgray;
    cursor: pointer;
    text-transform: uppercase;
}
.close:hover {
    color: #fff;
}
.paragraphe {
    margin: 0px auto 10px auto;
}
.NoDeco {
    list-style: none;
    text-decoration: none;
}
.center {
text-align: center;
float: center;
}
                                                /*FORMS STYLE*/
#formContact {
    position: relative;
    top: 10px;
    margin: 0 auto;
}
.FormInput {
    display: block;
    width: 200px;
    height:25px;
    margin: 0px 0px 15px 0px;
    text-indent: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0px 0px 3px 0px #000;
}
.FormMessage {
    display: block;
    position: absolute;
    width: 210px;
    height: 105px;
    top: 0px;
    right: 0px;
    padding: 2px;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0px 0px 3px 0px #000;
}
.FormMessage2 {
    display: block;
    position: absolute;
    width: 210px;
    height: 101px;
    top: 82px;
    right: 0px;
    padding: 2px;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0px 0px 3px 0px #000;
}
.FormSubmit {
    display: block;
    width: 130px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    border: 2px solid black;
    border-radius: 5px;
    background: #C0C0C0;
    box-shadow: 0px 0px 2px 0px #000;
    cursor: pointer;
}
.FormSubmit:hover {
    color: #fff;
}
.FormInputPassword {
    display: block;
    width: 200px;
    height:25px;
    margin: 15px auto;
    text-indent: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: inset 0px 0px 3px 0px #000;
}
#formSubscribeDomain {
    position: absolute;
    display: block;
    width: 213px;
    top:22px;
    right:0px;
    padding: 2px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    border: 2px solid black;
    border-radius: 5px;
    background: #C0C0C0;
    box-shadow: 0px 0px 2px 0px #000;
    cursor: pointer;
}
#point {
    position: absolute;
    top:48px;
    left:204px;
    font-size:22px;
}
a#ShowConditions {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

#subscribeValidationCode {
    display: none;
}

#Conditions {
        display: none;
}
#Conditions span {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
}
#Conditions ul {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    font-weight: bold;
    list-style: inside url('../img/puce.png'); 
}
a#HideConditions {
    display: block;
    width: 80vw;
    margin: 0 auto 4vh auto;
    font-weight: bold;
    vertical-align: sub;
}
.rouge {color:red;}
.vert {color:green;}
.orange {color:darkorange;}

                                                /*INFOBULLE*/
.InfoBulle {
    position: absolute;
    width: 220px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    box-shadow: 0px 0px 5px 1px #000;
    border-radius: 15px;
    background-color: #ffff66;
    transition: all .5s;
    z-index: -1;
}
#About + div.InfoBulle,#Forum + div.InfoBulle,#FAQ + div.InfoBulle,#Contact + div.InfoBulle {
    bottom: -37px;
    left: 275px;
}
#SubscribeButton + div.InfoBulle,#ConnectButton + div.InfoBulle {
    bottom: 179px;
    left: -227px;
}
#PHPInfo + div.InfoBulle {
    bottom: 191px;
    left: -169px;
}
#ResetPassword + div.InfoBulle {
    bottom: 191px;
    left: -397px;
}
#NewsTitle + div.InfoBulle {
    bottom: 223px;
    left: 301px;
}
/*
#SubscriberTitle + div.InfoBulle {
    bottom: 223px;
    left: -491px;
}
*/
#About:hover + div.InfoBulle,#Forum:hover + div.InfoBulle,#FAQ:hover + div.InfoBulle,#Contact:hover + div.InfoBulle,#SubscribeButton:hover + div.InfoBulle,#ConnectButton:hover + div.InfoBulle,#PHPInfo:hover + div.InfoBulle,#ResetPassword:hover + div.InfoBulle,#NewsTitle:hover + div.InfoBulle {
    opacity: 1;
    z-index: 10;
}
.CommaLeft {
    position: absolute;
    border: 0 solid transparent;
    border-left: 30px solid #ffff66;
    border-radius: 0 0 0 40px;
    bottom: -40px;
    right: 5px;
    width: 40px;
    height: 40px;
}
.CommaRight {
    position: absolute;
    border: 0 solid transparent;
    border-right: 30px solid #ffff66;
    border-radius: 0 0 40px 0;
    bottom: -40px;
    left: 5px;
    width: 40px;
    height: 40px;
}
.CommaLeftService {
    display: none;
    position: absolute;
    border: 0 solid transparent;
    border-left: 30px solid #ffff66;
    border-radius: 0 0 0 40px;
    bottom: -40px;
    left: 100px;
    width: 40px;
    height: 40px;
}
.CommaRightService {
    display: none;
    position: absolute;
    border: 0 solid transparent;
    border-right: 30px solid #ffff66;
    border-radius: 0 0 40px 0;
    bottom: -40px;
    right: 100px;
    width: 40px;
    height: 40px;
}
.InfoContainer {
    position: relative;
    width:95%;
    height: 90%;
    margin: 0 auto;
    overflow: scroll;
}
                                                /*CASE*/
#Case {
    position: relative;
    width: 1320px;
    height: 720px;
    margin: 10px auto;
    background-image: url(../../includes/img/case.svg);
    background-size: cover;
}
#CaseMask {
    position: absolute;
    width: 100%;
    height: 99.9%;
    background-image: url(../../includes/img/casemask.svg);
    background-size: cover;
    opacity: 0;
    transition: all 1s;
    z-index: -1;
    cursor: pointer;
}
                                                /*DRIVE BAY*/
#DriveBay {
    position: relative;
    width: 506px;
    height: 312px;
    top: 84px;
    margin: 0 auto;
    border-radius: 5px;
    background: #58357F;
    box-shadow: 0px 0px 5px 0px #000, inset 0px 0px 5px 0px #000;
    overflow: hidden;
    transition: all 2s;
}
#DriveTop {
    position: relative;
    width: 476px;
    height: 138px;
    top: 13px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    border: 3px solid #3E2958;
    background: #9D8BB6;
    transition: all 1s;
    z-index: 5;
}
.DriveTopTitle {
    position: relative;
    display: block;
    width: 407px;
    height: 67px;
    margin:35px auto 0px auto;
    color:transparent;
    background-image: url(../../includes/img/drivetoptitle.svg);
}
#ResultBox {
    position: absolute;
    width: 440px;
    height: 48px;
    top: 18px;
    left:16px;
    line-height: 48px;
    text-align: center;
    font-size:27px;
    font-weight: bold;
    text-transform: uppercase;
    color:#513A79;
    text-shadow: 0px 0px 2px #fff;
    border-radius:10px;
    border: 2px solid #3C2858;
    background: #9D8BB6;
    box-shadow: 0px 0px 5px 0px #4F3A79;
    transition: all .5s;
    opacity: 0;
    z-index: -1;
}
#ResultBoxMsg a {
    position: relative;
    display: block;
    top:20px;
    left:-10px;
    width: 459px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    text-shadow: 0px 0px 2px #fff;
    background: #9D8BB6;
    animation: glowing 1s alternate infinite;
}
#DriveBottom {
    position: relative;
    width: 476px;
    height: 138px;
    top: 13px;
    margin: 0 auto;
    border-radius: 10px;
    border: 3px solid #3E2958;
    background: #9D8BB6;
    transition: all 1s;
    z-index: 5;
}
#DriveBottomTitle {
    position: relative;
    width: 440px;
    height: 48px;
    top: 16px;
    margin: 0 auto;
    line-height: 48px;
    text-align: center;
    font-size:27px;
    font-weight: bold;
    color:#513A79;
    text-shadow: 0px 0px 2px #fff;
    border-radius:10px;
    border: 2px solid #3C2858;
}
#DriveBottomLineTop {
    position: relative;
    top: 7px;
    width: 460px;
    margin: 0 auto;
    border-bottom: 2px solid #4F3A79;
    box-shadow: 0px 2px 2px 0px #4F3A79;
}
#DriveBottomLineBottom {
    position: relative;
    top: 24px;
    width: 460px;
    margin: 0 auto;
    border-bottom: 2px solid #4F3A79;
    box-shadow: 0px -2px 2px 0px #4F3A79;
}
#formCheckDomain {
    position: relative;
    top: 26px;
    width: 460px;
    height: 50px;
    margin: 0 auto;  
}
#FreeOrNot {
    display: block;
    position: relative;
    width: 120px;
    top: 10px;
    left: 2px;
    line-height: 16px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #513A79;
}
#formCheckDomainSubDomain {
    position: absolute;
    top: 17px;
    left: 128px;
    width: 100px;
    height: 18px;
    line-height: 20px;
    text-indent: 0px;
    text-align: center;
    color: #513A79;
    border-radius: 5px;
    border: 2px solid #3C2858;
    box-shadow: inset 0px 0px 4px 0px #000;
}
.Separator {
    position: absolute;
    top: 28px;
    left: 235px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 1px solid #7E8081;
    background-color: #000;
    box-shadow: 0px 0px 2px 0px #000;
}
#formCheckDomainDomain {
    position: absolute;
    top: 17px;
    left: 246px;
    width: 100px;
    height: 22px;
    line-height: 18px;
    color: #513A79;
    font-weight: bold;
    text-indent: 10px;
    border-radius: 5px;
    border: 2px solid #3C2858;
    background: #A9A3C4;
    box-shadow: 0px 0px 2px 0px #3C2858, inset 0px 0px 4px 0px #3C2858;
    -webkit-appearance: none;
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
#formCheckDomainSubmit {
    position: absolute;
    width: 54px;
    height: 31px;
    top: 12px;
    left: 356px;
    background-color: transparent;
    background-size: contain;
    background-image: url(../../includes/img/verify.svg);
    border: none;
    cursor: pointer;
}
#LedCheck {
    position: absolute;
    width: 24px;
    height: 12px;
    top: 21px;
    left: 420px;
    background: #B98147;
    box-shadow: inset 0px 0px 3px 0px #000;
    transition: all .5s;
}
                                                /*MENU*/
#NavMain li {
    list-style: none;
}
#MenuMain {
    position: absolute;
    width:308px;
    height:329px;
    top: 98px;
    left:74px;
    background-image: url(../../includes/img/menu.svg);
}
#MenuTitle {
    position: relative;
    width: 174px;
    height: 48px;
    margin: 8px auto 5px auto;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-size:25px;
    font-weight: bold;
    color: #192B41;
}
.MenuLink {
    display: block;
    position: relative;
    width: 240px;
    height:44px;
    margin: 13px auto 16px auto;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    font-size:20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0px 0px 3px #000;
    overflow: hidden;
    cursor: pointer;
}
#MenuLinkTitle1,#MenuLinkTitle2,#MenuLinkTitle3,#MenuLinkTitle4 {
    position: relative;
    top:-44px;
}
#MenuLinkTitle1 {
    transition: all 1s .1s;
}
#MenuLinkTitle2 {
    transition: all 1s .2s;
}
#MenuLinkTitle3 {
    transition: all 1s .3s;
}
#MenuLinkTitle4 {
    transition: all 1s .4s;
}
.MenuLink:hover > div {
    animation: flip .5s linear infinite;
}
                                                /*INFO COMMON*/
#InfoAbout,#InfoFAQ,#InfoContact {
    position: absolute;
    width: 450px;
    height: 354px;
    left:675px;
    bottom:-37px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
    font-weight: bold;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background-color: #ffff66;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
                                                /*FORUM*/
#Forum a {
    display: block;
    color: #000;
    text-shadow: 0px 0px 3px #000;
}
#Forum a:hover > div {
    animation: flip .5s linear infinite;
}
                                                /*FAQ*/
.QuestionList {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    color: #000;
    text-decoration: none;
/*    text-transform: uppercase;*/
}
.QuestionList:hover {
    color: red;
    text-decoration: underline;
}
.TitreRubriqueFAQ {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    animation: bounce .5s ease-out alternate infinite;
}
.Question {
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 0px 2px 8px 0px #0080ff;
    background-color: #cce6ff;
}
.Reponse {
    padding: 10px;
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: inset 0px -2px 6px 0px #009900;
    background-color: #ccffcc;
}
.GoBack {
    position: absolute;
    width: 55px;
    margin-left: 10px;
    border-radius: 5px;
    border: 2px solid #000;
    box-shadow: 0px 0px 2px 0px #000;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    text-decoration: none;
    color: #000;
    background: lightgray;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.GoBack:hover {
    color: #fff;
}
#LineQuestion {
    margin: 20px auto 5px auto;
    border-bottom: 4px solid blue;
}
                                                /*SERVICES*/
#ServicesMain {
    position: absolute;
    top: 20px;
    left: 338px;
    width: 686px;
    height: 40px;
}
#ServicesMain ul {
    margin-left: 20px;
    list-style-image: url('../img/puce.png');
}
.ServiceTitle {
    display: inline-block;
    width:auto;
    height: 40px;
    margin-left:0px;
    line-height: 40px;
    font-size: 24.5px;
    font-weight: bold;
    color: #8AAACD;
    text-shadow: 0px 0px 4px #000;
    cursor:s-resize;
    transition: all .5s;
}
#WebHosting {
    animation: shine 1.5s 5s;
}
#OwnApplications {
    animation: shine 1.5s 5.25s;
}
#OwnWebmail {
    animation: shine 1.5s 5.5s;
}
.ServiceTitle:hover {
    color: gold;
    text-shadow: 0px 0px 4px #fff;
}
#MaskServices {
    position: absolute;
    top: 10px;
    left: 316px;
    width: 686px;
    height: 60px;
    z-index:-1;
}
#WebHosting:hover > div,#OwnApplications:hover > div,#OwnWebmail:hover > div {
    position: absolute;
    bottom: -400px;
    left: 56px;
    width: 500px;
    height:auto;
    padding: 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
    color: #000;
    text-shadow: none;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background: #ffff66;
    z-index: 10;
    opacity: 1;
    transition: opacity .5s;
}
#WebHosting:hover div.CommaLeftService,#WebHosting:hover div.CommaRightService,#OwnApplications:hover div.CommaLeftService,#OwnApplications:hover div.CommaRightService,#OwnWebmail:hover div.CommaLeftService,#OwnWebmail:hover div.CommaRightService {
    display: block;
}
.Dash {
    margin:0px 1px 0px 2px;
    font-size: 31px;
    font-weight: bold;
    color: #8AAACD;
    text-shadow: 0px 0px 8px #213450;
}
                                                /*ADVERT*/
#Advert {
    display: block;
    position: relative;
    top: 105px;
    width: 413px;
    height: 44px;
    margin: 0 auto;
    border-radius: 15px;
    background: radial-gradient(farthest-corner at 50% 50%, #cfe2e2,#5f9ea0,#003399);
    overflow: hidden;
}
#AdvertShadow {
    display: block;
    position: absolute;
    top: 0px;
    left:0px;
    width:413px;
    height: 44px;
    box-shadow: 0px 0px 0px 0px black,inset 0px 0px 10px 2px black;
    border-radius: 15px;
    transition: all 1s;
}
#AdvertDoorLeft {
    display: block;
    position: absolute;
    top: -2px;
    left:-315px;
    width:213px;
    height: 46px;
    text-align: right;
    font-size:22px;
    font-weight: bold;
    line-height: 46px;
    text-shadow: 0px 0px 5px #000;
    background: #334E7C; 
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all 1s;
    animation: glower .5s alternate infinite;
}
#AdvertDoorRight {
    display: block;
    position: absolute;
    top: -2px;
    right:-315px;
    width:213px;
    height: 46px; 
    text-align: left;
    font-size:22px;
    font-weight: bold;
    line-height: 46px;
    text-shadow: 0px 0px 5px #000;
    background: #334E7C; 
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 1s;
    animation: glower .5s alternate infinite;
}
#Annonce {
    display: block;
    position: absolute;
    left:413px;
    width:3500px;
    font-size: 22px;
    line-height: 44px;
    font-family:"OCRAStd";
    color: blue;
    text-shadow: 0px 0px 4px lightblue;
    transition: all 0.5s;
    animation: slide 20s infinite linear;
    animation-delay: 3s;
}
                                                /*DONATION*/
#formDonation {
    display: block;
    position: absolute;
    top: 46px;
    left: 37px;
    width:0;
    height: 0px;
}
#donationButton + div {
    position: absolute;
    bottom: -414px;
    left: 357px;
    width: 500px;
    height:auto;
    padding: 15px;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
    color: #000;
    text-shadow: none;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background: #ffff66;
    z-index: -1;
    opacity: 0;
    transition: opacity .5s;
}
#donationButton:hover + div {
    z-index: 10;
    opacity: 1;
}
#donationButton:hover + div > div.CommaLeftService,#donationButton:hover + div > div.CommaRightService {
    display: block;
}
                                                /*BUTTONS*/
#ButtonsMain {
    position: relative;
    top: 103px;
    width: 346px;
    height: 206px;
    margin: 0 auto;
}
#ButtonDouble {
    position: relative;
    top: 16px;
    width: 168px;
    height: 168px;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: inset 0px 0px 10px 0px #0D0B0B;
    background-color: #2c446d;
}
#InfoSubscribe, #InfoConnect {
    position: absolute;
    width: 450px;
    height: 354px;
    left:173px;
    bottom:179px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
    font-weight: bold;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background-color: #ffff66;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
                                                /*SUBSCRIBE*/
#SubscribeButton {
    display: block;
    position: relative;
    top: 13px;
    width: 145px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50% / 100% 100% 0 0;
    background: #F4BA38;
    box-shadow: 0px -2px 4px 0px #203450, inset 0px 4px 10px 0px #cc6900;
    z-index: 1;
    transition: all .5s;
    cursor: pointer;
}
#SubscribeButton:hover {
    box-shadow: 0px 0px 0px 0px #203450, inset 0px -1px 10px 0px #0D0B0B;
}
#SubscribeButtonLetters span {
    position: absolute;
    width: 15px;
    height: 62px;
    bottom:0;
    left:67px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #716731;
    transform-origin: bottom center;
    transition: all .5s;
}
#SubscribeButton:hover #SubscribeButtonLetters span {
    font-size: 15px;
    bottom: -4px;
}
#SubscribeButtonLetter1 {transform: rotate(-62deg);}
#SubscribeButtonLetter2 {transform: rotate(-52deg);}
#SubscribeButtonLetter3 {transform: rotate(-38deg);}
#SubscribeButtonLetter4 {transform: rotate(-24deg);}
#SubscribeButtonLetter5 {transform: rotate(-10deg);}
#SubscribeButtonLetter6 {transform: rotate(0deg);}
#SubscribeButtonLetter7 {transform: rotate(10deg);}
#SubscribeButtonLetter8 {transform: rotate(22deg);}
#SubscribeButtonLetter9 {transform: rotate(32deg);}
#SubscribeButtonLetter10 {transform: rotate(42deg);}
#SubscribeButtonLetter11 {transform: rotate(56deg);}

#SubscribeButton:hover #SubscribeButtonLetter1 {transform: rotate(-52deg);}
#SubscribeButton:hover #SubscribeButtonLetter2 {transform: rotate(-44deg);}
#SubscribeButton:hover #SubscribeButtonLetter3 {transform: rotate(-32deg);}
#SubscribeButton:hover #SubscribeButtonLetter4 {transform: rotate(-20deg);}
#SubscribeButton:hover #SubscribeButtonLetter5 {transform: rotate(-8deg);}
#SubscribeButton:hover #SubscribeButtonLetter6 {transform: rotate(0deg);}
#SubscribeButton:hover #SubscribeButtonLetter7 {transform: rotate(8deg);}
#SubscribeButton:hover #SubscribeButtonLetter8 {transform: rotate(18deg);}
#SubscribeButton:hover #SubscribeButtonLetter9 {transform: rotate(27deg);}
#SubscribeButton:hover #SubscribeButtonLetter10 {transform: rotate(36deg);}
#SubscribeButton:hover #SubscribeButtonLetter11 {transform: rotate(48deg);}

#GoToContact {
    display: block;
    width: 180px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    border: 2px solid black;
    border-radius: 5px;
    background: #C0C0C0;
    box-shadow: 0px 0px 2px 0px #000;
}
#GoToContact:hover {
    color: #fff;
}
                                                /*CONNECT*/
#ConnectButton {
    display: block;
    position: relative;
    top: 13px;
    width: 145px;
    height: 72px;
    margin: 0 auto;
    border-radius: 50% / 0 0 100% 100%;
    background: #53B155;
    box-shadow: 0px 2px 2px 0px #203450, inset 0px -4px 10px 0px #05612a;
    z-index: 1;
    transition: all .5s;
    cursor: pointer;
}
#ConnectButton:hover {
    box-shadow: 0px 0px 0px 0px #203450, inset 0px 1px 10px 0px #0D0B0B;
}
#ConnectButtonLetters span {
    position: absolute;
    width: 15px;
    height: 62px;
    top:-5px;
    left:67px;
    text-align: center;
    line-height: 108px;
    font-size: 16px;
    font-weight: bold;
    color: #294C2F;
    transform-origin: top center;
    transition: all .5s;
}
#ConnectButton:hover #ConnectButtonLetters span {
    font-size: 15px;
    top: -8px;
}
#ConnectButtonLetter1 {transform: rotate(50deg);}
#ConnectButtonLetter2 {transform: rotate(36deg);}
#ConnectButtonLetter3 {transform: rotate(24deg);}
#ConnectButtonLetter4 {transform: rotate(12deg);}
#ConnectButtonLetter5 {transform: rotate(0deg);}
#ConnectButtonLetter6 {transform: rotate(-12deg);}
#ConnectButtonLetter7 {transform: rotate(-22deg);}
#ConnectButtonLetter8 {transform: rotate(-32deg);}
#ConnectButtonLetter9 {transform: rotate(-46deg);}

#ConnectButton:hover #ConnectButtonLetter1 {transform: rotate(46deg);}
#ConnectButton:hover #ConnectButtonLetter2 {transform: rotate(33deg);}
#ConnectButton:hover #ConnectButtonLetter3 {transform: rotate(22deg);}
#ConnectButton:hover #ConnectButtonLetter4 {transform: rotate(11deg);}
#ConnectButton:hover #ConnectButtonLetter5 {transform: rotate(0deg);}
#ConnectButton:hover #ConnectButtonLetter6 {transform: rotate(-10deg);}
#ConnectButton:hover #ConnectButtonLetter7 {transform: rotate(-18deg);}
#ConnectButton:hover #ConnectButtonLetter8 {transform: rotate(-27deg);}
#ConnectButton:hover #ConnectButtonLetter9 {transform: rotate(-39deg);}

#WebmailLogin, #PHPMyAdminLogin, #AccountLogin {
    display: block;
    width: 180px;
    height: 80px;
    margin: 10px auto 15px auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000;
    border: 2px solid black;
    border-radius: 5px;
    background: #C0C0C0;
    box-shadow: 0px 0px 2px 0px #000;
}
#WebmailLogin:hover, #PHPMyAdminLogin:hover, #AccountLogin:hover {
    color: #fff; 
}
                                                /*ICONS*/
.MailIcon {
    position: relative;
    margin: 10px auto 5px auto;
    width: 50px;
    height: 33px;
    border-radius: 3px;
    border: solid 1px #fff;
    background-color: #333333;
}
.MailIcon:before {
    content: '';
    position: absolute;
    left: 25px;
    top: -13px;
    width: 0px;
    height: 32px;
    background-color: transparent;
    border-left: 1px solid #fff;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(-54deg);
    transform: rotate(-54deg);
}
.MailIcon:after {
    content: '';
    position: absolute;
    right: 25px;
    top: -13px;
    width: 0px;
    height: 32px;
    background-color: transparent;
    border-left: 1px solid #fff;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}
#WebmailLogin:hover > div.MailIcon,#WebmailLogin:hover > div.MailIcon:before,#WebmailLogin:hover > div.MailIcon:after {
    background-color: #fff;
    border-color: #333333;
}
.TerminalIcon {
    position: relative;
    margin: 10px auto 5px auto;
    width: 40px;
    height: 33px;
    border: solid 1px #fff;
    border-radius: 3px; 
    background-color: #333333;
}
.TerminalIcon:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg); 
}
.TerminalIcon:after {
    content: '';
    position: absolute;
    top: 25px;
    left: 20px;
    width: 10px;
    height: 0px;
    background-color: transparent;
    border-bottom: 1px solid #fff; 
}
#PHPMyAdminLogin:hover > div.TerminalIcon,#PHPMyAdminLogin:hover > div.TerminalIcon:before,#PHPMyAdminLogin:hover > div.TerminalIcon:after {
    background-color: #fff;
    border-color: #333333;
}
.ProfileIcon {
    color: #333333;
    position: relative;
    margin: 28px auto 5px auto;
    width: 40px;
    height: 15px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px transparent;
    border-radius: 12px 12px 0 0;
    background: #333333;
}
.ProfileIcon:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 8px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: solid 1px #fff;
    border-bottom: solid 1px transparent;
    background: #333333;
}
#AccountLogin:hover > div.ProfileIcon,#AccountLogin:hover > div.ProfileIcon:before,#AccountLogin:hover > div.ProfileIcon:after {
    background-color: #fff;
    border-color: #333333;
    border-bottom: solid 1px transparent;
}
                                                /*ACCOUNT*/
#AccountMain {
    position: absolute;
    top:-382px;
    left:-160px;
    width: 460px;
    height: 266px;
    padding: 10px;
    border: 4px solid #660066;
    border-radius: 5px;
    background: radial-gradient(farthest-corner at 50% 60%,#660066,#cc00cc);
    z-index:-1;
    opacity: 0;
    transition: all 1s;
    /* commenté pour synthèse vocale transform: scale(0,0); */
}
#AccountFrame {
    width: 400px;
    height: 200px;
    margin: 5px auto 0 auto;
    border-top: 15px solid #660066;
    border-bottom: 20px solid #ff66ff;
    border-left: 15px solid #cc00cc;
    border-right: 15px solid #cc00cc;
    border-radius: 5px;
    background: radial-gradient(farthest-corner at 50% 50%,#cc00cc,#cc00cc,#660066);
}
#AccountScreen {
    width: 384px;
    height: 188px;
    padding: 5px;
    margin: 0px auto;
    border-radius: 5px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background: radial-gradient(farthest-corner at 40% 35%, #cfe2e2,#5f9ea0,#003399);
    box-shadow: inset 0px 0px 10px 0px #000;
}
#managerform {
    /* opacity: 0; */
    opacity: 0.8 !important;
    transition: all .5s;
    transition-delay: 1s;
}
#formLogin {
    opacity: 0.7 !important;
}
.AccountTitle,.AccountLabel,.AccountInput,.AccountSubmit {
    display: inline-block;
    font-family: "OCRAStd";
    letter-spacing: -2px;
    color: green;
    text-shadow: 0px 0px 4px lightgreen;
    animation: flicker .05s infinite alternate;
}
.AccountTitle {
    margin: 25px auto;
    font-size: 16px;
}
.AccountLabel {
    font-size: 16px;
}
.AccountInput {
    width: 230px;
    height:20px;
    font-size: 14px;
    background-color: transparent;
    border:none;
}
.AccountSubmit {
    display: block;
    width: auto;
    height:30px;
    margin: 25px auto 0px auto;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: transparent;
}
#GoToResetPassword,#GoToSubscribe,.AccountClose {
    display: block;
    position: absolute;
    top: 259px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: #660066;
    border: 2px solid #660066;
    border-radius: 5px;
    background: #cc00cc;
    box-shadow: 0px 0px 2px 1px #330033;
    cursor: pointer;
}
#GoToResetPassword {
    width: 150px;
    left: 8px;
}
#GoToSubscribe {
    width: 150px;
    right: 8px;
}
.AccountClose {
    width: 55px;
    left: 211px;
}
#GoToResetPassword:hover,#GoToSubscribe:hover,.AccountClose:hover {
    color: #fff;
}
                                                /*PHPINFO & RESET PASSWORD*/
#ButtonPHPInfo,#ButtonResetPassword {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    box-shadow: inset 0px 0px 5px 0px #0D0B0B;
    background-color: #2c446d;
}
#ButtonPHPInfo {
    left: 31px;
}
#ButtonResetPassword {
    right: 29px;
    cursor: pointer;
}
#PHPInfo,#ResetPassword {
    position: relative;
    top:9px;
    width: 34px;
    height: 34px;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    border-radius: 100%;
    border: 3px solid #fff;
    transition: all .5s;
}
#InfoResetPassword {
    position: absolute;
    width: 450px;
    height: 354px;
    left: 3px;
    bottom: 191px;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: justify;
    font-weight: bold;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background-color: #ffff66;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
/*
#PHPInfo:hover {
    color: dodgerblue;
    border: 3px solid dodgerblue;
}
*/
#ResetPassword:hover {
    color: red;
    border: 3px solid red;
}
#PHPInfo {
    animation: phpVoid .5s alternate linear infinite;
}
.phpVoid {
    position: relative;
    display: block;
    width: 5px;
    height: 5px;
}
.phpVoid:after {
    content: '';
    position: absolute;
    display: block;
    width:12px;
    height: 12px;
    border-top: 4px solid currentColor;
    border-right: 4px solid currentColor;
    top:8px;
    left:11px;   
    background: transparent;
}
.phpVoid:before {
    content: '';
    position: absolute;
    display: block;
    width:20px;
    height: 4px;
    top:17px;
    left:6px;
    background: currentColor;
    transform: rotate(-45deg);
}
                                                /*SPEAKERS*/
#HP {
    position: relative;
    top: -150px;
    width: 330px;
    height: 50px;
    margin: 0 auto;
}
#HPLeft,#HPRight {
    position: absolute;
    width: 70px;
    height: 50px;
    border-radius: 20px;
    box-shadow: inset 0px 0px 5px 0px #0D0B0B;
    background: repeating-linear-gradient(0deg,gray 2px,black 6px);
}
#HPLeft {
    left: 0px;
}
#HPRight {
    right: 0px;
}
                                                /*NEWS*/
#NewsMain {
    position: absolute;
    left: 48px;
    bottom: 33px;
    width: 434px;
    height: 218px;
    background-image: url(../../includes/img/panelleft.svg);
}
#NewsTitle {
    display: block;
    position: relative;
    top: 2px;
    width: 294px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #d8d9d9;
    text-shadow: 0px 0px 4px #000;
    cursor: pointer;
    transition: all .5s;
}
#NewsTitle:hover {
    color: #636769;
    text-shadow: 0px 0px 2px #fff;
}
#News {
    position: relative;
    top: 6px;
    width: 432px;
    height: 169px;
    overflow: hidden;
    opacity: 0;
    transition: 1s 2.5s;
}
#News .Output {
    position: relative;
    width: 408px;
    height: 24px;
    margin: 0 auto 12px auto;
    overflow: hidden;
}
#News .Output a {
    line-height: 27px;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0px 0px 4px #000;
    color: #F4BA38;
    cursor: default;
}
#News .newsdate {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    color: #F4BA38;
}
#News .newssubject {
    display: inline-block;
    margin-left: 5px;
}
#NewsHiddenContainer {
    position: absolute;
    left: 701px;
    bottom: 223px;
    width: 450px;
    height: 354px;
    padding: 10px;
    text-align: justify;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background-color: #ffff66;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
#NewsHidden {
    position: relative;
    width: 95%;
    height: 90%;
    margin: 0 auto;
    overflow: scroll;
}
#NewsHidden .Output {
    margin-bottom: 20px;
}
#NewsHidden .newssubject {
    padding: 10px 10px 5px 10px;
    font-size: 20px;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: inset 0px 2px 8px 0px #666600;
    background-color: #ffad33;
}
#NewsHidden .newsdate {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    box-shadow: inset 0px 0px 8px 0px #666600;
    background-color: #ffc266;
}
#NewsHidden .newsdesc {
    padding: 5px 10px 10px 10px;
    font-size: 16px;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: inset 0px -2px 6px 0px #666600;
    background-color: #ffd699;
}
                                                /*SUBSCRIBER*/
#SubscriberMain {
    position: absolute;
    right: 46px;
    bottom: 33px;
    width: 434px;
    height: 218px;
    background-image: url(../../includes/img/panelright.svg);
}
#SubscriberTitle {
    display: block;
    position: relative;
    top: 2px;
    width: 294px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #d8d9d9;
    text-shadow: 0px 0px 4px #000;
/*    cursor: pointer;*/
    transition: all .5s;
}
/*
#SubscriberTitle:hover {
    color: #636769;
    text-shadow: 0px 0px 2px #fff;
}
*/
#Subscriber {
    position: relative;
    top: 6px;
    width: 432px;
    height: 169px;
    overflow: hidden;
    opacity: 0;
    transition: 1s 2.5s;
}
#Subscriber .Output {
    position: relative;
    width: 408px;
    height: 24px;
    margin: 0 auto 12px auto;
    line-height: 24px;
    text-indent: 5px;
    overflow: hidden;
}
#Subscriber .Output a {
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0px 0px 4px #000;
    color: #F4BA38;
    transition: all .5s;
    text-decoration: none;
}
#Subscriber .Output a:hover {
    letter-spacing: 1px;
    text-decoration: underline;
}
#SubscriberHiddenContainer {
    position: absolute;
    left: -91px;
    bottom: 223px;
    width: 450px;
    height: 354px;
    padding: 10px;
    text-align: justify;
    box-shadow: 0px 0px 5px 1px black;
    border-radius: 15px;
    background-color: #ffff66;
    z-index: -1;
    transition: all .5s;
    opacity: 0;
}
#SubscriberHidden {
    position: relative;
    width:95%;
    height: 90%;
    margin: 0 auto;
    overflow: scroll;
}
#SubscriberHidden .Output {
    margin: 5px auto;
}
#SubscriberHidden .Output a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s;
}
#SubscriberHidden .Output a:hover {
    color: red;
    letter-spacing: 1px;
    text-decoration: underline;
}
                                                /*STATUTS*/
#StatutsMain {
    position: absolute;
    top: 90px;
    right:104px;
    width: 254px;
    height: 328px;
    background-image: url(../../includes/img/statuts.svg);
}
#StatutsTitle {
    position: relative;
    top: 2px;
    width: 134px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #636769;
    text-shadow: 0px 0px 2px #fff;
}
#SMTP,#IMAP,#POP,#FTP,#DNS,#BDD,#SAVE,#WMAIL {
    position: absolute;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100%;
    box-shadow: 0px 0px 0px 0px transparent,inset 0px 0px 8px 0px #000;
    background: transparent;
}
#SMTP {
    top: 35px;
    left: 14px;
    transition: all .5s 1s;
}
#IMAP {
    top: 35px;
    left: 74px;
    transition: all .5s 1.1s;
}
#POP {
    top: 35px;
    left: 134px;
    transition: all .5s 1.2s;
}
#FTP {
    top: 35px;
    left: 194px;
    transition: all .5s 1.3s;
}
#DNS {
    top: 96px;
    left: 14px;
    transition: all .5s 1.4s;
}
#BDD {
    top: 96px;
    left: 74px;
    transition: all .5s 1.5s;
}
#SAVE {
    top: 96px;
    left: 134px;
    transition: all .5s 1.6s;
}
#WMAIL {
    top: 96px;
    left: 194px;
    transition: all .5s 1.7s;
}
                                                /*SITES ACTIFS & UPDATE & UPTIME*/
#SitesActifsMain,#UpdateMain,#UpTimeMain {
    position: relative;
    width: 250px;
    height:54px;
    top:115px;
    margin: 5px auto;
    text-align: center;
}
#SitesActifsTitle, #UpdateTitle, #UpTimeTitle {
    position: relative;
    width: 45%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    color: #636769;
    text-shadow: 0px 0px 2px #fff;
    background: #C5C6C6;
}
#SitesActifsCounter, #UpdateCounter, #UpTimeCounter {
    position: relative;
    width: 168px;
    height: 24px;
    top: 4px;
    margin: 0 auto;
    line-height: 30px;
    font-family: "OCRAStd";
    color: transparent;
    text-shadow: none;
    background-image: url(../../includes/img/counter.svg);
}
#SitesActifsCounter {
    transition: all .5s 2s;
}
#UpdateCounter {
    transition: all .5s 2.1s;
}
#UpTimeCounter {
    transition: all .5s 2.2s;
}
.LineStatuts {
    position: absolute;
    width: 95%;
    height: 3px;
    top: 10px;
    left: 5px;
    background: #797F81;
    box-shadow: inset 0px 1px 2px 0px #A7A7A7;
}
                                                /*SIGNATURE*/
.Signature1 {
    position: absolute;
    left:520px;
    bottom: 50px;
    width: 284px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #213450;
    text-shadow: 0px 0px 2px #8AAACD;
}
.Signature1 a {
    text-decoration: none;
    color: #213450;
    text-shadow: 0px 0px 2px #8AAACD;
}
.Signature1 a:hover {
    animation: glow .5s alternate infinite;
}
.Signature2 {
    position: absolute;
    top: 150px;
    right:34px;
    width: 64px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #5382CE;
    text-shadow: 0px 0px 5px #000;
    text-decoration: none;
}
.Signature3 {
    position: absolute;
    left:520px;
    bottom: 17px;
    width: 284px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #213450;
    text-shadow: 0px 0px 2px #8AAACD;
}
.Signature3 a {
    text-decoration: none;
    color: #213450;
    text-shadow: 0px 0px 2px #8AAACD;
}
.Signature3 a:hover {
    animation: glow .5s alternate infinite;
}
.Signature4 {
    position: absolute;
    top: 580px;
    right:114px;
    width: 64px;
    padding: 8px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #5382CE;
    text-shadow: 0px 0px 5px #000;
    background-color: #334E7C;
    border-radius: 20px;
    border: 4px solid #2c446d;
    box-shadow: 0px 0px 4px 2px black, inset 0px 0px 4px 2px black;
}
                                                /*CORRECT BUG*/
#CorrectBug1,#CorrectBug2 {
    position: fixed;
    z-index: -1;
}
                                                /*INFOBOX ACTIONBOX*/
.ModalBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 50vw;
    height: 50vw;
    border-radius: 10px;
    border: 3px solid #3E2958;
    background: #9D8BB6;
    box-shadow: 0px 0px 15px 0px #fff;
    transition: all .5s;
    opacity:0;
    z-index:-1;
}
/* Ajout manquait */
#InfoBox {
    position: absolute;
}
#InfoBoxTitle, #ActionBoxTitle {
    font-size: 18px;
    font-weight: bold;
}
#InfoBoxMsg, #ActionBoxMsg {
    display: block;
    width: 90%;
    height: 60%;
    color: #3E2958;
    font-size: 16px;
    font-weight: bold;
    overflow: scroll;
}
.BoxClose {
    display: block;
    width: 55px;
    height: 55px;
    margin: 10px 45%;
    line-height: 35px;
    border-radius: 5px;
    border: 2px solid #3E2958;
    box-shadow: 0px 0px 2px 0px #000;
    color: #3E2958;
    font-size: 16px;
    font-weight: bold;
    background: #9D8BB6;
    cursor: pointer;
}
.BoxClose:hover {
    color: #9D8BB6;
    background: #3E2958;
    border: 2px solid #9D8BB6;
}
.Okay {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin:30px auto;
    color:green;
}
.Okay:after {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 60px;
    right:38px;
    bottom:8px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: bottom;
}
.Okay:before {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 30px;
    left:17px;
    bottom:8px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: bottom;
}
.Error {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin:30px auto;
    color:red;
}
.Error:after {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 60px;
    left:22px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(45deg);
}
.Error:before {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 60px;
    left:22px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(-45deg);
}
.Warning {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin:30px auto;
    color:orange;
}
.Warning:after {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 40px;
    left:22px;
    border-radius: 10px;
    background: currentColor;
}
.Warning:before {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 15px;
    left:22px;
    bottom:0;
    border-radius: 100%;
    background: currentColor;
}
.QuestionMark {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin:30px auto;
    color:blue;
}
.QuestionMark:after {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 40px;
    left:26px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: top;
}
.QuestionMark:before {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 40px;
    right:26px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: top;
}
.QuestionMark i:after {
    content: '';
    position: absolute;
    display: block;
    width:30px;
    height: 15px;
    right:6px;
    bottom:22px;
    border-radius: 10px;
    background: currentColor;
    transform: rotate(-45deg);
    transform-origin: top;
}
.QuestionMark i:before {
    content: '';
    position: absolute;
    display: block;
    width:15px;
    height: 15px;
    left:22px;
    bottom:0;
    border-radius: 100%;
    background: currentColor;
}
.refresh {
    top:22px;
    right:370px;
    background-color: transparent;
    color: lawngreen;
    position: absolute;
    margin-left: 4px;
    margin-top: 3px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border-top: solid 3px currentColor;
    border-bottom: solid 3px currentColor;
    border-left: solid 3px transparent;
    border-right: solid 3px currentColor;
    cursor: pointer;
    transition: all 1s ease-out;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.refresh:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 11px;
    width: 10px;
    height: 10px;
    border-top: solid 3px currentColor;
    border-left: solid 3px currentColor;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.refresh:hover {
    color: #8AAACD;
   -webkit-transform: rotate(270deg);
    transform: rotate(270deg); 
}
                                                /*MANAGER*/
#ManagerMain {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 1320px;
    height: 722px;
    margin: 10px auto;
    padding: 10px;
    border: 4px solid #81A1BD;
    border-radius: 20px;
    background: #334E7C;
    box-shadow: 0px 0px 8px 2px #000;
}
#ManagerMask {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: #000;
    opacity: .5;
    z-index:-1;
}
#ManagerMenuMain {
    position: absolute;
    width: 22%;
    top: 20px;
    left: 20px;
    border: 2px solid #213450;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px #000;
    background: #334E7C;
    font-variant: small-caps;
    font-weight: bold;
}
#ManagerMain li { /*ATTENTION DIFFERENCE*/
list-style: none;
}
#ManagerMenuMain ul,#ManagerLoginMain > li { /*ATTENTION DIFFERENCE*/
    margin: 10px auto;
}
.ManagerMenuTitle {
    position: relative;
    display: block;
    width: 80%;
    height: 25px;
    margin: 0 auto 10px auto;
    text-align: center;
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    background: linear-gradient(110deg,gray,lightgray,gray,dimgray);
    border-radius: 10px;
    box-shadow: 0px 2px 2px 0px #000;
}
.ManagerMenuContent {
    display: block;
    width: 90%;
    padding: 5px;
    margin: 0px auto;
    border-radius: 10px;
    box-shadow:inset 0px 0px 6px 1px #000;
    background: #2c446d;
}
#ManagerMenuMain a,#ManagerLoginMain a {
    position: relative;
    line-height: 15px;
    font-size: 18px;
    left:25px;
    color:#8AAACD;
    cursor: pointer;
    transition: .5s;
    text-decoration: none;
    font-variant-caps: all-small-caps;
}
#ManagerMenuMain a:hover,#ManagerLoginMain a:hover {
    color:#fff;
}
#ManagerTitle h1 { /*ATTENTION DIFFERENCE*/
    position: relative;
    width:500px;
    height:40px;
    margin: 5px 200px 10px 200px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 4px 2px #000;
    border: 2px solid #3E2958;
    background: #9D8BB6;
    text-align: center;
    font-size:28px;
    line-height: 40px;
    color: #3E2958;
    font-weight: bold;
    text-transform: uppercase;
}
#ManagerLoginMain {
    position: absolute;
    width: 22%;
    top: 20px;
    right: 20px;
    border: 2px solid #213450;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px #000;
    background: #334E7C;
    font-variant: small-caps;
    font-weight: bold;
}
#LogoffButton {
    position: relative;
    width:130px;
    height:40px;
    margin: 0 auto 10px auto;
    border: 8px solid #213450;
    border-radius:5px;
    background: #000;
    box-shadow: 0px 0px 3px 1px #000;
}
#LogoffLabel { /*ATTENTION DIFFERENCE*/
    position: relative;
    display: block;
    width:140px;
    height:50px;
    top:-5px;
    left: -30px;
    border-radius: 5px;
    text-align: center;
    color:#2c446d;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #fff;
    background: repeating-linear-gradient(90deg,#81A1BD 10%,#334E7C 90%,#81A1BD 10%);
    box-shadow: 0px 0px 5px 0px #000, inset 0px 0px 1px #81A1BD;
    cursor: pointer;
    transition: all .2s;
}
#UnsubscribeButton {
    position: relative;
    width:130px;
    height:40px;
    margin: 0 auto 10px auto;
    border: 8px solid #213450;
    border-radius:5px;
    background: #000;
    box-shadow: 0px 0px 3px 1px #000;
}
#UnsubscribeLabel { /*ATTENTION DIFFERENCE*/
    position: relative;
    display: block;
    width:140px;
    height:50px;
    top:-5px;
    left: -30px;
    border-radius: 5px;
    text-align: center;
    color:#4d0000;
    font-size: 17px;
    font-weight: bold;
    line-height: 50px;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #fff;
    background: repeating-linear-gradient(90deg,#ff8080 10%,#b30000 90%,#ff8080 10%);
    box-shadow: 0px 0px 5px 0px #000, inset 0px 0px 1px #ff8080;
    cursor: pointer;
    transition: all .2s;
}
#LogoffButton:hover #LogoffLabel,#UnsubscribeButton:hover #UnsubscribeLabel {
    transform: scale(0.9,0.9);
    opacity: .8;
}
#ManagerBox {
    position: relative;
    width: 50%;
    height: 80%;
/*    top: 10px;*/
/*    margin:0 200px;*/
}
#ManagerFrame {
    width: 92%;
    height: 98%;
    border-top: 25px solid #213450;
    border-bottom: 30px solid #8AAACD;
    border-left: 25px solid #7098c2;
    border-right: 25px solid #7098c2;
    border-radius: 5px;
}
#ManagerScreen {
    width: 97%;
    height: 96.9%;
    padding: 5px;
    margin: 0px auto;
    border-radius: 5px;
    border-top: 4px solid #1e2f48;
    border-bottom: 4px solid #1e2f48;
    border-left: 4px solid #1e2f48;
    border-right: 4px solid #1e2f48;
    background: radial-gradient(farthest-corner at 40% 35%, #cfe2e2,#5f9ea0,#003399);
    box-shadow: inset 0px 0px 10px 0px #000;
}
#ManagerContent {
    width:95%;
    height: 100%;
    margin: 0px auto;
    overflow: scroll;
}
#ManagerHP {
    position: absolute;
    width:290px;
    height:200px;
    bottom: 25px;
    right:25px;
    border-radius: 20px;
    box-shadow: inset 0px 0px 5px 2px #0D0B0B;
    background: repeating-linear-gradient(0deg,gray 2px,black 8px);
}
.KnobMain {
    position: absolute;
    top:-10px;
    left:-10px;
    width: 39px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid dimgray;
    box-shadow: 0px 4px 2px 1px #000;
    transform: scale(.4,.4);
    background: radial-gradient(dimgray,gray,lightgray);
    transition: all .5s; 
}
.KnobMain:before {
    content:'';
    position: absolute;
    width: 31px;
    height: 30px;
    margin: 0px auto 0 auto;
    top:4px;
    left:4px;
    border-radius: 100%;
    transform: rotate(0deg);
    background: linear-gradient(90deg,lightgray,gray,lightgray);
    transition: .5s;
}
.KnobMain:after {
    content:'';
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 0px auto 0 auto;
    top:9px;
    left:9px;
    border-radius: 100%;
    border: 1px solid gray;
    box-shadow: 0px 3px 2px 1px #000;
    background: radial-gradient(lightgray,lightgray,gray);
}
.relative a:hover + .KnobMain::before {
    transform: rotate(90deg);
}
.vis {
    position: absolute;
    top:3px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #4d4d4d;
    background: radial-gradient(lightgray,gray);
    box-shadow: 0px 1px 0px 1px #000;
}
.vis:before {
    content:'';
    position: absolute;
    top:2px;
    left:7px;
    width: 1px;
    height: 11px;
    background: #4d4d4d;
    transform: rotate(45deg);
}
.vis:after {
    content:'';
    position: absolute;
    top:2px;
    left:7px;
    width: 1px;
    height: 11px;
    background: #4d4d4d;
    transform: rotate(-45deg);
}
.left {
    left:4px;
}
.right {
    right:4px;
}
.relative {
    position: relative;
    display: block;
    height: 22px;
}
.red {
    color: firebrick;
}
.green {
    color: green;
}
.blue {
    color:blue;
}
                                                /*MANAGER CONTENT*/
#ManagerContent h1 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin: 8px 0px;
}
#ManagerContent h2 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
#ManagerContent h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin: 8px 0px;
}
#ManagerContent p {
    padding: 10px 0px 20px 0px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    text-align: justify;
    border-bottom: 2px solid #000;
}
#ManagerContent table {
    width: 95%;
    margin: 20px auto;
    padding-bottom: 20px;
    font-size: 16px;
    border-bottom: 2px dashed yellow;
}
#ManagerContent button, #buttonPay {
    padding: 6px;
    border-radius: 5px;
    border: 2px solid #000;
    box-shadow: 0px 0px 4px 0px #000,inset 0px 0px 0px 0px #000;
    font-weight: bold;
    font-size: 15px;
    color: #cfe2e2;
    background: #5f9ea0;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .5s;
}
#ManagerContent button:hover,  #buttonPay:hover {
    box-shadow: 0px 0px 0px 0px #000, inset 0px 0px 4px 0px #000;
    transform: scale(0.95,0.95);
}
.textButton {
    margin-top: 8px;
    font-size: 10px;
}
                                                /*MANAGER TABLES*/
.dataTables_info, .dataTables_paginate, .dataTables_length, .dataTables_filter {
    margin: 5px auto;
    font-weight: bold;
}
.dataTables_length select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width: 50px;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    text-indent: 11px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
.dataTables_length select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
.dataTables_filter input {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 2px;
    margin-top:10px;
    margin-left: 5px;
    width: 80%;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
}
.dataTables_paginate {
    border-bottom: 2px dashed yellow;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.paginate_button {
    margin-right: 10px;
    cursor: pointer;
}
.current {
    color: #fff;
}
.previous, .next {
    color: blue;
}
.disabled {
    cursor: not-allowed;
    color: red;
}
.sorting {
    cursor: ns-resize;
}
.sorting_asc {
    cursor: n-resize;
}
.sorting_desc {
    cursor: s-resize;
}
.sorting:hover, .sorting_asc:hover, .sorting_desc:hover {
    text-decoration: underline;
    color:blue;
}

                                            /*TABLEAU DE BORD*/
#dashboardGeneral td:first-child, #dashboardServices td:first-child, #dashboardInformations td:first-child {
    width: 50%;
    padding-bottom: 6px;
    font-weight: bold;
}
#dashboardGeneral td:last-child, #dashboardServices td:last-child, #dashboardInformations td:last-child {
    width: 50%;
    padding-bottom: 6px;
    font-weight: normal;
}
#dashboardGeneral a, #dashboardServices a {
    color:#000;
    text-decoration: none;
    cursor: text;
}
                                            /*PROFILE*/
#formManagerProfile label {
    font-weight: bold;
}
#formManagerProfile input {
    width: 100%;
    padding: 5px;
    margin-bottom: 6px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formManagerProfile button {
    margin-top: 20px;
}
                                            /*CHANGER MOT DE PASSE*/
#changePassword td {
    width: 50%;
    padding-bottom: 6px;
    font-weight: bold;
}
#changePassword input {
    width: 100%;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#changePassword button {
    margin-top: 20px;
}
                                            /*OFFRES*/
#ManagerContent .expiryDate {
    font-size: 16px;
    line-height: 25px;
    color:darkviolet;
}
table#offerList, table#offerListPayment, #paymentOfferContent table {
    border-bottom: none;
    padding-bottom: 0px;
    position: relative;
}
#offerList th {
    text-align: left;
    padding:2px 0px;
    border-right: 2px dotted #000;
}
#offerList tr:first-child th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#offerList tr:first-child th:nth-child(2) {
    color: green;
}
#offerList tr:first-child th:nth-child(3) {
    color: saddlebrown;
}
#offerList tr:first-child th:nth-child(4) {
    color: dimgray;
}
#offerList tr:first-child th:nth-child(5) {
    color: goldenrod;
}
#offerList tr td {
    text-align: center; 
    width: 15%;
    border-right: 2px dotted #000;
}

#offerListPayment th {
    font-size: 17px;
}
#offerListPayment td {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}
#offerListPayment input {
    margin-left:30px;
}

#paymentOfferContent {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#paymentOfferTitle, #paymentOfferAmount, #paymentOfferText {
    display: inline-block;
    position: relative;
}
#buttonPay{
    margin-bottom: 15px;
}
                                            /*FICHIERS MAIN INDEX*/
#formFilemanagerMain {
    text-align: center;
}
#formFilemanagerMain button {
    width: 115px;
}
table#filemanagerDirectoriesList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#filemanagerDirectoriesList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#filemanagerDirectoriesList td {
    width: 25%;
    padding-top: 5px;
}
#filemanagerDirectoriesList td:first-child {
    width: 5%;
    text-align: center;
}
#filemanagerDirectoriesList td:nth-child(2) {
    font-weight: bold;
}
#filemanagerDirectoriesList tbody label {
    cursor: pointer;
}
#filemanagerDirectoriesList tbody tr td:nth-child(1):hover {
    background-color: red;
}
#filemanagerDirectoriesList tbody tr:hover > td:nth-child(2),#filemanagerDirectoriesList tbody tr:hover > td:nth-child(3),#filemanagerDirectoriesList tbody tr:hover > td:nth-child(4)  {
    background-color: lightblue;
    cursor: pointer;
}
#filemanagerDirectoriesList button {
    width: 50%;
}
#filemanagerDirectoriesList .textButton {
    display: none;
}

table#filemanagerFilesList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#filemanagerFilesList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#filemanagerFilesList td {
    padding-top: 5px;
    width: 25%;
}
#filemanagerFilesList td:first-child {
    width: 5%;
    text-align: center;
}
#filemanagerFilesList td:nth-child(2) {
    font-weight: bold;
}
#filemanagerFilesList tbody label {
    cursor: pointer;
}
#filemanagerFilesList tbody tr td:nth-child(1):hover {
    background-color: red;
}
#filemanagerFilesList tbody tr:hover > td:nth-child(2),#filemanagerFilesList tbody tr:hover > td:nth-child(3),#filemanagerFilesList tbody tr:hover > td:nth-child(4)  {
    background-color: lightblue;
    cursor: pointer;
}
#filemanagerFilesList button {
    width: 50%;
}
#filemanagerFilesList .textButton {
    display: none;
}
                                            /*FICHIERS CREATE FILE*/
#formCreateFile tr:nth-child(2) td {
    text-align: center;
}
#formCreateFile label {
    font-weight: bold;
}
#formCreateFile input {
    width: 100%;
    padding: 5px;
    margin-bottom: 6px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formCreateFile button {
    margin-top: 20px;
    width: 150px;
}
                                            /*FICHIERS CREATE FOLDER*/
#formCreateFolder tr:nth-child(2) td {
    text-align: center;
}
#formCreateFolder label {
    font-weight: bold;
}
#formCreateFolder input {
    width: 100%;
    padding: 5px;
    margin-bottom: 6px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formCreateFolder button {
    margin-top: 20px;
    width: 150px;
}
                                            /*FICHIERS UPLOAD FILE*/
#filemanagerUpload {
    font-weight: bold;
}
#filemanagerUpload button {
    display: block;
    margin: 20px auto 0px auto;
    width: 100px;
}
                                            /*FICHIERS RENAME*/
table#filemanagerRenameList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#filemanagerRenameList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#filemanagerRenameList input {
    width: 95%;
    padding: 5px;
    margin-bottom: 6px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#filemanagerRenameList td {
    width: 50%;
    padding-top: 6px;
    font-weight: bold;
}
#filemanagerRenameListButtons td {
    text-align: center;
}
#filemanagerRenameListButtons button {
    width: 150px;
}
                                            /*FICHIERS DELETE*/
#filemanagerDeleteList li {
    margin: 5px auto;
    width: 90%;
    font-weight: bold;
    padding-left: 5px;
    border-left: 3px solid red;
}
#filemanagerDelete td {
    text-align: center;
}
#filemanagerDelete button {
    width: 150px;
}
                                            /*FICHIERS EDIT FILE*/
#formFilemanagerEdit {
    margin-top: -20px;
}
#formFilemanagerEdit p {
    border-bottom: none;
}
#formFilemanagerEdit tr:nth-child(1) td button {
    position: relative;
    transform: scale(.9);
}
#formFilemanagerEdit tr:nth-child(1) td div {
    border: none;
}
#formFilemanagerEdit tr:nth-child(1) td div::after {
    width:0;
    margin:0;
}
#formFilemanagerEdit tr:nth-child(1) td div div:first-child {
    background-color: transparent;
}
.trumbowyg-editor {
    height: 10px;
}

#formFilemanagerEdit tr:nth-child(2) td {
    text-align: center;
}
#formFilemanagerEdit tr:nth-child(2) td button {
    width: 100px;
}

                                            /*PROTECTION DOSSIER*/
table#folderProtection td {
    width: 50%;
    padding-bottom: 6px;
    font-weight: bold;
}
table#folderProtection input {
    width: 100%;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
table#folderProtection button {
    margin-top: 20px;
}
                                            /*BASES DE DONNEES*/
#formManagerDatabases {
    padding-top: 10px;
}
table#databasesList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#databasesList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#databasesList td {
    width: 25%;
    text-align: center;
    padding-top: 5px;
}
#databasesList tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#databasesList button {
    width: 50%;
}
#databasesList .textButton {
    display: none;
}
#addDatabase {
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    color: darkgreen;
}
#addDatabase button {
    margin: 0px 10px;
}
#addDatabase .textButton {
    display: none;
}
                                            /*ADRESSES ELECTRONIQUES*/
#formManagerEmails {
    padding-top: 10px;
}
table#emailsList, table#aliasesList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#emailsList th, #aliasesList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#emailsList td {
    width: 20%;
    text-align: center;
    padding-top: 5px;
}
#emailsList tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#emailsList button {
    width: 60%;
}
#emailsList .textButton {
    display: none;
}
#formManagerAddEmail tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#formManagerAddEmail select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-left: 2px;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#formManagerAddEmail select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
#formManagerAddEmail input {
    margin-right: 2px;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formManagerAliases {
    padding-top: 10px;
}
#formManagerAliases button {
    width: 50%;
}
#formManagerAliases .textButton {
    display: none;
}
#formManagerAliases td {
    width: 25%;
    text-align: center;
    padding-top: 5px;
}
#formManagerAddAlias tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#formManagerAddAlias select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-left: 2px;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#formManagerAddAlias select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
#formManagerAddAlias input {
    margin-right: 2px;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
                                            /*DOMAINES*/
#formManagerDomains {
    padding-top: 10px;
}
table#domainsList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#domainsList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#domainsList td {
    width: 30%;
    text-align: center;
    padding-top: 5px;
}
#domainsList tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#domainsList button {
    width: 40%;
}
#domainsList .textButton {
    display: none;
}
#formManagerAddDomain tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#formManagerAddDomain input {
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
                                            /*SOUS-DOMAINES*/
#formManagerSubdomains {
    padding-top: 10px;
}
table#subdomainsList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#subdomainsList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#subdomainsList td {
    width: 25%;
    text-align: center;
    padding-top: 5px;
}
#subdomainsList tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#subdomainsList button {
    width: 50%;
}
#subdomainsList .textButton {
    display: none;
}
#subdomainsAdd select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-left: 2px;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#subdomainsAdd select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
#subdomainsAdd input {
    margin-left: 40px;
    margin-right: 2px;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
                                            /*DNS*/
#domainDNSSelection table {
    border-bottom: none;
    padding-bottom: 10px;
}
#domainDNSSelection th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#domainDNSSelection td {
    padding-top: 5px;
    width: 20%;
    text-align: center;
}
#domainDNSSelection button {
    width: 90%;
}
#domainDNSSelection select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#domainDNSSelection select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
table#dnsList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#dnsList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#dnsList td {
    width: 20%;
    text-align: center;
    padding-top: 5px;
    overflow-x: hidden;
}
#dnsList tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#dnsList tr td:nth-child(4) {
    text-align: left;
}
#dnsList button {
    width: 50%;
}
#dnsList .textButton {
    display: none;
}
#dnsAdd th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: none;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#dnsAdd td {
    width: 25%;
    text-align: center;
}
#dnsAdd input {
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#dnsAdd button {
    margin-top: 10px;
    width: 15%;
}
#dnsAdd select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#dnsAdd select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
                                            /*CERTIFICATS*/
#certificatesList_wrapper {
    padding-top: 10px;
}
table#certificatesList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#certificatesList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    border-right: none;
    font-size: 15px;
    line-height: 25px;
}
#certificatesList td {
    width: 30%;
    text-align: center;
    padding-top: 5px;
}
#certificatesAdd td {
    width: 30%;
    font-weight: bold;
    font-size: 15px;
}
#certificatesAdd td select {
    width: 90%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#certificatesAdd td select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
#certificatesAdd button {
    width: 80%;
}
                                            /*APPLICATIONS*/
#formManagerApplications th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    font-size: 15px;
    line-height: 25px;
}
#formManagerApplications td {
    padding: 5px 0px;
}
#formManagerApplications input {
    margin-bottom: 10px;
}
#formManagerApplications .appSelect {
    padding-left: 10px;
    font-weight: bold;
}
#formManagerApplications tr:nth-child(2) td:last-child input {
    padding: 5px;
    margin-bottom: 0px;
    width: 100%;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formManagerApplications button {
    margin-top: 20px;
}
                                            /*SAUVEGARDES*/
#formManagerBackupAccount th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    font-size: 15px;
    line-height: 25px;
    
/*    border: 1px solid red;*/
}
#formManagerBackupAccount td {
    width: 20%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
    
/*    border: 1px solid green;*/
}
#formManagerBackupAccount tr:nth-child(2) td:nth-child(2) input {
    width: 94%;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formManagerBackupAccount .typeSelect {
    padding-left: 5px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
#formManagerBackupAccount button {
    width: 50%;
}
#formManagerBackupAccount .textButton {
    display: none;
}
#formManagerBackupDatabase th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    font-size: 15px;
    line-height: 25px;
}
#formManagerBackupDatabase td {
    width: 30%;
    padding-top: 5px;
    font-weight: bold;
    font-size: 15px;
}
#formManagerBackupDatabase td select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width: 100%;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#formManagerBackupDatabase td select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
#formManagerBackupDatabase tr:nth-child(2) td:nth-child(3) input {
    width: 90%;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formManagerBackupDatabase .typeSelect {
    padding-left: 5px;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
#formManagerBackupDatabase button {
    width: 50%;
}
#formManagerBackupDatabase .textButton {
    display: none;
}
                                            /*TELECHARGEMENTS*/
#downloadsList_wrapper {
    padding-top: 10px;
}
table#downloadsList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#downloadsList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    font-size: 15px;
    line-height: 25px;
}
#downloadsList td {
    width: 15%;
    text-align: center;
    padding-top: 5px;
}
#downloadsList tr td:first-child {
    text-align: left;
    font-weight: bold;
}
#downloadsList button {
    width: 60%;
}
#downloadsList .textButton {
    display: none;
}
                                            /*JOURNAUX*/
#logs td {
    width: 50%;
}
#logs textarea {
    padding: 5px;
    margin-top:15px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
    overflow-y: scroll;
}
#logs td select {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width: 100%;
    padding: 2px 3px;
    border: 2px solid #ff8080;
    border-radius: 5px;
    background: #cfe2e2;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 0px 1px 0px #fff;
    cursor: pointer;
    transition: all .5s;
}
#logs td select:hover {
    box-shadow: 0px 0px 4px 0px #fff;
}
#logs button {
    width: 50px;
    height: 40px;
    margin-left:20px;
}
#logs button div {
    display: none;
}
                                            /*HISTORIQUE*/
table#historyList {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
#historyList th {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #000;
    font-size: 15px;
    line-height: 25px;
}
#historyList td {
    width: 30%;
    padding-top: 5px;
}
#historyList tr td:last-child {
    text-align: center;
}
                                            /*DESINSCRIPTION*/
#formUnsubscribe td {
    width: 50%;
    padding-bottom: 6px;
    font-weight: bold;
}
#formUnsubscribe input {
    width: 100%;
    padding: 5px;
    border: 2px solid #5f9ea0;
    border-radius: 5px;
    background: #cfe2e2;
}
#formUnsubscribe button {
    margin-top: 20px;
}
