/*
--------------------------------------
Containers
--------------------------------------
*/
#contact #wrapper {
  background: #FFFBF8;
}

.wrapper__inner {
  position       : relative;
  width          : 100%;
  max-width      : var(--container-primary-max-width);
  margin         : 0 auto;
  padding-bottom : 80px;
}

#content {
  padding : 0;
}

#contact .card {
  background : none;
}

/*
--------------------------------------
Form -- body
--------------------------------------
*/

.contact-form {
  color      : var(--color-grey-font-default);
  width      : 100%;
  margin-top: 30px;
}

.contact-logo-container {
  display         : flex;
  justify-content : center;
  padding-bottom  : 0.5em;
}

.contact-links-list-hours {
  margin-top: 30px;
  display        : flex;
  flex-direction : column;
  align-items    : center;
  text-align     : center;
  gap: 20px;
}

.contact-links-list-hours a {
  font-weight   : 500;
  border-radius : 5px;
  transition    : all 0.35s ease-in-out;
  margin-top    : 1em;
}

.contact-form__right .form-group {
  width : 48%;
}

.contact-form__right .form-group.full {
  width : 100%;
}

.contact-form .page-header h1 {
  border-bottom: none;
  line-height: 1;
  background: none;
  font-size: 2rem;
}

.contact-form .input-group .input-group-btn > .btn{
  background: var(--color-primary);
}

/*
--------------------------------------
Form -- footer
--------------------------------------
*/

.form-footer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.form-group .form-control-label {
  color:  #004B49;
  font-family: "Lexend Giga";
  font-size: 14px;
  font-style: normal;
  line-height: 23px; /* 164.286% */
  font-weight: 400 !important;
}

/*
--------------------------------------
HONEYPOT
--------------------------------------
*/
.label-special-token {
  pointer-events : none;
  opacity        : 0;
  height         : 0;
}

/*
--------------------------------------
Success message
--------------------------------------
*/
.alert.alert-success {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}

.contact-form .alert {
  font-size: 1rem;
  font-weight: 500;
}

.breadcrumb__wrapper {
  display : none
}

.contactform__header {
  height: 400px;
  background: var(--color-secondary);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactform__content h1.page-title {
  color: #004B49;
  text-align: center;
  font-family: Elsie;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 30px 0 10px;
}

.contactform__content span {
  display: block;
  color: #004B49;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

img.logo_contact {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.picto-top,.picto-leaf {
  position: absolute;
  top : 0 ;
  right: 0;
  display: flex;
  justify-content: end;
}

.picto-person,.picto-logo {
  position: absolute;
  bottom:0;
  left : 0
}

.picto-person img,.picto-logo img,.picto-top img,.picto-leaf img {
  width :60%
}

.logo_animate {
  position: absolute;
  top: 135px;
  left: 135px;
  animation: rotate 10s linear infinite;
  z-index: 3;
}

.logo_animate img {
  transform : scale(0.8);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

h1.page-title {
  color: var(--color-primary);
  text-align: center;
  font-family: Elsie;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.form-group .form-control  {
  border: 1px solid rgba(0, 75, 73, 0.70);
  background: #FFF;
}

.form-group .form-control::placeholder,.form-group input.form-control {
  color: #577C6E;
  font-family: "Lexend Giga";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 164.286% */
  letter-spacing: -1.26px;
}

.required:before {
  color: red;
  content: "*";
}

input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}
input[type="radio"]:checked {
  background-color: #2c7a7b;
  border-color: #2c7a7b;
}

input[type="radio"]:checked::after {
  content: "✔";
  position: absolute;
  color: white;
  font-size: 12px;
  left: 2px;
  top: -1px;
}

.form-group-type label{
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
}

.form-group-radio .form-group-type {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.form-group-radio .form-group-type label {
  color: #004B49;
  font-family: "Lexend Giga";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -1.26px;
  text-align: left;
}

.form-footer .btn-primary {
  background:  #004B49;
  color: #FDE9DB;
  text-align: center;
  font-family: Elsie;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #004B49;
  transition: 0.3s ease;
  text-transform: initial
}

.form-footer .btn-primary:hover {
  color : #004B49 ;
  background: #fff;
}

.contact-form__form hr {
  height: 1px;
  background: #004B49;
  width: 60%;
}

span.shop_contact {
  color:  #004B49;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  margin-left: 10px;
}

.shop_details {
  display: flex;
  align-items: center;
  justify-content: center;
}
