
@font-face {
    font-family: 'Gavency';
    src: url('../font/Gavency Free Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body {
  font-family: 'Lato', sans-serif;
    background-color: white;
    color: #483573;
    margin: 0;
    padding: 0;
}
.font {
    font-family: 'Gavency', sans-serif;
    color: #483573;
}
a {
    text-decoration: none !important;
}
.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.75rem;
    padding-left: 4.75rem;
    padding-right: 4.75rem;
    margin-bottom: 100px;
}
.name-logo {
	color: #36454F;
}
.contact-btn {
	font-size: 25px;
	text-transform: uppercase;
	color: #483573;
}
.btn {
  border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #483573;
    padding: .5rem 1.5rem;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s;
}

.btn:hover {
  outline: none;
    box-shadow: 5px 5px 0 0 #483573;
    transform: translate(-5px, -5px);
}
h1 {
  font-family: 'Gavency', sans-serif;
  color: #483573;
  font-size: 5rem;
  margin: 0;
}
section#contact {
  height: auto;
  padding:  0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
#contact .title-contact { 
    line-height: 5.9rem;
    margin-bottom: 100px;
}

.char {
    transform: translateY(115px);
    transition: transform .5s;
}


.title-presentation {
  line-height: 1.25;
  font-size: 2.2rem;
  color: #483573;
}
::placeholder {
    color: #36454F;
}
section#contact .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding:  10px;
  margin-left: 50px;
  box-sizing: border-box;
}

section#contact .container p {
  font-size: 30px;
  color: #36454F;
  font-family: 'Lato', sans-serif;                                               
}
section#contact .container form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  padding-bottom: 20px;
}

section#contact .container form input {
  width: 47%;
  background-color: transparent;
 
}
section#contact .container form textarea {
   background-color: transparent;
   border-bottom: 2px solid #36454F; 
}

section#contact .container form input,
section#contact .container form textarea  {
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  color: #36454F;
  border-bottom: 1px solid #36454F;
}

section#contact .container form textarea {
  width: 100%;
  margin-bottom: 50px;
  resize: none;
  height: 100px;
}
button {
  width: 150px;
  height: 50px;
  border-radius: 9999999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #36454F;
  border-radius: 99999px;
  padding: 1.25rem 1.75rem;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.645,0.045,0.355,1);
  margin-top: 10px;
  position: relative;
}

button:hover {
  outline: none;
  box-shadow: 4px 4px 0 0 #36454F;
  transform: translate(-5px, -5px);
}
.contact .span-submit {
  font-size: 15px;
}
.contact .span-submit {
  position: absolute;
  color: #36454F;
  fill: transparent;
  transition: .4s;
}

.swal-button, .swal-button:not([disabled]):hover {
  background-color: #483573;
}
.socials a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #483573;
  font-family: 'Gavency', sans-serif;
  font-weight: bold;
}
#map {
  height: 450px;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  body {
    overflow: hidden auto;
  }
  #contact .title-contact {
    font-size: 5rem;  
  }
  .title-presentation {
    font-size: 2.6rem;
  }
  section#contact .container p , section#contact .container b{
    font-size: 20px;
  }
  .contact-links {
    flex-direction: column;
  }
  .socials {
    flex-direction: row !important;
    gap: 1rem;
  }
  .contact-links {
    align-items: none;
    gap: 6rem;
  }
}
@media screen and (max-width: 970px) {
.cursor {
		display: none;
}
}
@media screen and (max-width: 770px) {
  .header-nav {
    padding: 20px;
  }
  .logo img {
   width: 80px;
   height: 80px;
}
.contact-btn {
	font-size: 18px;
	text-transform: uppercase;
	color: #483573;
} 
h1 {
  font-size: 1.5em;
}
  #contact .title-contact {
    font-size: 4rem;  
  }
  .title-presentation {
    font-size: 2rem;
  }
  section#contact .container p , section#contact .container b{
    font-size: 16px;
  }
  section#contact .container {
    margin-left: 20px;
  }
  section#contact .container form {
    width: 80%;
  } 
}
@media screen and (max-width: 591px) {
  #contact .title-contact {
    font-size: 3.2rem;  
  }
  .title-presentation {
    font-size: 1.7rem;
  }
  section#contact .container p , section#contact .container b{
    font-size: 16px;
  }
  section#contact .container {
    margin-left: 20px;
  }
  section#contact .container form {
    flex-direction: column;
    width: 80%;
  }
  section#contact .container form input {
    width: 80%; 
  }  
}
@media screen and (max-width: 447px) {
  .name-logo {
		font-size: 24px;
	}
  #contact .title-contact {
    font-size: 2.5rem;  
  }
  .title-presentation {
    font-size: 1.2rem;
  }
  section#contact .container p , section#contact .container b{
    font-size: 14px;
  }
  section#contact .container {
    margin-left: 5px;
  }
  section#contact .container form {
    flex-direction: column;
    width: 80%;
  }
  section#contact .container form input {
    width: 80%; 
  }
  ::placeholder {
    font-size: 10px;
  }  
}