.homeTerritoire .row {
    position: relative;
    position: relative;
    margin-top: -2.625rem;
    padding: 5rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.homeTerritoire .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100vw;
    height: 50%;
    background-color: #edf8fa;
}
.homeTerritoire .row::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    width: 100vw;
    height: 50%;
    background-color: #edf8fa;
}
.homeTerritoire .row::before,
.homeTerritoire .row::after {
    left: -moz-calc(50% - 50vw);
    left: calc(50% - 50vw);
}
@media (min-width: 992px) {
    .homeTerritoire .row::before,
    .homeTerritoire .row::after {
        width: 100vw;
    }
}
.homeTerritoire .row::before {
    top: 0;
}
@media (min-width: 992px) {
    .homeTerritoire .row::before {
        left: auto;
        right: 50%;
    }
}
.homeTerritoire .row::after {
    top: auto;
    bottom: 0;
}
@media (min-width: 992px) {
    .homeTerritoire .row::after {
        left: 50%;
    }
}
.homeTerritoire .row > [class*="col"]:first-child {
    position: static;
    text-align: center;
}
.homeTerritoire .row > [class*="col"]:first-child::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 0.28em solid #00a774;
    border-radius: 0.5em;
    font-size: 30rem;
    will-change: border;
    -webkit-transform: translate3d(0, 0, 0) scale(0.999);
    -moz-transform: translate3d(0, 0, 0) scale(0.999);
    transform: translate3d(0, 0, 0) scale(0.999);
    height: 0.5em;
    width: 1em;
    border-bottom: none;
    border-radius: 0.5em 0.5em 0 0;
}
.homeTerritoire .row > [class*="col"]:first-child::before {
    position: absolute;
    bottom: 100%;
    right: -moz-calc(50% - 50vw);
    right: calc(50% - 50vw);
    -webkit-transform: translateY(5rem) translateX(50%);
    -moz-transform: translateY(5rem) translateX(50%);
    transform: translateY(5rem) translateX(50%);
    z-index: -1;
}
.homeTerritoire .row iframe {
    display: block;
}
.homeTerritoire .row iframe + .btn {
    margin-top: -1.625rem;
}
.homeMarque {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.homeMarque .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.homeMarque .row:first-child > [class*="col"]:first-child:empty {
    position: relative;
}
.homeMarque .row:first-child > [class*="col"]:first-child:empty::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 0.28em solid #00a774;
    border-radius: 0.5em;
    font-size: 30rem;
    will-change: border;
    -webkit-transform: translate3d(0, 0, 0) scale(0.999);
    -moz-transform: translate3d(0, 0, 0) scale(0.999);
    transform: translate3d(0, 0, 0) scale(0.999);
    height: 0.5em;
    width: 1em;
    border-top: none;
    border-radius: 0 0 0.5em 0.5em;
}
.homeMarque .row:first-child > [class*="col"]:first-child:empty::before {
    position: absolute;
    top: 50%;
    left: -moz-calc(90% - 50vw);
    left: calc(90% - 50vw);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.homeActus {
    position: relative;
}
.homeActus::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 0.28em solid #00a774;
    border-radius: 0.5em;
    font-size: 20rem;
    will-change: border;
    -webkit-transform: translate3d(0, 0, 0) scale(0.999);
    -moz-transform: translate3d(0, 0, 0) scale(0.999);
    transform: translate3d(0, 0, 0) scale(0.999);
    height: 0.5em;
    width: 1em;
    border-bottom: none;
    border-radius: 0.5em 0.5em 0 0;
}
.homeActus::before {
    position: absolute;
    top: -2rem;
    right: 90%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.homeActus .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 992px) {
    .homeActus .page_list--actusHome {
        width: -moz-calc(100% + (((100vw - 960px) / 2) + 1rem) - 2rem);
        width: calc(100% + (((100vw - 960px) / 2) + 1rem) - 2rem);
    }
}
@media (min-width: 1200px) {
    .homeActus .page_list--actusHome {
        width: -moz-calc(100% + (((100vw - 1140px) / 2) + 1rem) - 2rem);
        width: calc(100% + (((100vw - 1140px) / 2) + 1rem) - 2rem);
    }
}
.homeActus .tematik_layout.section:first-child {
    margin-top: 0;
}
.homeActus .tematik_layout.section:last-child {
    margin-bottom: 0;
}
.homeLive {
    position: relative;
    z-index: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.homeLive::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #edf8fa;
    z-index: -3;
    left: -moz-calc(50% - 50vw);
    left: calc(50% - 50vw);
    background-color: #edf8fa;
}
@media (min-width: 992px) {
    .homeLive {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .homeLive::before {
        width: 50%;
    }
}
.homeLive-titre {
    margin-bottom: 1rem;
    display: block;
}
.homeLive-titre span {
    color: #00a774;
}
.homeLive-grid > .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
.homeLive-grid > .row > [class*="col"] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.homeLive-card {
    margin-top: 1rem;
}
.homeLive-card .card-contenu {
    padding: 1rem 1rem 1rem 3rem;
    line-height: 1.5;
    font-size: 0.875rem;
}
.homeLive-card .card-icone {
    height: 1.5rem;
    width: 3rem;
    text-align: center;
    line-height: 1.5rem;
    top: 1rem;
    font-size: 1.5rem;
}

.homeLive-card .card-icone.fa-twitter::before{
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    background-image:url("data:image/svg+xml,%3Csvg width='29' height='26' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.912 0H27.3572L17.5971 11.0332L29 26H20.0516L13.0457 16.9048L5.02499 26H0.579807L10.9197 14.1993L0 0H9.17061L15.5002 8.30849L22.912 0ZM21.3562 23.4096H23.8204L7.87571 2.49447H5.22792L21.3562 23.4096Z' fill='%2300A774'/%3E %3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    transition: opacity 0.4s;
}

.homeLive-card .card-icone.fa-twitter:hover::before{
    opacity: 0.7;
    /* background-image:url("data:image/svg+xml,%3Csvg width='29' height='26' viewBox='0 0 29 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M22.912 0H27.3572L17.5971 11.0332L29 26H20.0516L13.0457 16.9048L5.02499 26H0.579807L10.9197 14.1993L0 0H9.17061L15.5002 8.30849L22.912 0ZM21.3562 23.4096H23.8204L7.87571 2.49447H5.22792L21.3562 23.4096Z' fill='%23003C45'/%3E %3C/svg%3E"); */
}

@media (max-width: 992px){
    .homeLive-grid > .row {
        justify-content: center;
    }

    .homeLive-posts .youtube-filter .homeLive-card .card-image{
        padding-bottom: 55.5%;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .homeLive-posts .youtube-filter .homeLive-card .card-image{
        padding-bottom: 52.5%;
        background-size: auto;
    }
}

@media (min-width: 1200px){
    .homeLive-posts .youtube-filter .homeLive-card .card-image{
        min-height: 240px;
        background-size: auto;
    }
}

.homeLive-pics {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.homeLive-pics-item {
    margin-top: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.homeLive-insta {
    position: relative;
    display: block;
}
.homeLive-insta figure {
    position: relative;
    z-index: 0;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.homeLive-insta figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #003c45;
    opacity: 0.2;
    z-index: -1;
    -webkit-transition: opacity 0.4s, background-color 0.4s;
    -moz-transition: opacity 0.4s, background-color 0.4s;
    transition: opacity 0.4s, background-color 0.4s;
}
@supports (mix-blend-mode: multiply) or (-webkit-mix-blend-mode: multiply) {
    .homeLive-insta figure:before {
        opacity: 0;
        mix-blend-mode: multiply;
    }
}
.homeLive-insta i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 2.5rem;
    -webkit-transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    -moz-transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
    transition: color 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}
.homeLive-insta:hover figure::before {
    opacity: 0.3;
}
.homeLive-insta:hover i {
    color: #00a774;
}
.homeLive .social_links {
    margin-top: 2rem;
}
@media (min-width: 992px) {
    .homeLive .social_links {
        margin-top: 1rem;
    }
}
.homeLive .social_links strong {
    margin-bottom: 0.25rem;
    line-height: 1.1;
    color: #003c45;
    font-family: "Poppins Custom", "Poppins", sans-serif;
    font-weight: 500;
    text-transform: none;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    display: block;
}
@media (min-width: 576px) {
    .homeLive .social_links strong {
        font-size: 1.8rem;
    }
}
@media (min-width: 992px) {
    .homeLive .social_links strong {
        font-size: 2rem;
    }
}
.homeLive .social_links a:first-of-type {
    margin-left: -1rem;
}
.homeBonus {
    display: none;
}
@media (min-width: 992px) {
    .homeBonus {
        display: block;
    }
}
.homeBonus .container > .row > [class*="col-"]:first-child {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (min-width: 992px) {
    .homeBonus .container > .row > [class*="col-"]:first-child {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}
.homeBonus .container > .row > [class*="col-"]:first-child [class*="titre"] {
    display: block;
    color: #bfd5d9;
}
.homeBonus .container > .row > [class*="col-"]:first-child [class*="titre"] + [class*="titre"] {
    margin-top: 1.5rem;
}
.homeBonus .container > .row > [class*="col-"]:first-child [class*="titre"]:hover,
.homeBonus .container > .row > [class*="col-"]:first-child [class*="titre"]:focus {
    color: #00a774;
}
