@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sedgwick+Ave&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body{
    background-color: #FAF0e6;
    position: relative;
}

#BTT {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 1000000; 
  border: none; 
  outline: none; 
  background-color: #D3C3B0; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
  
}

#BTT:hover {
  background-color: #e9d2e0; 
}

nav {
    position: fixed;
    height: 75px;
    width: 100%;
    background-color: #D3C3B0;
    margin-top: 2em;
    z-index: 100000;
}

nav a{
    text-decoration: none;
    color: white;
    font-size: 20px;
}

nav a:hover{
    color: black;
    text-decoration: underline;
}

nav a.active{
    color: white;
    text-decoration: underline;
}

nav img {
    height: 150px;
    width: 150px;
    box-shadow: 1px 1px 2.5px black;
}

nav .espace a{
    position: absolute;
    left: 90%;
    top: -25px;
    width: 130px;
    height: 40px;
    background-color: #e9d2e0;
    border: 1px solid black;
    border-radius: 25px;
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: 1px 1px 2.5px black;
    font-size: 16px;
    color: black;
}

nav .espace a.logout {
    width: 150px;
}

nav .espace a:hover{
    box-shadow: 1px 1px 2.5px grey;
    color: white;
}

.intro {
    background-image: url(/_imgs/rendu6.jpg);
    background-repeat: no-repeat ;
    background-position: center;
    background-size: cover;
    height: 650px;
    
}

.burger {
    display: none;
}

.intro h1{

    font-family: "Sedgwick Ave", cursive;
    color: #FAF0e6;
    backdrop-filter: blur(20px);
    text-shadow: 2px 2px 2px black;
    
}
.intro h2{
    font-family: "Sedgwick Ave", cursive;
    margin:50px 0 50px 0;
    color: white;
    padding: 64px;
    
}



.intro .plus p {
    padding-left: 200px;
    padding-top: 120px;
    font-weight: bold;
    color: #FAF0e6;
}

.intro .plus .joinUs p {
    color: #FAF0e6;
    padding-top: 0;
    padding-left: 500px;
}


.presentation {
    margin: 30px 0 20px 0;
}

.presentationM h2{
    font-family: "Sedgwick Ave", cursive;
    margin-top: 30px;
    margin-bottom: 0px;
}

.presentation h2{
    font-family: "Sedgwick Ave", cursive;
    margin-bottom: 50px;
}

.presentation .Card{
    width: 80%;
    height: 300px;
    margin: auto;
    background-color: white;
    border: 1px solid black;
    border-radius: 25px;
}

.presentation .Card .speech{
    width: 75%;
    margin: auto;
}

.presentation .Card img{
   margin-left: 10px;
    
}
.create{
    width: 80%;
    height: 300px;
    margin: auto;
    margin-bottom: 20px;
    
}
.create h2{
    font-family: "Sedgwick Ave", cursive;
    margin: 50px 0;
}

.create .inspiration p{
    
    margin-top: 10px;
    
    
}

.create .inspiration img{
    margin-top: 1.5em;
}

.wayward{
    margin-top: 350px;
    
}

.wayward h2{
    font-family: "Sedgwick Ave", cursive;
    margin: 50px 0;
}

.wayward .history{
    width: 80%;
    height: 300px;
    margin: auto;
   
}

.wayward .history img{
    height: 300px;
    width: 300px;
    border-radius: 50px;
    box-shadow: 5px 5px 2.5px black;

}

.wayward .history div{
    margin-top: 25px;
}

.wayward .history p{
    margin-left: 25px;
    margin-top: 10px;
    text-indent: 5%;
    width: 80%;
}

.contact{
    width: 80%;
    margin: auto;
}

.contact h2{
    font-family: "Sedgwick Ave", cursive;
    margin: 50px 0;

}

.contact form{
    background-color: #D3C3B0;
    border: 1px solid black;
    height: 500px;
    width: 50%;
    border-radius: 25px;
}

.contact form div{
    margin-top: 16px;
    gap: 16px;
}

.contact form div input{
    height: 32px;
    border-radius: 25px;
    padding-left: 5px;
}

.contact form input[type="submit"]{
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: 2.5px 2.5px 2.5px black;
    background-color: #e9d2e0;
    color: black;
    height: 2em;
    width: 5em;
    margin-top: 2em;
}

.contact form input.adressContact{
    visibility: hidden;
}

.contact form textarea{
    margin-top: 2em;
    resize: none;
    height: 200px;
    width: 50%;
    border-radius: 1em;
    padding-top: 10px;
    padding-left: 5px;
    
}

.contact form input[type="submit"]:hover{
    box-shadow: 2.5px 2.5px 2.5px grey;
    color: white;
}

footer{
    margin-top: 150px;
    background-color: #756f61;
    height: 470px;
    width: 100%;
}

footer p a{
    color: black;
}

footer .columns {
    width: 70%;
    margin: auto;
    gap: 100px;
}

footer .columns .column img{
    height: 100px;
    width: 100px;
    
    margin-top: 32px;
}

footer .columns .column .coordonnees{
    gap: 10px;
    color: white;
    margin: 2em 0;
}

footer .columns .column a{
    text-decoration: none;
    color: black;
    margin-top: 20px;
}

footer .columns .column a:hover{
    text-decoration: underline;
}

footer .columns .column .socials {
    gap: 1.5em;
}

footer .columns .column .socials i{
    color: #e9d2e0;
    font-size: 2em;
   
    border-radius: 50%;
}

/* ****************************************************** */
/* ****vue pro.php */
/* ****************************************************** */

.partners{
    padding-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners .partner{
    margin-top: 32px;
     
    

}

.partners .partner img{
    height: 100px;
    width: 200px;
    margin-left: 16px;
}

.partners .partner p, .partners .partner hr{
    margin-bottom: 16px;
}
/* ****************************************************** */
/* ****vue CGU.php */
/* ****************************************************** */

.CGU{
    padding-top: 200px;
}

.CGU h2{
    margin-bottom: 32px;
}

.CGU .articles .article {
    margin: 32px 0;
}

.CGU .articles .article h3{
    margin-bottom: 16px;
    text-decoration: underline;
}
/* ****************************************************** */
/* ****ue legalNotices.php */
/* ****************************************************** */

.Legal{
    padding-top: 200px;
}

.Legal h2{
    margin-bottom: 32px;
}

.Legal div{
    margin-bottom: 32px;
}
/* ****************************************************** */
/* ****Vue contact.php */
/* ****************************************************** */




.contactMe{
    width: 100%;
    margin: auto;
    padding-top: 150px;
    background-image: url(/_imgs/rendu5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactMe h2{
    font-family: "Sedgwick Ave", cursive;
    margin: 20px 0;
    color: #FAF0e6;
    text-shadow: 2px 2px 2px black;

}

.contactMe form{
    background-color: transparent;
    backdrop-filter: blur(2.5px);
    border: 2px solid #FAF0e6;
    height: 400px;
    width: 50%;
    border-radius: 25px;
    margin-bottom: 32px;
}

.contactMe form h3, .contactMe form label{
    color: #FAF0e6;
    text-shadow: 2px 2px 2px black;
}

.contactMe form div{
    margin-top: 16px;
    gap: 16px;
}

.contactMe form div input{
    height: 32px;
    border-radius: 25px;
    padding-left: 5px;
}

.contactMe form input[type="submit"]{
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: 2.5px 2.5px 2.5px black;
    background-color: #e9d2e0;
    color: black;
    height: 2em;
    width: 5em;
    margin-top: 2em;
}

.contactMe form input.adressContact{
    
    visibility: hidden;
    
}

.contactMe form textarea{
    margin-top: 2em;
    resize: none;
    height: 200px;
    width: 50%;
    border-radius: 1em;
    padding-top: 10px;
    padding-left: 5px;
    
}

.contactMe form input[type="submit"]:hover{
    box-shadow: 2.5px 2.5px 2.5px grey;
    color: white;
}

/* ****************************************************** */
/* ****Vue realize.php */
/* ****************************************************** */

.directed {
    background-image: url(/_imgs/rendu7.png);
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.directed h2 {
    font-family: "Sedgwick Ave", cursive;
    padding-top: 300px;
    color: #FAF0e6;
    font-size: 40px;
}

.realization {
    
    margin: 32px 0;
}

.realization h3{
    margin-bottom: 16px;
}

.realization img{
    margin-bottom: 16px;
    height: 500px;
}

/* ****************************************************** */
/* Vue account.php */
/* ****************************************************** */
.sower{
    height: 150px;
}
.contain{
    background-image: url(/_imgs/accountBG.png);
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 50px;
    
}

.contain .client{
    background-image: url(/_imgs/clientBG.png);
    height: 150px;
    background-repeat: no-repeat;
    background-position: 80%;
    
}

.contain .client p{
    margin-left: 55%;
    margin-bottom: 1em;
    font-weight: bold;
}

.contain .power{
    margin-left: 55%;
    margin-top: 32px;
    gap: 50px;
}

.contain .power .columnDocs{
    width: 30%;
}

.contain .power .columnDocs h3{
    color: #FFECAE;
}

.contain .power .columnDocs input{
    padding-left: 16px;
}
.contain .power .columnDocs a{
    color: white;
    text-decoration: none;
}

.contain .power .columnPower{
    gap: 32px;
}

.contain .power input{
    background-color: #D3C3B0;
    height: 45px;
    width: 200px;
    border-radius: 25px;
}

.contain .power input:hover{
    border: 3px solid black;
    transform: scale(1.1);
}

.contain .power .columnDocs .paramAccount input{ 
    margin-top: 10px;
}

/* ****************************************************** */
/* ****Vue prestations.php */
/* ****************************************************** */

.brainwave{
    background-image: url(/_imgs/cuisine2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.brainwave h2, .brainwave h3{
    color: #FAF0e6;
    padding-top: 200px;
    font-family: "Sedgwick Ave", cursive;
}

.brainwave h3{
    color: #FAF0e6;
    font-size: 25px;
    padding-left: 32px;
    padding-right: 32px;
}

.benefit {
    
    width: 80%;
    margin: auto;
    margin-top: 32px;
}



.benefit h4{
    
    font-family: "Sedgwick Ave", cursive;
    margin: 0 0 32px 0;

}

.benefit h5{
    margin-bottom: 16px;
    margin-top: 32px;
    text-decoration: underline;
}

.benefit hr{
    margin-top: 32px;
}

.benefit p{
    margin-top: 1em;
}

.benefit p span{
    font-weight: bold;
}
.benefit p.price{
    margin: 16px 0;
    font-weight: bold;
}

.benefit ul{
    margin: 16px 0 16px 16px;
}

.benefit ul li{
    list-style:square;
}

/* ****************************************************** */
/* ****Vue restoration.php */
/* ****************************************************** */

.furniture {
    background-image: url(/_imgs/restore.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    width: 100%;
}

.furniture h2{
    font-size: 32px;
    color: #FAF0e6;
    text-shadow: 2px 2px 2px black;
    padding-top: 250px;
    padding-left: 500px;
    font-family: "Sedgwick Ave", cursive;
}

.contactRestore{
    width: 80%;
    margin: auto;
    margin-top: 100px;
    /* margin-top: 625px; */
}

.contactRestore h2{
    font-family: "Sedgwick Ave", cursive;
    margin: 50px 0;

}

.contactRestore form{
    background-color: #D3C3B0;
    border: 1px solid black;
    height: 500px;
    width: 50%;
    border-radius: 25px;
}

.contactRestore form div{
    margin-top: 16px;
    gap: 16px;
}

.contactRestore form div input{
    height: 32px;
    border-radius: 25px;
    padding-left: 5px;
}

.contactRestore form input[type="submit"]{
    border: 1px solid black;
    border-radius: 25px;
    box-shadow: 2.5px 2.5px 2.5px black;
    background-color: #e9d2e0;
    color: black;
    height: 2em;
    width: 5em;
    margin-top: 2em;
}

.contactRestore form input.adressContact{
    visibility: hidden;
}

.contactRestore form textarea{
    margin-top: 2em;
    resize: none;
    height: 200px;
    width: 50%;
    border-radius: 1em;
    padding-top: 10px;
    padding-left: 5px;
    
}

.contactRestore form input[type="submit"]:hover{
    box-shadow: 2.5px 2.5px 2.5px grey;
    color: white;
}


.contactRestore h3{
    margin-bottom: 16px;
}

/* ****************************************************** */
/* ****Vue Register.php */
/* ****************************************************** */

.container{
    position: relative;
    width: 850px;
    height: 550px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
    margin: auto;
    overflow: hidden;
    top: 200px;

}

.formBox{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    padding: 40px;
    z-index: 1;
    transition: .6s ease-in-out 1.2s, visibility 0s 1s;
}

.container.active .formBox{
    right: 50%;
}

.formBox.register{
visibility: hidden;
}

.container.active .formBox.register{
    visibility: visible;
}

form{
    width: 100%;
}

.container h1{
    font-size: 36px;
    margin: -10px 0;
}



.inputBox{
    position: relative;
    margin: 25px 0;
}

.inputBox input{
    width: 100%;
    padding: 13px 50px 13px 20px; /*ce padding permet d'éviter d'écrire sur les icones des saisies de texte (user, cadenas..)*/
    background: #eee;
    border-radius: 8px;
    border: none;
    outline: none;  /* outline définit un contour et non une bordure, un contour prend de la place sur l'objet, alors que la bordure se rajoute à l'objet*/
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.inputBox input::placeholder{  /*Paramètre du placeholder*/
    color: #888;
    font-weight: 400;
}


.inputBox i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); /*place les icones user et cadenas dans le input user et password*/
    font-size: 20px;
    color: #888;
}

.forgotLink{
    margin: -15px 0 15px;
}


.forgotLink a {
    font-size: 14.5px;
    color: #333;
    text-decoration: none;
}

.button{
    width: 100%;
    height: 48px;
    background: #d3c3b0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1em;
}

.button:disabled{
    background-color: grey;
    cursor: auto;
    margin-bottom: 1em;
}



.container p{
    font-size: 14.5px;
    margin: 15px 0;
}

.socialIcons {
    display: flex;
    flex-direction: row;
}

.socialIcons a {
    display: inline-flex;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 8px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
    margin: 0 8px;
}

.toggleBox{
    position: absolute;
    width: 100%;
    height: 100%;
    
}

.toggleBox::before{
    content: "";
    position: absolute;
    left: -250%;
    width: 300%;
    height: 100%;
    background:#d3c3b0;
    border-radius: 150px;
    z-index: 2;
    transition: 1.8s ease-in-out;
}


.container.active .toggleBox::before{
    left: 50%;
}
.togglePanel{
    position: absolute;
    width: 50%;
    height: 100%;
    /*background: seagreen;*/
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: .6s ease-in-out;
    

}

.togglePanel.toggleLeft{
 left: 0;
 transition-delay: 1.2s;
}

.container.active .togglePanel.toggleLeft{
    left: -50%;
    transition-delay: .6s;
}



.togglePanel.toggleRight{
    right: -50%;
    transition-delay: .6s;
    
}

.togglePanel.toggleRight .separate{
    height: 0.10em;
    width: 20em;
    background: white;
    border: 1px solid white;
    margin-bottom: 2em;
}

.togglePanel.toggleRight .validation{
    margin-bottom: 1em;
    
}

.togglePanel.toggleRight .validation ul li{
    list-style: none;
    transition: .5s;
    
}





.togglePanel.toggleRight .validation ul li.valide{
    color: rgba(255, 255, 255, .5);
}



.togglePanel.toggleRight .validation ul li:before{
    content: "\f250";
    font-family: fontAwesome;
    width: 20px;
    height: 10px;
    margin-right: 10px

}



.togglePanel.toggleRight .validation ul li.valide:before{
    content: "\f00c";
    color: #0f0;
}



.togglePanel.toggleRight .validation p{
    font-size: 1.25em;
    font-weight: 600;
}



.container.active .togglePanel.toggleRight{
    right: 0;
    transition: 1.2s;
}



.togglePanel p{
    margin-bottom: 20px;
}

.togglePanel .button{
    width: 160px;
    height: 46px;
    background: transparent;
    border: 2px solid #fff;
    box-shadow: none;
}

@media only screen and (max-width: 900px){

    .contact .inputForm{

        display: flex;
        flex-direction: column;
        
    }
    
    .contact form textarea{
        width: 80%;
    }

    .contactMe form{
        height: 500px;
    }

    .contactMe .inputForm{
        display: flex;
        flex-direction: column;
    }

}

@media only screen and (max-width: 400px){

    .contact .inputForm{

        display: flex;
        flex-direction: column;
        
    }

    .contact form textarea{
        width: 80%;
    }

    .contactMe form{
        height: 500px;
    }

    .contactMe .inputForm{
        display: flex;
        flex-direction: column;
    }
}



@media only screen and (max-width: 450px){

    nav{
        display: flex;
        flex-direction: column !important;
        height: 600px;
        width: 300px;
        margin-top: 50px;
        transform: translateX(-100%);
        transition: transform 0.3s ease-out, visibility 0.3s;;
        visibility: hidden;
    }

    nav.active{
        visibility: visible;
        transform: translateX(0);
    }

    nav .espace a{
        left: 12%;
        
    }


    /* Account */

    .sower{
        height: 16px;
    }
    .contain{
        
        height: 600px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 5px;
        
    }

    .contain .client{
        
        height: 160px;
        width: 100vw;
        background-repeat: no-repeat;
        
        
    }

    .contain .client p{
        margin-left: 28%;
        margin-bottom: 1em;
        font-weight: bold;
    }

    .contain .power{
        margin-left: 31%;
        margin-top: 15px;
        gap: 0px;
    }

    .contain .power .columnDocs{
        width: 50%;
    }

    .contain .power .columnDocs h3{
        color: #FFECAE;
    }

    .contain .power .columnDocs input{
        padding-left: 0;
    }
    .contain .power .columnDocs a{
        color: white;
        text-decoration: none;
    }

    .contain .power .columnPower{
        gap: 5px;
    }

    .contain .power input{
        background-color: #D3C3B0;
        height: 39px;
        width: 143px;
        border-radius: 25px;
    }

    .contain .power input:hover{
        border: 3px solid black;
        transform: scale(1.1);
    }

    /* burger */
    

    .burger { 
        width: 100%;
        text-align: center;
        display: contents;
        margin: 0;
        padding: 0;        
        
        color: white !important;
        
        
    }

    .burger p{
        color: white !important;
    }

    .burger i{
        margin-left: 50%;
       
        
    }

    .intro .burger i {
        margin-left: 0;
    }

    .whiteBurger .burger i {
        color: black;
    }

    .whiteBurger .burger p{
        color: black !important;
    }

    .contactMe .burger i {
        margin-left: 0;
        
    }
    .brainwave .burger i, .directed .burger i, .furniture .burger i  {
        margin-left: 50%;
        
    
    }

    .partners {
        padding-top: 0;
    }
    .partners .burger i {
        margin-bottom: 4em;
        margin-left: 0;
    }

    .partners h2{
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .partner{
        display: flex;
        flex-direction: column;
        gap: 1em;
        margin-bottom: 20px;
    }

    

    .create img{
        width: 100%;
    }

    .realization img{
        width: 100%;
        height: auto;
    }
    
    .furniture h2{
        padding-left : 60px;
        padding-right: 60px;
    }
    
    .intro h1{
        font-size: 18px;
    }

    .intro h2{
        font-size: 18px;
        padding-top: 60px;
        text-shadow: 2px 2px 2px black;
    }

    .intro .plus{
        width: 100%;
    }
    

    .intro .plus p{
        font-size: 16px;
        padding: 0;
        margin-left: 32px;
        margin-top: 100px;
        
    }
    
    .intro .plus .joinUs p{
        margin-left: 0;
    }

    .presentation h2{
        
        font-size: 30px;
    }

    .presentation .Card{
        display: flex;
        flex-direction: column;
        height: 570px;
    }

    .presentation .Card img{
        height: 180px;
        width: 160px;
        margin: auto;
    }

    .wayward{
        margin-top: 200px;
        margin-bottom: 500px;
    }

    .wayward .history img{
        height: 200px;
        width: 200px;
        margin: auto;
    }

    .wayward .history {
        display: flex;
        flex-direction: column;
    }
    .contactRestore{
        margin-top: 800px;
    }

    .contactRestore{
        margin-bottom: 32px;
    }
    .contactRestore form DIV.inputForm{
        display: flex;
        flex-direction: column;
    }

    .contactRestore form {
        width: 110%;
        display: flex;
        flex-direction: column;
    }
    
    .contactRestore form input.message{
        width: 90%;
    }

    

    .contactRestore form input[type="submit"]{
        width: 50%;
    }

    /*  */


    .contact{
        margin-bottom: 32px;
    }

    .contact form{
        width: 110%;
        display: flex;
        flex-direction: column;
    }
    .contactMe{
        padding-top: 12px;
    }

    .contactMe form{
        width: 90%;
    }
    .contact form input.message{
        width: 90%;
    }

    .contactMe form textarea {
        width: 75%;
    }

    .contact form input[type="submit"]{
        width: 50%;
    }

    
    footer{
        height: 1500px;
        margin: auto;
    }

    footer .columns{
        display: flex;
        flex-direction: column;
        
    

    }

    footer .columns .column img{
        margin-top: -200px;
    }

    .container{
        width: 100vw;
        height: 300px;
        margin-bottom: 20px;
        top: 30px;
        
    }
    .container.active{
        height: 1015px;
    }

    

   .container .togglePanel.togglePanel.toggleRight{
    height: 30%;
    
   }
}

/* ***************** */
/* Vue register.php */
/* ***************** */

@media screen and (max-width:650px) {
    .container {
        height: calc(100vh - 40px);
    }

    .formBox{
        bottom: 0;
        width: 100%;
        height: 80%;
    }

    .container.active .formBox{
        right: 0;
        bottom: 30%;
        
    }

    .toggleBox::before{
        left: 0;
        top: -270%;
        width: 100%;
        height: 300%;
        border-radius: 20vw;
    }

    .container.active .toggleBox::before{
        left: 0;
        top: 70%;
    }

    .togglePanel{
        width: 100%;
        height: 30%;
    }

    .togglePanel.toggleLeft{
        top: 0;
    }

    .container.active .togglePanel.toggleLeft{
        left: 0;
        top: -30%;
    }

    .togglePanel.toggleRight{
        right: 0;
        bottom: -30%;
    }

    .container.active .togglePanel.toggleRight{
        bottom: 0;
    }
}

@media screen and (max-width: 400px){
    .formBox{
        padding: 20px;
    } 
    .togglePanel h1{
        font-size: 30px;
    }
}