@charset "utf-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

/*strong {
  font-family: "Manrope Bold";
}*/
html {
    position: relative;
    min-height: 100%;
}

html, body {
    font-family: "Manrope Regular";
    font-size: 17px;
    color: #283c50;
    line-height: 1.6;
    letter-spacing: 0.1px;
}

a:link {
    text-decoration: none;
    color: #6419be;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
    color: #6419be;
}

a:active {
    text-decoration: none;
    color: #6419be;;
}

/* TITRE DESKTOP */
.h1 {
    font-size: 58px;
    font-weight: 400;
    color: #283C50;
    max-width: 1108px;
}

.h2 {
    font-size: 36px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #283C50;
    line-height: 1.4;
    margin-bottom: 32px;
}

.h2:after {
    content: ".";
    font-family: "IMA Alt";
    color: #D20A5A;
}

.h3 {
    font-size: 36px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #283C50;
}

.h3:after {
    content: ".";
    font-family: "IMA Alt";
    color: #D20A5A;
}

.h4 {
    font-size: 30px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #283C50;
}

.h5 {
    font-size: 24px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #283C50;
}

.h6 {
    font-size: 20px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #283C50;
}

.font-IMA-h1 {
    font-family: "IMA Black";
    font-size: 58px;
    color: #D20A5A;
}


/* BLOC COULEUR ET PHOTO */
.bloc-couleur-image {
    display: table;
    width: 960px;
    margin: 0 auto;
}

.couleur-bloc-couleur-image {
    display: table-cell;
    width: 50%;
    text-align: left;
    padding: 64px;
    vertical-align: middle;
    background: linear-gradient(230deg, rgba(130, 65, 225, 1) 0%, rgba(80, 15, 160, 1) 100%);
    border-radius: 12px 0px 0px 12px;
    color: #FFFFFF;
    overflow: hidden;
}

.couleur-bloc-couleur-image > h2 {
    color: #FFFFFF;
}

.photo-bloc-couleur-image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #F2F2F3;
    border-radius: 0px 12px 12px 0px;
}

.header-pages-internes {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
}


/* BLOC ARTICLES ET CONSEILS SERELIA */
.articles-conseils-marge, .articles-conseils {
    width: 298px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.articles-conseils-marge {
    margin-right: 32px;
}

.articles-conseils-marge > a > div, .articles-conseils > a > div {
    width: 298px;
    height: 220px;
    border-radius: 8px;
    margin-bottom: 16px;
}

.articles-conseils-marge > a > p, .articles-conseils > a > p {
    font-size: 14px;
    color: #5B6E83;
    margin-top: 4px;
}

.articles-conseils-marge > a, .articles-conseils > a {
    color: #283C50;
}

.articles-conseils-marge > a:hover, .articles-conseils > a:hover {
    text-decoration: underline;
    color: #283C50;
}

#articles-conseils-chute {
    background: url("../images/conseils/article-chute.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#articles-conseils-jardinage {
    background: url("../images/conseils/article-jardinage.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#articles-conseils-amenagement {
    background: url("../images/conseils/article-amenagement.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#articles-conseils-sport {
    background: url("../images/conseils/article-sport.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#articles-conseils-memoire {
    background: url("../images/conseils/article-memoire.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#articles-conseils-alimentation {
    background: url("../images/conseils/article-alimentation.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* BLOC FAQ DANS LES PAGES */
.faq {
    width: 100%;
    background: #fcfcfc;
    border-top: 1px solid #C8CDD7;
    border-bottom: 1px solid #C8CDD7;
    padding: 128px 0px;
    margin-top: 128px;
}

.titre-faq {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 128px;
}

.questions-faq {
    width: 525px;
    display: inline-block;
    vertical-align: middle;
}

.accordion {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8CDD7;
    color: #283C50;
    cursor: pointer;
    padding: 32px 0px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-family: "Manrope Semibold";
    transition: 0.2s;
}

.accordion:hover {
}

.active {
    border-bottom: 1px solid #FCFCFC;
    color: #283C50;
}

.panel {
    border-bottom: 1px solid #283C50;
    padding: 0px 0px 32px 0px;
    display: none;
    overflow: hidden;
    color: #5B6E83;
}

.accordion:after {
    content: '\02795'; /* code universel pour le signe + */
    font-size: 13px;
    color: #283C50;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* code universel pour le signe - */
}

.accordion h3 {
    font-size: 17px;
    font-family: "Manrope Semibold";
    font-weight: 100;
    float: left;
}

.mention {
    font-size: 12px;
}

/* BLOC ENCART */

.bloc-encart {
    display: flex;
    align-items: center;
    max-width: 960px;
    margin: auto;
    background: #FFF5E6;
    border-radius: 12px;
    padding: 0px 64px;
}

.bloc-encart > div {
    flex: 1;
}

.bloc-encart-image-afrc {
    height: 162px;
    background: url("../images/home/afrc.png");
    background-size: contain;
    background-position: top 50% right 0%;
    background-repeat: no-repeat
}

/* FIN BLOC ENCART */

/* BLOC CONTACT */
.bloc-contact {
    width: 960px;
    margin: 0 auto;
    background: #FFF5E6;
    border-radius: 12px;
    padding: 0px 64px;
    margin-bottom: 128px;
}

#contact-texte {
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
    padding: 64px 0px;
}

#contact-texte > span {
    color: #5B6E83;
}

#contact-texte > h2 {
    margin-bottom: 16px;
}

#contact-texte > h2:after {
    content: " ?";
    font-family: "Manrope bold";
    color: #283C50;
}

#contact-texte > p {
    vertical-align: middle;
    margin-top: 32px;
}

#contact-texte > .bouton-secondaire-L-desktop {
    margin-right: 16px;
}

#contact-image {
    background: url("../images/illustration-contact.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    width: 300px;
    height: 312px;
    display: inline-block;
    vertical-align: bottom;
}

sup {
    font-size: 12px;
}

.txt-strong {
    font-family: "Manrope Bold";
}

.title-font {
    font-family: "Azo Sans Regular";
}

.big-title-font {
    font-family: "IMA Black";
}

.glyphe-font {
    font-family: "IMA Alt";
}

.very-strong {
    font-family: "Manrope ExtraBold";
}

.strong-slash {
    font-family: "IMA Alt";
}

.color-violet {
    color: #500FA0;
}

.phone_desktop {
    display: inline;
}

.phone_smart {
    display: none;
}

.block-breadcrumb {
    font-size: 14px;
    /*margin: 20px 0 20px 0;*/
}

.block-breadcrumb a {
    text-decoration: none;
    color: #283c50;
}

.block-breadcrumb a:hover {
    text-decoration: underline;
}

.commun-bloc_header {
    width: 100%;
    line-height: 1.2;
    text-align: center;
    margin: 60px 0 0;
}

.commun-bloc_header h1 {
    font-family: "Azo Sans Regular";
    font-size: 58px;
    letter-spacing: 0.5px;
}

.commun-bloc_header p {
    margin: 30px 0 0;
}

.block-img-header {
    width: 100%;
    margin: 60px 0 0;
}

.block-img-header img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}


/*///////////////// BLOCK CONTENU //////////////////*/
main {
    width: 100%;
    margin: 85px 0 60px;
    /*padding: 0 32px;*/
}

section {
    width: 100%;
    margin: 0 auto;
    padding: 128px 0 0;
}

.contenu-commun {
    max-width: 960px;
    margin: auto;
    text-align: left;
}

.contenu-commun-titre h2 {
    margin: 0 0 32px;
    font-family: "Manrope Bold";
    font-weight: 100;
    font-size: 36px;
}

.contenu-commun-titre h2:after {
    content: ".";
    font-family: "IMA Alt";
    color: #D20A5A;
}

.contenu-commun-titre-no-point h2 {
    margin: 0 0 32px;
    font-family: "Manrope Bold";
    font-weight: 100;
    font-size: 36px;
}

.commun-titre-glyphe {
    font-family: "IMA Alt";
    color: #f0467d;
    text-transform: uppercase;
}

.commun-titre-glyphe-none {
    font-family: "IMA Black";
    color: #f0467d;
    text-transform: uppercase;
}

.commun-bloc-contact {
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 15px;
    background: #FFF5E6;
}

/*///////////////// MODAL //////////////////*/
.theoverlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000011;
    z-index: 1001;
    -moz-opacity: 0.3;
    opacity: .50;
    filter: alpha(opacity=30);
}

.box-global {
    display: none;
    position: fixed;
    border-radius: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    background-color: #fff;
    z-index: 1002;
    overflow: auto;
}

.close-thebox {
    position: absolute;
    top: 16px;
    right: 16px;
    font-family: "Manrope Semibold";
    font-size: 14px;
    color: #5B6E83;
}

.close-thebox span {
    cursor: pointer;
}

.close-thebox span:hover {
    opacity: 0.7;
}


/* BLOC FORMULES */

.bloc-formule {
    width: 960px;
    margin: 0 auto;
}

.bloc-formule-1 {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    margin-right: 16px;
    border: 1px solid #C8CDD7;
    border-radius: 12px;
    overflow: hidden;
}

.bloc-formule-2 {
    display: inline-block;
    vertical-align: top;
    width: 460px;
    margin-left: 16px;
    border: 1px solid #C8CDD7;
    border-radius: 12px;
    overflow: hidden;
}

.bloc-formule-image-un {
    display: inline-block;
    width: 100%;
    height: 200px;
    padding: 16px;
    border-bottom: 1px solid #C8CDD7;
    background: #FFE6F0;
    text-align: center;
}

.bloc-formule-image-un > img, .bloc-formule-image-deux > img {
    width: auto;
    height: 168px;
}

.bloc-formule-image-deux {
    display: inline-block;
    width: 100%;
    height: 200px;
    padding: 16px;
    border-bottom: 1px solid #C8CDD7;
    background: #F0EBFA;
    text-align: center;
}

.bloc-formule-texte {
    display: inline-block;
    width: 100%;
    padding: 32px;
}

.nom-prix-formule {
    padding-bottom: 32px;
    border-bottom: 1px solid #C8CDD7;
}

.h5 > img {
    margin-left: 8px;
    width: 52px;
}

.titre-formule {
    color: #5B6E83;
}

.sous-titre-formule {
    font-family: "Manrope semibold";
    margin: 8px 0px;
    font-size: 14px;
}

.prix-formule {
    color: #5B6E83;
    font-size: 14px;
}

.prix-formule-avant {
    font-size: 30px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #283C50;
}

.prix-formule-apres {
    font-size: 30px;
    font-family: "Manrope Bold";
    font-weight: 100;
    color: #D20A5A;
}

.services-materiel-inclus {
    margin-top: 32px;
}

.services-materiel-inclus-titre {
    font-family: "Manrope Bold";
    font-weight: 100;
}

.services-materiel-inclus > ul > li {
    margin-top: 8px;
    color: #5B6E83;
    list-style: url("../images/nos-offres/domicile/check.svg");
    padding-left: 8px;
    margin-left: 16px;
}

.bloc-formule-bouton {
    margin-top: 32px;
    text-align: center;
}

.bloc-formule-bouton > a {
    font-family: "Manrope Semibold";
    font-weight: 100;
    color: #D20A5A;
    text-decoration: underline;
}

.bloc-formule-bouton > a:hover {
    color: #A50046;
    cursor: pointer;
}

.bloc-formule-bouton > p {
    width: 100%;
    margin-top: 32px;
}


/* CSS MOBILE */

@media only screen and (max-width: 959px) {
    section {
        width: 100%;
        padding: 128px 16px 0px 16px;
    }


    /* TITRE DESKTOP */
    .h1 {
        font-size: 36px;
        font-weight: 400;
        color: #283C50;
        max-width: 1108px;
    }

    .h2 {
        font-size: 28px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #283C50;
        line-height: 1.4;
        margin-bottom: 32px;
    }

    .h2:after {
        content: ".";
        font-family: "IMA Alt";
        color: #D20A5A;
    }

    .h3 {
        font-size: 24px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #283C50;
    }

    .h3:after {
        content: ".";
        font-family: "IMA Alt";
        color: #D20A5A;
    }

    .h4 {
        font-size: 24px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #283C50;
    }

    .h5 {
        font-size: 20px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #283C50;
    }

    .h6 {
        font-size: 17px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #283C50;
    }

    .font-IMA-h1 {
        font-family: "IMA Black";
        font-size: 36px;
        color: #D20A5A;
    }


    /* BLOC COULEUR ET PHOTO */
    .bloc-couleur-image {
        width: 100%;
        margin: 0 auto;
    }

    .couleur-bloc-couleur-image {
        width: 100%;
        text-align: left;
        padding: 32px;
        vertical-align: middle;
        background: linear-gradient(230deg, rgba(130, 65, 225, 1) 0%, rgba(80, 15, 160, 1) 100%);
        border-radius: 12px 12px 0px 0px;
        color: #FFFFFF;
        overflow: hidden;
    }

    .couleur-bloc-couleur-image > h2 {
        color: #FFFFFF;
    }

    .photo-bloc-couleur-image {
        display: block;
        width: 100%;
        height: 300px;
        vertical-align: middle;
        background: #F2F2F3;
        border-radius: 0px 0px 12px 12px;
    }


    /* BLOC ARTICLES ET CONSEILS SERELIA */
    .articles-conseils-marge, .articles-conseils {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

    .articles-conseils-marge {
        margin-bottom: 32px;
        margin-right: 0px;
    }

    .articles-conseils-marge > a > div, .articles-conseils > a > div {
        width: 100%;
        height: 200px;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .articles-conseils-marge > a > p, .articles-conseils > a > p {
        font-size: 14px;
        color: #5B6E83;
        margin-top: 4px;
    }

    .articles-conseils-marge > a, .articles-conseils > a {
        color: #283C50;
    }

    .articles-conseils-marge > a:hover, .articles-conseils > a:hover {
        text-decoration: underline;
        color: #283C50;
    }


    /* BLOC FORMULES */
    .bloc-formule {
        width: 100%;
        margin: 0 auto;
    }

    .bloc-formule-1 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-bottom: 32px;
        border: 1px solid #C8CDD7;
        border-radius: 12px;
        overflow: hidden;
        margin-right: 0px;
    }

    .bloc-formule-2 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: 0px;
        border: 1px solid #C8CDD7;
        border-radius: 12px;
        overflow: hidden;
    }

    .bloc-formule-image-un {
        display: inline-block;
        width: 100%;
        height: 200px;
        padding: 16px;
        border-bottom: 1px solid #C8CDD7;
        background: #FFE6F0;
        text-align: center;
    }

    .bloc-formule-image-un > img, .bloc-formule-image-deux > img {
        width: auto;
        height: 168px;
    }

    .bloc-formule-image-deux {
        display: inline-block;
        width: 100%;
        height: 200px;
        padding: 16px;
        border-bottom: 1px solid #C8CDD7;
        background: #F0EBFA;
        text-align: center;
    }

    .bloc-formule-texte {
        display: inline-block;
        width: 100%;
        padding: 32px;
    }

    .nom-prix-formule {
        padding-bottom: 32px;
        border-bottom: 1px solid #C8CDD7;
    }

    .h5 > img {
        margin-left: 8px;
        width: 52px;
    }

    .titre-formule {
        color: #5B6E83;
    }

    .sous-titre-formule {
        font-family: "Manrope semibold";
        margin: 8px 0px;
        font-size: 14px;
    }

    .prix-formule {
        color: #5B6E83;
        font-size: 14px;
    }

    .prix-formule-avant {
        font-size: 24px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #283C50;
    }

    .prix-formule-apres {
        font-size: 24px;
        font-family: "Manrope Bold";
        font-weight: 100;
        color: #D20A5A;
    }

    .services-materiel-inclus {
        margin-top: 32px;
    }

    .services-materiel-inclus-titre {
        font-family: "Manrope Bold";
        font-weight: 100;
    }

    .services-materiel-inclus > ul > li {
        margin-top: 8px;
        color: #5B6E83;
        list-style: url("../images/nos-offres/domicile/check.svg");
        padding-left: 8px;
        margin-left: 16px;
    }

    .bloc-formule-bouton {
        margin-top: 32px;
        text-align: center;
    }

    .bloc-formule-bouton > a {
        font-family: "Manrope Semibold";
        font-weight: 100;
        color: #D20A5A;
        text-decoration: underline;
    }

    .bloc-formule-bouton > a:hover {
        color: #A50046;
        cursor: pointer;
    }

    .bloc-formule-bouton > p {
        width: 100%;
        margin-top: 32px;
    }


    /* BLOC FAQ DANS LES PAGES */
    .faq {
        width: 100%;
        background: #fcfcfc;
        border-top: 1px solid #C8CDD7;
        border-bottom: 1px solid #C8CDD7;
        padding: 128px 16px;
        margin-top: 128px;
    }

    .titre-faq {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0px;
    }

    .titre-faq > p {
        display: none;
    }

    .questions-faq {
        width: 100%;
        display: inline-block;
    }

    .accordion {
        background: transparent;
        border: none;
        border-bottom: 1px solid #C8CDD7;
        color: #283C50;
        cursor: pointer;
        padding: 32px 0px;
        width: 100%;
        text-align: left;
        outline: none;
        font-size: 17px;
        font-family: "Manrope Semibold";
        transition: 0.2s;
    }

    .accordion:hover {
    }

    .active {
        border-bottom: 1px solid #FCFCFC;
        color: #283C50;
    }

    .panel {
        border-bottom: 1px solid #283C50;
        padding: 0px 0px 32px 0px;
        display: none;
        overflow: hidden;
        color: #5B6E83;
    }

    .accordion:after {
        content: '\02795'; /* code universel pour le signe + */
        font-size: 13px;
        color: #283C50;
        float: right;
        margin-left: 0px;
    }

    .active:after {
        content: "\2796"; /* code universel pour le signe - */
    }


    /* BLOC CONTACT */
    .bloc-contact {
        width: 100%;
        margin: 0 auto;
        background: #FFF5E6;
        border-radius: 12px;
        padding: 32px 32px 0px 32px;
        margin-bottom: 128px;
    }

    #contact-texte {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 32px;
        padding: 0px;
    }

    #contact-texte > span {
        color: #5B6E83;
    }

    #contact-texte > h2 {
        margin-bottom: 16px;
    }

    #contact-texte > h2:after {
        content: " ?";
        font-family: "Manrope bold";
        color: #283C50;
    }

    #contact-texte > p {
        vertical-align: middle;
        margin-top: 32px;
    }

    #contact-texte > .bouton-secondaire-L-desktop {
        margin-bottom: -16px;
    }

    #contact-texte > .bouton-secondaire-L-desktop {
        margin-right: 0px;
    }

    #contact-image {
        background: url("../images/illustration-contact.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        width: 100%;
        height: 312px;
        display: inline-block;
        vertical-align: bottom;
    }

    .bloc-encart {
        flex-direction: column;
        row-gap: 32px;
        padding: 32px;
        align-items: stretch;
    }
    .bloc-encart > div {
        flex: 0 1 auto;
    }
    .bloc-encart-image-afrc {
        background-position: center;
    }

    sup {
        font-size: 12px;
    }

    .header-pages-internes {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 32px;
    }

    .txt-strong {
        font-family: "Manrope Bold";
    }

    .title-font {
        font-family: "Azo Sans Regular";
    }

    .big-title-font {
        font-family: "IMA Black";
    }

    .glyphe-font {
        font-family: "IMA Alt";
    }

    .very-strong {
        font-family: "Manrope ExtraBold";
    }

    .strong-slash {
        font-family: "IMA Alt";
    }

    .color-violet {
        color: #500FA0;
    }

    .phone_desktop {
        display: inline;
    }

    .phone_smart {
        display: none;
    }

    .block-breadcrumb {
        font-size: 14px;
        /*margin: 20px 0 20px 0;*/
    }

    .block-breadcrumb a {
        text-decoration: none;
        color: #283c50;
    }

    .block-breadcrumb a:hover {
        text-decoration: underline;
    }

    .commun-bloc_header {
        width: 100%;
        line-height: 1.2;
        text-align: center;
        margin: 32px 0 0;
    }

    .commun-bloc_header h1 {
        font-family: "Azo Sans Regular";
        font-size: 58px;
        letter-spacing: 0.5px;
    }

    .commun-bloc_header p {
        margin: 30px 0 0;
    }

    .block-img-header {
        width: 100%;
        margin: 60px 0 0;
    }

    .block-img-header img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }


    .block-breadcrumb {
        display: none;
    }

    .commun-bloc_header h1 {
        font-size: 36px;
    }

    .contenu-commun {
        max-width: 100%;
        margin: auto;
        text-align: left;
    }

    .contenu-commun-titre h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .contenu-commun-titre-no-point h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .phone_desktop {
        display: none;
    }

    .phone_smart {
        display: inline;
    }
}