#header-menu ul.nav .smoo-nav-icon {
    /* background: url(image-de-secours.png); */
    background-image: url(/images/logo-04.svg);
}

#wrapper > .inner {
    padding: 8rem 4rem 0 !important;
}

#maincontent > .inner {
    column-gap: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

#maincontent .blog-item .event-content {
    display: none;
}

.smoo-modal-body-inner .event-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.smoo-modal-body-inner .event-content .responsive-image {
    display: flex;
    align-items: center;
    flex-direction: column;
	width: 100%;
}

.smoo-modal-body-inner .event-content h1 {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 2rem;
    text-align: center;
}

.smoo-modal-body-inner .event-content img {
    width: 60%;
}

.smoo-modal-body-inner .event-content p {
    font-size: 1.25rem;
    line-height: 2.5rem;
    text-align: center;
}

.smoo-modal-body-inner .event-content p:nth-of-type(1) {
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-weight: normal;
    font-family: Fjalla One;
}

.smoo-modal-body .smoo-modal-body-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    background: #0B2536;
    overflow: auto;
    align-items: center;
    justify-content: center;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    padding: 4rem;
}

.page-header h1 {
    padding-bottom: 4rem;
    margin-top: -0.5rem;
    line-height: 2.625rem;
    font-size: 2.625rem;
    letter-spacing: 0.25px;
}

.blog-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
}

.smoo-grid-col {
    width: calc((100% - 8rem) / 3);
}

.blog-item {
    margin-bottom: 4rem;
    /*border: 1px solid red;*/
}

.blog-item:nth-last-child(3) {
    margin-bottom: 0;
}

.blog-item .item-image {
    margin: 0;
}

.blog-item .item-image a {
    text-decoration: none;
    display: block;
    line-height: 0;
    position: relative;
}

.blog-item .item-image a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.blog-item .item-image a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item .tck-article-body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog-item .tck-article-body-inner {
    border: 1px solid #FFFCF8;
    box-shadow: #993015 0.5rem 0.5rem 0;
    padding: 2rem;
    border-radius: 0.375rem;
    text-align: center;
    background: #0B2536;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-item .tck-article-body-inner p {
    padding-top: 1rem;
    font-size: 1.125rem;
    line-height: 1rem;
}

#content-modules-wrapper > .inner,
#content-modules-row {
    padding: 0;
}




#header-video > .inner {
    /* padding: 6rem 6rem 7rem !important; */
    padding: 16rem 6rem 4rem !important;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: rgba(15, 5, 5, 0.25); */
    background-color: rgba(15, 5, 5, 0.5);
}

#header-video {
    position: relative;
    /* background: url(image-de-secours.png); */
    background-image: url(/images/bar-hero-03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 100vh !important;
    height: 100svh !important;
}

.header-video {
    padding-top: 0;
    display: block;
}

#header-video .tck-module .tck-module-text {
    height: 100%;
}

#header-video .mod-custom {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 12rem - 100px);
    /* height: calc(100vh - 12rem); */
    flex-wrap: wrap;
    flex-direction: column;
    /* padding-bottom: 4rem; */
}

#header-video .smoo-page-title-hero {
    display: flex;
    align-items: center;
}

#header-video .mod-custom h1 {
    font-size: 10.5rem;
    line-height: 10.5rem;
    letter-spacing: -2px;
    overflow: hidden;
    width: 60%;
    padding-top: 2rem;
}

#header-video .mod-custom h1 span {
    display: block;
}

#header-video .mod-custom .smoo-page-title-desc {
    border: 1px solid #FFFCF8;
    padding: 2rem 3rem;
    border-radius: 0.375rem;
    /* box-shadow: rgba(11, 37, 54, 1) 0.5rem 0.5rem 0; */
    box-shadow: rgba(153, 48, 21, 1) 0.5rem 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    width: 40%;
    height: fit-content;
    background-color: #0F0505;
}

#header-video .mod-custom p {
    line-height: 3rem;
    font-size: 1.3125rem;
    letter-spacing: 0.5px;
}

#header-video .mod-custom p:nth-of-type(1) {
    padding-top: 0;
}

#header-video .mod-custom .smoo-down-btn {
    width: 100%;
}

#smoo-down-btn {
    position: relative;
    display: block;
    border: 0;
    background: transparent;
    color: #000000;
    font-size: 0;
    height: calc(20px + 2rem);
    line-height: 0;
    white-space: nowrap;
    text-decoration: none;
    padding: 1rem;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: calc(20px + 2rem);
    visibility: hidden;
    opacity: 0;
    /* border-radius: 50%; */
    overflow: hidden;
}

#smoo-down-btn svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 20px;
    height: 22.68px;
    cursor: pointer;
    margin: 0 auto;
}



#content-modules-wrapper section#gallery-row-3-columns {
    margin-bottom: 0;
    border: none;
    padding: 4rem 0 0;
    border-radius: 0;
    box-shadow: none;
}

.smoo-link-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.smoo-link-banner-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    text-transform: uppercase;
    background: #0B2536;
}

.smoo-link-banner-main p {
    width: 100%;
    line-height: 2.625rem;
    font-size: 2.625rem;
    letter-spacing: 0.25px;
    font-weight: normal;
    font-family: Fjalla One;
}

.smoo-link-banner-main p:nth-of-type(1) {
    padding: 4rem 0 2rem;
}

.smoo-link-banner-main p:nth-of-type(2) {
    line-height: 3.9375rem;
    font-size: 3.9375rem;
    letter-spacing: 0.5px;
    padding: 0 0 4rem;
}

.smoo-link-banner-link {
    position: relative;
    width: calc( 100vw / 3 );
    height: 100%;
    line-height: 0;
}

.smoo-link-banner-link .smoo-link-banner-img {
    transition: background-color 0.25s ease-in-out;
}

.smoo-link-banner-link:hover .smoo-link-banner-img {
    background-color: rgba(15, 5, 5, 0);
}

.smoo-link-banner-link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 4rem;
    width: 100%;
    line-height: 2.625rem;
    font-size: 2.625rem;
    letter-spacing: 0.25px;
    font-weight: normal;
    font-family: Fjalla One;
    text-decoration: none;
    text-transform: uppercase;
}

.smoo-link-banner-link a span {
    transition: transform 0.25s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    will-change: transform;
}

.smoo-link-banner-link:hover a span {
    transform: scale(1.15);
}

.smoo-link-banner-img {
    background-color: rgba(15, 5, 5, 0.25);
}

.smoo-link-banner-img img {
    position: relative;
    z-index: -1;
}

.smoo-modal-body {
    padding: 0;
}


@media only screen and (max-width: 1260px) {
    #header-video .mod-custom .smoo-page-title-desc {
        width: 50%;
    }
    #header-video .mod-custom h1 {
        font-size: 7.5rem;
        line-height: 9.5rem;
    }
    #wrapper > .inner {
        /*padding: 6rem 4rem 0 !important;*/
    }
}

@media only screen and (max-width: 1120px) {
    /*#header-video {
        height: 100vh !important;
    }*/
    #header-video .mod-custom {
        height: max-content;
        padding-top: 4rem;
        row-gap: 2rem;
    }
    #header-video .mod-custom h1 {
        font-size: 5rem !important;
        line-height: 7rem !important;
        text-align: center;
        width: auto;
        padding-bottom: 4rem;
        padding-top: 0;
        letter-spacing: 0;
        display: flex;
        column-gap: 1.5rem;
    }
    #header-video > .inner {
        padding: 6rem 6rem 4rem !important;
    }
    #header-video .smoo-page-title-hero {
        flex-direction: column;
    }
    #header-video .mod-custom .smoo-page-title-desc {
        width: 75% !important;
        margin-bottom: 2rem;
    }
    #evenements .smoo-articles-category-text-inner {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #evenements .smoo-articles-category-text-inner h2 {
        line-height: 3rem;
    }
    #evenements .smoo-articles-category-text-inner p {
        line-height: 1.5rem;
    }
    .blog-item .tck-article-body-inner {
        height: 100%;
        width: 100%;
    }
    .blog-item .tck-article-body-inner h2 {
        padding-bottom: 1rem;
        line-height: 2.9375rem;
        font-size: 1.625rem;
        letter-spacing: 0.25px;
        text-transform: capitalize;
    }
    .blog-item .tck-article-body-inner p {
        padding-top: 1rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .smoo-img-modal .com-content-article .com-content-article__body p {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .blog-item .item-image a {
        /*padding-bottom: 75%;*/
    }
    .blog-item .item-image a img {
        display: none;
    }
}



@media only screen and (max-width: 960px) {
    .blog-item .tck-article-body-inner h2 {
        line-height: 2.125rem;
    }
    .blog-item .tck-article-body-inner p {
        padding-top: 0;
    }
}




@media only screen and (max-width: 900px) {
    #header-video > .inner {
        padding: 6rem 4rem 4rem !important;
    }
    .smoo-img-modal .tck-article-title {
        line-height: 5.25rem;
    }
    #smoo-img-modal .com-content-article .com-content-article__body {
        width: 100%;
        /*height: calc(100% - 12.5rem) !important;*/
        /*height: calc(100% - 18.5rem) !important;*/
        height: auto !important;
    }
    .smoo-img-modal .com-content-article figure {
        display: none;
        /* width: 100%;
        padding-bottom: 2rem; */
    }
    .smoo-img-modal .tck-article-title {
        /*padding-bottom: 2rem;*/
    }
    .smoo-modal-body .smoo-modal-body-inner {
        /*padding: 2rem;
        margin: 4rem;*/
    }
    .smoo-img-modal .com-content-article {
        /*height: calc(100vh - 8rem);*/
        height: 100%;
    }
    #evenements .smoo-articles-category-text-inner {
        padding: 4rem;
        height: auto;
        width: auto;
    }
    #evenements .smoo-articles-category-text-inner h2 {
        font-size: 3rem !important;
        line-height: 4rem !important;
    }
    #evenements .smoo-articles-category-text-inner p {
        font-size: 1.5rem;
        padding-top: 2rem;
    }
    .blog-item .tck-article-body-inner h2 {
        /*padding-bottom: 0.125rem;*/
    }
}

@media only screen and (max-width: 850px) {
    .blog-item .tck-article-body-inner {
        padding: 1rem;
    }
}





@media only screen and (max-width: 758px) {
    #wrapper > .inner {
        padding: 4rem 4rem 0 !important;
    }
    .blog-item .item-image a::after {
        content: "";
        display: block;
        padding-bottom: 75%;
    }
    #maincontent > .inner {
        grid-template-columns: 1fr;
    }
    #header-video .mod-custom {
        padding-top: 2rem;
    }
    #header-video .mod-custom p {
        line-height: 2.625rem;
    }
    #header-video .mod-custom .smoo-page-title-desc {
        width: 100% !important;
    }
    .blog-item .tck-article-body-inner {
        padding: 3rem;
    }
    .smoo-link-banner-main p:nth-of-type(2) {
        line-height: 5.25rem;
        padding: 0 2rem 4rem;
    }
    #wrapper .smoo-grid-col:nth-of-type(1) .tck-article:last-child,
    #wrapper .smoo-grid-col:nth-of-type(2) .tck-article:last-child {
        margin-bottom: 0;
    }/*
    .blog-item .tck-article-body-inner {
        padding: 4rem;
    }*/
    .blog-item .tck-article-body-inner p {
        font-size: 1.5rem;
        line-height: 1rem;
        padding-top: 2rem;
    }
    .blog-item .tck-article-body-inner h2 {
        font-size: 3rem !important;
        line-height: 4rem !important;
        padding-bottom: 1rem;
    }
    .smoo-grid-col {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    #header-video .mod-custom h1 {
        font-size: 4rem !important;
        line-height: 5rem !important;
        display: block;
    }
    #header-video .mod-custom p {
        line-height: 2.25rem;
        font-size: 1.125rem;
    }
    .blog-item .tck-article-body-inner {
        padding: 2rem;
    }
    .blog-item .tck-article-body-inner h2 {
        font-size: 2.5rem !important;
        line-height: 3.5rem !important;
    }
    .blog-item .tck-article-body-inner p {
        font-size: 1.25rem;
        line-height: 2rem;
        padding-top: 1rem;
    }
    .smoo-link-banner-link {
        width: 100%;
        height: 50vw;
    }
    .smoo-link-banner-link a {
        line-height: 4rem;
        font-size: 4rem;
        align-items: center;
        padding: 0;
        height: 50vw;
    }
    .smoo-link-banner-link .smoo-link-banner-img {
        height: 50vw;
        overflow: hidden;
    }
    #header-video .mod-custom .smoo-page-title-desc {
        padding: 2rem;
    }
    .smoo-modal-body .smoo-modal-body-inner {
        margin-top: 0;
        margin-left: -2rem;
        margin-right: -2rem;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        margin-bottom: 0;
        height: 100%;
        padding: 4rem;
    }
    .smoo-img-modal .com-content-article figure {
        display: block;
        width: 100%;
        padding-bottom: 4rem;
        display: flex;
        justify-content: center;
    }
    #smoo-img-modal .com-content-article .com-content-article__body {
        /*height: calc(100% - 32.5rem) !important;*/
        /*height: calc(100vh - 32.5rem) !important;*/
        height: auto !important;
    }
    .smoo-img-modal .com-content-article figure img {
        width: 75%;
    }
    #content-modules-wrapper section#gallery-row-3-columns {
        max-width: 100vw;
        /*margin-left: -2rem;
        margin-right: -2rem;*/
    }
}



@media only screen and (max-width: 524px) {
    .smoo-modal-body-inner .event-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .smoo-modal-body-inner .event-content h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    .smoo-modal-body-inner .event-content img {
        width: 100%;
    }
    .smoo-modal-body-inner .event-content p:nth-of-type(1) {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .smoo-modal-body .smoo-modal-body-inner {
        padding: 2rem;
        /*margin: 4rem;*/
    }
    .blog-item .tck-article-body-inner {
        height: 100%;
        width: 100%;
    }
    .smoo-link-banner-link a {
        line-height: 3rem;
        font-size: 3rem;
    }
    #evenements .smoo-articles-category-text-inner {
        height: 100%;
        width: 100%;
    }
    #evenements .smoo-articles-category-text-inner p {
        line-height: 2rem;
    }
    .blog-item .tck-article-body-inner h2 {
        font-size: 2rem !important;
        line-height: 3rem !important;
    }
    .blog-item .tck-article-body-inner p {
        padding-top: 0 !important;
    }
}


@media only screen and (max-width: 400px) {
    #header-video > .inner {
        padding: 6rem 2rem 4rem !important;
    }
    .header-video {
        padding-top: 6rem;
    }
    #header-video .mod-custom {
        padding-top: 0;
    }
    /*#header-video .mod-custom h1 {
        line-height: 4rem !important;
    }*/
    #header-video .mod-custom p {
        font-size: 1rem;
        line-height: 1.875rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    .smoo-img-modal .tck-article-title {
        line-height: 2.5rem;
        font-size: 2rem;
        letter-spacing: 0.25px;
        padding-bottom: 2rem;
    }
    .smoo-img-modal .com-content-article .com-content-article__body p {
        padding-top: 1rem;
        font-size: 1rem;
        line-height: 1.875rem;
    }
    .smoo-img-modal .com-content-article figure img {
        width: 100%;
    }
    .smoo-link-banner-main p {
        line-height: 3rem;
        font-size: 2rem;
    }
    .smoo-link-banner-main p:nth-of-type(2) {
        font-size: 3rem;
        line-height: 4rem;
    }
    .smoo-link-banner-link a {
        font-size: 2rem;
        line-height: 2rem;
    }
    #content-modules-wrapper section#gallery-row-3-columns {
        padding: 2rem 0 0;
    }
    #evenements .smoo-articles-category-hover-container h2 {
        line-height: 3.5rem;
        font-size: 2rem;
        display: none;
    }
    #evenements .smoo-articles-category-hover-container p {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    #evenements .smoo-articles-category-text-inner {
        padding: 2rem;
    }
    #evenements .smoo-articles-category-text-inner h2 {
        font-size: 2rem !important;
        line-height: 3rem !important;
    }
    #evenements .smoo-articles-category-text-inner p {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    #wrapper > .inner {
        padding: 4rem 2rem 2rem !important;
    }
}



@media only screen and (max-height: 700px) {
    #header-video {
        height: auto !important;
    }
}









