/* UNIVERSEL */

.center * {
    text-align: center;
}

.tag {
    text-transform: uppercase;
}

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.slick-dots button {
    background: none;
    border: 2px solid #12006C;
    border-radius: 100%;
    font-size: 0;
    padding: 6px;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: #0FECA0;
    border-color: #0FECA0;
}

/* DEBUT PERSONNALISATION ACCUEIL */

/* SECTION INTRO */

#intro {
    position: relative;
    padding: 0;
}

#intro video {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    display: block;
}

#intro::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(18, 0, 108, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

#intro .survol {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
    z-index: 9;
}

#intro .container .row,
#intro_mob .container .row {
    height: 100%;
}

#intro .titleaccueil {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#intro h1 {
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    max-width: 75%;
}

#intro p {
    font-size: 20px;
    color: #fff;
    max-width: 50%;
}

/* SECTION TEMOIGNAGES */

#temoignages .bloc-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#temoignages .bloc-1 * {
    text-align: center;
    max-width: 70%;
}

.temoignage-content {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
}

.temoignage-content p {
    font-size: 14px;
}

.temoignage-content span {
    color: #0FECA0;
    font-size: 36px;
    line-height: 1;
}

.temoignage-content .info p {
    margin: 0;
    font-style: italic;
}

/* SECTIOON SOLUTIONS */

#solutions {
    background: #F2F2F2;
}

#solutions .bloc-2:first-of-type {
    display: flex;
    align-items: center;
}

#solutions .bloc-2 .content {
    border: 1px solid #12006C;
    padding: 1rem 2rem;
}

#solutions .bloc-2 img:first-of-type {
    margin: 1rem 0;
    padding: 0 5px;
    box-shadow: none;
}

#solutions .bloc-2 .plateforme {
    display: flex;
}

#solutions .bloc-2 .plateforme img {
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

#solutions .bloc-2 .plateforme .bloc-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: normal;
}

#solutions .bloc-2:last-of-type {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#solutions .bloc-2 .header p:last-of-type {
    margin-bottom: 0;
}

#solutions .bloc-2 .contenu p {
    margin-top: 0;
}

#solutions .bloc-2 .footer p {
    margin: 0;
}

#solutions li {
    position: relative;
    margin: 0.5rem 0;
    text-transform: none;
}

#solutions li::before {
    content: '//';
    color: #0FECA0;
    margin-right: 0.5rem;
}

/* SECTIOON SOLUTIONS 2 */

#solutions2 {
    background: #F2F2F2;
    display: none;
}

/* SECTION PARTENAIRE */

#partenaires .center {
    margin-bottom: 1rem;
}

/* SECTION CONTACT */

#contact {
    background: #F2F2F2;
}

/* SECTION A PROPOS */

#apropos {
    background: url(/wp-content/themes/Assia/images/fond-a-propos.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

#apropos * {
    color: #fff;
}

#apropos .tag {
    color: #0FECA0;
}

#apropos h2 {
    margin-bottom: 1rem;
}

#apropos a.btn {
    background: #fff;
    color: #12006C;
    margin-top: 2rem;
}

#apropos a.btn:before {
    background: linear-gradient(105deg, transparent 0%, transparent 10px, #fff 12px, #fff 100%) no-repeat;
}

#apropos a.btn:after {
    background: linear-gradient(105deg, #fff 0%, #fff 10px, transparent 12px, transparent 100%) no-repeat;
}

#apropos a.btn:hover {
    color: #0FECA0;
}

#apropos .accordeon {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#apropos .item {
    cursor: pointer;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255 255 255 / 50%);
}

#apropos h3 {
    position: relative;
}

#apropos h3::after {
    content: url(/wp-content/themes/Assia/images/accod-arrow.svg);
    position: absolute;
    right: 0;
    top: 0;
}

.accordeon .item p {
    margin: 0;
    padding: 0 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordeon .item.open p {
    padding: 1rem;
    max-height: fit-content;
}

/* SECTION CHIFFRE */

#chiffres .center {
    margin-bottom: 2rem;
}

#chiffres h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

#chiffres h3::before {
    display: none;
}

#chiffres h3 strong {
    font-size: 60px;
    line-height: normal;
}

/* SECTION ACTU */

#actus {
    background: #F2F2F2;
}

#actus .bloc-1:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1rem;
    gap: 1rem;
}

#actus .bloc-article {
    margin-bottom: 5px;
}

#actus .bloc-article img {
    max-height: 200px;
    object-fit: cover;
}

#actus .article {
    padding: 1rem;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

#actus .article h3 {
    text-transform: none;
    line-height: normal;
}

#actus .article h3::before {
    display: none;
}

#actus .article .date {
    margin-top: 0;
}

#actus .slick-dots {
    margin-top: 1rem;
}

#actus .bloc-1:last-of-type {
    margin-top: 2rem;
    padding: 2rem 4rem;
    background: #12006C;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#actus .bloc-1:last-of-type .header * {
    color: white;
}

#actus .bloc-1:last-of-type .header {
    display: flex;
    flex-direction: column;
}

#actus .bloc-1:last-of-type .header h3 {
    font-weight: 600;
}

#actus .bloc-1:last-of-type .header h3::before {
    display: none;
}

#actus .bloc-1:last-of-type .btn {
    color: #12006C;
    background: white;
}

#actus .bloc-1:last-of-type .btn:before {
    background: linear-gradient(105deg, transparent 0%, transparent 10px, #fff 12px, #fff 100%) no-repeat;
}

#actus .bloc-1:last-of-type .btn:after {
    background: linear-gradient(105deg, #fff 0%, #fff 10px, transparent 12px, transparent 100%) no-repeat;
}

#actus .bloc-1:last-of-type .btn:hover {
    color: #0FECA0;
}

/* RESPONSIVE FRONT PAGE */

@media screen and (min-width:1025px) and (max-width:1199px) {
    #intro h1 {
        font-size: 40px;
    }
}

@media screen and (min-width:801px) and (max-width:1024px) {
    #intro h1 {
        font-size: 30px;
        max-width: 75%;
    }

    #intro p {
        max-width: 80%;
    }

    #solutions .bloc-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #solutions .bloc-2:first-of-type {
        order: 2;
        justify-content: center;
        margin-top: 2rem;
    }

    #solutions .bloc-2:last-of-type {
        order: 1;
    }
}

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

    #intro video {
        min-height: 500px;
    }

    #intro h1 {
        font-size: 30px;
    }

    #intro p {
        font-size: 16px;
    }

    #intro h1,
    #intro p {
        max-width: 100%;
    }

    #temoignages .bloc-1 * {
        max-width: 100%;
    }

    #apropos .row {
        gap: 2rem;
    }

    #actus .bloc-1:last-of-type {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 1rem;
    }

    #actus .bloc-1:last-of-type * {
        text-align: center;
    }
}

@media screen and (min-width:481px) and (max-width:800px) {
    #solutions .bloc-2:first-of-type {
        order: 2;
        justify-content: center;
        margin-top: 2rem;
    }

    #solutions .bloc-2:last-of-type {
        order: 1;
    }

    #chiffres .bloc-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width:480px) {
    #solutions {
        display: none;
    }

    #solutions2 {
        display: block;
    }

    #chiffres .bloc-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* SECTION RESEAUX SOCIAUX */
#rs {
    background: #F8F7F7;
}

#rs .ff-header {
    display: none;
}

#rs #ff-stream-1,
#rs #ff-stream-1 .ff-popup,
#rs #ff-stream-1 .ff-search input {
    background: transparent;
}

#rs #ff-stream-1 .ff-filter:hover,
#rs #ff-stream-1 .ff-filter.ff-filter--active,
#rs #ff-stream-1 .ff-moderation-button,
#rs #ff-stream-1 .ff-loadmore-wrapper .ff-btn,
#rs #ff-stream-1 .ff-square:nth-child(1) {
    display: block;
    width: max-content !important;
    text-transform: uppercase;
    position: relative;
    line-height: 26px;
    padding: 0.5em;
    font-weight: 700;
    background: #0FECA0;
    color: #12006C;
    margin: 1em auto 0;
    border-radius: 0;
    font-size: 16px;
}

#rs .ff-btn:before {
    background: linear-gradient(105deg, transparent 0%, transparent 10px, #0FECA0 12px, #0FECA0 100%) no-repeat;
}

#rs .ff-btn:after {
    background: linear-gradient(105deg, #0FECA0 0%, #0FECA0 10px, transparent 12px, transparent 100%) no-repeat;
}

.ff-btn:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    height: 100%;
    width: 16px;
}

.ff-btn:after {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    height: 100%;
    width: 16px;
}

#rs .ff-stream-wrapper {
    margin: 0;
}

#rs h2 {
    color: #0FECA0;
}

#rs h3 {
    margin: inherit;
    text-transform: uppercase;
    font-weight: inherit;
    color: #0FECA0;
}

#rs h3 span {
    color: #12006C;
}

#rs p {
    position: relative;
    color: #12006C;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
    margin-right: 0.25em;
}

#rs p:before {
    position: absolute;
    content: url('https://assia.fr/wp-content/themes/Assia/images/fleche.svg');
    left: -2em;
    top: 1px;
}

.rs .rejoindre ul {
    height: max-content;
    align-self: center;
}

#rs i.sprites {
    margin-left: .5em;
}

#rs .ff-item .ff-content,
[class*=ff-icon-],
.ff-item-bar>a span {
    color: rgb(0, 0, 0, 0.85);
}

#rs .ff-stream-wrapper {
    margin: 0;
}

#rs .ff-sc-label1 .ff-label-text {
    color: #fff;
}

@media only screen and (min-width: 600px) {
    .rs {
        position: relative;
    }

    .rs .rejoindre {
        position: absolute;
        right: .9375em;
        bottom: 0;
        display: inline-flex;
    }
}

@media only screen and (max-width: 599px) {
    .rejoindre {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 799px) {
    #rs h3 {
        font-size: 20px;
    }

    #rs p {
        display: none;
    }

    #rs p:before {
        left: 0;
    }

    .rs .rejoindre ul {
        float: inherit;
        margin: .5em auto 0;
        width: max-content;
        display: flex;
    }

    .rejoindre ul li {
        margin: 0 .5em;
    }
}

/* SINGLE SOLUTIONS */

/* Section Ban */

#ban {
    padding: 0;
    position: relative;
}

#ban img {
    margin: 0;
    width: 100%;
    max-height: 280px;
    min-height: 200px;
    object-fit: cover;
}

#ban .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ban h1 {
    color: white;
}

/* Section Introduction */

#introduction {
    position: relative;
}

#introduction::after {
    content: '';
    background: #0FECA0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1%;
    left: 0;
    clip-path: polygon(0 0, 0 40%, 10% 0);
}

#assia-contact #introduction::after {
    background: #8416d0;
}

#assia-connect #introduction::after {
    background: #fe5200;
}

#assia-flux #introduction::after {
    background: #ff347e;
}

#assia-front #introduction::after {
    background: #f8ab00;
}

#assia-recours #introduction::after {
    background: #00ccef;
}

#assia-profiler #introduction::after {
    background: #af1a6c;
}

#diaz #introduction::after,
#assia-plateforme #introduction::after {
    background: #11006d;
}

#introduction .bloc-1 {
    margin-bottom: 2rem;
}

#introduction .bloc-3 {
    display: flex;
}

#introduction .bloc-2-3 {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#introduction .bloc-2-3 ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

#introduction .bloc-2-3 li {
    position: relative;
}

#introduction .bloc-2-3 li::before {
    content: '//';
    color: #0FECA0;
    font-weight: 700;
    margin-right: 0.5rem;
}

/* Section Avantage */

#avantage {
    background: #F2F2F2;
}

#avantage .bloc-1 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#avantage .bloc-1 h2 {
    margin-bottom: 1rem;
}

#avantage .item {
    display: flex;
    align-items: center;
    min-height: 140px;
}

#avantage .item h3 {
    text-align: end;
    width: 33%;
}

#avantage .item h3::before {
    display: none;
}

#avantage .item img {
    width: 17%;
    max-height: 140px;
    object-fit: contain;
}

#avantage .item p {
    width: 50%;
}

/* Section Produit */

#produit {
    background: url(/wp-content/themes/Assia/images/bg-produit.jpg) no-repeat;
    background-size: cover;
}

#produit .row {
    background: white;
}

#produit .bloc-3 {
    padding: 0;
    display: flex;
}

#produit img {
    height: 100%;
    object-fit: cover;
}

#assia-plateforme #produit img {
    object-fit: contain;
}

#produit .bloc-2-3 {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

#produit .bloc-2-3 h2 {
    line-height: normal;
}

#produit .bloc-2-3 h2::before {
    display: none;
}

#produit .bloc-2-3 ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

#produit .bloc-2-3 li {
    position: relative;
    font-size: 18px;
}

#produit .bloc-2-3 li::before {
    content: '//';
    color: #0FECA0;
    font-weight: 700;
    margin-right: 0.5rem;
}

/* RESPONSIVE SINGLE SOLUTIONS */

@media screen and (min-width: 1025px) and (max-width: 1399px) {
    #introduction::after {
        clip-path: polygon(0 0, 0 40%, 8% 0);
    }
}

@media screen and (max-width: 1024px) {
    #introduction::after {
        display: none;
    }

    #produit {
        background: none;
    }

    #produit img {
        height: auto;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    #ban h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 800px) {
    #ban h1 {
        font-size: 30px;
    }

    #introduction .bloc-3 {
        display: none;
    }

    #introduction .bloc-2-3 {
        align-items: center;
    }

    #avantage .item {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    #avantage .item h3,
    #avantage .item p {
        width: 100%;
        text-align: center;
    }

}

@media screen and (min-width: 481px) and (max-width: 800px) {
    #produit img {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    #produit img {
        width: 100%;
        max-height: 250px;
        object-fit: cover;
    }

    #produit .bloc-2-3 {
        padding: 1rem;
        align-items: center;
    }
}