/* Add here all your CSS customizations */

/*Remonté contact*/

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

/*Sélection du texte*/

::selection {
    background-color: #82c0ff;
    color: white;
}

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

.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;
    text-align: justify;
}

.articleTexte a{
    color: #82c0ff;
}

.text-4-5 {
    font-size: 1.3rem !important;
}

html .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: #62b1ff;
    background-color: #62b1ff;
    color: #FFF;
}
html .btn-primary:hover, html.sticky-header-active .btn-sticky-primary:hover, html .btn-primary:focus, html.sticky-header-active .btn-sticky-primary:focus {
    border-color: #6fb7ff;
    background-color: #6fb7ff;
    color: #FFF;
}

html .btn-secondary, html.sticky-header-active .btn-sticky-secondary {
    border-color: #0172ca #0172ca #0172ca;
    color: #FFF;
    background-color: #0172ca;
}