
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* TEXTES  */

h1{
  font-size: 90px;
}

h2{
  font-size: 70px;
}

h3{
  font-size: 55px;
}

p{
  font-size: 40px;
  font-family: 'syne', sans-serif;
  font-weight: normal;
}

p2{
  font-size: 18px;
}


input{
  width: 100%;
  height: 60px !important;
  margin-bottom: 15px !important;
  padding: 35px 20px;
  border-radius: 20px !important;
}

.formkit-fields-only{
  width: 80% !important;
}

.formkit-field{
  width: 100%;
}

.formkit-input, .formkit-submit{font-size:40px !important;}

.formkit-fields-only{
  display: flex;
  flex-direction: column;
  
}


.cursor-follower{
  display: none;
}
.cursor{
  display: none;
}
.cursor.active{
  display: none;
}








img{
  border-radius: 5%;
}

.homepage{
  display: none;
}


.float-container {
  display:grid;
}




.text-image-container {
  display: block;
  max-width: 100%;
}

.text-image-container img {
  margin: auto;
  height: 50% !important;
  margin:auto;
  width: 100% !important;
}

.text-container p, h1{
  text-align: left ;
}

.text-container button{
  text-align: left;
  display: block;
  margin-top: 50px !important;
}



section{
  align-items: flex-start !important
;
justify-items: left !important;
}



.main-portfolio{
  max-width: 90%;
}
.row p{
text-align: left !important;}

.portfolio-gallery img{
  max-width: 100%;
}

.column img{
  border-radius: 25px;
}

div.main{
  max-width: 85%;
}

iframe{
  max-width: 90%;
  margin: 10px;
}

.labelnew{
  font-size: 35px;
  border-radius: 15px;
}


.btn-p{
font-size:  30px;
  border-radius: 20px;
}

 button{
  font-weight: bold;
  font-size: 50px;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 30px;
  transition: all 0.4s ease 0s;
}

p{
  text-align: left;
}

button:hover{
  border-radius: 50px;
  color: #171717;
  background: white;
  transform:scale(1.07);
  -webkit-transform:scale(1.07); /* Safari et Chrome */
  -moz-transform:scale(1.07); /* Firefox */
  -ms-transform:scale(1.07); /* Internet Explorer 9 */
  -o-transform:scale(1.07); /* Opera */
}


li2{
  color: #232323;
  font-size: 60px;
}


  /* BAS DE PAGE */

  footer{
    padding:  7% 5% 13% 5%;
    display: block;
    flex-direction: column;
    
  }

  div.pages{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    
  }


  .menu2{
    flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
    list-style: none;
    display: none;
    
  }

  
.bottom{
  padding-top: 1%;
  display: flex;
  flex-direction: column;

  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 1;
}




hr.footer{
display: none;
order: 0;
align-self: stretch;
flex-grow: 1;
border: 1px solid #FFFFFF;
}



  /* SOCIAL MEDIA */

div.media{
display: inline-flex;
align-items:  left;
justify-items:  left;
} 

.media p{
  font-size: 35px !important;
  text-align: left !important;
}