.default-section.have-medias:nth-of-type(odd) .default-grid .section-img,
.default-section.have-medias:nth-of-type(odd) .default-grid .medias-slider{
        grid-column: 2 / span 5;
        grid-row: 1;
}
.default-section.have-medias:nth-of-type(odd) .default-grid .content-container {
        grid-column: 7 / span 5;
}
.default-section.have-medias:nth-of-type(even) .default-grid .section-img,
.default-section.have-medias:nth-of-type(even) .default-grid .medias-slider{
        grid-column: 7 / span 5;
        grid-row: 1;
}
.default-section.have-medias:nth-of-type(even) .default-grid .content-container {
        grid-column: 2 / span 5;
}
.default-section.have-medias .default-grid .section-img {
        width: 100%;
        max-height: 704px;
        object-fit: cover;
}
.default-section.no-medias .default-grid .content-container {
        grid-column: 2 / span 6;
}
.content-container{
        display: flex;
        flex-direction: column;
        row-gap: 24px;
}
.content-container h2 {
        position: relative;
        display: inline-flex;
        align-self: start;
        color: var(--dark-pink-color);
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
}
.content-container h2::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 4px;
        background-color: var(--pink-color);
}
.content.no-title {
        position: relative;
        padding-top: 24px;
}

.content.no-title::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 8px;
        width: 104px;
        background: var(--pink-color);
}
.content a {
        text-decoration: underline;
}
.post-column.right .post-content,
.content h3 {
        font-weight: 800;
        margin-bottom: 24px;
        font-size: 24px;
        color: var(--dark-pink-color);
}
.post-column.right .post-content,
.content h4 {
        font-weight: 500;
        font-size: 18px;
}

.first-section.default-section {
        padding: 32px var(--margin-section) 0;
}
.first-section.default-section .form {
        left: -14%;
}

@media (max-width: 1200px) {
        .first-section.default-section .form {
                display: none;
        }
        .first-section.default-section .breadcrumbs {
                grid-column: 1/13;
        }
        .default-section.have-medias:nth-of-type(odd) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(odd) .default-grid .medias-slider {
                grid-column: 1 / span 6;
        }
        .default-section.have-medias:nth-of-type(odd) .default-grid .content-container {
                grid-column: 7 / span 6;
        }
        .default-section.have-medias:nth-of-type(even) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(even) .default-grid .medias-slider {
                grid-column: 7 / span 6;
        }
        .default-section.have-medias:nth-of-type(even) .default-grid .content-container {
                grid-column: 1 / span 6;
        }
        .default-section.no-medias .default-grid .content-container {
                grid-column: 2 / span 8;
        }
}

@media (max-width: 992px) {
         {
                grid-column: 3/11;
        }
        .default-section.have-medias:nth-of-type(even) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(even) .default-grid .medias-slider,
        .default-section.have-medias:nth-of-type(odd) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(odd) .default-grid .medias-slider {
                grid-column: 3 / span 8;
                grid-row: 2;
        }
        .first-section.default-section .breadcrumbs,
        .default-section.have-medias:nth-of-type(even) .default-grid .content-container,
        .default-section.have-medias:nth-of-type(odd) .default-grid .content-container {
                grid-column: 3 / span 8;
        }
}

@media (max-width: 768px) {
        .content-container h2{
                font-size: 24px;
        }
        .first-section.default-section .breadcrumbs,
        .default-section.have-medias:nth-of-type(even) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(even) .default-grid .medias-slider,
        .default-section.have-medias:nth-of-type(odd) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(odd) .default-grid .medias-slider,
        .default-section.have-medias:nth-of-type(even) .default-grid .content-container,
        .default-section.have-medias:nth-of-type(odd) .default-grid .content-container,
        .default-section.no-medias .default-grid .content-container{
                grid-column: 2 / span 10;
        }
}

@media (max-width: 576px) {
        .first-section.default-section .breadcrumbs,
        .default-section.have-medias:nth-of-type(even) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(even) .default-grid .medias-slider,
        .default-section.have-medias:nth-of-type(odd) .default-grid .section-img,
        .default-section.have-medias:nth-of-type(odd) .default-grid .medias-slider,
        .default-section.have-medias:nth-of-type(even) .default-grid .content-container,
        .default-section.have-medias:nth-of-type(odd) .default-grid .content-container,
        .default-section.no-medias .default-grid .content-container{
                grid-column: 1 / span 12;
        }
}

