@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,700;0,900;1,700&display=swap');

body{
    margin: 0;
    padding: 0;
}

h1,h2,h3,p,form,input, ul, li{
    margin: 0;
    padding: 0;
}

article.bloc{
    width: 100%;
    padding-left: 12.5vw;
    padding-right: 12.5vw;
    padding-top: 2.34vw;
    padding-bottom: 4.94vw;
    box-sizing: border-box;
}

#blocUn{
    height: 42.96875vw;
    background: url('img/header.jpg');
    background-size: auto 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
}

#logo img{
    width: 7.96vw;
}

#tagline>h1{
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Bebas Neue', cursive;
    font-size: 5vw;
    line-height: 4.5vw;
    margin-top: 8vw;
}

#tagline>h2{
    text-transform: uppercase;
    color: #005191;
    font-family: 'Bebas Neue', cursive;
    font-size: 3.828vw;
    line-height: 4.5vw;
}

#ctas{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    height: 3.33vw;
    width: 38.5vw;
}

#ctas a{
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    width: 48%;
    font-size: 1.3vw;
}

.orange{
    background-color: #ec644a;
}

.bleu{
    background-color: #005191;
}

#formulaireDon{
    position: absolute;
    right: 12.5vw;
    width: 27.55vw;
    top: 15vw;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-radius: 15px;
    box-shadow: 0px 0px 2.5vw rgba(0,0,0,0.5);
    z-index: 99;
    transition: 0.5s;
}

#formulaireDon h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #005191;
    font-size: 2vw;
    margin-bottom: 2vw;
}

.container-montant{
    display:flex;
    justify-content: space-between;
    height: 5.9vw;
    margin-bottom: 1vw;
}

.container-montantLibre{
    display:flex;
    justify-content: space-around;
    align-items: center;
    height: 5.9vw;
    margin-bottom: 1vw;
    background-color: #e1e1e1;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1vw;
    color: #005191;
}

.container-montantLibre input[type="text"]{
    border: none;
    box-sizing: border-box;
    font-size: 1vw;
    text-align: right;
    height: 3vw;
    width: 10vw;
    padding: 1vw;
}

.container-montant .montant{
    width: 30%;
    background-color: #e1e1e1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    color: #005191;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2vw;
}

.container-montant .montant input{
    margin-right: 0.5vw;
}

#formulaireDon #calcul{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color: #005191;
    font-size: 1.3vw;
    margin-bottom: 1vw;
}
#formulaireDon #calcul span{
    color: #ec644a;
    font-size: 1.5vw;
}

#formulaireDon input[type="submit"]{
    background-color: #ec644a;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.3vw;
    color: #FFFFFF;
    border-radius: 0px;
    border:none;
    width: 100%;
    text-transform: uppercase;
    height: 3.33vw;
    margin-bottom: 1vw;
}

#formulaireDon .recurrent{
    color: #ec644a;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 0.95vw;
}

#bloc-2{
    background-color: #005191;
}

#bloc-3{
    background: url('img/bloc-3.jpg') no-repeat right center #FFFFFF;
    background-size: auto 120%;
}

#bloc-3 h1{
    text-transform: uppercase;
    color: #ec644a;
    font-family: 'Bebas Neue', cursive;
    font-size: 5vw;
    line-height: 4.5vw;
}

#bloc-3 h2{
    color: #005191;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2vw;
    margin-bottom: 2vw;
}

#bloc-3 p{
    color: #005191;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.4vw;
    margin-bottom: 2vw;
    width: 45.98vw;
}

#manifeste{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 43.98vw;
    box-sizing: border-box;
    height: 3.33vw;
    margin-bottom: 1vw;
}

#manifeste input, select{
    width: 18%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway', sans-serif;
}

#manifeste input[type="text"], select{
    padding: 1vw;
    font-size: 1vw;
    border: 0.15vw solid #E1E1E1;
}

#manifeste input[type="submit"]{
    padding: 1vw;
    font-size: 1vw;
    border: 0.15vw solid #005191;
    background-color: #005191;
    color: #FFFFFF;
    text-transform: uppercase;
}
#bloc-3 span{
   font-size: 0.7vw;
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

#bloc-4 {
    background: url('img/bloc-3.png') no-repeat right center #005191;
    background-size: auto 100%;
}

#bloc-4 .content{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 53vw;
}

#bloc-4 .content>div{
    width: 45%;
}

#bloc-4 .content img{
    width: 100%;
    height: auto;
}

.impots{
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
}

.impots h1{
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2vw;
    margin-bottom: 1vw;
}

.impots h2{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2vw;
    font-weight: 500;
}

.impots h2 div{
    color: #ec644a;
    font-weight: 900;
    font-size: 3vw;
    margin-right: 0.5vw;
}

.impots p{
    font-weight: 500;
    font-size: 1.4vw;
    margin-bottom: 4vw;
    line-height: 2vw;
}

.cta-3{
    height: 3.33vw;
    width: 85%;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.3vw;
}

#bloc-5>h1{
    color: #005191;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 2vw;
    margin-bottom: 3vw;
}

#listDon{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    font-family: 'Raleway', sans-serif;
    font-family: 500;
    color: #005191;
}

#listDon li{
    width: 30%;
    list-style-type: none;
}

#listDon li:hover{
    cursor: pointer;
}

#listDon li img{
    width: 100%;
    margin-bottom: 1vw;
}

#listDon li h1{
    color: #ec644a;
    font-weight: 900;
    font-size: 3vw;
    text-align: center;
}

#listDon li h2{
    font-size: 1vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2vw;
}

#listDon li p{
    font-size: 1.3vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2vw;
}

#footer{
    background-color: #979797;
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

#footer>div{
    width: 50%;
}

#footer img{
    width: 5vw;
}

#footer a{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1vw;
}

@media only screen and (max-width: 700px) {
    body{
        font-size: 2vw;
    }

    #formulaireDon{
        display: none;
    }

    article.bloc{
        width: 100%;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-top: 2.34vw;
        padding-bottom: 2.94vw;
        box-sizing: border-box;
    }

    #logo img{
        width: 10vw;
    }

    #tagline>h1{
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: 'Bebas Neue', cursive;
        font-size: 6vw;
        line-height: 6vw;
        margin-top: 1vw;
    }

    #tagline>h2{
        text-transform: uppercase;
        color: #005191;
        font-family: 'Bebas Neue', cursive;
        font-size: 6vw;
        line-height: 4.5vw;
    }

    #ctas{
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        height: 6vw;
        width: 95vw;
    }

    #ctas a{
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        width: 48%;
        font-size: 3vw;
    }

    #formulaireDon h2{
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        color: #005191;
        font-size: 2vw;
        margin-bottom: 2vw;
    }

    .container-montantLibre{
        display:flex;
        justify-content: space-around;
        align-items: center;
        height: 5.9vw;
        margin-bottom: 1vw;
        background-color: #e1e1e1;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 1vw;
        color: #005191;
    }

    .container-montantLibre input[type="text"]{
        border: none;
        box-sizing: border-box;
        font-size: 1vw;
        text-align: right;
        height: 3vw;
        width: 10vw;
        padding: 1vw;
    }

    .container-montant .montant{
        width: 30%;
        background-color: #e1e1e1;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row;
        color: #005191;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 2vw;
    }

    #formulaireDon #calcul{
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        color: #005191;
        font-size: 1.3vw;
        margin-bottom: 1vw;
    }
    #formulaireDon #calcul span{
        color: #ec644a;
        font-size: 1.5vw;
    }

    #formulaireDon input[type="submit"]{
        background-color: #ec644a;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 1.3vw;
        color: #FFFFFF;
        border-radius: 0px;
        border:none;
        width: 100%;
        text-transform: uppercase;
        height: 3.33vw;
        margin-bottom: 1vw;
    }

    #formulaireDon .recurrent{
        color: #ec644a;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 0.95vw;
    }

    #bloc-3 h1{
        text-transform: uppercase;
        color: #ec644a;
        font-family: 'Bebas Neue', cursive;
        font-size: 6vw;
        line-height: 4.5vw;
        text-align: center;
    }

    #bloc-3 h2{
        color: #005191;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4vw;
        margin-bottom: 2vw;
        text-align: center;
    }

    #bloc-3{
        background: url('blank.jpg') no-repeat left center #FFFFFF!important;
        background-size: auto 120%;
    }

    #bloc-3 p{
        color: #005191;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
        font-size: 2.5vw;
        margin-bottom: 2vw;
        width: 94vw;
    }

    #manifeste{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        width: 94vw;
        box-sizing: border-box;
        height: 6.33vw;
        margin-bottom: 1vw;
    }

    #manifeste input[type="text"], select{
        padding: 1vw;
        font-size: 2vw;
        border: 0.15vw solid #E1E1E1;
    }

    #manifeste input[type="submit"]{
        padding: 1vw;
        font-size: 2vw;
        border: 0.15vw solid #005191;
        background-color: #005191;
        color: #FFFFFF;
        text-transform: uppercase;
    }
    #bloc-3 span{
        font-size: 1.8vw;
        color: #666666;
        font-family: 'Raleway', sans-serif;
        font-weight: 500;
    }

    #bloc-4 {
        background: url('blank.jpg') no-repeat right center #005191;
        background-size: auto 100%;
    }

    #bloc-4 .content{
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        width: 93vw;
    }

    #bloc-4 .content>div{
        width: 45%;
    }

    #bloc-4 .content img{
        width: 100%;
        height: auto;
    }

    .impots{
        color: #FFFFFF;
        font-family: 'Raleway', sans-serif;
    }

    .impots h1{
        color: #FFFFFF;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .impots h2{
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 2vw;
        font-weight: 500;
    }

    .impots h2 div{
        color: #ec644a;
        font-weight: 900;
        font-size: 5vw;
        margin-right: 0.5vw;
    }

    .impots p{
        font-weight: 500;
        font-size: 3vw;
        margin-bottom: 4vw;
        line-height: 4vw;
    }

    .cta-3{
        height: 6vw;
        width: 100%;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF;
        text-decoration: none;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4vw;
    }

    #bloc-5>h1{
        color: #005191;
        text-align: center;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #listDon{
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        font-family: 'Raleway', sans-serif;
        font-family: 500;
        color: #005191;
    }

    #listDon li{
        width: 60%;
        list-style-type: none;
    }

    #listDon li:hover{
        cursor: pointer;
    }

    #listDon li img{
        width: 100%;
        margin-bottom: 1vw;
    }

    #listDon li h1{
        color: #ec644a;
        font-weight: 900;
        font-size: 6vw;
        text-align: center;
    }

    #listDon li h2{
        font-size: 2vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 2vw;
    }

    #listDon li p{
        font-size: 3vw;
        font-weight: 500;
        text-align: center;
        margin-bottom: 2vw;
    }

    #footer{
        background-color: #979797;
        color: #FFFFFF;
        font-family: 'Raleway', sans-serif;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

    #footer>div{
        width: 100%;
        text-align: center;
    }

    #footer img{
        width: 15vw;
    }

    #footer a{
        color: #FFFFFF;
        text-decoration: none;
        font-size: 2vw;
    }
}