/*
Theme Name: Padel by The Friends
Description: Padel by The Friends - 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: black;
}
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: #F90606;
    border: 1px solid #F90606;
    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 #F90606;
    color:black;
}
input, textarea, select{
  width: 100%;
  border: #F90606 solid 1px !important;
  margin-bottom: 10px !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;
}
.hide{
    display: none;
}

.divBtnContact{
    display: flex;
    justify-content: center;
    align-items: center;
}
.comingWith {
    display: none;
}
.comingWithH6{
    font-family: var(--area);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.38px;
    color: var(--black);
    margin-bottom: 0;
    margin-left: 10px;
}
#toggleCheckbox, .labelCheck input{
    width: 20px;
    height: 20px;
    margin-bottom: 0 !important;
}

.labelComing{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.borderCard{
    border: 1px solid #F90606;
    padding: 30px;
    width: 50%;
    margin: auto;
}

#toggleCheckbox{
    background-color: transparent;
}
.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: black;
  font-family: 'aktiv-grotesk', sans-serif;
}
.copyright{
    background: transparent;
    font-size: 14px;
    color: black;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #F90606;
}
.copyright a{
    color: black;
}
.copyright a:hover{
    color: black;
}
p{
    text-align: center;
}
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;
}
.color-white{
    color: white;
}
h1, h2{
    font-weight: 300;
    font-size: 35px;
    font-family: "kepler-std", sans-serif;
    color: black;
}

.h1Img{
    font-size: 50px;
    color: #FD354C;
}

h1 span, h2 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: black;
}

.imgHeader{
    height: 65vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    max-height: 500px;
}

.containerAbsolute{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.imgLogo{
    max-width: 200px;
}

.flexLogo{
    display: flex;
    justify-content: end;
    align-items: end;
}
.font-16{
    font-size: 16px;
}

@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, h2{
        font-size: 25px;
    }
    .h1Img{
        font-size: 32px;
    }
    .flexLogo{
        justify-content: start;
    }
    body{
        font-size: 14px;
    }
    .labelinput{
        font-size: 16px;
    }
    .wpcf7-submit{
        font-size: 16px !important;
    }
    .copyright{
        font-size: 12px;
    }
    footer img{
        max-width: 150px;
    }
    .borderCard{
        width: 100%;
    }
}
@media only screen and (max-width: 768px) { 

}