.wrapper {
    margin-top: 8rem;
}

section .contain {
    height: 15rem;
}

section h3 {
    font-size: 1.2rem;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #FFC700;
    text-decoration: none !important;
    font-weight: 500;
}

.file span {
    text-transform: uppercase;
    color: #FFC700;
}

.date {
    color: rgba(0, 0, 0, 0.35) !important;
}

h2 {
    font-family: "Gilroy";
    margin: 2rem 0;
    font-size: 2.2rem;
}

.img-article2 {
    background-image: url("images/rawpixel-777267-unsplash.jpg") !important;
}

.img-article3 {
    background-image: url("images/rawpixel-777267-unsplash.jpg") !important;
}

.img-article4 {
    background-image: url("images/rawpixel-777267-unsplash.jpg") !important;
}

.wrapper-text, .wrapper-text p {
    color: #000 !important;
    text-align: justify;
}

.wrapper-text .contain {
    height: 315px;
}

.wrapper-text .contain:hover {
    transform: translateY(0px);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
}

.wrapper-text p {
    margin-bottom: 3rem;
}

.wrapper-text ul li {
    margin-bottom: 1rem !important;
}

.lazy-loaded {
    width: 100% !important;
}

.commentaire label {
    font-family: "Gilroy";
    font-size: 3.5rem;
}

.com-hr {
    background-color: #000000;
    height: 1px;
}

.commentaire .form-group label {
    font-size: 1rem;
}

.commentaire .form-group input:focus {
    outline: none;
}

.commentaire .form-group .btn {
    background-color: white !important;
    color: #FFC700 !important;
}

.form-group .text-comment {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.7rem 1rem;
}

.commentaire input {
    width: 75% !important;
    display: inline-block;
}

.commentaire .form-group .input-respon:nth-child(3) input {
    width: 70% !important;
}

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

    header {
        box-shadow: none;
        margin-top: 10rem !important;
    }

    header .contain {
        -webkit-border-radius: 15px !important;
        -moz-border-radius: 15px !important;
        border-radius: 15px !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

    header .text-wrapper {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .para-wrapper {
        flex-direction: column;
    }

    .para-wrapper>.w-25 {
        display: none;
    }

    .paratext-wrapper {
        width: 100% !important;
    }

    .form-group {
        margin-top: 0;
    }

    .form-group>div {
        width: 100% !important;
    }

    .form-group button {
        width: 100%;
    }

    .commentaire .form-group input {
        width: 23%;
    }
}

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

    .breadcrumb {
        font-size: 0.76rem;
    }

    .file span {
        display: none;
    }

    header .text-wrapper {
        padding: 1rem 0 !important;
    }

    .commentaire label {
        font-size: 2.5rem;
    }

    .wrapper-text h2 {
        text-align: left;
    }

    .wrapper-text .contain {
        height: 150px;
    }

    .wrapper-text .contain iframe {
        height: 150px;
    }

    .form-group>div {
        margin-bottom: 1rem !important;
        flex-direction: column;
        align-items: baseline !important;
    }

    .input-respon {
        display: flex;
        margin-bottom: 1rem;
    }

    .input-respon label {
        line-height: 2;
    }

    .input-respon input {
        width: 70% !important;
        margin-left: 5px;
    }

    .text-comment {
        height: 8rem !important;
    }


    .commentaire .form-group input {
        border: 0;
        width: 25%;
        border-radius: 0 !important;
    }
}
