@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap);
@import url(https://libs.iraiser.eu/libs/forms/select2/css/select2.min.css);
@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);

body {
    position: relative
}

body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(.25turn, rgba(5, 41, 66, .4), transparent);
    color: #949494
}

#greetings-comp .submit input,
#type-a #next-submit .button,
#type-a .amount label,
#type-a .type2ct .radio-desc label,
.ui-widget,
body,
button,
input,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}

h1,
h2,
h3,
h4,
h5,
h6,
legend,
ol,
p,
ul {
    padding: 0
}

h1 {
    font-size: 20px;
    margin-bottom: 15px
}

body {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat
}

#header {
    margin-bottom: 60px
}

#header #logo {
    margin-top: 50px;
}

#lang {
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: right;
    padding: 0;
    z-index: 100;
    margin-right: 0;
    width: 120px !important
}

#lang label span,
#lang p {
    color: #fff
}

#lang p span {
    display: none
}

#lang a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin-top: 3px
}

.currency_fieldset {
    position: absolute;
    top: 50px;
    right: 160px
}

#lang label span,
#lang p,
.currency_fieldset label {
    display: block;
    clear: both;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600
}
html[lang=ar_AR] #lang label span, html[lang=ar_AR] #lang p, .currency_fieldset label {
    text-align: right;
}
#lang select,
.currency_fieldset select.currency {
    padding: 0 10px;
    height: 30px;
    border-radius: 4px;
    font-weight: 100;
    font-size: 15px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    letter-spacing: 2px;
    padding: 0 0 0 6px;
    width: 120px;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 20px 0 0
}

.currency_fieldset::after {
    content: '';
    height: 30px;
    width: 1px;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0;
    bottom: 0
}

#lang select option,
select.currency option {
    color: #444;
    letter-spacing: 2px
}

#form-info,
#step-1,
#step-2,
#step-3 {
    width: 100%;
    display: block;
    clear: both;
    margin: 0
}

#main #form-steps {
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 150px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 1px
}

#step-1 .step-content,
#step-2 .step-content,
#step-3 .step-content {
    padding: 0;
    height: auto !important
}

#step-1 .step-title,
#step-2 .step-title,
#step-3 .step-title {
    display: none
}

#form-steps {
    clear: both
}

.bloc {
    border: none
}

#step-1 .step-content {
    padding-bottom: 00px
}

#step-2 .step-content {
    padding: 0 20px 10px
}

#bottom {
    clear: both
}

#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 49px
}

#header {
    width: calc(100% - 440px);
    float: left
}

#main {
    position: relative;
    width: 440px;
    margin: 0;
    float: left;
    color: #fff
}

#geoloc-wrap {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(000, 000, 000, .2);
    z-index: 1000
}

.panel {
    width: 460px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    top: 200px;
    left: 50%;
    border: 1px solid #c1c1ba;
    margin-left: -230px
}

.panel-head {
    position: absolute;
    top: 0;
    height: 60px;
    width: 100%;
    text-align: center
}

.panel-body {
    text-align: center;
    padding: 50px 20px 90px
}

.panel-footer {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    text-align: center
}

#geoloc-countries {
    border: 1px solid #d2cac8;
    margin: 10px 0
}

#form-info {
    border: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}

#form-info h2 {
    margin: 15px 0 10px
}

#form-info,
#step-1 .step-title,
#step-2 .step-title,
#step-3 .step-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#step-1 .step-title.noradius {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.step-title {
    padding: 0
}

.step-title h2 {
    padding: 16px 25px 20px 25px;
    letter-spacing: -1px
}

#once.active-panel,
#regular.active-panel {
    display: block
}

#once.inactive-panel,
#regular.inactive-panel {
    display: none !important
}

.ui-widget-header {
    background-color: transparent
}

.ui-widget.ui-widget-content {
    margin: 0;
    padding: 0;
    border: none
}

.ui-tabs .ui-tabs-nav {
    margin: 0 20px
}

.tabs ul,
.ui-tabs .ui-tabs-nav {
    padding: 0;
    border: 0
}

.tabs ul li,
.ui-tabs .ui-tabs-nav li {
    padding: 0;
    border: none;
    width: 50%;
    margin: 0;
    border-radius: 0;
    float: left;
    background-color: transparent
}

.tabs ul li a,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    border-radius: 4px
}

.tabs ul li a:first-child,
.ui-tabs .ui-tabs-nav .ui-tab:first-child .ui-tabs-anchor {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tabs ul li a:last-child,
.ui-tabs .ui-tabs-nav .ui-tab:last-child .ui-tabs-anchor {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tabs ul li a,
.ui-state-default a,
.ui-state-default a:focus,
.ui-state-default a:link,
.ui-state-default a:visited {
    border: none;
    outline: 0
}

.tabs ul li a,
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    background-color: transparent
}

.tabs ul li a,
.ui-state-active a,
.ui-state-active a:focus,
.ui-state-active a:link,
.ui-state-active a:visited {
    background-color: #fff;
    border: none;
    outline: 0
}

.ui-tabs .ui-tabs-panel {
    background-color: transparent;
    background: 0 0;
    padding: 0
}

.ui-widget-content {
    background-color: transparent;
    background: 0 0
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0
}

.bloc-content {
    padding: 0
}

#step-1 h3 {
    height: 38px;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600
}

#once,
#regular {
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.free-amount {
    width: calc(100%);
    float: right;
    padding: 0 20px 0 0;
    margin-bottom: 30px
}

#once .currency_fieldset .select2-container .select2-selection--single,
#regular .currency_fieldset .select2-container .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #d2cac8;
    text-align: center
}

#or {
    display: none
}

.amount {
    padding: 0 20px;
    margin-top: 30px
}

.currency_fieldset label {
    color: #fff;
    padding-right: 10px
}

.amount ul {
    padding: 0
}

.amount ul li .lastUnit {
    display: block;
    width: auto
}

.amount ul li {
    margin: 0 2% 20px;
    width: calc(92% / 3);
    padding: 0;
    border-radius: 4px
}

.amount ul li:nth-child(3n+1) {
    margin-left: 0
}

.amount ul li:nth-child(3n+3) {
    margin-right: 0
}

.type2ct .radio-desc p {
    margin: 0
}

.radio-inline span {
    display: inline-block
}

.amount label,
.type2ct .radio-desc label {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px 10px;
    z-index: 100;
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
    font-weight: 600
}

.amount label input {
    display: none
}

.amount label,
.type2ct .radio-desc label,
.radio-desc span {
    font-size: 20px;
    font-weight: 600
}

.amount label.active {
    position: relative
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: inherit;
    font-size: inherit
}

.radio-desc li,
.radio-inline li {
    float: left;
    overflow: visible
}

#once .detail,
#regular .detail {
    display: none;
    margin: 0 20px 30px;
    text-align: center;
    clear: both;
    background-color: #72b1dc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

#once .detail img,
#regular .detail img {
    width: 100%
}

#step-1 .free-amount label {
    line-height: 45px;
    padding-left: 30px;
    display: table
}

#step-1 .free-amount label .free_amount_description {
    display: table-cell;
    padding: 0;
    vertical-align: middle;
    width: 40%;
    line-height: 20px;
    padding: 0;
    font-size: 16px;
    color: #949494
}

#step-1 .free-amount input[type=text] {
    display: block;
    width: calc(100%);
    float: right;
    padding-left: 47px;
    padding-right: 47px;
    font-size: 18px;
    border: 2px solid #3b93cf;
    height: 54px;
    text-align: right
}

#step-1 .free-amount.currency-before input[type=text] {
    text-align: left
}

#step-1 .free-amount span {
    position: absolute;
    right: calc(29px);
    height: 54px;
    color: #fff;
    background-color: transparent;
    line-height: 54px;
    font-size: 18px;
    width: 33px;
    text-align: left
}

#step-1 .free-amount.currency-before span {
    position: absolute;
    left: calc(40% + 21px);
    height: 54px;
    color: #fff;
    background-color: transparent;
    line-height: 54px;
    font-size: 18px;
    width: 33px;
    text-align: right
}

.tax-info {
    text-align: center;
    padding: 15px 25px 10px;
    position: relative;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    clear: both
}

.tax-info::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    position: absolute;
    left: 10%;
    top: -11px
}

#step-2 {
    padding: 0
}

#fieldset-step2 {
    padding: 0
}

#step-3 .payment,
#step-3 .renew-info,
#step-3 p {
    padding: 0
}

#step-3 .step-content {
    padding: 0 20px;
    height: auto !important
}

#security-info {
    display: none
}

#step-3 .payment_head {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 1px;
    font-weight: 600;
    cursor: pointer;
    display: table;
    width: 100%;
    border-radius: 4px
}

#step-3 .payment_head span {
    display: table-cell;
    vertical-align: middle;
    line-height: 21px
}

.payment_body {
    margin: 15px 0 0 0;
    position: relative
}

.payment_mode {
    margin-bottom: 17px
}

#payment_mode-paypal h4 {
    background: url(//libs.iraiser.eu/images/pictos/logo_paypal.png) no-repeat center right 10px;
    background-size: 20px
}

.payment_mode h4 {
    position: relative;
    padding-right: 40px;
    padding-left: 40px
}

#payment_mode-card h4::after {
    content: "\f09d";
    font-family: "Font Awesome 5 Free";
    background-size: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #00ADEE
}

#bban-de input[type=text],
#bic-input input[type=text],
#card-scode #CVV2,
#card-scode #scode,
#iban-input input[type=text] {
    width: 100%
}

#greetings-comp .submit input,
#step-3 input.button,
.btn,
input[type=submit] {
    height: 48px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    width: auto;
    padding: 0 40px;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 400;
    margin: 0 auto;
    display: block
}

#card-scode {
    float: left;
    width: 20%
}

#card-expiry {
    float: left;
    width: 80%
}

#card-scode .help {
    display: none
}

#card-expiry label {
    width: calc(65% - 10px);
    float: left;
    display: block;
    margin-right: 10px
}

#card-expiry label:last-child {
    width: calc(35% - 10px)
}

#card-expiry>span:first-child {
    padding-left: 10px
}

#payment_mode-card .select2-container .select2-selection--single {
    padding: 0
}

#card-expiry label .select2-container {
    width: 100% !important
}

#step-3 .step-content .payment-submit {
    padding: 0;
    margin: 0;
    clear: both;
    float: left;
    width: 100%
}

.payment-submit {
    clear: both
}

#card-type li>label,
p[data-type=radio]>label,
p[data-type=radio]>label.table {
    position: relative;
    padding-left: 38px;
    min-height: 40px;
    display: table;
    vertical-align: top;
    clear: both
}

#card-type li>label::after,
p[data-type=radio]>label::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 40px;
    font-weight: 400;
    width: 30px;
    text-align: center;
    margin-top: 0;
    line-height: 40px
}

#card-type li>label span,
p[data-type=radio]>label span {
    min-height: 40px;
    padding: 0;
    display: block;
    float: left;
    padding-top: 7px
}

#card-type li input:checked+span::after,
p[data-type=radio] input:checked+span::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 13px;
    font-weight: 900;
    text-align: center;
    width: 30px
}

#card-type li input:checked+span::after {
    top: 13px
}

#card-type li input,
p[data-type=radio] input {
    height: 0;
    visibility: hidden;
    display: none
}

.payment_body #card-type {
    padding: 0 20px
}

#card-type {
    margin-bottom: 15px
}

#card-type li {
    width: 33.33%;
    float: left
}

#card-type li label {
    font-size: 0;
    color: transparent;
    background-position: 35px center;
    background-size: 45px;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 0
}

li[data-value=amex] label {
    background-image: url(//libs.iraiser.eu/images/pictos/amex-radius.png)
}

li[data-value=bancontact] label {
    background-image: url(//libs.iraiser.eu/images/pictos/ban-radius.png)
}

li[data-value=cartebleue] label {
    background-image: url(//libs.iraiser.eu/images/pictos/cb-radius.png)
}

li[data-value=maestro] label {
    background-image: url(//libs.iraiser.eu/images/pictos/maestro-radius3.png)
}

li[data-value=mastercard] label {
    background-image: url(//libs.iraiser.eu/images/pictos/mastercard-radius.png)
}

li[data-value=visaelectron] label {
    background-image: url(//libs.iraiser.eu/images/pictos/visa-electron-radius.png)
}

li[data-value=visa] label {
    background-image: url(//libs.iraiser.eu/images/pictos/visa-radius.png)
}

#card-number {
    clear: both
}

#card-expiry,
.payment_body label {
    margin-top: 15px
}

#card-number {
    padding-top: 15px
}

#card-expiry label {
    margin-top: 0
}

#card-expiry>span {
    display: none
}

#step-3 .payment_body p {
    margin: 0 0 12px 0
}

#step-3 .payment_body #card-scode {
    overflow: visible;
    padding-bottom: 60px;
    position: relative
}

#scode {
    margin-bottom: 10px
}

#scode[maxlength="5"] {
    margin-bottom: 0
}

#card-scode .help {
    display: block;
    position: absolute;
    width: 500%;
    right: 0;
    bottom: 5px;
    font-size: 14px;
    color: #949494
}

#bottom {
    margin-top: 60px
}

.step-info {
    width: calc(100%);
    display: block;
    float: none;
    clear: both;
    margin: 0;
    height: auto !important;
    line-height: 30px;
    font-size: 22px;
    padding: 0 20px
}

.step-info p {
    line-height: 30px;
    font-size: 22px
}

#greetings-text h2,
.step-info h1 {
    font-size: 30px;
    font-weight: 600;
    text-align: left !important
}

.step-info-2 h1 {
    font-size: 20px;
    font-weight: 600;
    text-align: left !important
}

.step-info-2 h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left !important
}

.step-info-2 h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left !important
}

.step-info-2 h4 {
    font-size: 14px;
    font-weight: 600;
    text-align: left !important
}

.step-info-2 h5 {
    font-size: 14px;
    font-weight: 600;
    text-align: left !important
}

.step-info-2 h6 {
    font-size: 14px;
    font-weight: 600;
    text-align: left !important
}

.step-info-1 {
    margin: 0;
    padding: 0;
    padding-right: 70px;
    text-align: justify
}

.step-info-2 {
    margin: 0;
    font-size: 20px;
    font-weight: 100;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    margin-bottom: 50px;
    padding-bottom: 20px
}

.step-info-2 .step-info-body,
.step-info-2 .step-info-body p,
.step-info-3 .step-info-body {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #949494
}

.step-info-3 .step-info-body {
    color: #fff
}

.step-info-3 {
    margin: 0;
    padding: 20px
}

#type-b .step-info h4,
#type-c .step-info h4 {
    padding-top: 0
}

#footer {
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.intl-tel-input {
    width: 100%
}

#step-1 .intl-tel-input input,
#step-2 .intl-tel-input input,
#step-3 .intl-tel-input input {
    padding-left: 50px
}

#step-1 input,
#step-2 input,
#step-2 input#city,
#step-2 input#postcode,
#step-2 select#country,
.select2-container .select2-selection--single,
input[type=date],
input[type=tel],
input[type=text],
select {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px;
    color: #949494
}

#step-1 input::placeholder,
#step-2 input#city::placeholder,
#step-2 input#postcode::placeholder,
#step-2 input::placeholder,
#step-2 select#country::placeholder,
.select2-container .select2-selection--single::placeholder,
input[type=date]::placeholder,
input[type=text]::placeholder,
select::placeholder {
    color: #949494;
    font-size: 16px
}

#step-1 select,
#step-2 select,
#step-3 select {
    -webkit-appearance: none
}

.select2-container .select2-selection--single {
    padding: 0
}

#step-1 input[type=checkbox],
#step-2 input[type=checkbox] {
    width: 1px
}

p[data-type=radio]>label {
    position: relative;
    padding-left: 20px;
    height: 40px
}

p[data-type=radio] label:first-child::after {
    content: ''
}

p[data-type=radio]>label::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    width: 30px;
    text-align: center
}

p[data-type=radio]>label span {
    height: 40px;
    padding: 0;
    display: block;
    float: left;
    line-height: 40px;
    padding-left: 0
}

p[data-type=radio] input:checked+span::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    text-align: center;
    width: 30px
}

p[data-type=radio] input {
    height: 0;
    visibility: hidden
}

p#c-isc>label {
    position: relative;
    padding-left: 38px;
    min-height: 40px;
    display: table;
    vertical-align: top;
    padding-top: 10px
}

p#c-isc>label::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 40px;
    font-weight: 400;
    width: 30px;
    text-align: center;
    margin-top: 0;
    line-height: 40px
}

p#c-isc>label span {
    min-height: 40px;
    padding: 0;
    display: block;
    float: left;
    padding-top: 10px
}

p#c-isc input:checked+span::after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 11px;
    font-weight: 900;
    text-align: center;
    width: 30px
}

p#c-isc input {
    height: 0;
    visibility: hidden;
    display: none
}

p[data-type=checkbox] input[type=checkbox] {
    float: left
}

p[data-type=checkbox]>label {
    position: relative;
    padding-left: 10px;
    min-height: 40px;
    line-height: 20px;
    padding-top: 0;
    padding-left: 30px;
    font-size: 14px
}

p[data-type=checkbox]>label::after {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 30px;
    text-align: center
}

p[data-type=checkbox]>label span {
    height: 30px;
    padding: 0;
    display: block;
    float: left;
    line-height: 30px;
    padding-left: 5px
}

p[data-type=checkbox] input:checked+span::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    text-align: center;
    width: 30px
}

p[data-type=checkbox] input {
    height: 0;
    visibility: hidden
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 45px;
    line-height: 45px
    color: #949494;
}

#step-2 p[data-ira-placeholder=false] label:first-child {
    padding: 5px;
    display: block
}

#step-2 label:first-child {
    display: none
}

#step-1 [data-type=checkbox] label,
#step-2 #c-isc label,
#step-2 [data-type=checkbox] label {
    display: block;
    color: #949494
}

#step-1 p[name^=reserved_],
#step-2 p {
    margin: 0 0 17px 0;
    padding: 0;
    min-height: 48px
}

#step-1 p[name^=reserved_] {
    margin: 0 20px 12px;
    color: #fff
}

p#c-email label:first-child {
    float: left;
    display: block;
    width: 35px;
    height: 45px;
    color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    line-height: 46px;
    font-size: 20px;
    text-align: center
}

p#c-email input {
    width: calc(100% - 35px);
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

p#c-civ {
    width: 40%;
    float: left
}

p#c-fname {
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px
}

p#c-lname {
    width: calc(50% - 10px);
    float: left
}

p#c-pcode {
    width: calc(50% - 10px);
    float: left
}

p#c-city {
    width: calc(50% - 10px);
    float: right
}

#type-a .container {
    padding: 0 70px
}

#type-a #sidebar {
    display: none
}

#type-a #form-info {
    width: 38%;
    background-color: rgba(255, 255, 255, .8);
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left
}

#type-a #form-info .step-info {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: inherit;
    font-weight: inherit
}

#type-a #form-info h1:first-child {
    font-size: 26px;
    padding: 30px 10px;
    margin: -20px -30px 10px -30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#type-a #main-container {
    margin-top: 15px;
    background-color: rgba(255, 255, 255, .8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

#type-a #step-1,
#type-a #step-2,
#type-a #step-3 {
    width: calc(62% - 65px);
    margin: 0 0 0 65px
}

#type-a #step-1 p[data-type=checkbox] input:checked+span::after,
#type-a #step-1 p[data-type=checkbox]>label::after,
#type-a #step-1 p[name^=reserved_] label::after {
    color: #fff
}

#type-a #step-1 #content,
#type-a #step-2 #content,
#type-a #step-3 #content {
    width: 100%;
    padding: 0
}

#content-container {
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden
}

#type-a #navbar {
    height: 65px;
    background-color: rgba(255, 255, 255, .8);
    padding: 0
}

#step-nav {
    width: 100%
}

#step-nav ul li {
    width: calc(100% / 3);
    font-size: 15px;
    font-weight: 500;
    display: block;
    float: left;
    margin: 0;
    line-height: 65px;
    height: 65px;
    text-align: center;
    text-transform: uppercase
}

#step-nav ul li span {
    font-size: 14px;
    border-radius: 100px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    line-height: 22px
}

#step-nav li a {
    line-height: 65px;
    height: 65px;
    font-size: 15px;
    font-weight: 500
}

#type-a .step-title {
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    padding: 0 45px
}

#type-a #once,
#type-a #regular {
    width: 100%;
    height: auto !important
}

#type-a #step-3 #content-container,
#type-a .amount,
#type-a .free-amount {
    padding: 0 45px 20px
}

#type-a .amount {
    padding-top: 20px
}

#type-a .ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
    font-size: 20px;
    margin-top: -13px;
    left: 40px
}

#type-a .amount ul li {
    margin: 0 1.5%;
    width: 22.5%
}

#type-a .amount ul li:first-child {
    margin-left: 0
}

#type-a .amount ul li:last-child {
    margin-right: 0
}

#type-a .amount label,
#type-a .type2ct .radio-desc label {
    height: 60px;
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    border-radius: 3px
}

#type-a #once .detail,
#type-a #regular .detail {
    display: none;
    margin: 0 45px 20px;
    text-align: center
}

#once .detail p,
#regular .detail p {
    background-color: transparent;
    border-radius: 5px;
    margin: 0;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    color: #fff
}

#type-a .free-amount {
    height: auto
}

#type-a .tax-info {
    margin: 0 45px 20px;
    background-color: #fff;
    border-radius: 0
}

#required-info {
    display: none
}

#type-a #fieldset-step2 {
    border: none;
    padding: 0;
    margin: 0 45px
}

#type-a #step-2 input#email {
    width: calc(100% - 35px)
}

#type-a #step-2 input#address1,
#type-a #step-2 input#address2,
#type-a #step-2 input#city,
#type-a #step-2 input#company,
#type-a #step-2 input#lastname,
#type-a #step-2 input[type=text][name^=reserved_],
#type-a #step-2 select#country {
    width: 100%
}

#type-a #c-lname {
    float: left;
    width: 100%
}

#type-a p#c-civ,
#type-a p#c-pcode {
    width: calc(30% - 10px)
}

#type-a p#c-city,
#type-a p#c-fname {
    width: calc(70% - 10px)
}

#type-a #next-submit,
#type-a #required-info {
    width: 100%
}

#type-a #next-submit {
    margin: 0 45px 48px;
    width: calc(100% - 90px);
    padding: 0 !important
}

#type-a #step-2 #next-submit {
    margin: 0 0 38px
}

#type-a #next-submit .button {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

#type-a #cb-bloc,
#type-a #other-payment-bloc {
    width: 100%;
    display: block
}

#type-a #scode[maxlength="5"] {
    margin-bottom: 0
}

#type-a #scode {
    margin-bottom: 48px
}

#greetings {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 150px
}

.thx-message {
    width: calc(100%);
    display: block;
    float: none;
    clear: both;
    margin: 0;
    height: auto !important;
    line-height: 27px;
    font-size: 14px;
    padding: 0 20px
}

#greetings-text>h2:first-child {
    display: none
}

#greetings .unit {
    margin: 0;
    padding: 0;
    width: 100% !important;
    display: block !important
}

#greetings-comp {
    padding: 20px
}

#greetings-comp h2 {
    font-size: 26px
}

#greetings-comp fieldset {
    padding: 0
}

#greetings-comp fieldset p {
    margin-top: 15px
}

#greetings-comp input[type=text] {
    width: 100%
}

#greetings .socials a {
    text-decoration: none;
    height: 48px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 400;
    margin: 10px 10px 0;
    display: inline-block;
    padding: 3px 5px;
    line-height: 41px
}

#greetings .socials i {
    font-size: 40px;
    margin: 0;
    float: left
}

#qualif_birthday,
#qualif_birthmonth,
#qualif_birthyear {
    width: 30% !important;
    margin: 0 5% 0 0;
    float: left
}

#qualif_birthyear {
    margin: 0
}

#greetings-text {
    padding: 0;
    font-size: 20px
}

#form-error {
    margin: 0;
    float: none;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    margin-right: 0;
    margin-top: 140px;
    margin-bottom: -120px
}

@media only screen and (min-width:960px) and (max-width:1200px) {
    .container {
        width: calc(100% - 40px);
        margin: 0 20px
    }

    #step-1 {
        margin-right: 0;
        margin-left: 0
    }

    .step-info-1 {
        padding-right: 20px
    }

    #step-2 {
        margin-right: 0;
        margin-left: 0
    }

    #step-3 {
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:0px) and (max-width:959px) {
    body {
        background-size: cover
    }

    #main:after {
        content: '';
        position: fixed;
        z-index: -1;
        bottom: 0;
        top: 50px;
        left: 0;
        right: 0
    }

    .container {
        width: calc(100% - 20px);
        margin: 0
    }

    #type-a .container {
        padding: 0
    }

    #form-info,
    #step-1,
    #step-2,
    #step-3 {
        width: 100% !important;
        margin: 0
    }

    #step-3 {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

    .step-title h2 {
        text-align: center;
        margin: 20px;
        font-weight: 500;
        padding: 10px
    }

    .tax-info,
    .ui-tabs .ui-tabs-nav {
        margin: 0 20px
    }

    #type-a .tax-info,
    #type-a .ui-tabs .ui-tabs-nav {
        margin: 0
    }

    .tax-info {
        border-radius: 5px
    }

    .tax-info::before {
        border: transparent
    }

    .ui-tabs .ui-tabs-nav li:first-child {
        width: calc(50%)
    }

    .ui-tabs .ui-tabs-nav li:last-child {
        width: calc(50%)
    }

    p#c-pcode {
        width: calc(50% - 10px) !important;
        float: left !important
    }

    p#c-city {
        width: calc(50% - 10px) !important;
        float: right !important
    }
}

@media only screen and (min-width:0px) and (max-width:666px) {
    #header {
        width: 100%
    }

    #main {
        position: relative;
        width: 440px;
        margin: 0;
        float: none;
        margin: 0 auto
    }
}

#once,
#regular {
    background-color: #414042
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
    color: #ee342a
}

#type-a .ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
    color: #fff
}

#form-info {
    background-color: #ee342a;
    color: #fff
}

.tax-info {
    background-color: #414042;
    color: #fff
}

#type-a .tax-info {
    color: #414042;
    background-color: #fff
}

.amount label.active,
.type2ct .radio-desc label.active {
    background-color: #ee342a;
    color: #fff;
    border-color: #ee342a
}

#type-a .amount label.active::after {
    border-color: transparent
}

.free-amount span,
p#c-email label {
    background-color: #ee342a
}

.ui-state-default a,
.ui-state-default a:focus,
.ui-state-default a:link,
.ui-state-default a:visited {
    background-color: #bcbec0;
    color: #414042
}

.ui-state-active a,
.ui-state-active a:focus,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    background-color: #414042
}

#type-a .ui-state-default a,
#type-a .ui-state-default a:focus,
#type-a .ui-state-default a:link,
#type-a .ui-state-default a:visited {
    background-color: #bcbec0;
    color: #414042
}

#type-a .ui-state-active a,
#type-a .ui-state-active a:focus,
#type-a .ui-state-active a:link,
#type-a .ui-state-active a:visited {
    color: #fff;
    background-color: #414042
}

#type-a #once,
#type-a #regular,
#type-a #step-1 #content-container {
    background-color: #414042
}

#type-a .amount li,
#type-a .type2ct .radio-desc li {
    box-shadow: none
}

.amount li.active,
.type2ct .radio-desc li.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}

#greetings-comp .submit input,
#step-3 input.button,
.btn,
input[type=submit] {
    background-color: #00ADEE;
    color: #fff;
    border-color: #00ADEE
}

.tax-info::before {
    border-color: transparent transparent #414042 transparent
}

#step-3 .payment_head {
    background-color: #fff;
    color: #414042
}

#step-3 .payment_head.active {
    background-color: #414042;
    color: #fff
}

#type-a .tax-info::before {
    border-color: transparent
}

#card-type li input:checked+span::after,
#card-type li>label::after,
#step-nav ul li,
#type-a #form-info,
p#c-isc input:checked+span::after,
p#c-isc>label::after,
p[data-type=checkbox] input:checked+span::after,
p[data-type=checkbox]>label::after,
p[data-type=radio] input:checked+span::after,
p[data-type=radio]>label::after {
    color: #949494
}

#step-1 input,
#step-2 input,
#step-2 input#city,
#step-2 input#postcode,
#step-2 select#country,
.select2-container .select2-selection--single,
input[type=date],
input[type=tel],
input[type=text],
select {
    border: 1px solid #d2cac8
}

#step-2 input#city.error,
#step-2 input#postcode.error,
#step-2 input.error,
#step-2 select#country.error,
.select2-container .select2-selection--single.error,
input[type=text].error,
select.error {
    background: #fceded;
    border: 1px solid #c00
}

#type-a #form-info h1:first-child {
    color: #fff;
    background-color: #ee342a
}

#step-nav ul li span {
    border: 1px solid #414042
}

#step-nav li a {
    color: #414042
}

#step-nav ul li.current {
    border-bottom: 4px solid #ee342a
}

#step-nav ul li.current a,
#step-nav ul li.current span {
    color: #ee342a;
    border-color: #ee342a
}

#type-a #next-submit .button {
    background-color: #ee342a;
    color: #fff
}

#greetings .unit.size1of2:last-child {
    color: #949494
}

#greetings-comp h2 {
    color: #949494
}

#greetings-text {
    color: #fff
}

@media only screen and (min-width:0px) and (max-width:959px) {

    #type-a .ui-tabs .ui-tabs-nav li:first-child,
    #type-a .ui-tabs .ui-tabs-nav li:last-child {
        width: 50%;
        margin: 0
    }

    #type-a #content-container {
        margin: 0
    }

    #type-a #sidebar {
        padding: 0
    }

    #type-a #once.inactive-panel,
    #type-a #regular.inactive-panel {
        display: none !important
    }

    #type-a .ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
        content: ''
    }

    #main:after {
        background-color: #fff
    }

    #type-b #form-info,
    #type-b #step-1,
    #type-b #step-2,
    #type-b #step-3 {
        color: #414042
    }

    .step-title h2 {
        background-color: #f4f3f3;
        color: #ee342a
    }

    #type-a #step-1,
    #type-a #step-2,
    #type-a #step-3 {
        margin: 0
    }

    #step-nav ul li.current {
        width: 100%
    }

    .ui-state-default a,
    .ui-state-default a:focus,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #d2cac8;
        background-color: #fff;
        color: #414042
    }

    .ui-state-active a,
    .ui-state-active a:focus,
    .ui-state-active a:link,
    .ui-state-active a:visited,
    .ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
        background-color: #414042;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: none
    }

    body#type-a {
        background-size: cover
    }

    #type-a #form-info {
        width: 100%
    }

    #type-a #step-1,
    #type-a #step-2,
    #type-a #step-3 {
        width: 100%;
        margin: 15px 0 0 0
    }

    #type-a #main-container {
        border-radius: 5px
    }

    #type-a #navbar {
        border-radius: 5px;
        overflow: hidden
    }

    #type-a .step-title {
        padding: 0 30px
    }

    #type-a #fieldset-step2 {
        margin: 0 30px
    }

    #type-a #c-lname {
        float: left !important;
        width: 100% !important
    }

    #type-a .tax-info {
        margin: 0 45px 20px
    }
}

#logo {
    width: 100%
}

#logo a,
#logo h1,
#logo img {
    max-width: 100%
}

#form-msf {
    width: 65%;
    float: right;
    position: relative;
    margin-top: 20px
}

#form-msf .msf_div:first-child {
    width: 100%;
    clear: both;
    color: #fff;
    padding-bottom: 10px;
    font-weight: 400
}

#form-msf .msf_div {
    width: calc(100% / 3);
    float: left;
    padding: 0 15px 0 0
}

#form-msf .msf_div label {
    display: none
}

@media only screen and (min-width:0px) and (max-width:814px) {
    #header #logo {
        margin: 10px auto 40px;
        max-width: 100%
    }

    #form-msf {
        width: 90%;
        float: left;
        position: relative;
        margin: 20px 5% 0
    }
}

@media only screen and (max-width:959px) and (min-width:768px) {

    #type-b .step-info,
    #type-c .step-info {
        display: block
    }

    #header {
        padding: 0 0 0 20px
    }

    .step-info-1 {
        padding-right: 0
    }

    #greetings-text h2,
    .step-info h1 {
        font-size: 22px;
        font-weight: 600
    }

    #header #logo {
        margin: 50px auto 10px
    }
}

@media only screen and (max-width:767px) and (min-width:480px) {

    #type-b .step-info,
    #type-c .step-info {
        display: block
    }

    #greetings-text h2,
    .step-info h1 {
        font-size: 25px
    }

    #header {
        padding: 0 20px;
        width: 100%
    }

    #main {
        position: relative;
        width: 440px;
        margin: 0 auto;
        float: none
    }

    #main .container {
        margin-top: 100px
    }

    #greetings {
        margin-top: -100px
    }

    #logo h1 {
        text-align: left
    }
}

@media only screen and (max-width:767px) {

    #type-b .step-info,
    #type-c .step-info {
        display: block
    }

    .container {
        width: 100%;
        margin: 0
    }

    #lang {
        right: 30px;
        top: 10px
    }

    .currency_fieldset {
        right: -20px;
        top: 10px
    }

    .currency_fieldset::after {
        border: none
    }

    .step-info-1 {
        padding-right: 0
    }

    #main #form-steps {
        margin-top: 0
    }
}

@media only screen and (max-width:480px) {
    #main .container {
        margin-top: 100px
    }

    #greetings {
        margin-top: -100px
    }

    .step-info.step-info-1 .step-info-body {
        margin: 0 20px
    }
}

@media only screen and (max-width:440px) {

    #logo a,
    #logo h1,
    #logo img {
        max-width: 75%
    }

    #header #logo {
        margin: 90px auto 40px
    }

    #greetings-text h2,
    .step-info h1 {
        font-size: 24px;
        font-weight: 600
    }

    #lang {
        right: 20px
    }

    .currency_fieldset {
        right: 0
    }

    #main {
        width: 100%
    }

    #main .container {
        margin-top: 100px
    }

    .step-info.step-info-1 .step-info-body {
        margin: 0 20px;
        font-size: 18px
    }

    #card-scode .help {
        bottom: -5px;
        font-size: 13px
    }

    #step-3 .payment_head {
        font-size: 16px
    }

    #greetings {
        margin-top: -100px
    }

    #header {
        margin-bottom: 20px
    }
}
@media only screen and (max-width: 536px){
    #header #logo {
        margin: 80px auto 40px;
    }
}


#once,
#regular {
    background-color: transparent
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
    color: #00ADEE
}

#type-a .ui-tabs .ui-tabs-nav li.ui-tabs-active::before {
    color: #fff
}

#form-info {
    background-color: transparent;
    color: #fff
}

.tax-info {
    background-color: #414042;
    color: #fff
}

#type-a .tax-info {
    color: #414042;
    background-color: #fff
}

.amount label,
.type2ct .radio-desc label {
    background-color: #e9eae4;
    border: 2px solid #dfdfd7;
    border-radius: 4px;
    color: #9b9b94
}

.amount label.active,
.type2ct .radio-desc label.active {
    background-color: #00ADEE;
    color: #fff;
    border: 2px solid #3dbefd;
    border-radius: 4px
}

#step-1 .free-amount .active input[type=text] {
    background-color: #00ADEE;
    color: #fff;
    border-color: #3dbefd
}

#type-a .amount label.active::after {
    border-color: transparent
}

.free-amount span,
p#c-email label {
    background-color: #00ADEE
}

.ui-state-default a,
.ui-state-default a:focus,
.ui-state-default a:link,
.ui-state-default a:visited {
    background-color: #e9eae4;
    color: #acaca5;
    border: 2px solid #dfdfd7;
    /* margin-top: 1px !important */
}

.ui-state-active a,
.ui-state-active a:focus,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    background-color: #00ADEE;
    border: 1px solid #00ADEE;
    margin-top: 0 !important;
    border: 2px solid #3dbefd
}

#type-a .ui-state-default a,
#type-a .ui-state-default a:focus,
#type-a .ui-state-default a:link,
#type-a .ui-state-default a:visited {
    background-color: #fff;
    color: #00ADEE;
    border: 1px solid #00ADEE
}

#type-a .ui-state-active a,
#type-a .ui-state-active a:focus,
#type-a .ui-state-active a:link,
#type-a .ui-state-active a:visited {
    color: #fff;
    background-color: #00ADEE;
    border: 1px solid #00ADEE
}

#type-a #once,
#type-a #regular,
#type-a #step-1 #content-container {
    background-color: #414042
}

#type-a .amount li,
#type-a .type2ct .radio-desc li {
    box-shadow: none
}

.amount li.active,
.type2ct .radio-desc li.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none
}
#greetings-comp .submit input,
#step-3 input.button {
    background-color: #00ADEE;
    color: #fff;
    border-color: #00ADEE
}

input[type=submit] {
    background-color: #00ADEE;
    color: #fff;
    border-color: #00ADEE
}

.tax-info::before {
    border-color: transparent transparent #414042 transparent
}

#step-3 .payment_head {
    background-color: #fff;
    color: #00ADEE;
    border: 1px solid #00ADEE
}

#step-3 .payment_head.active {
    background-color: #00ADEE;
    color: #fff
}

#type-a .tax-info::before {
    border-color: transparent
}

#card-type li input:checked+span::after,
#card-type li>label::after,
#step-nav ul li,
#type-a #form-info,
p#c-isc input:checked+span::after,
p#c-isc>label::after,
p[data-type=checkbox] input:checked+span::after,
p[data-type=checkbox]>label::after,
p[data-type=radio] input:checked+span::after,
p[data-type=radio]>label::after {
    color: #949494
}

#footer,
#footer a {
    background-color: #414042;
    color: #fff
}

#once .select2-container .select2-selection--single,
#regular .select2-container .select2-selection--single {
    border: none
}

#step-2 input#city.error,
#step-2 input#postcode.error,
#step-2 input.error,
#step-2 select#country.error,
.select2-container .select2-selection--single.error,
input[type=text].error,
select.error {
    background: #fceded;
    border: 1px solid #c00
}

#type-a #form-info h1:first-child {
    color: #fff;
    background-color: #00ADEE
}

#step-nav ul li span {
    border: 1px solid #414042
}

#step-nav li a {
    color: #414042
}

#step-nav ul li.current {
    border-bottom: 4px solid #00ADEE
}

#step-nav ul li.current a,
#step-nav ul li.current span {
    color: #00ADEE;
    border-color: #00ADEE
}

#type-a #next-submit .button {
    background-color: #00ADEE;
    color: #fff
}

#greetings .unit {
    color: #949494
}

#greetings-comp h2 {
    color: #00ADEE
}

.step-info-1 {
    color: #fff
}

.step-info-2 h1,
.step-info-2 h2,
.step-info-2 h3,
.step-info-2 h4,
.step-info-2 h5,
.step-info-2 h6 {
    color: #949494
}

/* PAGE ANNEXES */
body:not(#type-b) {
    background-color: #052c46;
}
body:not(#type-b) #header {
    width: 100%;
}
body:not(#type-b) #header {
    padding: 0 20px;
}
body:not(#type-b) #main {
    position: relative;
    width: 100%;
    margin: 0;
    float: none;
    color: #fff;
    padding: 0 20px;
}
body:not(#type-b) #lang {
    display: block;
}
@media only screen and (max-width: 959px) and (min-width: 768px){
    body:not(#type-b) #header #logo {
        margin: 50px auto 10px;
    }
}
@media only screen and (max-width: 440px){
    body:not(#type-b) #logo a,
    body:not(#type-b) #logo h1,
    body:not(#type-b) #logo img {
        max-width: 98%;
    }
}
@media only screen and (max-width: 767px){
    body:not(#type-b) #logo h1,
    body:not(#type-b) #logo a,
    body:not(#type-b) #logo img {
        float: left !important;
        text-align: center;
    }
}


/* alert */
.swal2-popup {
    background-color:#00AEFF;   
}
#pop-message {
    color: #000;
}
#pop-message img {
    height: 120px;
    margin: 20px;
}
#pop-message p#top {
    padding-top:50px;    
    margin:0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#pop-message p#bottom {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin:0;
}
#pop-message a {
    color: #fff;
}
#bottom img {
    margin: 0 auto 40px;
    display: block;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-confirm:active,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-confirm:hover {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: transparent;
    color: #000;
    font-size: 26px;
    text-decoration: underline;
    background-image:none;
    outline: none;
    box-shadow: none;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-color:transparent;
    background-image:none;
}
@media only screen and (max-width: 950px) {
    #pop-message p#top {
        flex-direction: column;
    }
    #pop-message img {
        max-width:calc( 100% - 80px);
        height: auto;
    }
}   
