/* DIMENSIONS ***************************************************************************************************************/
.uk-section {
  margin: 0 auto;
}
.uk-section .uk-container {
  max-width: 1200px;
}
/* Typographie ****************************************************************************************************************************/
/* Typographie ****************************************************************************************************************************/
/* Boutons ****************************************************************************************************************************/
.ac-button-default {
  background-color: rgba(255, 255, 255, 0.5);
  color: #29356f;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  padding: 5px 30px;
  border-radius: 35px;
  text-transform: inherit;
  transition: all 0.5s;
}
.ac-button-default:hover {
  background-color: #ffffff;
}
.ac-button-small {
  background-color: rgba(255, 255, 255, 0.5);
  color: #29356f;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  padding: 6px 15px;
  border-radius: 35px;
  text-transform: inherit;
  transition: all 0.5s;
}
.ac-button-small:hover {
  background-color: #ffffff;
}
/* HEADER ****************************************************************************************************************************/
#ac-header {
  background-color: #ffffff;
}
#ac-header #ac-text-date {
  font-family: 'Poppins', sans-serif;
  color: #29356f;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
#ac-header #ac-text-title {
  font-family: 'Poppins', sans-serif;
  color: #51b8ea;
  font-weight: 400;
  font-size: 52px;
  line-height: 54px;
}
@media (max-width: 640px) {
  #ac-header #ac-text-title {
    font-size: 42px;
    line-height: 44px;
  }
}
/* CONTENT SECTION ****************************************************************************************************************************/
.ac-content-section {
  background: url('../img/content-section-bg.jpg') center top no-repeat #51b8ea;
}
.ac-content-section #ac-dotations #ac-dotations-gros-lot {
  max-width: 320px;
}
.ac-content-section #ac-dotations #ac-dotations-slider {
  max-width: 368px;
}
.ac-content-section #ac-dotations #ac-dotations-ebook {
  max-width: 480px;
}
.ac-content-section .ac-card {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  /* Style formulaire ****************************************************************************************************************************/
}
.ac-content-section .ac-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 400;
  color: #29356f;
}
.ac-content-section .ac-card p span {
  font-weight: 500;
}
.ac-content-section .ac-card h2 {
  font-size: 22px;
  line-height: 26px;
  color: #29356f;
  font-weight: 600;
}
.ac-content-section .ac-card h2 span {
  font-size: 20px;
  line-height: 24px;
}
.ac-content-section .ac-card h3 {
  font-size: 18px;
  line-height: 21px;
  color: #29356f;
  font-weight: 600;
}
.ac-content-section .ac-card .ac-text-lead {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  line-height: 22px;
  color: #29356f;
  font-weight: 500;
}
.ac-content-section .ac-card .uk-text-small {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 300;
}
.ac-content-section .ac-card .ac-hr {
  border-width: 1px;
  border-color: #ffffff;
}
.ac-content-section .ac-card .ac-input {
  height: 30px;
  border: 1px solid #ffffff;
  color: #29356f;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border-radius: 3px;
}
.ac-content-section .ac-card .ac-input::placeholder {
  color: #29356f;
  transition: color 0.5s;
}
.ac-content-section .ac-card .ac-input:focus::placeholder {
  color: transparent;
}
.ac-content-section .ac-card .ac-input-padding-bottom {
  padding-bottom: 5px;
}
.ac-content-section .ac-card .ac-input-padding-left {
  padding-left: 5px;
}
.ac-content-section .ac-card .ac-input-date {
  height: 30px;
}
.ac-content-section .ac-card .ac-text-date-naissance {
  background-color: #ffffff;
  padding-left: 15px;
  border: 1px solid #ffffff;
}
.ac-content-section .ac-card .ac-text-date-naissance p {
  color: #29356f;
  font-size: 12px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.ac-content-section .ac-card .ac-input:focus {
  border-color: #51b8ea;
}
.ac-content-section .ac-card .uk-select {
  padding: 0 15px;
  max-height: 31px;
  line-height: 31px !important;
}
.ac-content-section .ac-card .ac-checkbox {
  height: 13px;
  width: 13px;
  border: 1px solid #ffffff;
  background-color: white;
  border-radius: 50%;
  margin-top: -10px;
}
.ac-content-section .ac-card .ac-checkbox:checked,
.ac-content-section .ac-card .ac-checkbox:checked:focus {
  background-color: #29356f;
  color: #29356f;
}
.ac-content-section .ac-card #date-label {
  width: 130px;
  padding-right: 10px;
}
.ac-content-section .ac-card .label {
  color: #29356f;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  line-height: 15px;
}
.ac-content-section .ac-card .label p {
  margin-bottom: 0;
}
.ac-content-section .ac-card .uk-form-label {
  font-size: 14px;
  padding-right: 10px;
  font-weight: 600;
}
.ac-content-section .ac-card .ac-padding-label {
  padding-left: 16px;
}
.ac-content-section .ac-card .ac-input-file {
  background-color: #ffffff;
  color: #29356f;
  height: 32px;
  line-height: 32px;
  display: block;
  text-transform: inherit;
  margin-bottom: 3px;
}
.ac-content-section .ac-card .ac-input-file-selected {
  background-color: #29356f;
  color: #ffffff;
  height: 32px;
  line-height: 32px;
  font-size: 11px;
  display: block;
  text-transform: inherit;
}
.ac-content-section .ac-card .input-file {
  display: none;
}
.ac-content-section .ac-card uk-alert-danger {
  color: #29356f;
}
@media (max-width: 640px) {
  .ac-content-section .ac-card .ac-input-date {
    border-radius: 0 0 5px 5px;
  }
  .ac-content-section .ac-card .ac-text-date-naissance {
    border-radius: 5px 5px 0 0;
  }
}
@media (min-width: 640px) {
  .ac-content-section .ac-card .ac-input-nom-padding-left {
    padding-left: 5px;
  }
  .ac-content-section .ac-card .ac-input-date {
    border-radius: 0 5px 5px 0;
  }
  .ac-content-section .ac-card .ac-text-date-naissance {
    border-radius: 5px 0 0 5px;
  }
}
@media (max-width: 640px) {
  .ac-content-section #ac-dotations #ac-dotations-gros-lot {
    max-width: 75%;
  }
  .ac-content-section #ac-dotations #ac-dotations-slider {
    max-width: 70%;
  }
  .ac-content-section #ac-dotations #ac-dotations-ebook {
    max-width: 100%;
  }
}
#fin .ac-card .ac-text-lead {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
/* FOOTER SECTION ****************************************************************************************************************************/
#ac-footer-link p,
#ac-footer-link a {
  font-family: 'Poppins', sans-serif;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
#ac-footer-link a {
  text-decoration: underline;
}
#ac-footer-extrait {
  font-family: 'Poppins', sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
.uk-modal-body h2,
.uk-modal-body h3 {
  color: #29356f;
}
.ac-footer-separateur {
  margin-left: 5px;
  margin-right: 5px;
  max-width: 4px;
}
@media (max-width: 640px) {
  #ac-logo-footer {
    max-width: 60px;
  }
}
/* COOKIES BANNER ****************************************************************************************************************************/
#ac-cookies-banner {
  background-color: #51b8ea;
}
