.pageMain #block-site-content article {
    line-height: 1.5;
}

.pageMain #block-site-content article p {
    padding-left: 65px;
}

.pageMain #block-site-content article ul {
    margin-left: 58px;
}

.pageMain #block-site-content article ul li {
    line-height: 2;
}

.pageMain #block-site-content article strong {
    /*color: #4e69b1;*/
    /*font-weight: normal;*/
}

.pageMain #block-site-content article h2 {
    margin-top:0;
}

.pageMain #block-site-content article h3 {
    color: #e586b8;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 65px;
    position: relative;
}

.pageMain #block-site-content article h3::before {
    position: absolute;
    top: 2px;
    left: -4px;
    display: block;
    width: 50px;
    height: 50px;
    content: '';
    background: url(../img/page/Petale.png) no-repeat;
    transform: scale(0.8);
}

.pageMain #block-site-content article h4 {
     color: #9bcc56;
    padding-left: 65px;

}

.pageMain #block-site-content article h4::before {
    /*position: absolute;*/
    /*top: 2px;*/
    /*left: -4px;*/
    /*display: block;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*content: '';*/
    /*background: url(../img/petale.png) no-repeat;*/

}

/* chapô */
.pageMain #block-site-content article h6 {
    font-size: 22px;
    padding-bottom:30px;
    line-height: 1.5;
}



.pageMain #block-site-content article img.align-right, .pageMain #block-site-content article img.align-left {
    max-width: 350px;
}

.pageMain #block-site-content article img.align-right {
    margin:0;
    padding: 0 0 20px 20px;
}

.pageMain #block-site-content article img.align-left {
    margin:0;
    padding: 0 20px 20px 0;
}

.pageMain #block-site-content article span.btn.btn-primary {
    margin-top:10px;
}

@media screen and (max-width: 768px) {
    .pageMain #block-site-content article h2, .pageMain #block-site-content article h3, .pageMain #block-site-content article h4, .pageMain #block-site-content article p  {
        margin-left: 0;
        padding-left: 0;
    }

    .pageMain #block-site-content article ul {
        margin-left: 0;
    }

    .pageMain #block-site-content article h2::before, .pageMain #block-site-content article h3::before, .pageMain #block-site-content article h4::before {
        display: none;
    }
}

.chapo{
    margin-bottom: 30px;
}

main .bloc_sdb .liens li a{
    padding-bottom: 10px;
}
.boite-service__lien img{
    display: inline-block;
}

.retour-liste{
    margin-top: 50px;
    text-align: center;
}

.boite-service  ul li::before{
    top: 11px;
}
#block-site-content h2.description-offre{
    font-size: 48px;
}
#block-site-content h2.description-offre:before{
    top: 13px;
}
.pageMain #block-site-content article a.btn-primary{
    background: #4e69b1;
    text-decoration: none;
    transition: .2s;
}
.pageMain #block-site-content article a.btn-primary:hover{
    background: #fff;
    color: #4e69b1;
}

/* Autocomplete */

.select2-container--default .select2-selection--single {
    height: 45px;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    cursor: default;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding: 5px 58px 5px 15px;
    font-size: 16px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/page/angle-down.png) right 55% no-repeat #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #adc5da !important;
    font-size: 18px;
    padding: 7.5px 58px 5px 15px;
}

#webform_anchor {
    position: absolute;
    left: 50px;
}

@media all and (max-width: 991px)
{
    #webform_anchor {
        left: 0;
        z-index: 100;
    }
}

a.phone:hover,
a.phone:focus {
    text-decoration: initial;
}

@media screen and (min-width: 992px) {
    main .top_article {
        min-height: 225px;
    }

    .row .full-right {
        min-height: 420px;
        background: linear-gradient(0deg, transparent 0, #fff 20%);
    }
    .row .full-right::after {
        background: linear-gradient(0deg, transparent 0, #fff 20%);
    }
}

.no-background::before {
    background: none;
}

.top_article__image::before {
    content: '';
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/page/forme_green.png) no-repeat left -100px;
    width: 100%;
    height: 100%;
}

.page-node-type-page .top_article__image::before {
    background: url(../img/page/forme.png) no-repeat left -100px;
}

@media screen and (min-width: 992px) and (max-width: 1200px){
	header .main-header .main_menu li{
		margin-left: 5px
	}
}