@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::placeholder {
    color: #595c61 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #595c61 !important
}

::-ms-input-placeholder {
    color: #595c61 !important
}

body,
html {
    margin: 0;
    padding: 0;
    color: #1c212b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-repeat: no-repeat;
    background-position: center top
}



h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    text-align: center;
    font-family: 'DM Serif Text', serif
}

button.btn {
    outline: none !important;
    white-space: normal;
    width: 100%
}

.container-fluid>.row>div {
    padding-left: 0;
    padding-right: 0
}

.header_image {

  height: auto;
}

.header_image_mob {

  height: 0px;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    position: relative
}

#mainHeader {
    float: left;
    width: 100%;
    display: block;
    padding: 35px 0
}

#date{
  height: 35px;
  line-height: 35px;
}

h1 {
    font-family: 'DM Serif Text', serif;
    font-weight: 400;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    text-align: center
}

h1 img {
    margin-bottom: 10px
}

.mainContainer {
    position: relative;
    z-index: 2;
    padding: 30px 50px;



}


/*.header_image {

  background: url("./images/header1920-alva.jpg");
  height: 300px;
  background-size: cover;
}*/
.containerOuter {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	border: 10px solid #ae914f;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}
/*.containerOuter {

  border-radius: 10px;
  border:10px solid #bd58d0;

}*/

.rightContainer {
    position: relative;
    z-index: 1;
    color: #1c212b;
    max-width: 500px;
    margin: 0 auto 0 auto;
    background: #f4e4c3;
}

.rightContainer h2 {
    font-size: 20px;
    font-family: 'DM Serif Text', serif;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
    padding-bottom: 35px;
    border-bottom: 1px solid #fff
}

input[type="text"],
input[type="email"] {
    color: #1c212b;
    background-color: rgba(255, 255, 255, .25);
    font-size: 14px;
    height: auto;
    padding: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f13689;
    font-style: italic
}

label {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

.checkbox a:link,
.checkbox a:visited {
    color: #ff0041;
    text-decoration: underline
}

.checkbox a:hover,
.checkbox a:active {
    color: #ff0041;
    text-decoration: none
}

.checkbox>label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2
}

input[type="checkbox"] {
    margin: 2px 0 0
}

.checkbox {
    margin-bottom: 15px
}

.buttonSubmit {
    position: relative;
    font-size: 30px;
    font-family: 'DM Serif Text', serif;
    font-weight: 400;
    line-height: 1.3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    //border-radius: 15px;
    padding: 20px 5px;
    margin: 20px 0 0
}

.buttonSubmit>span.inner>span {
    display: block
}

.buttonSubmit,
.buttonSubmit:focus {
    color: #000;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    /*background: #37d6aa;
    background: -moz-linear-gradient(top, #37d6aa 0%, #05ac80 100%);
    background: -webkit-linear-gradient(top, #37d6aa 0%, #05ac80 100%);
    background: linear-gradient(to bottom, #37d6aa 0%, #05ac80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37d6aa', endColorstr='#05ac80', GradientType=0);
    border: 1px solid #05ac80;*/
}

.buttonSubmit:hover,
.buttonSubmit:active {
    color: #000;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    background: #05ac80;
    /*background: -moz-linear-gradient(top, #05ac80 0%, #37d6aa 100%);
    background: -webkit-linear-gradient(top, #05ac80 0%, #37d6aa 100%);
    background: linear-gradient(to bottom, #05ac80 0%, #37d6aa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05ac80', endColorstr='#37d6aa', GradientType=0);*/
    //border: 1px solid #05ac80;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.footerlinks {
    text-shadow: 0px 0px 7px rgb(255 255 255);
    font-weight: 300;
    font-size: 12px;
    color: #000;
    margin: 15px 0;
    line-height: 1.6;
    text-align: left;
    margin-top: 15px;
}

.footerlinks a:link,
.footerlinks a:visited {
    color: #000;
    text-decoration: underline
}

.footerlinks a:hover,
.footerlinks a:active {
    color: #000;
    text-decoration: none
}

.footerlinks p {
    margin: 0;
    float: right;
    text-align: right
}

.form-group .row {
  border: none;
}

.Outer {
    width: 100%;
    margin-top: 50px;
    border-radius: 1%;
    float: left;
    position: relative;
    background: #fff;
    border: 10px solid #ae914f;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1)
}

.containerOuter>.row {
    position: relative;
    display: block;
    float: left;
    margin: 0 !important;
    width: 100%
}

.containerOuter .col-lg-4 {
    margin: 0;
    background: #f4e4c3;
    border-left: 6px solid #ae914f;
    -webkit-box-shadow: -1px 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: -1px 0 8px 0 rgba(0, 0, 0, .1)
}

.containerOuter .emptyCardsContainer .col-lg-4 {
    border-left: none;
    margin: 0;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.antispamContainer {
    width: 100%;
    clear: both;
    background: url(../images/lock.png) no-repeat left top;
    padding-left: 35px;
    margin: 15px 0 0;
    font-size: 12px
}

.antispamContainer p {
    margin-bottom: 0;
    padding: 10px 0
}

.question {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
    border-bottom: 1px solid #f9dee2;
    padding-bottom: 5px;
    margin-bottom: 30px
}

.question h3 {
    font-size: 20px;
    font-family: 'DM Serif Text', serif;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px
}

.top-section {
    width: 100%;
    padding: 0 15px 15px;
    background: url(../images/MediumAbelle.png) no-repeat right bottom;
    background-size: auto 100%
}

.top-section p {
    padding: 0;
    margin: 0 0 30px 0;
    line-height: 1.5
}

.top-section strong {
    color: #ff0043
}

.containerTarot {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0
}

.containerTarot h3,
.containerTarot h4 {
    font-size: 20px;
    font-family: 'DM Serif Text', serif;
    font-weight: 400
}

.tarotHeadingsTop {
    margin-bottom: 15px
}

.tarotHeadingsBottom {
    padding: 15px 0
}

.cardsContainer,
.emptyCardsContainer {
    position: relative;
    width: 100%
}

.emptyCardsContainer p {
    text-transform: uppercase;
    font-size: 14px;
    padding: 2% 5%;
    color: #021f2c;
    background-color: rgba(255, 192, 0, .85);
    text-align: center;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    width: 100%;
    z-index: 3;
}

.emptyCardsContainer .row {
  border: none;
}


.card,
.card1 {
    position: absolute;
    width: 15.45%;
    height: 96.5%;
    background-image: url("images/cards/carte-dos-alva.jpg");
    background-size: 100% 100%;
    background-position-y: center;
    border: 1px solid #fff;
    transform-origin: 50% 200%;
    -webkit-transform-origin: 50% 200%;
    -moz-transform-origin: 50% 200%;
    -o-transform-origin: 50% 200%;
    -ms-transform-origin: 50% 200%;
    transition: 50ms ease-out 0ms;
    -moz-transition: 50ms ease-out 0ms;
    -webkit-transition: 50ms ease-out 0ms;
    -o-transition: 50ms ease-out 0ms;
    -ms-transition: 50ms ease-out 0ms;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.card.hovered {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    cursor: pointer
}

.card_empty {
    position: relative;
    width: 100%;
    padding-bottom: 193.5484%;
    background-image: url("images/cards/carte-place.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 0
}

.emptyCardsContainer>.row {
    max-width: 450px;
    width: 100%;
    margin: 0 auto
}

.preloader {
    position: absolute;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    background-image: url(../images/cards/please-wait.gif);
}

@media (max-width:767px) {

    body,
    html {
        background-image: url("../images/bgnd-xs.jpg");
        background-size: cover;
    }

    .mainContainer {
        padding: 30px 15px;
        background: none;
    }

    .containerTarot h3,
    .containerTarot h4 {
        font-size: 18px;
    }

    .containerOuter .col-lg-4 {
        border-left: 0 solid #fff;
        border-top: 1px solid #fff;
        padding-top: 25px;
    }

    .containerOuter .emptyCardsContainer .col-lg-4 {
        border-left: 0 solid #fff;
        border-top: 0 solid #fff;
        padding-top: 25px;
    }

    .tarotHeadingsBottom {
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .top-section {
        background: url(../images/MediumAbelle-Tablet.png) no-repeat center top;
        background-size: auto auto;
        text-shadow: 0 0 2px #fff;
        text-align: center;
        padding-top: 100px
    }

    h1 {
        text-align: center;
        font-size: 24px;
    }

    .top-section p {
        margin-bottom: 15px;
    }

    .head {
      margin-bottom: 20px;
    }

    #mainHeader {
        padding-bottom: 15px;
    }
    .header_image {
      height: 0px;
    }

    .header_image_mob {
      margin-top: -30px;
      height: auto;
    }

}

@media (min-width:768px) and (max-width:991px) {

    body,
    html {
        background-image: url("../images/bgnd-sm.jpg");
        background-size: cover;
    }

    .containerOuter .col-lg-4 {
        border-left: 0 solid #fff;
        border-top: 1px solid #fff;
        padding-top: 25px
    }

    .containerOuter .emptyCardsContainer .col-lg-4 {
        border-left: 0 solid #fff;
        border-top: 0 solid #fff;
        padding-top: 25px
    }

    .top-section {
        background: url(../images/MediumAbelle-Tablet.png) no-repeat center top;
        background-size: auto auto;
        text-shadow: 0 0 2px #fff;
        text-align: center;
        padding-top: 100px
    }

    h1 {
        text-align: center;
        font-size: 30px
    }

    .top-section p {
        margin-bottom: 15px
    }

    #mainHeader {
        padding-bottom: 15px
    }


}

@media (min-width:992px) and (max-width:1199px) {

    body,
    html {
        background-image: url("../images/bgnd-md.jpg");
        background-size: cover;
    }

    .top-section {
        background: url(../images/MediumAbelle-Big.png) no-repeat right bottom;
        background-size: auto 100%;
        text-shadow: 0 0 2px #fff
    }

    .rightContainer {
        padding-top: 25px
    }
    .btnSend{
      transform: scale(0.85);
      margin-left: -35px;
    }


}

@media (min-width:1200px) {

    body,
    html {
	background-color: #ffffff;
     /*   //background-image: url("./images/bg-alva.jpg");
        background-size: cover;*/
    }

    .rightContainer {
        margin-top: 0;
        padding: 30px 10px 50px 10px
    }
    .head {
      margin-bottom: 50px;
    }

    .btnSend{
      margin-left: -10px;
    }



}

@media (max-width:480px) {
    .top-section {
        background: url(../images/MediumAbelle-Mobile.png) no-repeat center top;
        background-size: auto auto;
        text-shadow: 0 0 2px #fff;
        text-align: center;
        padding-top: 50px
    }

    h1 {
        text-align: center;
        font-size: 20px
    }

    .top-section p {
        font-size: 14px
    }
    .btnSend{
      transform: scale(0.8);
    }


}





@media (max-width:375px) {

    .btnSend{
      transform: scale(0.7);
      margin-left: -50px;
    }

}


@-webkit-keyframes blinking {
    0% {
        -webkit-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=1);
        opacity: 1
    }

    50% {
        -webkit-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0
    }

    100% {
        -webkit-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=1);
        opacity: 1
    }
}

.blink {
    animation: blinking 2000ms 2;
    -webkit-animation: blinking 2000ms 2;
    -o-animation: blinking 2000ms 2;
    -moz-animation: blinking 2000ms 2
}

@-webkit-keyframes blink-text {
    from {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes blink-text {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}
