:root{
    --color-rouge: #f70101;
}

[v-cloak] > * { display:none; }

body,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.mobile{
    display: none;
}

body {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
}

a{
    text-decoration: none;
    color: unset;
}

.title {
    display: block;
    margin: 0px;
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
}

header{
   margin: auto;
   height: 10vh;
   width: 100%;
   display: grid;
   grid-template-columns: 1fr 0.3fr 1fr;
   z-index: 3;
   background-image: url(../img/wallpaper.jpg);
   background-size: 50%;
   font-size: 0.8em;
}

header p{
    margin: 0;
    padding: 2vh;
}

.actionElement{
    cursor: pointer;
}

.actionElement:hover{
    font-weight: bold;
    text-decoration: underline;
}

header .logoHeader{
    padding: 0;
    text-align: center;
}

.logoHeader img {
    height: 15vh;
}

.cover{
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    height: 83vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.center{
    justify-content: center;
    align-items: center;
}

.cover div{
    padding: 20px;
}

.boxTitle{
    text-align:center;
    font-family: 'Great Vibes', cursive;
    font-size: 70px;
}

#top, #description, #informationMenu, #confirmationButton{
    border-top: 1px solid var(--color-rouge);
}

#top, #description, #confirmationButton{
    border-bottom: 1px solid var(--color-rouge);
}

.mainMenu{
    height: 17vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align:center;
    font-family: 'Great Vibes', cursive;
}

.mainMenu span{
    /* margin-left: -5vh; */
    cursor:pointer;
    color:var(--color-rouge);
    font-size: 50px;
    transition: all .6s ease;
}

.mainMenu .active span{
    color:var(--color-rouge);
    font-size: 60px;
}

.mainMenu .unactive span{
    color: black;
    font-size: 30px;
}

.mainMenu .unactive:hover span{
    color: black;
    font-size: 40px;
}


#top{
    height: 75vh;
    margin-top: -2vh;
    background-image: url("../img/photocouple.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    justify-items: center;
    align-items: center;
    display: flex;
}

#top h1{
    font-family: 'Great Vibes', cursive;
    color: var(--color-rouge);
    font-size: 3.7em;
    font-weight: normal;
    padding: 10px;
    background-color: #ffffff6b;
    width: 100%;
    text-align: center;
}

#description{
    height: 70vh;
    background-image: url("../img/wallpaper.jpg");
    background-size: 50%;
    text-align:center;
}

.event{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    background-position-y: 0%;
}

.event .main{
    font-size:30px;
}

.event .main strong{
    font-family: 'Great Vibes', cursive;
    color: var(--color-rouge);
    font-weight: normal;
    font-size: 1.5em;
}

.event .second{
    font-size:25px;
}

.polaroid{
    display: inline-block;
    background: white;
    width: 70%;
    padding: 2%;
    padding-bottom: 6%;
    box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
    text-align: center;
}

#description .polaroid{
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

#ceremonie .polaroid{
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.polaroid img{
    width: 100%;
}

.polaroidText{
    margin-top: 10px;
    display: block;
}

#logement .polaroidText img{
    width: unset;
    height:40px;
}

#informationButton{
    height: 13vh;
    width: 100%;
    background: white;
    color:black;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#informationButton img {
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

#information{
    height: 67vh;
    width: 100%;
    background-image: url(../img/manoir_croquis.jpg);
    background-size: cover;
}

#informationMenu{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 10vh;
}

#confirmationButton{
    height:10vh;
    font-size: 1.5em;
    color: var(--color-rouge);
    display: flex;
    justify-content: center;
    align-items: center;
    /* cursor:pointer; */
    background-image: url(../img/wallpaper.jpg);
    background-size: 50%;
}

#confirmationButton:hover{
    font-size: 1.8em;
    transition: all .6s ease;
}

.informationContent{
   height:80%;
}

#informationMenu h3{
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-weight: normal;
    cursor: pointer;
    transition: all .6s ease;
    margin: 20px;
}

#informationMenu h3.active{
    color:var(--color-rouge);
    font-size: 60px;
}

#informationMenu h3.unactive{
    color: black;
    font-size: 30px;
}

#informationMenu h3.unactive:hover{
    color: black;
    font-size: 40px;
}

.informationContent{
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;    
    justify-content: center;
    align-items: center;
    text-align: center;
}

.informationContent .polaroid{
    margin:auto;
    width: 60%;
    font-size:16px;
}

.informationContent .explication{
    padding: 5%;
    background-color: #ffffffc2;
}

#spinner{
    position: fixed;
    width: 100%;
    left: 0;
    top: 40vh;
    display: grid;
    justify-items: center;
    align-items: center;
    z-index:5;
}

/* **********************************
        CONFIRMATION 
************************************/

#confirmation{
    display:grid;
    grid-template-columns: 1fr 1fr;   
    justify-content: center;
    align-items: center;
}

.confirmationLeft, .confirmationRight {
    height:100vh;
}

.confirmationLeft {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.confirmationRight {
    background-image: url(../img/wallpaper.jpg);
    background-size: 50%;
    text-align: center;
}

img.nextButton {
   height: 25px;
   cursor: pointer;
}

.confirmationRight .logoHeader img{
    display: block;
    margin: auto;
    height: 15vh;
}

.confirmationRight h2{
    display: block;
    position: relative;
    font-family: 'Great Vibes', cursive;
    font-size: 2em;
    font-weight: normal;
    color: var(--color-rouge);
    margin: 20px auto;
    text-align: center;
}

.confirmationRight h2.active{
    font-size: 2em;
    transition: font-size 1s;
    webkit-transition: font-size 1s;
    -moz-transition: font-size 1s;
    -o-transition: font-size 2s1s;
    transition: font-size 1s;
    position: relative;
    -webkit-animation: moving 2s;
    margin-top: 20vh;
}

#backlink {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
    padding: 1em;
    cursor: pointer;
    color: var(--color-rouge);
    font-style: italic;
    font-size: 0.7em;
}

#backlink:hover {
    font-size: 0.9em;
    transition: all .6s ease;
}

input {
    border: none;
    border-bottom: 1px solid black;
    background-color: transparent;
    width: 50%;
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    color: black;
}

*:focus {
    outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
  }
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
.checkList div{
    cursor: pointer;
    display: flex;
    margin: 20px auto 20px;
    text-align: left;
    width: 60%;
}

.inviteListItem {
    padding-left: 5em;
}

.checkList label{
    cursor: pointer;
}

.checkList p{
    margin: 0px;
}

.checkList p.checkBox{
    margin-right: 10px;
}

.checkList .label span {
    display: block;
    font-size: 16px;
}

.checkList div.active label {
    color: var(--color-rouge);
}


button {
    border: none;
    padding: 0.5em 1em;
    font-size: 0.8em;
    font-family: capitalize;
    cursor: pointer;
    margin: 0.5em;
    font-family: 'Playfair Display', serif;
}

button.active, button:hover{
    background-color: #f701018f;
    color: white;
    text-decoration: underline;
}

.error{
    position: fixed;
    bottom: 0;
    background: #ff000063;
    width: 50%;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
}

textarea {
    font-size: 1.1em;
    font-family: 'Great Vibes', cursive;
    width: 80%;
    height: 30vh;
    padding: 10px;
    border: 1px solid gray;
}

.classFormText{
    margin-top: 20vh;
}

.confirmationRight h2, .logementSurPlace{
    width: 80%;
    display: block;
}

.logementSurPlace{
    font-size:1em;
    margin: auto;
}

/* *******************************************************
				RESPONSIVE TABLET
********************************************************* */
@media screen and (min-width: 801px) and (max-width: 1100px) {

    header{
        font-size: 0.7em;
    }
    
    header p{
        padding:2.5vh;
    }

    #top {
        background-position: right;
    }

    #top h1{
        font-size: 3em;
    }

    .mainMenu span, #informationMenu h3 {
        font-size: 40px;
    }

    .mainMenu .active span, #informationMenu h3.active {
        font-size: 55px;
    }

    .event .main, .event .second {
        font-size: 25px;
    }

    .explication{
        font-size: 20px;
    }
}


/* *******************************************************
				ANIMATIONS
********************************************************* */
.slideLeft{
    position: relative;
    left: -1000px;
    -webkit-animation: slideleft 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slideleft 1s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slideleft {
    100% { left: 0; }
}

@keyframes slideleft {
    100% { left: 0; }
}

.slideRight{
    position: relative;
    right: -1000px;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 0s;
    animation: slideright 1s forwards;
    animation-delay: 0s;
}

@-webkit-keyframes slideright {
    100% { right: 0; }
}

@keyframes slideright {
    100% { right: 0; }
}

.fade-in {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

/* MOVING */

@-webkit-keyframes moving {
    from {margin-top: 0vh;}
    to {margin-top: 20vh;}
}

@keyframes moving {
    from {margin-top: 0vh;}
    to {margin-top: 20vh;}
}

/* PULSE */

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.5);
  100% { transform: scale(1); }
  }
}

/* old */

.fade-enter-active,
.fade-leave-active {
  transition: opacity 1s
}

.fade-enter,
.fade-leave-to
/* .fade-leave-active in <2.1.8 */
{
  opacity: 0
}

/* *******************************************************
				RESPONSIVE MOBILE
********************************************************* */
@media screen and (max-width: 800px) {
    .laptop{
        display: none;
    }
    
    .mobile{
        display: block;
    }

    header, #mobileContent{
        background-image: url(../img/wallpaper.jpg);
        background-size: 100%;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        height: 6vh;
        border-bottom: 1px solid var(--color-rouge);
    }

    header p{
        text-align: center;
        padding:0vh;
    }

    .logoHeader img{
        height: 10vh;
    }

    #backlink{
        top: 0;
        color: #151516a8;
        font-style: normal;
        font-size: 1em;
        padding: 5px;
        width: fit-content;
        height: fit-content;
    }

    #mobileHeader{
        position: fixed;
        top: 6vh;
        width: 100%;
        z-index: 2;
        padding-top: 5vh;
        background-color: white;    
    }

    #mobileTitle{
        height: 7vh;
        font-family: 'Great Vibes', cursive;
        color: var(--color-rouge);
        font-size: 1.6em;
        font-weight: normal;
        text-align: center;
        margin: 0px;
        margin-bottom: 1vh;
    }

    #mobileImage {
        height: 25vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
    }

    #mobileMenu{
        transition: visibility 0s 2s, opacity 2s linear;
    }

    #mobileContent{
        position: absolute;
        width: 100%;
        top: 44vh;
        min-height: 51vh;
        padding: 10px;
        font-size: 0.7em;
        text-align: center;
        margin-bottom: 5vh;
    }

    #mobileContent .main strong{
        font-family: 'Great Vibes', cursive;
        color: var(--color-rouge);
        font-weight: normal;
        font-size: 1.5em;
    }

    #mobileContent .backButton{
        background-color: black;
        color: white;
        font-size: 0.8em;
        display: block;
        margin: auto;
        width: fit-content;
        padding: 10px;
        margin-bottom: 2vh;
    }

    #mobileContent .backToProgramme{
        margin-bottom: 5vh;
    }

    .mobileSubmit {
        -webkit-box-align: center;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        z-index: 1;
        width: 100%;
        padding: 10px;
        border-top: 1px solid #ece3e3;
        text-align: center;
        -webkit-transition: height .4s linear;
        transition: height .4s linear;
        color: var(--color-rouge);
        height: 5vh;
        border-top: 1px solid var(--color-rouge);
    }
    
    .mobileSubmit span{
        background: #fffafad9;
        padding-left: 20px;
        padding-right: 20px;
        color: var(--color-rouge);
    }
    
    .mobile h2{
        font-size: 1.5em;
        text-align: center;
        margin: 20px;
        font-family: 'Great Vibes', cursive;
        font-weight: normal;
        cursor: pointer;
    }

    .mobile h3{
        font-size: 0.8em;
        border-top: 1px solid black;
        width: fit-content;
        display: block;
        margin: auto;
        border-bottom: 1px solid black;
        margin-top: 5px;
        margin-bottom: 5px;
        color: var(--color-rouge);
    }

    .mobileInfosDetails{
        font-size: 18px;
    }

    #confirmation{
        grid-template-columns: 1fr;
    }
    
    .confirmationLeft{
        height: 37vh;
        margin-top: 6vh;
    }

    .confirmationRight{
        height: 57vh;
        overflow-x: scroll;
        background-size: 100%;
        font-size: 0.9em;
    }
    
    .confirmationLeft.active{
        height: 44vh;
        transition: all 2 ease;
    }
    
    .confirmationRight.active{
        height: 50vh;
        transition: all 2 ease;
    }

    .confirmationRight h2{
        font-size: 1.5em;
        margin: auto;
        margin-top: 2vh;
        margin-bottom: 0;
    }

    .confirmationRight p{
        font-size: 0.8em;
    }

    #confirmation .logoHeader img{
        display: none;
    }

    .error{
        width: 100%;
        font-size: 0.8em;
    }

    .confirmationRight h2.active{
        font-size: 1.5em;
        margin-top: 8vh;
    }

    .confirmationRight .backButton{
        background-color: black;
        color: white;
        font-size: 0.5em;
        display: block;
        margin: auto;
        width: fit-content;
        padding: 10px;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .logementSurPlace {
        font-size: 0.8em;
    }

    input {
        width: 70%;
        text-align: center;
        font-size: 0.9em;
    }

    .classFormText {
        margin-top: 5vh;
    }

    textarea{
        height: 15vh;
        font-size: 1em;
    }

    .checkList div {
        width: 80%;
        margin: 5px auto 15px;
    }
    
    .checkList .label span {
        display: block;
        font-size: 0.7em;
    }

    button {
        padding: 0.7em 1.4em;
        font-size: 0.8em;
        margin: 0.3em;
    }

    button.rounded{
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 0;
        border-radius: 1.5em;
        height: 3em;
        width: 3em;
    }

    /* FADE-IN */
    .fade-in {
        animation: fadeIn ease 0.2s;
        -webkit-animation: fadeIn ease 0.2s;
        -moz-animation: fadeIn ease 0.2s;
        -o-animation: fadeIn ease 0.2s;
        -ms-animation: fadeIn ease 0.2s;
    }

    /* MOVING */
    @-webkit-keyframes moving {
        from {margin-top: 0vh;}
        to {margin-top: 8vh;}
    }

    @keyframes moving {
        from {margin-top: 0vh;}
        to {margin-top: 8vh;}
    }
    
}

.delire {
    position: fixed;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #80808059;
    display: grid;
    align-items: baseline;
    justify-items: center;
    text-align: center;
}

.delireButton{
    bottom: 0;
    margin: auto;
    width: 100%;
    margin-top: 1em;  
}

.delireButton .active i{
    animation: pulse 1s infinite;
    animation-timing-function: linear;    
}

.delireButton, .delire i{
    cursor: pointer;
}

.delireButton:hover, .delire i:hover {
    color: var(--color-rouge);
}

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

    .delire{
        position: relative;
        top: unset;
        height: 100vh;
        padding: 0px;
        background-image: url(../img/wallpaper.jpg);
        background-size: 100%;
        display: grid;
        align-items: baseline;
        justify-items: center;
        text-align: center;
    }

    .delire h3{
        margin: 0;
        font-size: 4vh;
        margin-bottom: 0.5em;
        margin-top: 20vh;
    }

    .delire img{
        max-height: 60vh;
        max-width: 80%;
    }

    .delire i{
        display: block;
        font-size: 1.5em;
        margin-top: 0.5em;
        cursor: pointer;
    }

    #top h1 {
        font-size: 1.8em;
        padding: 10% 0;
        text-align: center;
    }
}