ol.breadcrumb {
    margin: -40px auto 20px !important;
}

.titreVert {
    margin-bottom: 1rem;
}

.titreVert h2 {
    color: #55c022;
    text-transform: uppercase;
    text-align: inherit;
    font-weight: 600;
    font-size: 19px;
    margin: 0;
}

.titreVert .boxTitle {
    content: "";
    width: 17px;
    height: 36px;
    margin-right: 5px;
    background: #55c022;
    position: relative;
    top: 0;
}

p {
    font-size: 16px;
    text-align: justify;
}

.blocVert {
    width: 12px;
    height: 67%;
    background: #55c022;
}

.bloc-title-prime {
    margin: auto;
    text-align: center;
}

.bloc-title-prime p {
    text-align: center;
}

.text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.text-content a,
a.read {
    text-decoration: underline;
    color: #707070;
}

.text-content a:hover,
a.read:hover {
    text-decoration: none;
    color: #55c022;
}

.bloc-cards {
    display: flex;
    justify-content: space-between;
}

.bloc-card {
    width: 48%;
    padding: 10px 20px;
    border: 1px solid #707070;
    border-radius: 15px;
}

.bloc-card h3 {
    font-size: 20px;
    font-weight: 800;
    color: #707070;
    text-align: center;
    margin-top: 1rem;
}

.bloc-card p {
    font-size: 16px;
}

.bloc-card ul {
    padding: 0;
    padding-left: 11px;
}

.deco-planet p {
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}

.row-prime {
    margin-bottom: 20px;
}

.row-prime p {
    line-height: 1.5;
}

.col-text {
    margin-bottom: 20px;
}

.s0 {
    fill: none;
    stroke: #30B573;
    stroke-width: 1px;
}

.s1 {
    fill: none;
    stroke: #30B573;
    stroke-width: 4px;
}

.div-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.div-flex p,
.div-flex h3 {
    font-size: 14px !important;
}

.div-flex-item {
    width: 30%;
    position: relative;
    transform: opacity .5s easi-in-out;
}

.container-svg {
    position: relative;
    display: flex;
    justify-content: center;
}

.container-svg h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 17px;
    text-align: center;
}

.container-svg svg {
    margin-top: 3rem;
}

.box-div-flex {
    margin-top: 3rem;
}

.box-div-flex ul {
    padding: 0;
}

.text1::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 200px;
    background: url(img/text1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: -48px
}

.text2::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 200px;
    background: url(img/text2.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -48px
}

.text3,
.text4 {
    margin-top: -7rem;
}

.text3::after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(img/text.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: -60px
}

.text4::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(img/text.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: -60px
}

.btnConnexionb:hover {
    background: #009EE0;
}

.deco-planet .btnConnexionb:hover {
    background: #30B573 !important;
}

.green {
    color: #55c022;
    font-weight: 700;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

.titreBlanc {
    font-weight: bold;
    font-size: 24px;
}

.ctnFondJaune {
    background: #ffcd30;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}

.ctnFondBleuVert {
    background: #41c2a6;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}

.ctnPaysage {
    background-image: url('/img/paysage.jpg');
    background-position: center -450px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-size: cover;
}

.btnConnexionb {
    max-width: 200px;
}

h1 {
    text-align: center;
    font-size: 1.75rem;
}

.button.subbtn:before {
    top: 14px !important;
}

.subbtn {
    font-size: 24px !important;
}

.subbtnb {
    font-size: 16px !important;
}

@media screen and (max-width: 1000px) {
    .ctnPaysage {
        background-image: none;
    }
}
@media screen and (max-width: 767px) {
    .ctnFondJaune {
        margin-bottom: 2rem;
    }

    .ctnFondBleuVert {
        margin-bottom: 2rem;
    }

    img {
        width: auto;
    }

    .bloc-title-prime p {
        margin-top: 20px;
    }

    .row-prime img {
        width: 60%;
    }

    .row-prime:nth-child(3) {
        flex-direction: column-reverse;
    }

    .row-prime:nth-child(3) .colpad25:nth-child(2) p {
        text-align: center !important;
    }

    .row-prime:nth-child(5) .colpad25:nth-child(2) p {
        text-align: center !important;
    }

    .row-prime:nth-child(6) .colpad25:nth-child(2) {
        margin-top: 3rem;
    }

    .bloc-cards {
        flex-direction: column;
    }

    .bloc-card {
        width: 100%;
        margin-bottom: 1rem;
    }

    .bloc-card img {
        width: auto !important;
    }

    .deco-planet p {
        text-align: justify;
    }

    .div-flex {
        flex-direction: column;
    }

    .div-flex-item {
        width: 100%;
    }

    .container-svg {
        display: none;
    }

    .text1::after,
    .text3::after {
        display: none;
    }

    .text1 .title-flex-item,
    .text3 .title-flex-item {
        text-align: justify !important;
    }

    .text2::before,
    .text4::before {
        display: none;
    }

    .text3,
    .text4 {
        margin-top: 0;
    }

    iframe {
        width: 100%;
    }
}

@media screen and (min-width: 1720px) {
    .div-flex-item {
        width: 33%;
    }

    #flex-prime .innerbloc,
    .innerbloc-flex,
    .innerbloc {
        max-width: 1500px !important;
    }
}