﻿@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('home-embedded.css');
@import url('jsform.css');

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    line-height: 1.2;
}

@media screen and (min-width: 1025px) {
    html {
        background-color: #555555;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    body:last-child::after {
        position: fixed;
        content: '';
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 30px;
        content: '';
        background-image: url('./images/qualiavis250x84.png');
        background-position: left 10px center;
        background-size: 100px;
        background-repeat: no-repeat;
        padding: 10px 0;
        z-index:-1;
    }

    .sticky {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        z-index: 9999;
        -webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
}

@media screen and (max-width: 1024px) {
    body:last-child::after {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        height: 20px;
        content: '';
        background-image: url('./images/qualiavis250x84.png');
        background-position: center center;
        background-size: 80px;
        background-repeat: no-repeat;
        background-color: #000;
        padding: 10px 0;
        z-index:-1;
    }
}

form {
    background-color: #FFF;
    width: 60%;
    min-height: 100%;
    margin: auto;
    /*padding-bottom: 30px;*/
    background-color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    form {
        width: 100%;
    }
}

@media screen and (min-width: 1025px) and (max-width:1280px) {
    form {
        width: 90%;
    }
}

@media screen and (min-width: 1281px) and (max-width:1480px) {
    form {
        width: 80%;
    }
}

@media screen and (min-width: 1481px) and (max-width:1680px) {
    form {
        width: 70%;
    }
}

div[role="heading"] {
    display: none;
    height: 100px;
    width: 100%;
    background-color: #003216;
}

    div[role="heading"] .logo {
        content: '';
        background-image: url('./images/logo-maitresdubain.svg');
        background-position: center center;
        background-size: 60px;
        background-repeat: no-repeat;
        background-color: #003216;
        width: 100px;
        height: 100px;
    }

.hidespan span {
    display: none;
}

.out {
    display: block;
}

    .out > * {
        width: 100%;
        text-align: center;
        padding: 200px 0;
        font-size: 200%;
    }






/* ----------------------------------------------
 * Generated by Animista on 2021-5-26 16:44:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-down-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-down-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-down-center {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.submit-area {
    display: block;
    padding: 30px 0 60px 0;
}

.submit-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3em;
    width: auto;
    min-width: 128px;
    font-size: 1em;
    border-radius: 4px;
    background-color: transparent;
    border: 1px solid;
    cursor: pointer;
    font-weight: 500;
    background-color: #007031;
    border-color: #007031;
    color: #FFF;
    cursor: pointer;
    margin: 10px auto;
}

    .submit-button:hover {
        background-color: #003216;
        border-color: #003216;
    }

    .submit-button:disabled {
        background-color: #555555;
        border-color: #555555;
        color: #EEEEEE;
    }

@media screen and (max-width: 600px) {
    .submit-button {
        height: 2.2em;
        font-size: 1.2em;
        width: 100% !important;
    }
}

.record-thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 300%;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: transparent !important;
    color: #FFFFFF !important;
}

@media screen and (max-width: 600px) {
    .record-thanks {
        color: #003216 !important;
    }
}

.merci_top{
    width: 100%;
    height: 400px;
    background-image: url('./images/entreprise-header-1024x400.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover ;  
}
.merci_top h1 {
    display: table-cell;
    color: #FFFFFF;
    font-family: 'Montserrat',sans-serif;
    text-shadow: 2px 2px #555555;
    vertical-align: middle;
    text-align:center;
    font-weight: bold;
    font-size :22pt;
    padding:5% 20%;
}
.merci_top h1:after {
    display: block;
    content: ' ';
    background-image: url('./images/entreprise-stars-107x30.png');
    width: 107px;
    height: 30px;
    margin: 50px auto;
    background-size:cover; 
}
.merci_content{
    text-align:center;
    background-color:#FFF;
    color:#555555;
    height:100%;
    font-size:16px; 
}
.merci_content h2 {
    display: block;
}
.merci_content p {
    display: block;
    width: 40vw;
    margin: 20px auto;
    text-align:justify;
}
.merci_content div {
    display: block;
    width: 40vw;
    margin: 20px auto;
    text-align:center;
    height:400px;
}