/* Add here all your CSS customizations */


/*Remonté contact*/


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


/*Sélection du texte*/

::selection {
    background-color: #74675e;
    color: white;
}

::-moz-selection {
    background-color: #74675e;
    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: #74675e;
}

@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        font-size: 1.4em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #header .header-nav-main nav>ul>li>a {
        font-size: 1.3em;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main nav>ul>li>a {
        font-size: 1.3em;
    }
}

#header .header-button a {
    font-size: 1.3em;
}

@media (max-width: 991px) {
    .header-logo a {
        font-size: 2.2rem !important;
    }
}

.btn-secondary:hover,
html.sticky-header-active .btn-sticky-secondary:hover,
html .btn-secondary:focus,
html.sticky-header-active .btn-sticky-secondary:focus {
    border-color: #74675e !important;
    background-color: #e8dfce !important;
    color: #74675e !important;
}

.btn-secondary,
html.sticky-header-active .btn-sticky-secondary {
    border-color: #e8dfce #e8dfce #e8dfce !important;
    color: #74675e!important;
    background-color: #e8dfce!important;
}


/*Scroll bar*/

.progress-container {
    width: 100%;
    height: 6px;
    background: #74675e;
}