/* body */

body {
    background-color: whitesmoke;
    text-decoration-color: rgb(0, 0, 0);
    font-family: 'Raleway', sans-serif;
}


/* bouton */

.btn{
    background-color: #BB2649;
}


/* Titres */

h1 {
    font-family: 'Monoton', cursive;
    font-weight: 600;
    font-size: 60px;
    font-style: inherit;
    font-display: flex;
    color: #BB2649;
}

h2 {
    font-weight: 400;
    font-size: 35px;
    color: #BB2649;
}

h3 {
    font-weight: 400;
    font-size: 25px;
}

h4 {
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
}


/* nom des groupes */

h5 {
    color: white;
    display: inline;
    font-size: 25px;
    font-weight: 600;
    text-shadow: 2px 2px black;
}

h5::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
}

h5:hover::after {
    transform: scale(1);
}

/* video */

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* footer */

footer {
    background: #BB2649;
    padding: 86px 0;
}
.single-content {
    text-align: center;
    padding: 115px 0;
}
.single-box p {
    color: #fff;
    line-height: 1.9;
}
.single-box h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.single-box .card-area i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
}
.single-box ul {
    list-style: none;
    padding: 0;
}
.single-box ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 2.5;
    font-weight: 100;
}
.single-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
#basic-addon2 {
    background: #fe1e4f;
    color: #fff;
}
.socials i {
    font-size: 18px;
    margin-right: 15px;
}
@media (max-width: 767px) {
    .single-box {
        margin-bottom: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .single-box {
        margin-bottom: 50px;
    }
}
