
.inscription-page .inscription-title,
.inscription-page .inscription-event-title {
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
}
.inscription-page .inscription-event-title {
  color: var(--secondaryColor);
  /* margin-bottom: 25px; */
}
.inscription-page span.inscription-event-title {
  margin-top: 20px;
  display: block;
}
.inscription-page .inscription {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.inscription-page .inscription .label {
  font-size: 1.6rem;
  line-height: 1.9rem;
  font-weight: 700;
  color: var(--secondaryColor);
}


form.inscription-form {
  padding-right: 96px;
}
.espace-partenaire form {
  padding-right: 0px;
}

input[type="text"],input[type="password"],input[type="number"],input[type="e-mail"],input[type="email"], input[type="date"], textarea, textarea.form-control {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  /* border: none; */
  padding: 0px 24px;
  background-color: #fff;
  resize: none;
}
textarea {
  line-height: inherit;
  padding: 24px;
}
.espace-partenaire input[type="text"],.espace-partenaire input[type="password"],.espace-partenaire input[type="number"],.espace-partenaire input[type="e-mail"],.espace-partenaire input[type="email"], .espace-partenaire input[type="date"], .espace-partenaire textarea { border-radius: 5px;}
input[type="number"] {
  padding-right: 0px;
}
form textarea, form textarea.form-control {
  height: 140px;
}
form label,
form .label,
form#update_partner legend,
form.inscription-form legend {
  margin-bottom: 20px ;
  font-size: 1.8rem ;
}
form .label {
  display: inline-block;
}


.radiogroup {
  margin-bottom: 10px;
}
.select {
  width: 100%;
  height: 60px;
  /* overflow: hidden; */
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}

select:focus {
  border:1px solid #ff0000 !important;
  border:1px solid #86b7fe !important;
}

.espace-partenaire .select {
  border-radius: 5px;
}

.espace-partenaire .custom-select-wrapper.default-select::after,
.inscription-form .custom-select-wrapper.default-select::after {
  top: calc(50%);
}

.espace-partenaire form select, .inscription-form select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 120%;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0px 24px;
  /* border: 1px solid transparent; */
}
.iti {
  color: #000;
}
.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.iti--allow-dropdown .iti__flag-container {
  position: relative;
  background-color: #fff;
    margin-right: 15px;
  
}
.iti--separate-dial-code .iti__selected-dial-code {
  width: 70px;
    padding-left: 15px;
}
.iti--allow-dropdown .iti__country-name {
  /*display: none;*/
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel] {
  padding-left: 25px !important;
}
.iti--allow-dropdown .selected-flag .arrow {
  border-top: 4px solid #7ABAB7;
}
.prefix-placeholder {
  position: absolute;
  top: 0px;
  left: 45px;
  height: 100%;
  line-height: 60px;
}
input[type="text"].error, input[type="number"].error, input[type="date"].error, input[type="e-mail"].error, input[type="email"].error, textarea.error, .select.error {
  border: 5px solid #7C0A02;
}
.radiogroup.error>label {color: #7C0A02;}

.access_contraste .inscription-form input[type="text"]:not(.error),
.access_contraste .inscription-form input[type="email"]:not(.error),
.access_contraste .inscription-form input[type="e-mail"]:not(.error),
.access_contraste .inscription-form input[type="number"]:not(.error),
.access_contraste .inscription-form textarea:not(.error),
.access_contraste .inscription-form .iti__flag-container:not(.error),
.access_contraste .inscription-form .select:not(.error){
  border: 2px solid #000 !important;
}

.edit-form .error_msg,
.inscription-form .error_msg,
#update_partner .error_msg,
.email_valid_err {
  color: #7C0A02;
  margin-bottom: 25px;
  margin-top: -10px;
}

#update_partner .error_msg {
  color: #FD3E30;
}
.edit-form .error_msg {
  color: #FD3E30;
}
.edit-form .error_msg_container.show_error .error_msg,
.inscription-form .error_msg_container.show_error .error_msg,
#update_partner .error_msg_container.show_error .error_msg {
  display: block !important;
}
/*input[type=radio] {
  accent-color: #B39941;
}*/
.inscription-status {
  color: #fff;
  line-height: 3.2rem;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 30px;
  margin-bottom: 65px;
}
.inscription-status.green {
  background-color: var(--turquoise);
}
.inscription-status.red {
  background-color: #7C0A02;
}

#user_logo {
  width: 100%;
  position: relative;
  margin-bottom:80px;
}
#logo-preview{
  max-width:100%;
}

#user_logo>div {
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 40px;
  background-color: #fff;
}

#user_logo .pane {
  position: absolute;
  bottom: -60px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #DBDBDB;
  padding: 0px 40px;
  color: var(--mainColor);
}
#change-logo-container,
.change-file-container {
  position: relative;
  /* overflow: hidden; */
}
#change-logo-container input[type="file"],
.change-file-container input[type="file"] {
  opacity: 0.01;
  z-index: -10;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
}
.big h2,
.big label {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: inherit;
  letter-spacing: inherit;
}

.file-upload {
  background-color: rgba(255,255,255,0.1);
  padding: 50px;
  border-radius: 5px;
  margin-bottom: 60px;;
}
.files-container .file-upload {
  margin-bottom: 0px;
  height: 100%;
}
.file-upload.small {
  padding-top: 35px;
  padding-bottom: 35px;
}
.fu-icon i {
  font-size: 80px;
  opacity: 0.12;
  padding-left: 10px;
}
.small .fu-icon {
  padding-left: 0px;
}
.small .fu-icon i {
  font-size: 30px;
}
.fu-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.fu-description {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.1rem;
}
.change-file {
  white-space: nowrap;
}
.change-file i {
  margin-right: 10px;
}
.fu-space {
  padding: 0px 65px;
  padding-left: 55px;
}
.add-repeater {
  margin-bottom: 60px;
  cursor: pointer;

  color: inherit;
  border: 0;
  background: inherit;
}
.add-repeater i {
  font-size: 30px;
  margin-right: 10px;
}

.espace-partenaire .edit-form {
  background-color: rgba(255,255,255,0.1);
  padding: 70px 175px;
  position: relative;
}
.espace-partenaire .edit-form:before {
  position: absolute;
  left: 75px;
  top: 75px;
  width: 51px;
  height: 70px;
  line-height: 70px;
  font-size: 51px;
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  color: rgba(255,255,255,0.12);
  font-weight: 900;
}
.espace-page-content {
  padding: 40px 0px;
}
.espace-page-content .page-title,
.espace-page-content .agenda-description {
  color: var(--beige);
}
.espace-page-content .page-title:not(.small-margin) {
  margin-bottom: 35px;
}
.counter-span {
  position: absolute;
  bottom: 25px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #B7B7B7;
  display: block;
  text-align: right;
  width: 100%;
  border-radius: 5px;
  padding-right: 25px;
  background-color: #fff;
  height: 40px;
}
.richText + .counter-span {
  display: none;
}
textarea.counter-area {
  padding-bottom: 50px;
}


/* EDIT EVENT */
.go-back-to-list {
  margin-bottom: 25px;
}
.go-back-to-list a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.go-back-to-list a i {
  margin-right: 3px;
}
.delete-x:before {
  display: inline-block;
  content: " ";
  height: 13px;
  width: 13px;
  margin-right: 20px;
  background-image: url(assets/images/x-gold.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -2px;
}
.delete-x:hover:before {
  background-image: url(assets/images/x-white.svg);
}




@media only screen and (max-width: 991px) {
  .files-container>div:first-child {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .espace-partenaire .edit-form:before {
    display: none;
  }
  .inscription-page .event-right-col {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .espace-partenaire .edit-form {
    padding: 30px 20px !important;
  }
}



.page-template-default .page-section h1,
.page-template-template-full-width .page-section h1 {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 30px;
}
.page-template-default .page-section p + h1,
.page-template-default .page-section p + h2,
.page-template-default .page-section p + h3,
.page-template-default .page-section p + h4,
.page-template-default .page-section p + h5,
.page-template-default .page-section p + h6,
.page-template-default .page-section ul + h1,
.page-template-default .page-section ul + h2,
.page-template-default .page-section ul + h3,
.page-template-default .page-section ul + h4,
.page-template-default .page-section ul + h5,
.page-template-default .page-section ul + h6,
.page-template-template-full-width .page-section p + h1,
.page-template-template-full-width .page-section p + h2,
.page-template-template-full-width .page-section p + h3,
.page-template-template-full-width .page-section p + h4,
.page-template-template-full-width .page-section p + h5,
.page-template-template-full-width .page-section p + h6,
.page-template-template-full-width .page-section ul + h1,
.page-template-template-full-width .page-section ul + h2,
.page-template-template-full-width .page-section ul + h3,
.page-template-template-full-width .page-section ul + h4,
.page-template-template-full-width .page-section ul + h5,
.page-template-template-full-width .page-section ul + h6 {
  margin-top: 25px;
}