
:root {
	--color-accueil-primary: #801a7f;
	--color-accueil-secondary: #322b31;
}

.wsrow {
    width: 100%;
    margin-bottom: 20px;
}
.wsrow picture, .wsrow img {
    width: 100%;
    height: auto;
}
@media (max-width: 991px) { /*991  1199 1200*/
    .wsrow {
        display: block;
    }
    .wscol1 {
        width: 100%;
        margin: 15px 0;
    }
    .wscol2 {
        width: 100%;
    }
    .wscol2 > div {
        margin: 15px 0;
    }
}
@media (min-width: 992px) {
    .wsrow {
        display: inline-flex;
        margin-top: 30px;
    }
    .wscol1 {
        width: 685px;
        margin: 0;
    }
    .wscol2 {
        width: 425px;
        margin-left: 12px;
    }
    .wscol2 > div {
        margin: 0;
    }
    .wscol2 > div:nth-of-type(2){
        padding-top: 12px;
    }
}
@media (min-width: 1200px) {
    .wscol2 > div:nth-of-type(2){
        padding-top: 14px;
    }
}

#content-wrapper .page-home .titrewrapper h2:before{
    height: 1px;
    width: calc(50% - 115px);
    top: 50%;
    left: 0;
}

.titrewrapper {
    margin-bottom: -36px;
}

.titrewrapper, .vignette {
    margin-right: 0px;
    margin-left: 0px;
}

.titre {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.titre > h2 > span {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.titre > h2 > span, .titre > h2 span span {
    font-family: Lato,sans-serif,Arial;
    font-size: 20px;
    line-height: 25px;
    color: var(--color-accueil-primary);
    text-transform: uppercase;
}
.titre > h2 span span {
    text-transform: none;
    color: var(--color-accueil-secondary);
    position: relative;
    padding-bottom: 10px;
}

.titre > h2 span span:after {
    left: calc(50% - 10px);
    content: "";
    width: 20px;
    height: 3px;
    position: absolute;
    bottom: 5.6px;
    visibility: visible;
    background-size: contain;
    background-position: 50%;
    background-color: var(--color-accueil-primary);
    background-repeat: no-repeat;
    border-radius: 2px;
}

#content-wrapper .titrewrapper h2:after {
    content: "";
    height: 1px;
    width: calc(50% - 115px);
    top: 50%;
    right: 0;
    position: absolute;
    visibility: visible;
    background-size: contain;
    background-position: 50%;
    background-color: var(--color-accueil-primary);
    background-repeat: no-repeat;	
}

.vignette {
    border-style: solid;
    border-width: 0 1px 1px!important;
    border-color: var(--color-accueil-primary) !important;
    padding: 30px 15px 20px;
    margin-bottom: 50px;
}

.vignette h3{
    text-align: center;
    color: var(--color-accueil-primary);
    text-transform: uppercase;
    position: relative;
    padding-top: 66.5px;
    font-size: 1.125rem;
    margin-top: 0;
}
.vignette h3:before{
    left: calc(50% - 20.5px);
    content: "";
    width: 41px;
    height: 41px;
    position: absolute;
    top: 13.2px;
    visibility: visible;
    background-size: contain;
    background-position: 50%;	
}
.vignette p {
    margin-bottom: 0cm;
    text-align: center;
    font-family: Georgia,serif;
}
.vignette .achat h3:before{
    background-image: url('/themes/ecrinv2/assets/picto/achat-p.svg');
    background-repeat: no-repeat;
}
.vignette .paiement h3:before{
    background-image: url('/themes/ecrinv2/assets/picto/paiement-p.svg');
    background-repeat: no-repeat;
}
.vignette .collect h3:before{
    background-image: url('/themes/ecrinv2/assets/picto/collect-p.svg');
    background-repeat: no-repeat;
}