/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
    font-size: 0.9rem;
        background-color: #e5e5e5;
}

/*---------------------------------------------*/

a {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: #040be0 !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #adadad;
}

input:-moz-placeholder {
    color: #adadad;
}

input::-moz-placeholder {
    color: #adadad;
}

input:-ms-input-placeholder {
    color: #adadad;
}

textarea::-webkit-input-placeholder {
    color: #adadad;
}

textarea:-moz-placeholder {
    color: #adadad;
}

textarea::-moz-placeholder {
    color: #adadad;
}

textarea:-ms-input-placeholder {
    color: #adadad;
}

label {
    display: block;
    margin: 0;
}

/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/

.txt1 {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
}

.txt2 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.6;
    color: #999999;
}

.txt3 {
    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.6;
    color: #00ad5f;
}

/*==================================================================
[ Size ]*/

.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/

.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.nav {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 3px;
    border-top: 2px solid #007bff;
    height: 50px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav ul li {
    position: relative;
    display: inline-block;
    height: 49px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    float: left;
}
.nav ul li a {
    position: relative;
    display: block;
    padding: 0 25px;
    color: #666666;
    font-size: 12px;
   line-height: 48px;
    text-decoration: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.nav ul li a:hover:before {
    border-right: 15px solid #f2f2f2;
}

.nav ul li a:hover:after {
    border-left: 15px solid #f2f2f2;
}

.nav ul li a.logo {
    background: #007bff;
    width: 30px;
    height: 30px;
    padding: 15px 30px 15px 15px;
    line-height: 1;
    vertical-align: middle;
}

.nav ul li a.logo:hover {
    background: #0869d2;
}

.nav ul li a.logo img {
    width: 100%;
}

.nav ul li a i {
    margin: 0 0 0 6px;
}

.nav ul li .menu {
    display: none;
    position: absolute;
    background: #FFFFFF;
    top: 100%;
    width: 180px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #007bff;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.nav ul li .menu li {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav ul li .menu li:nth-child(2),
.nav ul li .menu li:nth-last-child(2) {
    height: 45px;
}

.nav ul li .menu li:nth-child(2) a:before,
.nav ul li .menu li:nth-last-child(2) a:before,
.nav ul li .menu li:nth-child(2) a:after,
.nav ul li .menu li:nth-last-child(2) a:after {
    content: '';
    display: none;
}

.nav ul li .menu li a {
    background: #FFFFFF;
    padding: 0 15px 0 30px;
    color: #666666;
    line-height: 45px;
    text-align: left;
}

.nav ul li .menu li a:hover {
    background: #f2f2f2;
}

.info {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

.info h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.info span {
    color: #666666;
    font-size: 12px;
}

.info span a {
    color: #000000;
    text-decoration: none;
}

.info span .fa {
    color: #ffce54;
}

.info span .spoilers {
    color: #999999;
    margin-top: 5px;
    font-size: 10px;
}

.container-contact100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}

.wrap-contact100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================
[ Contact more ]*/

.contact100-more {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 0;
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

/*==================================================================
[ Form ]*/

.contact100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    padding: 60px 55px 55px 55px;
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 48px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    margin-bottom: 20px;
}

.label-input100 {
    font-family: Montserrat-SemiBold;
    font-size: 11px;
    color: #666666;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 15px 0 2px 24px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2;
    padding: 0 26px;
}

input.input100 {
    height: 48px;
}

textarea.input100 {
    min-height: 130px;
    padding-top: 14px;
    padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #007bff;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus+.focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------------------------------------
[ Button ]*/

.container-contact100-form-btn {
    width: 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #007bff;
    font-family: Montserrat-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn:hover {
    background: #0869d2;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .contact100-form {
        width: 50%;
        padding: 110px 30px 55px 30px;
    }
}

@media (max-width: 768px) {
    .contact100-form {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .contact100-form {
        padding: 110px 15px 55px 15px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*==================================================================
[ Social ]*/

.contact100-form-social {
    padding-top: 100px;
}

.contact100-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
}

.contact100-form-social-item:hover {
    background: #404b46;
    color: #fff;
}
footer{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 56px;
    padding: 1em 0;
    background: #fff;
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
       border-radius: 0px 5px 5px 0px;
    border: 1px solid #dad7d7;
    height: calc(2.49rem + 2px);
    outline: none;
    position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/

.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Montserrat-Regular;

    color: #404b46;

    padding-left: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 100%;
    top: 45%;
    transform: translateY(-50%);

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-top-color: #404b46;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-bottom-color: #404b46;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/

.select2-container--open .select2-dropdown {
    z-index: 1251;
    width: calc(100% + 2px);
    border: 0px solid transparent;
    border-radius: 10px;
    overflow: auto;
    background-color: white;
    left: -2px;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.select2-dropdown--above {
    top: -34px;
}

.select2-dropdown--below {
    top: 2px;
}

.select2-container .select2-results__option[aria-selected] {
    padding-left: 15px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #007bff;
    color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #007bff;
    color: white;
}

.select2-results__options {
    font-family: Montserrat-Regular;

    color: #404b46;
}
.form-control {
    height: 38px;
}
.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #404b46;
    line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
    width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
    width: calc(100% + 2px) !important;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 1em;
    cursor: pointer;
}

.app {
    padding: 2em 0;
}

.table td,
.table th {
        padding: 0.6rem;
    vertical-align: middle;
    border-top: 1px solid #e9ecef;
    font-weight: normal;
}

.container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    max-width: 94%;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em 0;
    text-align: left;
    border-radius: 0.3em;
    box-shadow: -1px 5px 18px -7px rgba(0, 0, 0, 0.75);
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.49rem + 2px);
}
input.form-control:not([size]):not([multiple]) {
    height: calc(2.49rem + 2px);
}
.header {
    flex: 1;
    padding: 0 1.6em 0.5em;
    text-align: right;
}

input {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #dad7d7;
    margin-bottom: 0px !important;
    width: 75%;
    height: 40px;
    float: left;
    padding: 0px 15px;
}
@media screen and (max-width: 470px) {
    .header {
        padding: 0 1em 2.5em;
    }
}

@media screen and (max-width: 340px) {
    .header {
        padding: 0 0.5em 2.5em 0.5em;
    }
}

.table {
    width: 100%;
    flex-basis: 100%;
    color: #6f7f85;
    border-spacing: 0;
     font-size: 0.8rem;
}
main {
    display: block;
    padding: 0 20px;
}
.table .table__header {
       background-color: #989898;
    font-size: 0.9em;
    color: #fff;
}

.table__header--tr>* {
    padding: 1em 1.6em;
}

@media screen and (max-width: 470px) {
    .table__header--tr>* {
        padding: 1em 1em;
    }
}

@media screen and (max-width: 340px) {
    .table__header--tr>* {
        padding: 1em 0.5em;
    }
}

.table__body--tr>* {
    padding: 1.5em 1.6em;
}

@media screen and (max-width: 470px) {
    .table__body--tr>* {
        padding: 1.5em 1em;
    }
}

@media screen and (max-width: 340px) {
    .table__body--tr>* {
        padding: 1.5em 0.5em;
    }
}

.table__body td:not(:nth-child(1)) {
    font-size: 0.9em;
}

.table__body>*:nth-child(even) {
        background-color:rgba(54, 54, 54, 0.23921568627450981);
}
.text-middle-buttons{
        width: 100%;
    text-align: center;
}
.btn {
       width: 9em;
    padding: 1em;
    text-align: center;

    cursor: pointer;
    font-size: 0.9em;
}

.btn.btn__add {
    background-color: #fff;
    border: 0.1em #007bff solid;
    border-radius: 0.2em;
    color: #007bff;
}

.btn.btn__add:hover {
    background-color: #0869d2;
    color: #fff;
}

.btn.btn__submit {
    background-color: #0869d2;
    color: #fff;
    border-radius: 0.2em;
    display: none;
}

@media screen and (max-width: 700px) {
    .btn.btn__submit {
        width: 100%;
    }
}

.btn.btn__clear--danger {
    color: #e12637;
    text-decoration: underline;
}

.btn__remove {
    width: 3em;
    float: right;
    -webkit-transform: rotate(45deg) scale(2);
    transform: rotate(0deg) scale(1);
    color: #6f7f85;
}

@media screen and (max-width: 440px) {
    .btn__remove {
        -webkit-transform: translateY(45%) translateX(0%) rotate(45deg) scale(2.5);
        transform: translateY(45%) translateX(0%) rotate(45deg) scale(2.5);
        padding: 0.5em 1em;
    }
}

.btn__remove::after {
    top: 0;
    left: 0;
}

@media screen and (max-width: 440px) {
    .btn__remove::after {
        content: attr(data-content);
        position: absolute;
        -webkit-transform: rotate(-45deg) translateX(-100%) translateY(230%);
        transform: rotate(-45deg) translateX(-100%) translateY(230%);
        font-size: 5.6px;
    }
}

.message-action {
    padding: 0 2em;
    color: #2a2c2b;
    display: none;
    font-size: 1.0833333333em;
}

input {
    outline: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.input {
    display: none;
    border-radius: 0.2em;
    border: 0.1em #999999 solid;
    padding: 1em;
    font-size: 1.3333333333em;
    margin-right: 0.5em;
}

@media screen and (max-width: 700px) {
    .input {
        width: 100%;
        margin-bottom: 0.5em;
    }
}

.input:focus {
    border-color: #04ab6b;
}

.input.input__success {
    border-color: #04ab6b;
}

.input.input__error {
    border-color: #e12637;
}

.badge-lp {
    position: absolute;
}

.badge-lp[data-count]:after {
    content: attr(data-count);
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%);
    font-size: 1.0833333333em;
    font-weight: bold;
    background: #e8eceb;
    color: #6f7f85;
    width: 1.65em;
    height: 1.65em;
    text-align: center;
    line-height: 1.65em;
    border-radius: 50%;
}

.badge-icon {
    position: relative;
}

.badge-icon.badge-icon::after {
    content: attr(data-count);
    position: absolute;
    font-size: 1.0833333333em;
    font-weight: bold;
    background: #fff;
    color: #007bff;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
    line-height: 1.4em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-15%) translateX(50%);
    transform: translateY(-15%) translateX(50%);
}

.main__message--no-users {
    display: none;
    padding: 1.6em;
    text-align: center;
    justify-content: center;
    color: #2a2c2b;
    font-size: 1.0833333333em;
}

.invalid {
    display: none;
    padding: 0.5em 0;
    color: #e12637;
    position: absolute;
    -webkit-transform: translateY(180%) translateX(-110%);
    transform: translateY(180%) translateX(-110%);
}

form {
    border-radius: 5px;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    overflow: hidden;
        margin-bottom: 10px;
}

input {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #dad7d7;
    margin-bottom: 15px;
    width: 75%;
    height: 40px;
    float: left;
    padding: 0px 15px;
}

textarea {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #dad7d7;
    margin: 0;
    width: 75%;
    height: 130px;
    float: left;
    padding: 0px 15px;
}

.form-group {
    overflow: hidden;
    clear: both;
        margin-bottom: 0.5rem;
}
.content{
        float: right;
    width: 83%;
}
.f-dropdown input[type="checkbox"] {
  margin: 0;
}

.f-dropdown label {
  padding: .5rem;
}

.accordion {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-left: 0;
}

/*---------------------------------*\
Helper classes
\*---------------------------------*/
.margin-reset {
  margin-bottom: 0;
}
select{
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #dad7d7;
  margin-bottom: 15px;
  width: 75%;
  height: 40px;
  float: left;
  padding: 0px 15px;
}
.icon-case {
    width: 35px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    background: #eeeeee;
    height: 38px;
    position: relative;
    text-align: center;
    line-height: 40px;
}

i {
    color: #555;
}

.contentform {
    padding: 40px 30px;
}

.bouton-contact {
    background-color: #007bff;
    color: #FFF;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 17px 25px;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    margin-top: 40px;
    font-size: 18px;
}

.leftcontact {
    width: 49.5%;
    float: left;
    border-right: 1px dotted #CCC;
    box-sizing: border-box;
    padding: 0px 15px 0px 0px;
}

.rightcontact {
    width: 49.5%;
    float: right;
    box-sizing: border-box;
    padding: 0px 0px 0px 15px;
}

.validation {
    display: none;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 13px;
    /*color: #DE5959;*/
    color:#ff0000;
}

form h1 {
    font-size: 18px;
    background: #007bff none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 22px 25px;
    border-radius: 5px 5px 0px 0px;
    margin: auto;
    text-shadow: none;
    text-align: left;
}

#sendmessage {
    border: 1px solid #fff;
    display: none;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    margin-bottom: 30px;
    background-color: #EBF6E0;
    color: #007bff;
    border: 1px solid #B3DC82;
    padding: 13px 40px 13px 18px;
    border-radius: 3px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,
.show {
    display: block;
}
.active1 {
    background: #007bff;
    padding: 0 25px 0 30px;
    color: #FFFFFF !important;
}
.content-wrapper{
    float: right;
    padding: 0px 50px;
}
.tgl {
  position: relative;
  display: inline-block;
  height: 30px;
  cursor: pointer;
      top: 10px;
}
.tgl > input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  /* Put the input behind the label so it doesn't overlay text */
  visibility: hidden;
}
.tgl .tgl_body {
  width: 60px;
  height: 30px;
  background: white;
  border: 1px solid #dadde1;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}
.tgl .tgl_switch {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: white;
  position: absolute;
  left: -1px;
  top: -1px;
  border-radius: 50%;
  border: 1px solid #ccd0d6;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.13);
  -moz-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -moz-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -o-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, -o-transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1), -webkit-transform cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition-delay: 250ms, 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, transform cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  z-index: 1;
}
.tgl .tgl_track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 50px;
}
.tgl .tgl_bgd {
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  width: 55px;
  -moz-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -o-transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  -webkit-transition: left cubic-bezier(0.34, 1.61, 0.7, 1), right cubic-bezier(0.34, 1.61, 0.7, 1);
  -webkit-transition-delay: 250ms, 250ms;
  transition: left cubic-bezier(0.34, 1.61, 0.7, 1) 250ms, right cubic-bezier(0.34, 1.61, 0.7, 1) 250ms;
  background: #439fd8 url("http://petelada.com/images/toggle/tgl_check.png") center center no-repeat;
}
.tgl .tgl_bgd-negative {
  right: auto;
  left: -45px;
  background: #a8a4a4 url("http://petelada.com/images/toggle/tgl_x.png") center center no-repeat;
}
.tgl:hover .tgl_switch {
  border-color: #b5bbc3;
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.tgl:active .tgl_switch {
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.tgl > :not(:checked) ~ .tgl_body > .tgl_switch {
  left: 30px;
}
.tgl > :not(:checked) ~ .tgl_body .tgl_bgd {
  right: -45px;
}
.tgl > :not(:checked) ~ .tgl_body .tgl_bgd.tgl_bgd-negative {
  right: auto;
  left: -10px;
}
.metric {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #DCE6EB;
}
.metric .icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #0081c2;
    text-align: center;
}
.metric .icon i {
    font-size: 18px;
    color: #fff;
}
.metric .number {
    display: block;
    font-size: 28px;
    font-weight: 300;
}
.metric .title {
    font-size: 16px;
}
.metric p {
    margin-bottom: 0;
    line-height: 1.2;
    text-align: right;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500);

.error-page {
  background-color: #007aff;
  color: #fff;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.button {
  font-weight: 300;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  border: 1px solid #efefef;
  padding: .5em;
  border-radius: 3px;
  float: left;
  margin: 6em 0 0 -155px;
  left: 50%;
  position: relative;
  transition: all .3s linear;
}

.button:hover {
  background-color: #007aff;
  color: #fff;
}

.parah {
  font-size: 2em;
  text-align: center;
  font-weight: 100;
  color:#fff;
}

.h33 {
  text-align: center;
  font-size: 10em;
  font-weight: 100;
  text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px, #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px, #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px, #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px, #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px, #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px, #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px, #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px, #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px, #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px, #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px, #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px, #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px, #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px, #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px, #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px, #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px, #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px, #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px, #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px, #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px, #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px, #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px, #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px, #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px, #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px, #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px, #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px, #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px, #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px, #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px, #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px, #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px, #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px, #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px, #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px, #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px, #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px, #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px, #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px, #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px, #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px, #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px, #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px, #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px, #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px, #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px, #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px, #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px, #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px, #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px, #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px, #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px, #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px, #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px, #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px, #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px, #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px, #0079fe 199px 199px, #007aff 200px 200px;
}