/* Add here all your CSS customizations */


/*Remonté contact*/

div:target,
section:target {
    padding-top: 170px !important;
}


/*Sélection du texte*/

::selection {
    background-color: #90c8ad;
    color: white;
}

::-moz-selection {
    background-color: #90c8ad;
    color: white;
}


/*img-fluid afficherArticles*/

.articleTexte img {
    max-width: 100%;
}


/*Tailles badges*/

.FacebookLogo,
.MyBusinessLogo {
    max-width: 100%;
    height: 4em;
    margin: 0px 10px;
}


/*Sections éditables*/

.edit p {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: justify;
    opacity: 1 !important;
}

.edit h2 {
    margin-bottom: 1rem !important;
}

.edit h3 {
    font-weight: 700 !important;
}

.edit ul {
    list-style: none;
    font-size: 1.2em;
    line-height: 1.8;
    padding-left: 1rem !important;
    padding-bottom: 1rem !important;
    text-align: justify;
}

.articleTexte a {
    color: #90c8ad;
}

.offset--1 {
    margin-left: -8.333333%;
}

element.style {
    background-image: url(/img/indexParallax.jpg);
    background-size: cover;
    background-position: 50% center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 250%;
    transform: translate3d(0px, -178.679px, 0px);
}