.page-template-page-accompagnement {
    /*width: 1900px;*/
}

#content.accompagnement {
    margin: 0 auto;
    width: 100%;
}

#content.accompagnement strong {
    font-family: 'calibrib', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#content #accompagnement {
    padding-top: 40px;
    font-family: 'calibri', Arial, Helvetica, sans-serif;
}

.intro {
    padding-left: 45px;
}

.intro-title {
    font-size: 40px;
    font-family: "Caveat";
    font-weight: 500;
    color: rgb(19, 177, 172);
    line-height: 0.8;
    text-align: left;
    width: 600px;
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 20px;
}

.intro-text {
    font-size: 20px;
    color: rgb(53, 43, 43);
    line-height: 1.35;
    padding-bottom: 25px;
}

#content .cols {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

#content .col {
    padding: 15px 28px;
    width: 215px;
    text-align: center;
}

#content .bloc-images {
    padding-bottom: 10px;
}

#content .bloc-images .col h2 {
    font-size: 34px;
    font-family: "Caveat";
    line-height: 0.833;
    padding-bottom: 7px;
}

#content .bloc-images .col1 h2 {
    color: rgb(19, 177, 172);
}

#content .bloc-images .col2 h2 {
    color: rgb(147, 164, 71);
}

#content .bloc-images .col3 h2 {
    color: rgb(244, 153, 42);
}

#content .bloc-images .texte {
    font-size: 17px;
    color: rgb(53, 43, 43);
    line-height: 1.2;
}

#content .bloc-approche {
    background-color: #f5f4f4;
    padding: 30px;
}

.bloc-approche .main-title {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.bloc-approche .main-title img {
    padding-left: 40px;
}

.bloc-approche h2 {
    font-size: 30px;
    font-family: "Caveat";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    background-color: #69ccc5;
    display: inline-block;
    padding: 5px 20px;
}

.bloc-approche .blocs {
    display: flex;
    justify-content: center;
}

.bloc-approche .bloc-left {
    width: 410px;
}

.bloc-approche .bloc-left .lists {
    padding-top: 25px;
    width: 335px;
}

.bloc-approche .bloc-left .list-with-arrows {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px;
    margin: 0;
}

.bloc-approche .bloc-left .list-with-arrows li {
    background: url('../images/accompagnement/fleche_droite.png') no-repeat left top;
    padding-left: 25px;
    padding-bottom: 10px;
    font-family: "Caveat";
    color: rgb(23, 179, 173);
    line-height: 1.294;
    font-size: 17px;
}

.bloc-approche .bloc-left .list-with-image {
    list-style-type: none;
    padding-left: 5px;
    margin: 0;
}

.bloc-approche .bloc-left .list-with-image li {
    background: url('../images/accompagnement/list-image.png') no-repeat left 2px top 5px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgb(53, 43, 43);
    line-height: 1.294;
    font-size: 14px;
    border-bottom: 2px solid #69ccc5;
}

.bloc-approche .bloc-left .list-with-image li:last-child {
    border-bottom: none;
}


.bloc-approche .bloc-right {
    width: 410px;
    position: relative;
}

.bloc-approche .bloc-right .main-img {
    position: relative;
    top: -28px;
    left: -50px;
}

.bloc-approche .bloc-left-img {
    position: relative;
}

.bloc-approche .bloc-left-img .img-right {
    position: absolute;
    top: 3px;
    right: -20px;
}

.bloc-approche .bloc-left-img .img-plus {
    position: absolute;
    top: 40px;
    right: 22px;
    z-index: 10;
}


.bloc-approche .bloc-left-img .title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 24px;
    font-family: "Caveat";
    color: rgb(23, 179, 173);
    width: 240px;
    line-height: 0.917;
}

.bloc-approche .bloc-right-img {
    position: relative;
}

.bloc-approche .bloc-right-img .title {
    position: absolute;
    top: 0;
    left: 35px;
    text-align: center;
    font-size: 24px;
    font-family: "Caveat";
    color: rgb(149, 165, 71);
    width: 255px;
    line-height: 0.917;
}

.bloc-right .content {
    position: relative;
    top: -60px;
    left: 15px;
}

.bloc-approche .bloc-right .lists {
    padding-top: 30px;
}

.bloc-approche .bloc-right .list-with-arrows {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 5px;
    margin: 0;
}

.bloc-approche .bloc-right .list-with-arrows li {
    background: url('../images/accompagnement/fleche_droite_2.png') no-repeat left top;
    padding-left: 25px;
    padding-bottom: 10px;
    font-family: "Caveat";
    color: rgb(149, 165, 71);
    line-height: 1.294;
    font-size: 17px;
}

.bloc-approche .bloc-right .list-with-image {
    list-style-type: none;
    padding-left: 5px;
    margin: 0;
}

.bloc-approche .bloc-right .list-with-image li {
    background: url('../images/accompagnement/list-image_2.png') no-repeat left 2px top 5px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgb(53, 43, 43);
    line-height: 1.294;
    font-size: 14px;
    border-bottom: 2px solid rgb(149, 165, 71);
}

.bloc-approche .bloc-right .list-with-image li:last-child {
    border-bottom: none;
}

.bloc-infos {
    background-color: #f4992a;
    padding: 25px 40px;
}

.bloc-infos .blocs {
    display: flex;
    justify-content: center;
}

.bloc-infos .blocs .bloc-left {
    padding: 0 13px;
    position: relative;
}

.bloc-infos .blocs .bloc-left .texte {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 105px;
    width: 145px;
}


.bloc-infos .blocs .bloc-right {
    padding: 0 13px;
    position: relative;
}

.bloc-infos .blocs .bloc-right .texte {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 105px;
    width: 220px;
}

.bloc-benefices {
    background: url('../images/accompagnement/benefices_bg.png') no-repeat top center;
    background-size: cover;
}

.bloc-benefices h2 {
    font-size: 30px;
    font-family: "Caveat";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    background-color: #69ccc5;
    display: inline-block;
    padding: 5px 20px;
}

.bloc-benefices-inner {
    padding: 30px;
}

.bloc-benefices-inner .blocs {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
}

.bloc-benefices-inner .blocs ul li {
    list-style: none;
    font-size: 14px;
}

.bloc-benefices-inner .blocs ul li:before {
    content: "\2022 ";
    font-size: 20px;
    position: relative;
    top: 0;
    left: -5px;
}

.bloc-benefices-inner .blocs .bloc {
    width: 270px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.bloc-benefices-inner .blocs .bloc.bloc1 .title {
    font-size: 20px;
    font-family: "Caveat";
    color: rgb(147, 164, 71);
    line-height: 1.25;
}

.bloc-benefices-inner .blocs .bloc.bloc2 .title {
    font-size: 20px;
    font-family: "Caveat";
    color: rgb(19, 177, 172);
    line-height: 1.25;
}

.bloc-benefices-inner .blocs .bloc.bloc3 .title {
    font-size: 20px;
    font-family: "Caveat";
    color: rgb(244, 153, 42);
    line-height: 1.25;
}

.bloc-benefices-inner .blocs .bloc .title {
    font-size: 20px;
    font-family: "Caveat";
    color: rgb(244, 153, 42);
    line-height: 1.25;
}

.bloc-benefices-inner .blocs .bloc  ul {
    padding-bottom: 14px;
    padding-left: 5px;
    padding-rigth: 5px;
}

.bloc-benefices-inner .blocs .bloc .bloc-bottom {
    color: white;
    font-family: "Caveat";
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: auto;
    position: relative;
}

.bloc-benefices-inner .blocs .bloc .bloc-bottom .fleche {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
}


.bloc-benefices-inner .blocs .bloc.bloc1 .bloc-bottom {
    background-color: rgb(147, 164, 71);
}

.bloc-benefices-inner .blocs .bloc.bloc2 .bloc-bottom {
    background-color: rgb(19, 177, 172);
}

.bloc-benefices-inner .blocs .bloc.bloc3 .bloc-bottom {
    background-color: rgb(244, 153, 42);
}

.bloc-benefices-inner .blocs .bloc .bloc-bottom ul li {
    font-size: 18px;
}