/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background: url(../img/img_page_construction_02.jpg) no-repeat center center fixed ;
    background-size: cover ;
    display: flex ;
    justify-content: center; 
    align-items: center;
    height: 100vh ;
}

.logo{
    padding : 4rem 0;
    background-color: rgba(255, 255, 255, .7);
    width : 450px;
    max-width : 80%;
    text-align : center;
}
.logo img{
   
    max-width : 80%;
}

h1{
    font-weight : normal;
    margin : 0 ;
    padding : 2em 0;
    font-size : 1rem;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
   
}
