/*

Theme Name: SK NOTAIRES
Theme URI: https://agencemcrea.fr/
Author: Agence M-Créa
Author URI: https://agencemcrea.fr/
Description : SK NOTAIRES
Version: 1.0

*/

/* =============================

--- X - //// - SK NOTAIRES

================================ */


/* =============================

--- X - CONSTRUCTION - SK NOTAIRES

================================ */

body, ul, ol, h1, h2, h3, h4, h5, h6,
form, li, p, input, select, legend,
textarea,fieldset {
margin: 0;
padding: 0;
}

body {
width: 100%;
position: relative;
font-size: 16px;
line-height: 1.5;
font-family: "Montserrat", serif;
background: #a7d4bb;
color: #FFF;
font-weight: 400;
}

#wrapper {
max-width: 100%;
overflow: hidden;
}

*,
*:hover,
*:focus,
*:active {
outline: none !important;
}

/* Links */

a {
text-decoration: none;
color: #FFF !important;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

a:hover,
a:focus {
text-decoration: underline;
}

/* =============================

--- X - PAGE - SK NOTAIRES

================================ */

#maintenance {
min-height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

#maintenance > div {
padding: 50px 0;
}

/* SVG */

#maintenance svg {
width: 500px;
fill: #FFF;
}

/* ZONE TXT */

#maintenance .zonetxt {
margin-top: 50px;
padding: 0 20px;
}

#maintenance .zonetxt h1 {
font-size: 30px;
font-weight: 400;
}

#maintenance .zonetxt h3 {
font-weight: 400;
margin-bottom: 15px; 
}

#maintenance .zonetxt > a {
margin: 0 15px;
}

#maintenance .zonetxt > a br {
display: none;
}

#maintenance .zonetxt p {
    
}

#maintenance .zonetxt p:last-child {
margin-top: 50px;
}

#maintenance .zonetxt p:last-child a {
text-decoration: underline !important;   
font-weight: 700 !important;
}

#maintenance .zonetxt p:last-child a:hover {
text-decoration: none !important;   
}

/* ====== RESPONSIVE ====== */

@media (max-width: 767px) {
    body {
    font-size: 14px;
    }
    #maintenance svg {
    width: 250px;
    }
    #maintenance .zonetxt > a {
    margin: 5px;
    display: block;
    }
    #maintenance .zonetxt > a br {
    display: block;
    }
    #maintenance .zonetxt span,
    #maintenance .zonetxt br {
    display: none;
    }
}






















