.title-page {
    display: flex;
    width: 100%;
    height: auto;
    min-height: 250px;
    background-image: url(./images/image-chateaugiron-r2.jpg);
    background-size: cover;
    background-position: center;
}
figure {
    display: flex;
}
.title-page h1 {
    color: #F5F9FF;
    margin-bottom: 25px;
}
.container-title-page {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.gradient {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        max-width: 2200px;
        height: auto;
        min-height: 250px;
        background: rgba(0, 23, 39, 0.8);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(38,59,101,0.85) 30%, rgba(25,40,65,1) 100%);
        opacity: 0.8;
        transition: background ease-in 0.2s;
        transition: opacity 0.2s ease-in;
        mix-blend-mode: multiply;
        z-index: 1;
    }
.article {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 9.905vw;
}
.article h2 {
    margin: 0 auto 10px auto;
}
.article h4 {
    margin-bottom: 5px;
}
.article p {
    margin-top: 0;
    margin-bottom: 10px;
}
.article img {
    margin: 10px 0 20px 0;
}
.article-date {
    color: rgba(25, 40, 65, 0.6);
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 15px;
}
.container-article {
    display: flex;
    flex-flow: column;
    width: 100%;
}
.background-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    max-width: 2200px;
    height: 100%;
}
.background-image img {
    width: 50%;
}
.section-works {
    background-color: #ffffff;
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-left: 9.905vw;
    padding-right: 9.905vw;
    min-height: 1px;
}
.separator-header {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 2;
}
.container-actualites {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    gap: 15px;
    flex-flow: row wrap;
}
.section-works .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 7.905vw 20px 7.905vw;
    gap: 1vw;
}
.title-page #filters {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
    padding: 0px;
    box-sizing: border-box;
    gap: 15px;
    margin-bottom: 5px;
}
.title-page #filters .btn.active {
    background-color: #CD9F5C;
    color: #001727;
}
.title-page #filters .btn {
    font-family: 'Poppins';
    font-weight: 500;
    margin-top: 0px;
    background-color: transparent;
    border: solid 2px #CD9F5C;
    color: #CD9F5C;
    transition: background 0.4s ease-in-out;
}
.title-page #filters .btn:hover {
    background-color: #CD9F5C;
    transition: background 0.4s ease-in-out;
    color: #001727;
}
.informations.informations-background .texte-informations {
    background-color: #F4F4F4;
}
.section-works .bloc {
    display: none;
    flex-flow: column;
    width: calc(100% / 3.2);
    min-height: 19.345vw;
    background-color: #F4F4F4;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #001727;
    border-radius: 10px;
}
.section-works .bloc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.section-works .bloc-description
{
    position: absolute;
    background: rgb(25,40,65);
background: -moz-linear-gradient(180deg, rgba(25,40,65,0) 0%, rgba(25,40,65,0) 40%, rgba(25,40,65,0.2) 60%, rgba(25,40,65,0.85) 79%, rgba(25,40,65,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(25,40,65,0) 0%, rgba(25,40,65,0) 40%, rgba(25,40,65,0.2) 60%, rgba(25,40,65,0.85) 79%, rgba(25,40,65,1) 100%);
background: linear-gradient(180deg, rgba(25,40,65,0) 0%, rgba(25,40,65,0) 40%, rgba(25,40,65,0.2) 60%, rgba(25,40,65,0.85) 79%, rgba(25,40,65,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192841",endColorstr="#192841",GradientType=1);
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    transition: background 0.2s ease-out;
    bottom: 0;
    gap: 7.5px;
    justify-content: flex-end;
    min-height: calc(19.345vw - 14.881vw);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    opacity: 0;
   transition: opacity 0.4s ease-out;
   /* border: solid 3px transparent; */
}
.section-works .bloc:hover .bloc-description
{
   opacity: 1;
   transition: opacity 0.4s ease-in;
   /* border: solid 3px #CD9F5C; */
}
.section-works .bloc:hover .bloc-description p
{
   
}
.section-works .bloc-description p
{
    display: flex;
    width: 100%;
    align-items: center;
    height: auto;
    margin: 0;
    font-weight: 600;
    color: #F5F9FF;
    font-size: 16px;
}
.section-works .bloc-description .publication-date {
    font-weight: 400;
    font-size: 14px;
}
.section-works .btn {
    min-width: 170px;
}
.section-works .btn:hover {
    color: #001727;
}
.section-works span {
    color: #001727;
}
.section-works h2 {
        margin: 0px 0 20px 0;
}

@media screen and (max-width: 1069px) {
.section-works {
    padding: 40px 4vw;
    min-height: 500px;
}
.title-page {
    background: rgb(39,86,165);
background: -moz-linear-gradient(180deg, rgba(39,86,165,1) 0%, rgba(32,48,83,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(39,86,165,1) 0%, rgba(32,48,83,1) 100%);
background: linear-gradient(180deg, rgba(39,86,165,1) 0%, rgba(32,48,83,1) 100%);
}
.background-image {
    display: none;
}
.gradient {
    display: none;
}
body > section.section.section-last-works.section-works > div > a:nth-child(4) {
    display: none;
}
body > section.section.section-last-works.section-works > div > a:nth-child(5) {
    display: none;
}
body > section.section.section-last-works.section-works > div > a:nth-child(6) {
    display: none;
}
.section-works .container {
    gap: 20px;
}
.bloc-description 
.section-works h2 {
        margin: 0px 0px 25px 0px;
}
.section-works .bloc {
    flex-flow: column;
    width: 100%;
    max-width: 785px;
    min-height: 40vw;
    background-color: #F4F4F4;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #001727;
}
.section-works .bloc img {
    height: 57.5vw;
    max-height: 450px;
}
.section-works .bloc-description {
    opacity: 1;
   transition: opacity 0.4s ease-in;
}
.section-works .bloc-description-hover {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #FFD400;
    width: 100%;
    bottom: 0;
    min-height: calc(19.345vw - 14.881vw);
    padding: 12.5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.section-works .bloc-description-hover .description-category {
    display: none;
}
.section-works .bloc-description-hover .cta-description {
    display: none;
}
.section-works .btn {
    min-width: calc(100% - 14vw);
}
}


@media screen and (min-width: 1070px) {
    .article {
    padding: 9.905vw;
}
    .section-works .bloc:hover .bloc-description-hover {
opacity: 1;
    transition: opacity 0.4s ease-in-out;
}
.article h2 {
    margin: 0 auto 10px auto;
    width: 80%;
}
.article img {
    width: auto;
    margin: 15px auto 30px auto;
}
.article h3,
.article h4, 
.article h5,
.article h6 {
    margin: 0 auto 5px auto;
    width: 80%;
}
.article p {
    margin: 0 auto 15px auto;
    width: 80%;
}
.section-works .bloc-description-hover {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #FFD400;
    width: 100%;
    bottom: 0;
    min-height: calc(19.345vw - 14.881vw);
    padding: 12.5px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.section-works .bloc-description-hover .description-category {
    margin: 0;
}
.section-works .bloc-description-hover .cta-description {
    margin: 0 0 0 auto;
    font-weight: 600;
}
.section-works .bloc img {
    height: 100%;
}
}



@media screen and (min-width: 2200px) {
    .title-page {
        padding: 0 300px;
    }
.section-works {
    width: 2200px;
}
.gradient {
    left: 50%;
    transform: translateX(-50%);
}
.background-image {
    left: 50%;
    transform: translateX(-50%);
}
.section-works .bloc {
    min-height: 1px;
    max-height: 380px;
    width: 550px;
}
.section-works .bloc img {
    height: 380px;
}
.section-works .container-actualites {
    width: 1765px;
}

}