
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    font:inherit;
    box-sizing: border-box; 
}

a{
    text-decoration: none;
    color: inherit;
}

body {

    background-image: url(img/bg_page_donate_2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Raleway", sans-serif;  
}


h1,
h2,
h3 {

    text-wrap: balance;
}

p {
    
    max-width: 75ch;
}

.bloc-form {

    width: 98%;
    max-width: 540px;
    
    min-height: 440px;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    -webkit-box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.43); 
    box-shadow: 5px 5px 15px -2px rgba(0,0,0,0.43);
    margin-left: 10px;
    margin-right: 10px;
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 0.2rem;
    
}

.bloc-form h2 {

    color: #ffffff;
    width: 100%;
    height: 60px;
    
    text-align: center;
    font-weight: 800;
    font-size: 1.3rem;
    background-color: #693475;
    letter-spacing: 0.1rem;
    align-content: center;
    text-transform: uppercase;
}

.destination {

    /* border:  solid rgb(0, 15, 179) 1px; */
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    background-color: #ffffff;
}

.label-form {

    color: #7c734d;
    width: 100%;
    max-width: 450px;
    font-weight: 800;
    /* border:  solid rgb(140, 0, 0) 1px; */
    letter-spacing: 0.1rem;
    
}

.input-form {
    display: flex;
    color: #222222;
    width: 100%;
    max-width: 300px;
    min-height: 40px ;
    /* border:  solid rgb(140, 0, 0) 1px; */
    
    justify-content: center;
    align-items: center;   
    gap: 4rem;
    position: relative;
}

.input-form::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 250px;
    height: 1px;
    bottom: -8px;
    background-color: #d9d9d9;
    
}

.no-border::after {
   
    display: none;
}

.input-form p {

    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    flex-grow: 1;
    position: relative;
    padding-left: 20px;

}

.input-form p::before {

    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top:2px;
    left: -2px;
    background-color: #693475;
    border-radius: 0.2rem;

}

 .radio input {

    /* width: 18px;
    height: 25px; */
   
    margin-top: 3px;
    position: relative;
    
    cursor: pointer;

}

[type="radio"]{
 
    width: 18px;
    height: 25px;
    
}

.dynamic-select{
    width: 100%;
    /* max-width: 500px; */
    min-height: 30px;
    /* border:  solid rgb(0, 15, 179) 1px; */
    display: flex;
    padding: 1rem;

    gap: 1rem;
    background-color: #ffffff;
}

.txt-select{
    font-size: 1rem;
    color: #7c734d;
    font-weight: 600;
    margin-top: 5px;
}

.dynamic-select select{
    width: 100%;
    max-width: 300px;
    min-height: 30px;
    border: solid 1 px rgb(235, 235, 235);
    
}

.dynamic-select input{
    width: 100%;
    max-width: 200px;
    min-height: 30px;
    border: solid 1 px rgb(235, 235, 235);
    
}

.select-style {

    border: solid rgb(223, 223, 223) 1px;
    padding-left: 5px;;
}

.amount, ::placeholder{
    color: #522a5b;
    font-weight: 800;
    padding-left: 5px;
}
.cad{
    color: #522a5b;
    font-weight: 800;
    padding-left: 5px;
    min-height: 30px;
    margin-top: 5px;
}



.button-validate {

    text-transform: uppercase;
    font-weight: 800;
    min-height: 45px;
    background-color: #522a5b;
    color: white;
    border-radius: 0.2rem;
    letter-spacing: 0.1rem;
    border: none;
    cursor: pointer;
    transition: all;
}

.button-validate:hover {

    
    background-color: #864b93;
    transition: all;
   
}




.zeffy-embed {
  width: 100%;
  min-height: 550px;
  overflow-y: hidden;
}

.copyright {

    width: 250px;
    /* border: solid red 1px; */
    
   align-content: center;
   color: white;
   font-size: .8rem;
   margin-top: .6rem;
   text-align: center;
   text-shadow: 2px 3px 2px rgba(0,0,0,0.57);
    

}
