
@font-face {
    font-family: 'FranklinGothic';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic Regular'), url('../fonts/FranklinGothic_URW_Comp_Book.woff') format('woff');
}

html {
    font-size: 115%; /* augmente toutes les polices de 15% */
}

* {
    font-family: 'FranklinGothic';
}

.card-header{
    /* background-color:#FFFFFF; */
    color:#0077D4;
}

body{
    background-color:#0077D4;
}

footer *{
    color:#FFF !important;
}

#divFooter{
    background-color:#0077D4;
}

div.contenuSite{
    background-color:#F8F8F8;
}

header{
    text-align: center;
}

header img{
    max-width: 400px;
    height:auto;
}

body#templateMandatSEPA{
    background-color:#FFFFFF;
}

#templateMandatSEPA{
    font-size:15px;
}

#templateMandatSEPA h1{
    text-align: center;
    font-size:30px;
    line-height: 1.2em;
    margin:0;
    text-transform: uppercase;
}

#templateMandatSEPA h2{
    line-height: 1.4em;
    font-size:18px;
    margin:0;
    padding-bottom:10px;
}

#templateMandatSEPA .encadrement{
    border:1px solid #000;
    padding:10px;
}

#templateMandatSEPA .encadrementHaut{
    border-top:1px solid #000;
    padding-top:10px;
}
#templateMandatSEPA .encadrementBas{
    border-bottom:1px solid #000;
    padding-bottom:10px;
}
#templateMandatSEPA .encadrementDroit{
    border-right:1px solid #000;
    padding-left:10px;
    padding-bottom:5px;
}
#templateMandatSEPA .encadrementGauche{
    border-left:1px solid #000;
    padding-left:10px;
    padding-bottom:5px;
}
#templateMandatSEPA p{
    margin-top:5px;
    margin-bottom:5px;
}
#templateMandatSEPA .mentionSignature{
    padding-top:10px;
    font-size:12px;
}
#templateMandatSEPA .mentionInformatiqueLiberte{
    font-size:12px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#home{
    display:flex;
    border:12px solid #0077D4;
    width:100%;
    height:100vh;
    background-color:#ffffff;
    justify-content: center;
    align-content:center;
}
#home > div{
    display:flex;
    justify-content: center;
    align-items:center;
}
#home > div img{
    display:block;
    max-width:100%;
    height:auto;
    opacity: 0; /* invisible au départ */
    animation: fadeIn 1s ease-in forwards;
    width: 500px;
    padding: 8vh 0px;
}
#home > div > div{
    text-align: center;
}
#home > div > div a{
    font-weight:bold;
    font-size:20px;
    line-height: 1.2em;
    color:#000000;
    text-transform: uppercase;
}

.btn-primary{
    background-color:#0077D4 !important;
    border-color:#0077D4 !important;
}



@media screen and (max-width:1023px) {

    footer{
        display:flex;
        flex-wrap:wrap;
        justify-content: space-around;
    }

    footer > div:nth-child(1) {
        text-align: center;
        flex-basis: 100%;
    }

    footer > div:nth-child(2), footer > div:nth-child(3) {
        flex-basis: 45% !important;
    }
    #home > div img{
        margin:auto;
    }
}
@media screen and (max-width:1023px) {
    #home > div img{
        width: 70%;
    }
}

@media screen and (max-width:539px) {
    footer > div:nth-child(2), footer > div:nth-child(3) {
        flex-basis: 80% !important;
    }

    #home > div img{
        width: 95%;
    }
}