/* Webform */

.main-container .col-sm-12 {
    padding: 0 ;
}

.webform-submission-don-form {
	font-family: 'raleway regular';
    background: #f7f7f7;
    padding: 25px
}
.form-item.js-form-item.form-type-item.js-form-type-item.form-item-.js-form-item-.form-group {
  display: none;
}


/*dropdown fichier*/
.fichier-dropdown {
  background-image: url('https://www.hdf.usj.edu.lb/sites/default/files/don/images/boutton_projets_soutenir.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  position: relative;
  left: 200px;
  /*margin-bottom: 30px;*/

}
.form-item.js-form-item.form-type-item.js-form-type-item.form-item-.js-form-item-.form-group {
  display: none;
}
.fichier-dropdown select {
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
.fichier-dropdown {
	height: 200px;
	left: 0;
}
}



@media only screen and (min-width: 768px) {
	
    .webform-submission-don-form {
		padding: 25px 50px;
    } 
}

.webform-submission-don-form legend {
	width: initial;
	font-size: initial;
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: 700;
}

.webform-submission-don-form h2 {
	font-family: 'raleway semi-bold';
}

.form-required:after {
    content: none
}

.webform-submission-don-form section {
/*     	background: grey; */
}

.webform-submission-don-form section:first-of-type > .webform-section-wrapper > *,
.webform-submission-don-form section:last-of-type > .webform-section-wrapper > div:first-of-type {
	display: grid;
	grid-template-columns: 30% 70%;
}


.webform-submission-don-form section:last-of-type > .webform-section-wrapper > div:not(:first-of-type),
.form-actions {
	margin-left: 30%;
	width: fit-content
}

.form-actions button{
    color: #6d6f72;
    font-weight: 700;
    background: transparent;
    border: solid black thin !important;
    border-radius: unset !important;
    font-family: 'raleway bold';
    transition: background 250ms, color 250ms;
}

.form-actions button:hover, .form-actions button:focus, .btn-primary.focus, 
.form-actions button:active,  .form-actions button:active:focus {
    background: #70e4ff;
    outline: none;
}

.form-control {
    border-radius: 0;
    width: 100%;
    line-height: unset;
    background: #eeefee;
    box-shadow: none;
    border-color: #7e7e7e;
    color: #6d6f72;
}

.select-wrapper:after {
    color: #6d6f72;
}

/* Page */
h1{
	color: rgb(0, 88, 133);

}
.hdf-bnr {
  margin-bottom: 3%;
}

.fichier-group {
  display: grid;
  width: 70%;
  margin-left: 13%;
  grid-template-columns: repeat(4,1fr);
  gap:20px;
}

@media only screen and (max-width: 800px) {
	
.fichier-group {
    display: block;
    width: 65%;
    margin-left: 13%;
}
}

#don-other {
    background: #f7f7f7;
}

#don-other ul {
    list-style: none;
    padding: 25px 15px;
    display: grid;
    column-gap: 60px;
    row-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

#don-other ul li {
    /* padding: 25px; */
    text-align: center;
    border-radius: 5px;
    background-color: #005885;
}

#don-other ul li a {
    width: 100%;
    padding: 25px;
    display: block;
    text-decoration: none;
    color: white;
    font-weight: 700;
}

#more-info {
  margin-top: 15px;
}

*{
	font-family: Helvetica, Arial, sans-serif!important;
}