@font-face {
    font-family: 'TinyHoopers';
    src: url('../assets/fonts/TinyHoopers.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
    scroll-behavior: smooth;
}

body {
	line-height: 1;
    padding-bottom: 8rem;
}

b {
    color:#E1005E;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
    height: 100%;
    background: #1e1e1e
}

.container {
    max-width: 900px;
    height: auto;
    background: #14141B;
    margin: 0 auto 0 auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.container main {

    margin-top: 2em;
}

.container footer {
    color: #fff;
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    font-size: 0.8rem;
    margin-top: 6rem;
    text-align: center;
    padding-bottom: 1rem;
}

.font-tinyhoopers {
    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
}

.font-verdana {
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
}

.banner {
    position: relative;
    /* border-bottom: 3px solid #; */
    color: #fff;
    height: 380px;
}

.page-banner {
    position: relative;
    /* border-bottom: 3px dotted #E1005E; */
    color: #fff;
    height: 380px;
}

.page-infos {

    text-align: center;
}

a.link-pink {
    /* font-weight: bold; */
    color: #E1005E;
    cursor: pointer;
    white-space: pre-wrap; /* CSS3 */    
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */    
    white-space: -o-pre-wrap; /* Opera 7 */    
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a.link-pink:visited {
    color: #E1005E;
}

.banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../assets/images/banner.png');
}

.banner-filter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #000; */
    /* opacity: 0.8; */

    background: #000;
  filter: alpha(opacity=80);
  /* IE */
  -moz-opacity: 0.8;
  /* Mozilla */
  opacity: 0.8;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 1.5em;
    width: 100%;
    list-style-type: none;
    text-align: center;
}

.menu-nav {
    
}

.menu-infos {
        /* margin-left: 1em; */
        /* margin-right: 1em; */
        width: 100%;
        height: 100%;
}

.menu-header {
    
}

.menu-form {
    width:auto;
}

.menu-item {
    display: inline-block;
    width: 8rem;
}

.menu-item a {
    color: #fff;
    text-decoration: none;
}

.menu-item a:hover {
    color: #E1005E;
    text-decoration: none;
}

.menu-title {
    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    font-size: 3rem;
    margin-top: 3rem;
    color: #fff;
}

.menu-title span {
    color: #00B3EC;
}

.menu-description {
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 2.0rem;
}

.menu-description b {
    color: #fff;
}

.section-info {
    display:flex;
    margin: 2rem 3rem 2rem 3rem;
    /* margin: 0rem; */
}

.section-faq {
    color: #fff;
    margin: 4rem 4rem 0rem 4rem;
    border-top: 3px dotted #E1005E;
}

.section-faq ul {
    list-style-type: decimal;
    list-style-position: inside;
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-left: 1.3rem;
}

.section-faq ul > li > ul {

    list-style-type: square;
}

.section-faq h2 {

    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    margin-top: 2rem;
    color: #E1005E;
    text-align: left;
}

/* .section-faq details {
    margin-top: 2rem;
} */

.section-faq summary {

    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4rem;
    margin-top: 1rem;
    text-transform:uppercase;
    margin-top: 1em;
}

.section-faq p {

    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.8rem;
    line-height: 1.4rem;
    margin-left: 1.3rem;
}

.section-info-text {
    
    flex-grow: 1;
    /* margin-right: 2rem; */
    /* margin-left: 2rem; */
    /* text-align: center; */
    vertical-align: middle;
    padding: 10px 0px 10px;
}

.section-info-image {
    
    margin-right: 2rem;
    margin-left: 2rem;
    /* width:300px; */
}

.section-info-image img {
    width: 250px;
    height: 250px
}

.section-info-text h2 {
    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    margin-top: 1rem;
    color: #E1005E;
}

.section-info-text p {
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-top: 1rem;
    color: #fff;
}

.section-info-sep {
    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;

    color: #E1005E;
    text-align: center;
}

.section-button-container {
    margin: 1em 0em;
}

.section-button-container :not(:first-child) {
    margin-left: 1rem;
  }

.button-pink {
    font-family: 'TinyHoopers';
    font-weight: normal;
    font-style: normal;
    background-color: #E1005E;
    cursor: pointer;
    border-radius: 16px;
    border: none;
    font-size: 1.2rem;
    color: #fff;
    width: 200px;
    height: 48px;
    transition: all 0.5s;
}

a.button-pink {
    display: inline-block;
    width: 200px;
    text-align: center;
}

a.button-pink span {

    line-height: 3rem;
}

.button-pink span {

    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button-pink span:after {
    content: '\003E\003E';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

.button-pink:hover span {
    padding-right: 25px;
}

.button-pink:hover span:after {
    opacity: 1;
    right: 0;
}

@media only screen and (max-width: 768px) {
    /* Mobile specifics */
    .container {
        max-width: 100%;
    }

    .banner {
        height: 320px;
    }

    .page-banner {
        height: 300px;
    }

    .menu {
        margin-top: 0em;
    }

    .menu ul {
        display: none;
    }

    .menu-title {
        font-size: 3.0rem;
    }

    .menu-description {
        font-size: 0.9rem;
        line-height: 1.1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .section-info {
        
        display: -webkit-box;
        display: -moz-box;
        display: box;

        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        margin-left: 2rem;
        margin-right: 2rem;

        text-align: center;
    }

    .section-faq {
        /* text-align: left; */
        margin-left: 1.3rem;
        margin-right: 1.3rem;
    }

    .section-info-image {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    .section-info-image img {
        width: 200px;
        height: 200px
    }

    .section-info-text {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .section-button-container :not(:first-child) {
        margin-left: 0rem;
        margin-top: 1rem;
      }
    
}