/* Add here all your CSS customizations */


/*Sélection du texte*/

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

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

.rounded-logo {
    border-radius: 2.25rem!important;
}

.photoSection {
    background-image: url('/img/bandeauBoutique.jpg');
    width: 100%;
    height: 180px;
    background-size: cover;
}

.photoContact {
    background-image: url('/img/bandeauContact.jpg');
    width: 100%;
    height: 180px;
    background-size: cover;
}

.photoActu {
    background-image: url('/img/bandeauActu.jpg');
    width: 100%;
    height: 180px;
    background-size: cover;
}

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

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: #4297d0;
    background-color: #4299f9;
    color: #FFF;
}

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

html .btn-outline.btn-secondary:hover,
html.sticky-header-active .btn-outline.btn-sticky-secondary:hover,
html .btn-outline.btn-secondary:focus,
html.sticky-header-active .btn-outline.btn-sticky-secondary:focus {
    border-color: #4297d0;
    background-color: #4297d0 !important;
    color: #FFF;
}

.textShadow {
    text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff
}