/*
Theme Name: La Web Shop
Theme URI: http://www.lawebshop.ca/
Description: Nous sommes une agence de développement Web engagée, audacieuse et créative. Nous voulons déployer votre marque sur le Web en vous créant des solutions sur mesure et une image distincte. La Web Shop, c’est une équipe de professionnels talentueux qui se lèvent chaque matin dans l’espoir de vous impressionner. Tout ça, juste après un bon café.
Version: 1.0.0 - Vezina
Author: La Web Shop
Author URI: http://www.lawebshop.ca/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gps-2.0.html
Text Domain: la_web_shop
*/

div.modal{
    padding: 1.5em 1.5em 2.5em;
    z-index: 999;
    width: 95vw;
    height: auto;
    position: fixed;
    right: 2.5vw;
    bottom:1vh;
    border-radius: 2em;
    background-color: white;
    text-align: center;
    box-shadow: 0 1em 1em rgb(0 0 0 / 30%);
}

div.modal div.close{
    text-align: right;
}

div.modal div.text p {
    margin: 1vh 0 3vh;
}

div.modal div.btn a {
    margin: 3em 0;
    padding: 0.8em 4em;
    background-color: black;
    border-radius: 2em;
    color: white;
    font-size: 1em;
}

@media (min-width: 992px) {
    div.modal{
        width: 25vw;
        height: auto;
        padding: 1.5em 1.5em 4.5em;
    }
    div.modal div.btn a {
        margin: 2em 0;
        padding: 1em 2em;
        background-color: black;
        font-size: 1.5em;
    }
}