* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 10px;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: 700
}

img {
    vertical-align: middle
}

#textbox .wrap {
    background: rgba(255, 255, 255, 0.5);
}
main.wrapper {
    overflow-x: hidden;
}
section#textbox {
    margin: 20px 0;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
}

.hidden {
  display: none;
}
label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%
}

body {
    font-size: 1.6em;
    letter-spacing: .0625em;
    line-height: 1.8em;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}


a {
    color: inherit;
    /* font-weight: 700; */
    text-decoration: none;
    min-width: 25%;
}


p {
    margin: 1.6rem 0 2rem;
    text-align: justify
}



img[src*=banner] {
    mix-blend-mode: hard-light;
}

.page-content a {
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    text-underline-position: under
}

.page-content a:focus,
.page-content a:hover {
    color: #555
}

h1, .h1 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    /* margin: 40px 0; */
    font-weight: normal;

}

h2 {
    font-size: 2.8rem
}

h3 {
    /* font-size: 24px; */
    line-height: 3rem
}

h6 {
    font-size: 1.4rem;
    line-height: 1.4rem
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    background-color: #f8f8f8;
    border-radius: 5px;
    color: #27373f;
    direction: ltr;
    margin: 1.6rem 0 1rem;
    overflow-x: auto;
    padding: 1.6rem;
    tab-size: 4
}

code {
    background-color: #eee;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    color: #27373f;
    padding: .4rem .8rem
}

pre code {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0;
    color: #27373f;
    padding: 0;
    white-space: pre
}

blockquote {
    border-left: 2px solid #dcdcdc;
    font-style: italic;
    padding-left: 1.6rem
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-top: 0
}

td,
th {
    padding: 1.6rem
}

table {
    border-collapse: collapse
}

table td,
table th {
    border: 2px solid #000
}

table tr:first-child th {
    border-top: 0
}

table tr:last-child td {
    border-bottom: 0
}

table tr td:first-child,
table tr th:first-child {
    border-left: 0
}

table tr td:last-child,
table tr th:last-child {
    border-right: 0
}

img {
    max-width: 100%;
    height: auto;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    position: relative;
}

.container {
    margin: 0 auto;
    max-width: 100rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

.navbar-default .navbar-text {
    color: #000;
    font-size: 18px;
    margin-left: 0
}

.navbar-default .navbar-text:focus,
.navbar-default .navbar-text:hover {
    background-color: transparent;
    text-decoration: none
}

.navbar-default .navbar-header .navbar-brand {
    color: #fff;
    font-size: 22px;
}

.navbar-brand>img {
    height: 140px;
    width: auto;
    position: relative;
    top: -10px;
    margin:15px 0px 0px -10px;
    transition: 0.4s;
}

body.scrolled .navbar-brand>img {
    height: 80px;
    width: auto;
    top: -10px;
    margin-left: -20px;
}

.submenu-item {
    display: block;
    padding: 10px 30px;
}

.submenu-item:hover {
    background: linear-gradient(90deg, #596a6f, transparent);
}

.submenu-item small{
    display: block;
    padding-left: 10px;
    line-height: 16px;
    position: relative;
}
.submenu-item small::before{
    content:"· ";
    position: absolute;
    left:0;
}
.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    background-color: transparent;
    color: #596a6f !important
}

.navbar-default .nav>li.active>a:focus:hover,
.navbar-default .nav>li.active>a:hover {
    background-color: transparent
}

.navbar-brand p b {
    margin-bottom:5px;
    display: block;
}
.navbar-brand p span {
  display: block;
  line-height: 22px;
}
.navbar-brand p {
  padding: 10px 0;
  margin: 0;
  float: left;
}
.navbar-brand .section_title {
  font-size: 16px;
}
.navbar-brand small{
    font-size: 12px;
    line-height: 12px;
    display: block;
    width: 250px;
    text-align: left;
}
.content {
    flex: 1
}

.list ul {
    list-style: none;
    margin: 3.2rem 0;
    padding: 0
}

.list ul li {
    font-size: 1.6rem
}

.list ul li span {
    display: inline-block;
    margin-left: 0;
    margin-right: 3rem;
    text-align: left;
    width: 20rem
}


.centered {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center
}

.footer {
    text-align: center
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.err {
    background-color: #e3d2d2;
    color: #a61717
}

.btn-link {
    color: #000
}

.about-avatar {
    border: 1px solid #888;
    float: none;
    margin-bottom: 0;
    max-width: 40%;
    padding: 5px;
    width: 250px
}

@media(min-width:632px) {
    .about-avatar {
        float: left;
        margin-left: 0;
        margin-right: 20px
    }
}

body {
    color: #212a54;
}

h1,
h2 {
    color: inherit;
}

.content {
    margin: 0;
    padding: 160px 40px;
    z-index: 1;
}

footer {
    padding: 10px 30px;
    position: relative
}

footer::before {
    content: "";
    border-bottom: 20px solid;
    border-left: 100vw solid;
    border-right: 0 solid;
    border-color: transparent transparent #596a6f transparent;
    color: transparent;
    left: 0;
    position: absolute;
    top: -20px;
    height: 2px;
    z-index: 1
}

#navigation .after {
    content: "";
    border-bottom: 20px solid;
    border-left: 100vw solid;
    border-right: 0 solid;
    border-color: transparent #a7b2bb transparent;
    color: transparent;
    left: 0;
    position: absolute;
    bottom: -20px;
    height: 2px;
    z-index: 1;
    pointer-events: none;
}

#navigation::before {
    content: "";
    border-bottom: 20px solid;
    border-left: 100vw solid;
    border-right: 0 solid;
    /* border-color: transparent #fafafa transparent; */
    color: transparent;
    left: 0;
    position: absolute;
    bottom: -22px;
    height: 2px;
    z-index: 1;
    pointer-events: none;
    transition: border 0.4s;
}

#navigation .container {
    max-width: 1300px;
    padding: 0
}

.container section {
    margin: 20px 0 80px;
}

.content h2 {
    font-size: 24px;
}

#navigation {
    /* font-family: Titre; */
    left: 0;
    position: fixed;
    right: 0;
    z-index: 100;
    background-color: #a7b2bb;
}

address {
    display: inline
}

select {
    font-size: 14px;
    border-radius: 4px;
}
.button.white {
    background: #fff;
    color: #a7b2bb;
}
.button,
[type=submit] {
    background: #a7b2bb;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border: none;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px
}
.button.small{
  font-size: 16px;
  padding: 6px 12px;
}
.button:hover,
[type=submit]:hover,
.button.white:hover{
    background-color: #596a6f;
    color: #e9f6fa;
    text-decoration: none
}

label {
    display: block
}

.buttons {
    text-align: right;
}

.form-field {
    margin-bottom: 10px;
}

[type=email],
[type=text],
[type=phone],
textarea,
select {
    border: none;
    border-bottom: 1px solid transparent;
    outline: 0;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 2px;
}

[type=email]:focus,
[type=text]:focus,
textarea:focus {
    border: none;
    border-bottom: 1px solid
}

textarea {
    height: 200px;
    resize: vertical
}

section.links a:hover {
    text-decoration: none
}

h3.info {
    font-weight: 400
}

h3.projection {
    text-transform: uppercase
}

.container.programme {
    max-width: 1200px
}

.events {
    column-gap: 40px;
    columns: 2;
    margin-bottom: 100px
}

.dark footer,
.dark #navigation {
    background: #e9f6fa
}

h3.event {
    font-size: 32px
}

.subtitle::after,
.subtitle::before {
    content: '"'
}

body.programme .content {
    padding-top: 100px
}

.palmares li {
    margin-bottom: 10px
}

article h3 {
    margin: 10px 0
}

.blog article:not(:last-of-type) {
    margin-bottom: 40px
}

.palmares article:not(:last-of-type) {
    margin-bottom: 40px
}

#socials {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px; */
    height: 80px;
}

form {
    margin: 40px 0;
    scroll-margin-top: 140px;
}

#socials i, .button i {
    background-size: contain;
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px;
    margin-bottom: 14px;
}
.button i{
    display:inline-block;
    vertical-align: text-top;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    /* margin-right: 10px; */
}

#socials a {
    padding-left: 8px;
    padding-right: 8px
}

nav ul {
    list-style: none;
    margin: 7.5px -15px;
    margin-bottom: 0;
    padding-left: 0;
}

.nav>a {
    display: block;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.menu-item {
    display: block;
    padding: 10px 15px;
    position: relative
}

.nav>li>a:focus,
.nav>li>a:hover {
    /* background-color: #eee; */
    text-decoration: none
}

.field.submit,
.button-box,
.palmares p {
    text-align: right
}

.navbar-brand {
    line-height: 20px;
    /*! padding: 15px; */
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: none;
    float: right;
    margin: 8px 15px;
    padding: 9px 10px;
    position: relative;
    cursor: pointer;
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}


.notice {
    background: #fff;
    padding: 10px 20px;
    border-left: 4px solid;
    margin: 10px 0;
    display: none;
}

form.done #form-done,
form.error #form-error {
    display: block;
}

#form-done {
    border-color: yellowgreen;
}

#form-error {
    border-color: tomato;
}

.menu-item {
    /* line-height: 20px; */
    padding-bottom: 10px;
    padding-top: 10px;
}


body {
    margin: 0;
    background: #fafafa;
    overflow-x: hidden;
    width: 100vw;
}

header {
    background-image: linear-gradient(180deg, #a7b2bb, transparent);
    background: #a7b2bb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    display: flex;
    z-index: 10;
}

pre#logo {
    margin: 0;
    font-size: 2px;
    font-weight: 500;
    font-family: monospace;
    color: #fff;
}

pre.mountain {
    color: #a7b2bb;
    font-family: monospace;
}

footer {
    background: #596a6f;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* height: 32px; */
    color: #fff;
    text-align: center;
    line-height: 18px;
    z-index: 10;
    font-size: 14px;
}

span#brand {
    font-size: 32px;
    color: #fff;
    padding: 20px 30px;
    display: block;
    white-space: nowrap;
    flex: 0;
}

#navigation .navbar-brand {
    display: flex;
    height: 80px;
    float: left;
    position: relative;
    z-index: 10;
}

header nav {
    flex: 2;
    text-align: right;
}

.submenu {
    position: absolute;
    background: #a7b2bb;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    line-height: 24px;
    margin-top: -15px;
    z-index: 2;
    left: 15px;
    display: none;
    min-width: 230px;
}

.menu-item {
    text-decoration: none;
    color: #fff;
    /* margin: 0 20px; */
    line-height: 50px;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    height: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0px 8px;
    z-index: 3;
}

.mountain .wrap {
    white-space: pre;
    font-family: monospace;
    font-weight: bold;
    font-size: 30px;
    color: #eaeaea;
}

.mountain {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    user-select: none;
    bottom: 50px;
    max-width: 100vw;
}

.mountain.home {
    left: -400px;
}

.mountain.contact {
    right: -279px;
}

.submenu li:not(:last-of-type) {
    border-bottom: 1px solid;
}

section {
    z-index: 1;
    position: relative;
}

section > .wrap {
    max-width: 1000px;
    margin: auto;
    padding: 30px;
    position: relative;
    flex: 1;
}

#main {
    padding-top: 100px;
}


h2 {
    font-size: 30px;
    line-height: 36px;
}

.inputfield {
    flex: 1;
    flex-basis: 100%;
    margin: 20px;
}

body.home .content h1 {
    margin: 60px 0 20px;
}

input,
textarea {
    border-radius: 5px;
}

.inputfield.half {
    flex-basis: 50%;
    flex: 1;
}

#links {
    margin-top: 30px;
    margin-bottom: 0;
}

#textbox p {
    margin: 0;
}

#textbox h2 {
    line-height: inherit;
    margin: 0;
}
.home #chatbot {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    pointer-events: all;
    transition: 0.5s ease-in;
}
.home #chatbot.fadeout {
    opacity: 0;
    pointer-events: none;
}

.home section#textbox > * {
    flex: 1;
}

.home .chatbot {
    /* flex: 1; */
    margin-bottom: 10px;
    /*! text-align: center; */
}

.home #chatbot a.button {
    border-radius: 10px;
    font-size: 18px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: relative;
    /* height: 40px; */
    /* width: 80px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.home #chatbot a.button.active {
    pointer-events: all;
    opacity: 1;
}
.home .output {
    padding: 14px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    text-align: left;
    position: relative;
}
.home .output:not(:empty) {
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.goto {
    font-size: 14px !important;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 10px;
    text-decoration: none;
    color: #353f49;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.goto h3 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.goto::before {
    content: attr(data-bullet)" ";
    position: absolute;
    left: 0px;
    color: #596a6f;
}

.goto:hover * {
    color: #353f49 !important;
}

.goto>p {
    margin: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.menu-item:hover {
    background: linear-gradient(180deg, #596a6f, transparent);
}

#socials a {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

li:hover .submenu {
    display: block;
}

#description {
    background-color: rgba(255, 255, 255, .4);
    padding: 30px;
    font-size: 16px;
}

ul {
    list-style-type: "• ";
    position: relative;
}

label.required::after {
    content: " *";
    color: tomato;
}

#offer ul::before {
    content: "•";
    position: absolute;
    left: -10px;
    top: 36px;
    font-size: 1.5em;
    color: #596a6f;
}

#offer ul::after {
    content: "•";
    position: absolute;
    left: -20px;
    top: 71px;
    font-size: 1em;
    color: #596a6f;
}

#offer ul {
    padding-left: 0;
    font-size: 20px;
    list-style: none;
}

#offer li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

#offer li::before {
    content: "• ";
    position: absolute;
    left: 0;
    color: #596a6f;
}

#offer li {
    position: relative;
    padding-left: 30px;
}

#offer li:first-of-type::before {
    font-size: 2em;
}

#offer li+li {
    left: 12px;
}

#offer li+li::before {
    font-size: 1.7em;
}

#offer li+li+li {
    left: 24px;
}

#offer li+li+li::before {
    font-size: 1.5em;
}

#offer li+li+li+li {
    left: 36px;
}

#offer li+li+li+li::before {
    font-size: 1.2em;
}

#offer li+li+li+li+li {
    left: 48px;
}

#offer li+li+li+li+li::before {
    font-size: 1em;
}

#offer li+li+li+li+li+li {
    left: 60px;
}

#offer li+li+li+li+li+li::before {
    font-size: 0.8em;
}

#offer li+li+li+li+li+li+li {
    left: 72px;
}

#offer li+li+li+li+li+li+li+li {
    left: 84px;
}

#advantages ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    list-style: none;
}

#advantages li {
    flex: 1 50%;
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px
}

#advantages li::before {
    content: "• ";
    font-size: 2em;
    position: absolute;
    left: 0;
    color: #fff;
}

.blue {
    padding: 30px 0;
    background: #a7b2bb;
    color: #fff;
    margin: 60px -30px;
    font-size: 18px;
    position: relative;
}

.blue::before {
    content: "";
    position: absolute;
    background: #a7b2bb;
    width: 100vw;
    height: 100%;
    right: 100%;
    top: 0;
}

.blue::after {
    content: "";
    position: absolute;
    background: #a7b2bb;
    width: 100vw;
    height: 100%;
    left: 100%;
    top: 0;
}

#advantages h2 {
    position: relative;
}

#prices li.card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    padding: 0;
    margin: 40px 10px;
    overflow: hidden;
    border: 2px solid #596a6f;
    border-radius: 10px;
}

#prices ul.cards {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
    list-style-type: none;
}

#prices li * {
    display: block;
    text-align: center;
    flex: 1;
}

#prices li b {
    font-size: 2em;
    background: #596a6f;
    color: #fff;
    padding: 20px;
    flex: 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

#prices li span {
    flex: 2;
    margin-bottom: 20px;
    padding: 0 20px;
}

#prices li i {
    flex: 0;
    font-size: 2em;
    padding: 0 20px 20px;
}

#dates li {
    background-color: #f4f4f4;
    padding: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
#dates li:nth-child(2n) {
    background: #f8f8f8;
}
#dates li b {
    text-decoration: underline;
    flex: 1;
}

#dates li span {
    font-size: 20px;
    font-weight: bold;
    color: #a7b2bb;
    text-align: right;
}
#dates li small {
    text-align: right;
}

#dates li i {
    flex: 0;
    white-space: nowrap;
    text-align: right;
}

#dates li div {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 50%;
}

#presentation picture {
    float: right;
    margin-left: 60px;
    margin-bottom: 30px;
    margin-top: 6px;
    border-radius: 10px;
    overflow: hidden;
}

#presentation {
    /* border-bottom: 1px solid; */
    margin-bottom: 0;
    margin-top: 20px;
}
.le-formateur #contact {
    margin: 0;
    padding: 20px;
    border-top: 1px solid;
    color: #999;
    background: rgba(255,255,255,0.6);
    background: #fff;
}
.le-formateur h1 {
    font-size: 16px;
}

.le-formateur h2 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 60px;
}

.copyright {
    font-size: 12px;
}

.faqlist h3 {
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    margin-bottom: 10px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    white-space: break-spaces;
}

.faqlist li {
    list-style: disc;
}

.faqlist p {
    transition: 0.3s;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.faqlist li:not(.open) p {
    max-height: 0px !important;
}

.faqlist h3::after {
    content: "▼";
    position: absolute;
    right: 0;
    color: #a7b2bb;
    transition: 0.5s;
    top: 50%;
    transform: translateY(-50%);
}

.faqlist .open h3 {
    border-color: #ddd;
}

body.home #dates li span {
  color: #32c4ff;
}
.faqlist h3:hover {
    border-color: #aaa;
}

.faqlist .open h3::after {
    transform: translateY(-50%) rotateZ(180deg);
}

section.faq h2 {
    color: #a7b2bb;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid;
}

.blog h2 {
    margin-bottom: 0;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 3rem 0 1rem;
    text-align: center;
    color: #000;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 4px 15px;
}

.pagination a:hover {
    background-color: #596a6f;
    color: #fff;
}

.pagination span {
    opacity: 0.5;
}

.popup {
    position: absolute;
    display: none !important;
    z-index: 9999;
}

.popup .overlay {
    display: block !important;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.popup .box {
    position: fixed;
    z-index: 9999;
    background: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 3px;
    color: initial;
    font-size: initial;
    line-height: initial;
}

.popup.open {
    display: block !important;
}

.hover {
    cursor: pointer;
}

.hover:hover {
    text-decoration: underline;
}

.context {
    color: #999;
}

.banner {
  padding-bottom: 20px;
  display: block;
  padding: 0;
}

.banner {
  /*! background-color: #9bbc08; */
}

.faq h2 {
  margin-top: 40px;
  font-size: 3.2rem;
}

.head {
    display: flex;
}

.head figure {
    flex: 0 auto;
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #a7b2bb;
}

.head .name {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name h3 {
    margin: 10px 0;
}

.testimony .text,
.testimony .context {
    margin-left: 120px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
}

#carousel-wrap {
    overflow: hidden;
    position: relative;
    padding: 20px 50px;
    margin: 0 -50px 60px;
}

.arrow {
    position: absolute;
    height: 200px;
    width: 40px;
    top: 100px;
    cursor: pointer;
    color: #a7b2bb;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    user-select: none;
    border-radius: 30px;
}
.arrow:hover{
    color:#596a6f;
    background-color: rgba(0,0,0,0.02);
}
#leftarrow {
    left: 0;
}

#rightarrow {
    right: 0;
}

#dots {
    text-align: center;
}

#dots div {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #a7b2bb;
    margin: 5px;
    transition: 0.3s;
    cursor: pointer;
}
#dots div:hover {
    background: #596a6f;
}
#dots div.current {
    margin: 2px;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 3px solid #596a6f;
    cursor: initial;
}
#timerwrap {
    position: absolute;
    top: 0;
    right: 60px;
    height: 2px;
    width: 100px;
}
#timer {
    height: 2px;
    background: #596a6f;
    transition: 0.2s;
}
.name h4 {
    margin: 0;
}

.testimony .text p,
.testimony .context p {
    margin: 0;
}

.testimony {
    margin-bottom: 30px;
}

.testimony.anon .text {
    margin: 0;
    padding: 20px;
}

.testimony.anon .context {
    margin: 0;
    padding: 20px 0px 0px;
}

.testimony.anon .title {
    margin-top: 0;
}

.testimonies.cyber {
    display: flex;
    flex-wrap: wrap;
}

.testimony.anon {
    flex: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.articlecontent p:nth-child(n+2) {
    display: none;
}

body.home section .blog {
    display: flex;
    flex-wrap: wrap;
    margin: -20px !important;
}

body.home article {
    flex: 1;
    margin: 20px;
    padding: 30px;
    background: #fff;
    min-width: 320px;
}
body.home #dates li {
    background: transparent;
    border-color: #fff;
    padding: 20px 0;
}
#dates ul.home li {
    padding: 20px;
    background-color: #f4f4f4;
    color: #212a54;
}
body.home #dates li span{
    color: #fff;
}
body.home #dates ul {
    padding: 0;
}
.switchtab.hidden {
    display: none;
}
.switcher {
    text-align: right;
}

.switcher .wrap {
    position: relative;
    /* padding: 10px; */
    display: inline-flex;
    cursor: pointer;
}

.switcher .wrap span {
    margin: 5px;
    width: 70px;
    flex: 1;
    text-align: center;
    transition: 0.5s color;
    /*! color:#000; */
    z-index: 2;
}.switcher .wrap span.selected{color:#fff}
.switcher .wrap span:hover{
    text-decoration: underline;
}

.switcher .wrap .cursor {
    content: "";
    background: #a7b2bb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    transition: 0.4s left, 0.5s 0.1s right;
}

.switcher.right .wrap .cursor {
    left: 50%;
    right: 0;
    transition: 0.4s right, 0.3s 0.3s left;
}

.switcher.left .wrap span:first-child {
    color: #fff;
}
.switcher.right .wrap span:last-child {
    color: #fff;
}

.switcher .wrap:hover .cursor {
    background: #596a6f;
}
#dates ul {
    padding: 0;
}

picture.hero {
    display: block;
    width: 100vw;
    margin: 0 -40px;
    margin-top: -80px;
    position: relative;
    border-bottom: 2px solid #a7b2bb;
    background-color: #a7b2bb;
    text-align: center;
}

picture.hero img {
    width: auto;
    margin: auto;
}

#hero {
    margin-top: -80px;
    width: 100vw;
    margin-left: -40px;
    border-bottom: 2px solid;
    margin-bottom: 80px;
    text-align: center;
    background-color: #a7b2bb;
}

.hero h2 {
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: 0;
    color: #fff;
}

body.scrolled #navigation::before {
    border-color: transparent #fafafa transparent;
}

.hero .wrap {
    position: absolute;
    width: 1200px;
    height: 100%;
    max-width: 90vw;
    margin: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    display: none;
}
.chatbtn {
    text-align: right;
}
.home .output:not(:empty)::after {
    content: attr(data-name);
    left: 0;
    font-size: 12px;
    color: #a7b2bb;
    position: absolute;
    right: 0;
    top: -9px;
    white-space: nowrap;
}

.sendicon {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
    height: 24px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA6npUWHRSYXcgcHJvZmlsZSB0eXBlIGV4aWYAAHjadVHbEQMhCPynipSgrs9yTM7MpIOUH1C8aB7MiMgeu8BRez7udBFzOZIPKccSo2HzxRdXOchm2LV7a3z349EUs3ueTsBxCnxjPIvT72fengTjqhyFhaiour3uQJ38+YNIBSAdSXwoUVUiuAFYr1NFFQBnf3QUS07baLcpPS2/j8978dc78VaPIEqOXIOINgB+dAY5HrXflVFek3iOAyJ7IElLfZPGSMyV1IulhOmMLXYCqjzGko0teQixALzxOTatrRr598vcZ4Q/eTV6ARgAdWM0FGEOAAABhGlDQ1BJQ0MgcHJvZmlsZQAAeJx9kT1Iw0AcxV9TpVIrDnYQcchQXbSLijrWKhShQqgVWnUwufQLmjQkLS6OgmvBwY/FqoOLs64OroIg+AHi7OCk6CIl/i8ptIjx4Lgf7+497t4BQqPMNKsrBmh61Uwl4mImuyoGXiGgF0HMYExmljEnSUl4jq97+Ph6F+VZ3uf+HH1qzmKATySOMcOsEm8QT29WDc77xGFWlFXic+Jxky5I/Mh1xeU3zgWHBZ4ZNtOpeeIwsVjoYKWDWdHUiKeII6qmU76QcVnlvMVZK9dY6578haGcvrLMdZrDSGARS5AgQkENJZRRRZRWnRQLKdqPe/iHHL9ELoVcJTByLKACDbLjB/+D391a+ckJNykUB7pfbPtjBAjsAs26bX8f23bzBPA/A1d6219pALOfpNfbWuQI6N8GLq7bmrIHXO4Ag0+GbMqO5Kcp5PPA+xl9UxYYuAWCa25vrX2cPgBp6ip5AxwcAqMFyl73eHdPZ2//nmn19wPLqHLKoqP1+AAADXppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDQuNC4wLUV4aXYyIj4KIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgIHhtbG5zOkdJTVA9Imh0dHA6Ly93d3cuZ2ltcC5vcmcveG1wLyIKICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICB4bXBNTTpEb2N1bWVudElEPSJnaW1wOmRvY2lkOmdpbXA6YWIwMmIxMzUtMWI4OS00YjYzLTgzYzgtZWQ4NzZjYzQ0NzA2IgogICB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmJhZTkwNWIxLWI3NjMtNDc2ZC04YjUyLWIyOGJhMWZjMDgzMyIKICAgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOmY2ZWE5OTM4LWZhMzgtNDNhZi1hYWMxLWIxMjgzZTdiMmJmYiIKICAgR0lNUDpBUEk9IjIuMCIKICAgR0lNUDpQbGF0Zm9ybT0iTWFjIE9TIgogICBHSU1QOlRpbWVTdGFtcD0iMTcwNzY0OTAwNDA3NjAwMiIKICAgR0lNUDpWZXJzaW9uPSIyLjEwLjM0IgogICBkYzpGb3JtYXQ9ImltYWdlL3BuZyIKICAgdGlmZjpPcmllbnRhdGlvbj0iMSIKICAgeG1wOkNyZWF0b3JUb29sPSJHSU1QIDIuMTAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjQ6MDI6MTFUMTE6NTY6MzcrMDE6MDAiCiAgIHhtcDpNb2RpZnlEYXRlPSIyMDI0OjAyOjExVDExOjU2OjM3KzAxOjAwIj4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiCiAgICAgIHN0RXZ0OmNoYW5nZWQ9Ii8iCiAgICAgIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZDViMWIwMTUtMzhkZS00OTkzLTk5NDYtNzFiODc0NDM3YmQ3IgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJHaW1wIDIuMTAgKE1hYyBPUykiCiAgICAgIHN0RXZ0OndoZW49IjIwMjQtMDItMTFUMTE6NTY6NDQrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+1LE2UQAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB+gCCwo4LLPSsuAAAAEBSURBVEjH5dY/K4VhGMfx63n8Wc5iUIrJJpMXYLIyKbPMFuUFmCxmZVMGXoDZW5DRKGUSjkEp5GNxisLznPP8udX5znf3t+vqvq/rFzHUYBzHuMcJZtsSr/nOM/Yw0bR42c/cYhNjTbb6zu9cYqUp+YFizrBQt3hROd5wiOm6xDmulOcJO+jUId/VPzfYQF5FPI93g3GBpSryc9U4xdwg4m3VecE+JvsRz3y+3DroYv3r/VmBvFN0JiJWI+KoRC2vETGVZVk3IiJPtZBG/2p1RFxHxEgNnseI2OpV+28fV/vfKdkASTIyky2JlGux/SCQLPqkDHvJ4m0v0D+0GuiHgg+dY5W87OvbNwAAAABJRU5ErkJggg==');
    background-size: contain;
}
.home .sendicon {
    position: static;
    display: inline-block;
    transform: none;
    margin-right: 10px;
}


.partner {
  flex: 1 1 25%;
  max-width: 25%;
  margin-bottom: 20px;
  text-align: center;
}
.partner img {
  width: auto;
  height: 100%;
}
.partner:hover {
  opacity: 0.7;
}
/* ==================================================================================================================================== */

@media (min-width:961px) {
    #navbar-menu {
        height: auto !important
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }

    .navbar-header {
        padding: 0 10px
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left;
        position: relative;
    }

    .menu-item {
        padding-bottom: 15px;
        padding-top: 15px
    }

    .navbar-default {
        border-color: rgba(255, 255, 255, .3);
    }

    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05)
    }

    .active span {
        border-bottom: .125em solid #fff;
    }

    .navbar-toggle {
        display: none
    }
}

@media screen and (max-width: 960px) {

.navbar-brand small {
  width: auto;
}
.navbar-brand p b {
  margin: 0;
}
    footer .about {
        text-align: center;
    }
    
    footer .about * {
        display: block;
        text-align: center;
        margin: auto;
    }

    .content {
        padding: 120px 10px 40px;
    }

    .navbar-default .navbar-header .navbar-brand {
        flex: 1;
        height: auto;
        padding: 7px 4px
    }

    .navbar-header {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .palmares ul {
        padding-left: 20px
    }

    .button-box,
    .palmares p {
        text-align: center
    }

    .links p {
        display: flex;
        flex-wrap: wrap
    }

    .links p a {
        flex: 50%
    }

    #socials a {
        padding-left: 15px
    }

    #socials i, .button i {
        height: 20px;
        width: 20px
    }

    .nav>li {
        display: block;
        padding: 0;
        position: relative
    }

    footer .about span,
    .sr-only {
        display: none
    }

    footer {

        position: relative;
    }

    .container section {
        margin: 60px 0;
    }

    h2 {

        line-height: 34px;
    }

    #links {
        padding: 0;
    }

    .submenu {

        display: block;

        position: relative;
    }

    .submenu li {
        border: none !important;
    }

    .container {
        padding: 0 1rem;
    }

    #description {
        font-size: 14px;
        padding: 10px 30px;
    }

    #offer ul::before,
    #offer ul::after {
        content: none;
    }

    #offer li {
        left: 0 !important;
    }

    #offer ul {
        font-size: 16px;
    }

    #advantages ul {
        padding: 0;
        display: block;
    }

    #prices ul.cards {
        display: block;
        padding: 0;
    }

    #prices li b {
        border-radius: 0;
        font-size: 1.5em;
        flex: 0 auto;
    }

    #prices li span {
        padding: 0 20px;
    }

    #prices li i {
        padding: 30px 10px;
    }

    #dates ul {
        padding: 0;
    }

    #dates li {
        flex-direction: column;
    }

    #dates li div {
        max-width: none;
        margin-top: 20px;
    }

    #dates li span {
        font-size: 16px;
        text-align: left;
    }

    #presentation picture {
        max-width: 60vw;
    }
    #presentation img {
        width: 100%;
    }

    .mountain .wrap {
        font-size: 14px;
    }

    .mountain.contact {
        right: 0;
    }

    .mountain.formation .wrap {
        position: relative;
        left: -168px;
    }

    .mountain.home {
        left: 0;
    }

    .mountain.home .wrap {
        position: relative;
        left: -52px;
        bottom: -69px;
    }

    .menu-item:hover {
        background: linear-gradient(90deg, #a7b2bb, transparent);
    }

    .submenu-item {
        padding-left: 40px;
        padding: 6px 40px;
    }

    .navbar-collapse {
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 90vh;
        transition: height .4s ease;
    }

    nav ul {
        padding: 10px 30px;
    }

    .faqlist {
        padding: 0;
    }

    .faqlist li {
        list-style: none;
    }

    .faqlist h3 {
        font-size: 18px;
    }

    #navigation .navbar-brand {
        /*! line-height: 80px; */
    }

    .navbar-brand>img {
        height: 80px;
        top: 0px !important;
        margin-left: 0px !important;
        margin-top: 0px;
    }

    .testimony .text,
    .testimony .context {
        margin-left: 0;
    }

    #advantages {
        margin: 0 -20px;
        padding: 30px 20px;
        position: static;
    }

    #advantages::before,
    #advantages::after {
        content: none;
    }

    .menu-item {
        font-size: 16px;
        line-height: 36px;
    }

    .testimony.anon {
        flex: 100%;
        padding: 0;
    }

    .testimony {
        border-bottom: 2px solid #a7b2bb;
    }
    section.buttons {
        display: flex;
        flex-direction: column;
        padding: 0 40px;
        width: 500px;
        max-width: 90vw;
        margin: 60px auto;
    }

    picture.hero {
    display: none;
}
    section#textbox{
        flex-direction: column;
    }
    .home #chatbot{
        margin-top: 20px;
    }
    body.home .content h1{
        margin-top: 20px;
    }
    .chatbtn {
        text-align: center;
    }
    
    #hero{
        display: none;
    }
.navbar-brand p {
  padding: 5px 0;
}
}

@media screen and (max-width:600px) {
    section.wbanner p img {
        min-height: 140px;
        height: 140px;
        width: auto;
        max-width: none;
        position: relative;
        transform-origin: center;
        transform: translateX(-38%);
    }

    section.wbanner {
        overflow-x: hidden;
    }
    
    #presentation picture {
        margin: 30px auto 60px;
        display: block;
        float: none;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
    .list ul li {
        font-size: 1.4rem;
        margin: 1.6rem 0
    }

    .list ul li span {
        display: block;
        text-align: left
    }

    body {
        font-size: 1.4em;
        line-height: 1.6em
    }

    a.navigation-title {
        font-size: 0
    }

    a.navigation-title::after {
        content: '~';
        font-size: 2.4rem;
        margin-left: -1.4rem;
        text-align: center
    }
}


.grid {
    display: flex;
    flex-wrap: wrap;
}
.domain {
    flex: 1 50%;
    max-width: 50%;
    border: 10px solid transparent;
    box-sizing: border-box;
}
.domain .wrap{
    position: relative;
    height: 100%;
/*     overflow: hidden; */
    perspective: 1000px;
    display: flex;
    align-items: center;
}
.domain .front{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 20px;
    transition: 0.4s ease;
  backface-visibility: hidden;
}
.domain .back{
    line-height: 20px;
    font-size: 16px;
    padding: 20px;
    transition: 0.4s ease;
    transform:rotateY(-180deg);
  backface-visibility: hidden;
    border: 6px solid;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
}
.domain .back h3{
    margin: 0;
}
.domain .back h4{
    margin: 5px 0px 20px;
/*     margin-bottom: 20px; */
}
.domain:hover .front{
    transform:rotateY(180deg);
}
.domain:hover .back{
    transform:rotateY(0deg);
}

.corner {
  position: absolute;
  right: 0;
  bottom: 0;
  border:100px solid transparent;
  border-color: transparent;
}

.corner div{
  position: absolute;
  bottom: -55px;
  right: -55px;
  font-size: 40px;
}

.domain h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.front h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.front h4 {
  font-size: 20px;
  /*! line-height: 20px; */
  margin: 0;
}
.domain .button {
  display: inline-block;
  flex: 0;
  height: 40px;
  align-self: self-end;
  justify-self: initial;
}
.domain p {
  flex: 1 100%;
    margin:0;
}
#dates ul.home b {
  text-decoration: none;
}
#dates ul.home li:hover {
  background-color: #fff;
}
.button-wrap {
  text-align: right;
}

.domain.list .card {
  /*! padding: 0 20px; */
  /*! color: #fafafa; */
  padding-left: 35px;
}
.domain.list h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
}
.domain.list a:nth-child(n+2) h3 {
    display:block;
    font-size: 14px;
    line-break: 12px;
    margin:0;
}
.domain.list a:hover {
    text-decoration: underline !important;;
}
.domain.list .wrap:hover {
  background: #f2f2f2;
}

.domain.list .dot {
  position: absolute;
  left: 5px;
  /*! height: 80%; */
  width: 14px;
  border-radius: 10px;
  /*! transform: translateY(-50%); */
  top: 20%;
  bottom: 20%;
}