/* Add here all your CSS customizations */


/*Remonté contact*/

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


/*Sélection du texte*/

::selection {
    background-color: #004365;
    color: white;
}

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

html .btn-primary,
html.sticky-header-active .btn-sticky-primary {
    border-color: #004365 #004365 #004365;
    color: #FFF;
    background-color: #004365;
}

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: #09618f;
    background-color: #09618f;
    color: #FFF;
}

/* Style pour form avis */
.rate {
    float: left;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}