@charset "UTF-8";
/*!
Theme Name:    concours_iceberg
Author:        La nageuse
Author URI:    https://lanageuse.com
Description:   Thème pour le site de concours pour iceberg
Version:       1.0.0
License:       GNU General Public License v3 or later
License URI:   https://www.gnu.org/licenses/gpl-3.0.html
Template:      page-builder-framework
Text Domain:   page-builder-framework-child
*/
#inner-content {
  opacity: 0;
}

.green {
  color: #009fe3;
}

.alternative {
  font-family: "alternate-gothic-no-1-d", Verdana, Arial, sans-serif;
  font-size: 120%;
}

#block-texte-vert a {
  color: white;
  font-weight: 600;
}

.valode_pistre {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}
@media (max-width: 768px) {
  .valode_pistre {
    left: 0.3rem;
    bottom: 0.5rem;
  }
}
.valode_pistre a {
  color: white;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
}
.valode_pistre a:hover {
  color: #009fe3;
}

.social_sticky {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}
@media (max-width: 768px) {
  .social_sticky {
    right: 0.3rem;
    bottom: 0.5rem;
  }
}
.social_sticky .wpbf-social-icons {
  display: flex;
  flex-direction: column-reverse;
}
.social_sticky .wpbf-social-icons i {
  color: white;
  font-size: 35px;
  transition: all ease-in-out 0.3s;
}
.social_sticky .wpbf-social-icons i:hover {
  color: #009fe3;
  box-shadow: 1px 1px 15px #009fe3;
  border-radius: 10px;
}

.page-id-1315 .fl-button-lightbox-content {
  max-width: 80vw;
  padding: 0;
}
.page-id-1315 .fl-button-lightbox-content .mfp-close {
  color: white;
  width: 64px;
  height: 64px;
  line-height: 64px;
  opacity: 1;
  color: #fff;
  font-size: 50px;
}
.page-id-1315 .fl-button-lightbox-content .container-modal {
  display: flex;
  justify-content: center;
  min-height: 80vh;
  align-items: stretch;
  background-color: #6dbe51;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__img {
  min-width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__img img {
  object-fit: cover;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__content {
  background-color: #6dbe51;
  width: 60%;
  padding: 20px;
  font-family: neue-haas-grotesk-text, Verdana, Arial, sans-serif;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__content iframe {
  min-height: 80vh;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_price {
  font-weight: bold;
  font-size: 1.3vw;
  margin: 2em 0 1.5em;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_title {
  font-weight: bold;
  font-size: 2.8vw;
  margin-bottom: 20px;
  line-height: 1.1;
  text-align: center;
  font-family: "alternate-gothic-no-1-d", Verdana, Arial, sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  border-bottom: 1px solid white;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_subtitle {
  font-size: 1.3vw;
  line-height: 1.1;
}
.page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_desc {
  font-size: 1vw;
  line-height: 1.2;
  margin-top: auto;
}
@media (min-width: 1620px) {
  .page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_desc {
    font-size: 0.8vw;
  }
}

.footer_laureat svg {
  margin-bottom: -0.5em;
}

.element_laureat_1 {
  position: absolute;
  left: 3%;
  top: 150vh;
}

.element_laureat_2 {
  position: absolute;
  right: 3%;
  top: 100vh;
}

.element_laureat_3 {
  position: absolute;
  right: 3%;
  top: 260vh;
}

@media (max-width: 1440px) {
  .element_laureat_1, .element_laureat_2, .element_laureat_3 {
    display: none;
  }
}
@media (max-width: 1240px) {
  .page-id-1315 .fl-button-lightbox-content .container-modal {
    flex-direction: row;
    min-height: auto;
    background-color: #6dbe51;
  }
  .page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_price {
    font-size: 3.3vw;
    margin: 1em 0 0.5em;
  }
  .page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_title {
    font-size: 3.4vw;
  }
  .page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_subtitle {
    font-size: 2.3vw;
  }
  .page-id-1315 .fl-button-lightbox-content .container-modal .modal__content_desc {
    font-size: 1.9vw;
    padding-top: 1em;
  }
}
.acf-spinner {
  display: inline-block;
  height: 20px;
  width: 20px;
  right: -135px;
  left: 0;
  margin: auto;
  top: 34px;
  vertical-align: text-top;
  position: absolute;
  background: transparent !important;
}
.acf-spinner .spinner-box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.acf-spinner .spinner-box .circle-border {
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(63, 249, 220) 100%);
  animation: spin 0.8s linear 0s infinite;
}
.acf-spinner .spinner-box .circle-core {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.notices-wrapper .message {
  text-align: center;
  background: #009fe3;
  color: white !important;
  padding: 1rem;
}

@media (min-width: 1151px) {
  body.wpbf-inscription .entry-content {
    max-width: 750px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.acf-repeater th.acf-row-handle:last-child:before {
  width: 50px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #011689 transparent transparent transparent;
}

#acf-form .acf-fields {
  padding: 2rem 0 !important;
}
#acf-form .acf-fields .acf-field {
  border: none;
}
#acf-form .acf-fields .acf-field input {
  border-radius: 0;
}
#acf-form .acf-fields .acf-field[data-name=participant_equipe] .acf-actions {
  top: 0.5rem;
  position: relative;
}
#acf-form .acf-fields .acf-field[data-name=participant_equipe] .acf-actions .acf-button {
  padding: 0.5rem 1rem;
  background: white;
}
#acf-form .acf-fields .acf-field .acf-repeater .fake-input {
  width: 100%;
  position: relative;
  background: white;
  height: 35px;
  margin-bottom: 20px;
}
#acf-form .acf-fields .acf-field .acf-repeater .fake-input div {
  text-align: right;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #253678 transparent transparent transparent;
}
#acf-form .acf-fields .acf-field .acf-repeater .acf-table {
  background: transparent;
}
#acf-form .acf-fields .acf-field .acf-repeater .acf-table .acf-row {
  border-bottom: solid #001689 30px;
}
#acf-form .acf-fields .acf-field .acf-repeater .acf-table label, #acf-form .acf-fields .acf-field .acf-repeater .acf-table .acf-required {
  color: #001689;
}
#acf-form .acf-fields .acf-field .acf-repeater .acf-table .acf-input input {
  border: 1px solid #001689;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  #acf-form .acf-fields .acf-field .acf-repeater .acf-table .acf-input input {
    font-size: 1.8rem;
    border-radius: 0 !important;
  }
}
#acf-form .acf-fields .acf-field .acf-repeater .acf-row-handle.order {
  background: white;
}
#acf-form .acf-fields .acf-field .acf-repeater .acf-row-handle.order span {
  color: #009fe3;
}
#acf-form .acf-fields .acf-field ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C3C3C3;
  opacity: 1; /* Firefox */
}
#acf-form .acf-fields .acf-field :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C3C3C3;
}
#acf-form .acf-fields .acf-field ::-ms-input-placeholder { /* Microsoft Edge */
  color: #C3C3C3;
}
#acf-form .acf-fields .acf-field .acf-table > thead > tr > th, #acf-form .acf-fields .acf-field .acf-table > tbody > tr > td, #acf-form .acf-fields .acf-field .acf-table {
  border: 0;
}
#acf-form .acf-fields .acf-field.acf-field-5f7711478be5f label {
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 3rem 0 2rem 0;
  font-family: "alternate-gothic-no-1-d", Verdana, Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  #acf-form .acf-fields .acf-field.acf-field-5f7711478be5f label {
    font-size: 1.5rem;
  }
}
#acf-form .acf-fields .acf-field.acf-field-5f64fcc975561 label, #acf-form .acf-fields .acf-field.acf-field-5f64fcf875562 label {
  color: white;
  padding-top: 20px;
}
#acf-form .acf-fields .acf-field .acf-label {
  color: #009fe3;
}
#acf-form .acf-fields .acf-field .acf-label label {
  font-weight: 200;
}
#acf-form .acf-fields .acf-field .acf-label .acf-required {
  color: #009fe3;
}
#acf-form .acf-fields .acf-field .acf-basic-uploader {
  width: 100%;
  display: block;
  background-color: rgba(63, 249, 220, 0.1);
  min-height: 150px;
  text-align: center;
  display: flex;
}
@media (max-width: 500px) {
  #acf-form .acf-fields .acf-field .acf-basic-uploader {
    text-align: left;
  }
}
#acf-form .acf-fields .acf-field .acf-basic-uploader input {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 17%;
  position: relative;
  top: -54px;
  min-height: 160px;
}
@media (max-width: 760px) {
  #acf-form .acf-fields .acf-field .acf-basic-uploader input {
    margin-left: 10%;
  }
}
@media (max-width: 500px) {
  #acf-form .acf-fields .acf-field .acf-basic-uploader input {
    margin-left: -5px;
  }
}
#acf-form .acf-fields .acf-field .acf-basic-uploader input::-webkit-file-upload-button {
  visibility: hidden;
}
#acf-form .acf-fields .acf-field .acf-basic-uploader input::before {
  content: "Sélectionner votre fichier";
  color: #001689;
  display: inline-block;
  background: #009fe3;
  padding: 1rem 3.5rem 1rem 3.5rem;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 200;
  font-size: 15px;
  position: relative;
  max-width: 290px;
  left: -75px;
  right: 0;
  margin: auto;
  top: 6.5rem;
}
@media (max-width: 760px) {
  #acf-form .acf-fields .acf-field .acf-basic-uploader input::before {
    left: -35px;
  }
}
@media (max-width: 500px) {
  #acf-form .acf-fields .acf-field .acf-basic-uploader input::before {
    left: 5px;
  }
}
#acf-form .acf-fields .acf-field .acf-basic-uploader input:hover::before {
  border-color: black;
}
#acf-form .acf-fields .acf-field .acf-basic-uploader input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
#acf-form .acf-form-submit {
  text-align: center;
  padding-top: 20px;
  padding-right: 10px;
  position: relative;
}
#acf-form .acf-form-submit input {
  font-weight: 600;
  background: white;
  color: #001689;
  border-radius: 0;
  font-size: 0.8rem;
  padding: 2.5rem 1.5rem;
}

.block--action-dashboard {
  padding: 0;
  margin-bottom: 0rem;
  margin-top: 2rem;
}
.block--action-dashboard .wpbf-button-large {
  min-width: 250px;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all ease-in-out 0.3s;
}
.block--action-dashboard .wpbf-button-large:hover {
  color: #001689;
}
.block--action-dashboard .wpbf-button-large.depot-cta {
  background: #001689;
  color: white;
}
.block--action-dashboard .wpbf-button-large.depot-cta:hover {
  background: #009fe3;
}

.ur-frontend-form .ur-form-row .ur-form-grid legend {
  color: #009fe3;
  background: transparent;
}

.ur-frontend-form .ur-form-grid fieldset {
  border: 0;
}

#user-registration.user-registration {
  max-width: 500px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}

#user-registration.horizontal {
  max-width: 700px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
#user-registration.horizontal input[type=text], #user-registration.horizontal input[type=password] {
  border: 1px solid #dedede;
}
#user-registration.horizontal .user-registration-MyAccount-content h2 {
  color: #001689;
}
#user-registration.horizontal .user-registration-MyAccount-content strong {
  color: #009fe3;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul {
  border: 0;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul li {
  font-weight: 400;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul li a {
  color: #7d7d7d;
}
#user-registration.horizontal .user-registration-MyAccount-navigation ul li.user-registration-MyAccount-navigation-link.is-active a {
  background: transparent;
  color: #001689;
  font-weight: 400;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #001689;
}

@media (max-width: 775px) {
  #acf-form .acf-fields .acf-field {
    border: none;
    width: 100% !important;
  }
}
.page-id-123 .password-input-group input {
  border: 1px solid grey;
}
.page-id-123 #username {
  border: 1px solid grey;
}

.user-registration-LostPassword a,
.infos_inscription a {
  color: #009fe3;
}

#acf-form .acf-fields .acf-field .acf-repeater .acf-table .acf-row {
  border-bottom: solid #000050 30px;
}

.acf-field-5f73147592ca6 .acf-actions .acf-repeater-add-row {
  display: none;
}

@media (max-width: 1199px) {
  .wpbf-container {
    max-width: 100%;
  }
  body:not(.wpbf-no-sidebar) .wpbf-main.wpbf-medium-2-3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wpbf-navigation .wpbf-menu .wpbf-cta-menu-item a:hover {
    box-shadow: 1px 1px 15px 6px #009fe3;
  }
  #inner-content .wpbf-sidebar-wrapper {
    position: absolute;
    left: 0;
    display: block;
    opacity: 0;
  }
  body:not(.wpbf-no-sidebar) #inner-content .wpbf-main.wpbf-medium-2-3 {
    width: 100%;
  }
  .wpbf-logo {
    padding-left: 10px;
  }
  #custom_html-2 {
    padding-bottom: 0;
  }
  #custom_html-2 a {
    background: white;
    padding: 0.28rem 1rem;
    position: absolute;
    left: 0;
    color: #001689;
    font-size: 0.85rem;
  }
  #custom_html-2 a:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent white;
  }
  #custom_html-2 a:hover {
    color: #009fe3;
  }
  #nav_menu-2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li {
    opacity: 0;
    padding: 0.15rem 0;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li.current-menu-item {
    padding-left: 35px;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li.current-menu-item a {
    color: #009fe3;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li a {
    color: white;
    font-size: 14px;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li a:hover {
    color: #009fe3;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li.download_regle {
    left: 0px;
    margin-top: 20px;
    position: absolute;
    width: 100%;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li.download_regle a {
    background: white;
    padding: 0.28rem 1rem;
    color: #001689;
    position: absolute;
    left: 0;
    font-size: 0.85rem;
    box-shadow: 1px 1px 15px #009fe3;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li.download_regle a:after {
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent white;
  }
  #nav_menu-2 #menu-menu-side-bar-1 li.download_regle a:hover {
    color: #009fe3;
  }
  .wpbf-menu .wpbf-cta-menu-item {
    top: 30px;
    position: relative;
  }
  .wpbf-menu .wpbf-cta-menu-item > a {
    padding: 1.41rem 1.15rem;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .wpbf-menu .wpbf-cta-menu-item > a:hover:before {
    border-color: transparent transparent white transparent;
  }
  .wpbf-inscription .wpbf-menu .wpbf-cta-menu-item > a {
    background: white;
    color: #009fe3;
  }
  .wpbf-inscription .wpbf-menu .wpbf-cta-menu-item > a:hover:before {
    border-color: transparent transparent white transparent;
  }
}
.wpbf-sidebar-wrapper {
  display: none;
}

.wpbf-mobile-menu-off-canvas .wpbf-mobile-menu-container {
  background: #001689;
}
.wpbf-mobile-menu-off-canvas .wpbf-mobile-menu-container .download_regle a {
  text-transform: uppercase;
}

.home__anim {
  text-align: center;
}
@media (max-width: 1024px) {
  .home__anim {
    position: relative;
    top: 40%;
  }
}
.home__anim h1.ml16 {
  font-style: normal;
  color: #009fe3;
  font-size: 4.25vw;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  font-family: "monotype-grotesque-display-e", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .home__anim h1.ml16 {
    font-size: 8.25vw;
  }
}
@media (max-width: 1024px) {
  .home__anim h1.ml16 {
    font-size: 11vw;
  }
}
.home__anim h1.ml16 > div {
  display: inline;
}
.home__anim h1.ml16 .letter {
  display: inline-block;
  line-height: 1;
}
.home__anim h1.ml16 .font-light {
  display: inline;
  font-family: "monotype-grotesque-extra-con", sans-serif;
  font-weight: 200;
  font-size: 4.35vw;
}
@media (max-width: 1199px) {
  .home__anim h1.ml16 .font-light {
    font-size: 8.35vw;
  }
}
@media (max-width: 1024px) {
  .home__anim h1.ml16 .font-light {
    font-size: 11vw;
  }
}
.home__anim h2.ml17 {
  font-family: "alternate-gothic-no-1-d", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow: hidden;
}
.home__anim h2.ml17 .letter {
  opacity: 0;
  transform: translateY(-100%);
}
.home__anim h3.ml6 {
  font-family: "alternate-gothic-no-1-d", sans-serif;
  font-size: 2.7vw;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home__anim h3.ml6 {
    bottom: 0;
    font-size: 7vw;
  }
}
@media (max-width: 1024px) {
  .home__anim h3.ml6 {
    font-size: 6vw;
  }
}
.home__anim h3.ml6 .letter {
  display: inline-block;
  line-height: 1px;
  opacity: 0;
}

body.home {
  overflow: hidden;
}
body.home .home_svg {
  position: absolute;
  bottom: -45%;
  width: 100%;
  opacity: 0;
}
body.home .home_svg img {
  margin-bottom: -30px;
}
body.home .home_svg svg {
  position: relative;
  bottom: -10px;
}
@media (max-width: 1220px) {
  body.home .home_desktop {
    display: none;
  }
  body.home .home_mobile {
    display: block;
  }
}
@media (min-width: 1221px) {
  body.home .home_desktop {
    display: block;
    height: auto;
    width: 63vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  body.home .home_desktop img {
    height: auto;
    min-width: 100%;
  }
  body.home .home_mobile {
    display: none;
  }
}
@media (min-width: 1621px) {
  body.home .home_desktop {
    width: 72vw;
  }
  body.home .home_mobile {
    display: none;
  }
}

.wpbf-mobile-menu-off-canvas .wpbf-mobile-menu-container #navigation li.current-menu-item a {
  color: #009fe3;
}

#title_home {
  position: relative;
  z-index: 234;
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body.single-participant #main {
  max-width: 700px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
body.single-participant #main h1 {
  font-family: "alternate-gothic-no-1-d", sans-serif;
  font-size: 3rem;
  text-align: center;
  padding: 2rem 0;
  border-width: 1px 0;
  border-color: white;
  border-style: solid;
}
body.single-participant #main h2 {
  margin: 2rem 0;
  font-size: 1.1rem;
  color: #009fe3;
  text-align: center;
}
body.single-participant #main h2 span {
  color: white;
}
body.single-participant #main .infos_inscription {
  padding: 2rem;
  border: 3px solid #009fe3;
  margin-bottom: 2rem;
}
body.single-participant #main .infos_inscription p {
  margin-bottom: 0.5rem;
  color: #009fe3;
}
body.single-participant #main .acf-file-uploader.has-value .show-if-value.file-wrap {
  border: 0;
}
body.single-participant #main .acf-file-uploader.has-value .file-icon {
  background: white;
}
body.single-participant #main .acf-file-uploader.has-value .file-wrap .file-info p strong, body.single-participant #main .acf-file-uploader.has-value .file-wrap .file-info p span {
  color: #001689;
}
body.single-participant #main .acf-file-uploader.has-value .acf-actions.-hover {
  display: block;
}
body.single-participant #main .acf-basic-uploader {
  width: 100%;
  display: block;
  background-color: rgba(63, 249, 220, 0.1);
  min-height: 150px;
  text-align: center;
  display: flex;
}
@media (max-width: 500px) {
  body.single-participant #main .acf-basic-uploader {
    text-align: left;
  }
}
body.single-participant #main .acf-basic-uploader input {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 1%;
}
@media (max-width: 760px) {
  body.single-participant #main .acf-basic-uploader input {
    margin-left: 10%;
  }
}
@media (max-width: 500px) {
  body.single-participant #main .acf-basic-uploader input {
    margin-left: -5px;
  }
}
body.single-participant #main .acf-basic-uploader input::-webkit-file-upload-button {
  visibility: hidden;
}
body.single-participant #main .acf-basic-uploader input::before {
  content: "Sélectionner votre fichier";
  color: #001689;
  display: inline-block;
  background: #009fe3;
  padding: 1rem 3.5rem 1rem 3.5rem;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 200;
  font-size: 15px;
  position: relative;
  max-width: 290px;
  left: -55px;
  right: 0;
  margin: auto;
  top: 2.5rem;
}
@media (max-width: 760px) {
  body.single-participant #main .acf-basic-uploader input::before {
    left: -35px;
  }
}
@media (max-width: 500px) {
  body.single-participant #main .acf-basic-uploader input::before {
    left: 5px;
  }
}
body.single-participant #main .acf-basic-uploader input:hover::before {
  border-color: black;
}
body.single-participant #main .acf-basic-uploader input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

/*# sourceMappingURL=style.css.map */
