*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%; 
}
body {
  display: block;
  font-size: 17px;
  font-family: "Arial", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 200;
  line-height: 1.4;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fxr {
  display: flex;
  flex-direction: row;
}

.fxc {
  display: flex;
  flex-direction: column;
}

@keyframes customanim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
header {
  padding: 20px 0;
}

.wrapper {
  z-index: 100;
}

footer {
  z-index: 100;
}

footer h2,
main h2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

h2:first-of-type {
  margin-top: 0;
}
h1,h2,h3,h4{
  text-transform: uppercase;
  color:#000000;
}

h2{
  font-size: 2.5rem;
}

p{
  margin: 0;
  line-height: 1.5;
}

h1{
  font-size: 3.5rem;
}

p:only-child {
  margin-bottom: 0 !important;
}

main {
margin-top: auto;
margin-bottom: auto;
}



.text {
  max-width: 960px;
  margin: auto;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.main-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5rem auto;
}

.main-header > img {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.main-logo {
display: block;
  height: auto;
  max-width:25rem;
}

.main-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.container{
  margin: 4rem ;
display: flex;
justify-content: center;

}
section{
  margin: 2.5rem auto;
}
.map iframe {
  width: 100%;
  height: 350px;
  display: block;
}

footer {
  text-align: center;
  padding: 2rem 0;
}

.contact-items{
  gap: 2rem;
}
/* .contact-infos{
  text-align: center;
} */


.contact-item{
  justify-content: center;
}
.contact-item p{
margin: 0;
}
.contact-global{
  justify-content: space-between;
}

.contact-item p,
.contact-item a,
.contact-item svg{

  margin-right: 0.5rem;
}

.contact-item svg{
  height: 2rem;
  }
.social-media--items{
  gap: 3rem;
}
.social-media--items a{
 height: 3rem;

}
.social-media--items svg{
height: 3rem;
width: fit-content;

}

.footer_inner {
  text-align: justify;
  max-width: 500px;
}

footer h2 {
  font-size: 18px;
}



footer {
  font-size: 13px;
  margin-top: auto;
}


.mws{
  
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}


.head-container {
    margin: auto;
    width: fit-content;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.page-header__content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
} 




/*BUTTONS*/


.btns{
  margin: 1rem 0;
  gap: 2rem;
}
.btn{
  display: inline-block;
  color: white;
  background-color:#74a84a;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 1rem 0;
}


/*ANNIMATION*/
[data-movein] {
	opacity: 0;
	transition: all 2.5s ease-out;
	transform: translate3d(0, 2rem, 0);
}

.in-vp {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}


.reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 500px;
  overflow: hidden;
}



/* contact */

.contact-container{
gap: 4rem;
> *{
    width: 100%;
}
}


/* BUTTONS */

a{
  color: #000000;
  text-decoration: none;
}



@media only screen and (max-width: 1280px){
  .mws{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}



.data{
  text-align: start;

}
.data h2{
  text-align: start;
  margin: 2.5rem 0;
  margin-top: 4rem; 
}
.data h3{
margin-top: 0;

}

.data-wrapper{
margin-top: auto ;
margin-bottom: auto ;
}

.btn-annim{
  display:flex;
  position: relative;
  color: #000000;
  width: fit-content;
justify-content: center;
align-items: center;

}

.btn-annim::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.5s ease-out;
    margin-top: 1rem;
}

  .btn-annim:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
    text-decoration: none;

  }



@media screen and (max-width: 768px) {

  body {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 16px;
  }
  .btns{
    flex-direction: column;
    margin: 0;
  }
  .mws{
    padding: 0.5rem;
  }
  ul{
    padding-left: 1.5rem;
  }

  h2{
    font-size: 2rem;
  }

}