@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);

.mybtn:hover,
a:hover {
    text-decoration: none
}

#links,
.mythumb,
.relative,
body {
    position: relative
}

#links a,
body {
    color: #5a5555 !important
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: 0;
    box-sizing: border-box
}

.mybtn,
.mycontent,
.mythumb img {
    border-radius: 1.5rem
}

.hidden {
    display: none
}

.bold {
    font-weight: 700
}

img {
    display: block
}

.mycontainer,
.myheader,
.step,
body {
    display: flex
}

a {
    color: #00a7d1
}

body,
html {
    width: 100%;
    min-height: 100vh
}

html {
    font-size: 62.5%
}

body {
    font-family: Poppins, sans-serif !important;
    font-size: 1.5rem !important;
    font-weight: 400;
    justify-content: start;
    align-items: stretch;
    flex-flow: column nowrap;
    background: url('bg.jpg') 0 0/cover !important
}

.myheader {
    background: #3c5a99;
    justify-content: start;
    align-items: center;
    padding: 1.5rem
}

.warning {
    background: #fba702;
    color: #fff;
    text-align: center;
    padding: 1.5rem
}

.logo {
    height: 32px
}

.logo img {
    width: auto;
    height: 100%
}

.warning p {
    font-size: 1.6rem;
    font-weight: 900;
    font-style: italic
}

.warning p.end {
    font-size: 2.4rem
}

.mycontainer {
    width: 100%;
    padding: 3rem;
    justify-content: center;
    align-items: center
}

.step {
    max-width: 1200px;
    align-items: start !important
}

.mythumb {
    width: 400px;
    height: auto;
    margin-right: 2rem
}

.mythumb_infos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    color: #fff;
    font-size: 1.8rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
    line-height: 2.6rem
}

.pg_pseudo {
    font-size: 3rem;
    font-weight: 900
}

.mybtn,
h1,
h2 {
    font-weight: 700 !important
}

.mythumb img {
    width: 100%;
    height: auto
}

.mycontent {
    background: #ededed;
    flex: 1;
    padding: 3rem
}

h1 {
    width: auto !important;
    color: #3c5a99 !important;
    font-size: 2.2rem !important;
    margin: 0 !important;
    text-align: center !important;
    flex: 1
}

.mybtn,
h2,
input,
select {
    text-align: center
}

h2 {
    font-size: 2.8rem !important;
    color: var(--color-header-bg) !important
}

p {
    font-size: 1.6rem;
    line-height: 2rem
}

.mybtn {
    display: block;
    color: #fff;
    padding: 1.6rem 6rem;
    font-size: 3.6rem;
    line-height: 3.8rem;
    background: #fba702
}

.mybtn:hover {
    color: #fff;
    background: #fba702
}

input,
select {
    font-family: Roboto, sans-serif;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #767a76;
    background: #f4f4f4;
    font-size: 2.4rem !important;
    color: #3f3f3f;
    padding: 1.5rem 0;
    border-radius: 8px;
    height: 100%
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin: 0 !important
}

.mylabel {
    border: 1px solid #e0e4e8;
    display: flex;
    align-items: stretch;
    border-radius: .5rem;
    overflow: auto;
    background: #fff
}

.mylabel:hover {
    border: 1px solid #a9aeb4;
    cursor: pointer
}

.myinput,
.myinput_text {
    display: flex;
    align-items: center;
    justify-content: center
}

.myinput {
    padding: 10px;
    background: #f8f9fa;
    border-right: 1px solid #e0e4e8
}

.myinput_text {
    padding: 0 10px
}

.mysite {
    color: #f06292
}

#links,
.myerror .error {
    text-align: center;
    width: 100%
}

#links {
    margin-top: 10rem;
    font-size: 1rem;
    text-shadow: none
}

.myerror .error {
    border-radius: 1rem !important;
    padding: 5px;
    background: #fada46;
    color: #c31a45;
    font-size: 1.2rem !important
}

.myerror input[name=email] {
    border: 2px solid #fada46 !important;
    background: #fcf0b6 !important
}

@media screen and (max-width:1200px) {
    .mythumb {
        width: 250px
    }
}

@media screen and (max-width:728px) {
    .step {
        flex-flow: column nowrap
    }

    .mythumb {
        width: 100%;
        order: 1
    }

    .mycontent {
        order: 0;
        margin-bottom: 3rem
    }

    h1 {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important
    }
}

@media screen and (max-width:576px) {

    .mybtn,
    .myinput-group {
        width: 100%
    }

    .warning p {
        font-size: 1.2rem
    }

    .warning p.end {
        font-size: 2rem
    }

    h1 {
        font-size: 1.6rem !important;
        line-height: 1.6rem !important
    }

    h2 {
        font-size: 2.1rem !important;
        line-height: 2.1rem !important
    }

    .mybtn {
        margin-bottom: 1rem
    }
}

.myheader {
    background: var(--color-header-bg)
}