body {
    margin: 0%;
}

header {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #EAEAEA;
    h1 {
        margin: 10px;
    }
    a, p {
        background-color: #223260;
        border-radius: 50px;
        color: #ffffff;
        text-decoration: none;
        margin: 10px;
    }
}



.back {
    background-image: url("../assets/image/escrime.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: 675px;
}

.back {
    article {
        padding: 30px;
        padding-top: 50px;
        a, h3 {
            display: inline-block;
            padding: 0px 30px;
            background-color: #223260;
            text-decoration: none;
            color: #ffffff;
            border-radius: 50px;
            width: auto;
            
        }
    }
}

.titre_card {
    text-align: center;
}

.card {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    article {
        text-align: center;
        padding: 25px;
        width: 400px;
        box-shadow: 0 4px 8px #d6d6d6, 0 6px 20px 0 #b6b6b6;
        border-radius: 10px;
    }
}

.card_two {
    display: flex;
    justify-content: center;
    border-style: solid;
    border-color: #707070;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 50px;
    a, h3 {
        align-items: center;
        text-align: center;
        width: 150px;
        background-color: #223260;       
        text-decoration: none;
        color: #ffffff;
        border-radius: 50px;
    }
}

.icon {
    display: flex;
    justify-content: space-between;
    background-color: #223260;
    article {
        margin: 10px;
        color: #ffffff;
        img {
            filter: invert(100%);
        }
    } 
}

.icon_right {
    img {
        margin-left: 15px;
    }
}

.bas {
    text-align: center;
    background-color: #0b0f42;
    padding: 10px;
    p {
        color: #BDB8B8;
    }
}