/*
Theme Name: Sapin
Description: Sapin - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
body{
    font-family: 'Lexend Deca', sans-serif;	
    font-weight:300;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color:#000;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover, .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: #194934;
}
img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
p:last-child {
    margin-bottom: 0;
}
nav.navbar-main {
      z-index: 9998;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
button {
    background: #294c73;
    border: 1px solid #294c73;
    padding: 10px 20px 7px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    width: 220px;
}
button:hover {
    background: transparent;
    border: 1px solid #294c73;
    color:#294c73;
}
input, textarea, select{
  width: 100%;
  border: #00624F solid 1px !important;
  margin-bottom: 20px !important;
  padding: 10px 10px;
  background: transparent;
  outline: unset;
}
textarea{
    max-height: 200px;
    resize: none;
}
input:focus-visible, textarea:focus-visible{
    outline: none;
}
input:focus, textarea:focus{
    box-shadow: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: var(--black); !important;
    opacity: 1;
    font-weight: 300;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--black); !important;
    opacity: 1;
    font-weight: 300;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--black); !important;
    opacity: 1;
    font-weight: 300;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: var(--black); !important;
    opacity: 1;
    font-weight: 300;
}
.wpcf7-submit{
  background: #00624F;
padding: 7px 70px;
color: #fff;
font-size: 18px !important;
letter-spacing: 1px;
text-transform: uppercase !important;
border: solid 1px #00624F !important;
font-weight: 600;
width: auto;
}
.wpcf7-submit:hover{
  background: transparent;
  color: #00624F;
}
.labelinput{
  font-weight: 500;
  margin-right: 20px;
  font-size: 18px;
  color: #194934;
  font-family: 'aktiv-grotesk', sans-serif;
}
.copyright{
    background: #CFDED7;
    font-size: 14px;
    color: #194934;
    padding: 5px 0px;
    margin-top: 30px;
}
.copyright a{
    color: #194934;
    text-transform: uppercase;
}
.copyright a:hover{
    color: #00624F;
}
footer img{
    max-width: 250px;
}
.wpcf7-radio input{
    width: auto;
}
.wpcf7-not-valid-tip{
    margin-bottom: 20px;
}
.wpcf7-response-output{
    margin: 0px !important;
    width: fit-content;
}
.formulaire{
    margin-bottom: 30px;
    margin-top: 30px;
}
.titre{
    margin-top: 60px;
}
h1{
    font-weight: 300;
    font-size: 35px;
    font-family: "kepler-std", sans-serif;
    color: #194934;
}
h1 span{
    color: #FD354C;
    font-weight: 500;
    -webkit-text-stroke: 0px;
    text-stroke: 0px;
}
.map iframe{
    width: 100%;
    max-height: 350px;
}
.full{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full .logo{
    max-width: 500px;
    margin-bottom: 50px;
}
.full h1{
    color: #194934;
}
@media only screen and (max-width: 1440px){ 

}
@media only screen and (max-width: 1200px){ 

}
@media only screen and (max-width: 1150px){ 

}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){ 

}
@media only screen and (max-width: 992px){
    h1{
        font-size: 25px;
    }
    body{
        font-size: 14px;
    }
    .labelinput{
        font-size: 16px;
    }
    .wpcf7-submit{
        font-size: 16px !important;
    }
    .copyright{
        font-size: 12px;
    }
    footer img{
        max-width: 150px;
    }
}
@media only screen and (max-width: 768px) { 

}