/* ************************************************   
Theme Name: Quattro-child
Author: PixTheme
Version: 1.0
Description: Quattro - AutoDealer template with E-commerce.
Theme URI:  https://quattro.true-emotions.studio
Author URI: https://true-emotions.studio
Template:  quattro
Tags: left-sidebar, right-sidebar, custom-header, custom-menu, editor-style
License: 		ThemeForest Regular License
License URI: 	http://themeforest.net/licenses/regular
*/


.maintenance {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://www.autosdesvolcans.fr/wp-content/uploads/2023/07/man-g8ef7b3a40_1920.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.logo_auto_volcan {
    height: 25vh;
    width: 25vw;
}

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

.logo_texte {
    color : white;
    padding: 3vh 3vw 3vh 3vw;
    border-radius: 20px;
    background-color: rgba(74, 73, 73, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0,0,0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.6) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.56) 0px 2px 1px, rgba(0, 0, 0, 0.59) 0px 4px 2px, rgba(0, 0, 0, 0.59) 0px 8px 4px, rgba(0, 0, 0, 0.59) 0px 16px 8px, rgba(0, 0, 0, 0.59) 0px 32px 16px;
}

@media screen and (max-width: 800px) {
    .logo_auto_volcan {
        height: 25vh;
        width: 66vw;
    }
}

