
/*---------------------STYLES PAR DEFAUT--------------------*/
body, html {
    background-color: var(--bg-color);/*------------------------------VARIABLES POUR LE THEMING*/
}

.primary-font-color {
    color:#0f736f;
}

.secondary-font-color {
    color: #9ccc65;
}

div.container-fluid {
    background-color: var(--bg-color);/*------------------------------VARIABLES POUR LE THEMING*/
    padding: 0;
    width: 100%;
    height: 100vh;                               
}
/* ----------------------HEADER (LOGO+BUTTON RDV)--------------------------------*/

header {
    margin: auto;
    background-image: url("../images/couverture-site-flossie-galliano.jpg");
    width: 100%;
    height: 30em !important;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    color: black;
    font-family: 'Open Sans', sans-serif;
    flex-direction: column;
    justify-content: space-around;
}



header button {
    margin-top: 3rem;
    margin-bottom: 2rem;
}

header button.btn {
    background-color: #0f736f;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

header a {
    color: white;
    text-decoration: none;
}

.fit-picture {
    box-shadow: 0 0 30px var(--shadow-logo);
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: var(--bg-color);/*-------------------------------------------------------VARIABLES POUR LE THEMING*/
    position: relative;
}

/* ----------------------TOGGLE (MODE DARK/LIGHT)--------------------------------*/
div.toggle.theme-switch-wrapper {
    padding: 1rem;
    text-align: end;
    display: flex;
    justify-content: flex-end;
}

/* ----------------------MAIN (ACCORDION+ARTICLES+IMAGES+PICTOGRAMMES--------------------------------*/
main p li {
    text-indent: 5%;
    padding-top: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
}

footer i.material-icons {
    color:#0f7371;
}

h3 {
    font-size: 1.5rem !important;
    color: #0f7371;
    margin: 3rem 1rem 1rem 1rem !important;
    text-decoration: overline;
    font-weight: 400 !important;
}

button.accordion-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}

main button.accordion-button:not(.collapsed) {
    color: #0f7371;
    background-color: var(--bg-color);/*-------------------------------------------------------VARIABLES POUR LE THEMING*/   
}

main {
    text-align: justify;
}

.toogle-icon-sun {
    width: 27px;
    margin-right: 0.4em;
}

.toogle-icon-moon {
    width: 24px;
    margin: 0.4em;
}

.subtitle {
    display: block;
    margin-bottom: -20px;
    color:#0f7371;
}

img.pictogramme {
    color: antiquewhite;
}

.carousel-item.active {
    display: block;
    text-align: center;
}

main div.accordion-item {
    border: none;
    border-bottom: 3px solid #0f7371;
    background-color: var(--bg-color);/*-------------------------------------------------------VARIABLES POUR LE THEMING*/
    color: var(--font-color);         /*-------------------------------------------------------VARIABLES POUR LE THEMING*/
    width: 90%;
    margin: auto;
    display: flow-root;
}

div.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0.5rem;
}

div.accordion-item {
    border: none;
}

img.flossie-galliano {
    width: 100px;
    height: 150px;
    float: left;
    margin: 0 2rem 1rem 0;
    border-radius: 0.5rem;
    box-shadow: rgb(113,190,65, 0.7) 5px 5px, rgba(113,190,65, 0.5) 10px 10px, rgba(113,190,65, 0.3) 15px 15px, rgba(113,190,65, 0.1) 20px 20px, rgba(113,190,65, 0.05) 25px 25px;
}

.special-div {
    border: 3px solid rgb(113,190,65, 0.7);
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 10px 10px 0px 1px #0f7371;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.center-text {
    text-align: center;
}

.pastille {
    margin-right: 1em;
    height: 10px;
    width: 10px;
    background-color: #0f7371;
    border-radius: 50%;
    display: inline-block;
}

.font-special {
    font-size: 1.2em;
}

img.logo-text {
    width: 200px;
    height: 200px;  
}

img.d-block.w-100 {
    border-radius: 1rem;
}

.bg-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 50px rgb(15, 113, 110);
    border: 3px solid #0f736f;
    background-color:#0f737092;
    border-radius: 1rem;
    padding: 0.5rem;
    width: fit-content;
    height: fit-content;
    margin: 1rem;
}

.leaf {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.main-list li {
    margin-top: 0.8rem;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: bold !important;
}

.carousel-comment-p, .span-comment-avis {
    width: 50%;
    margin: 0 auto;
    color: var(--font-color);
    font-style: italic;
    font-weight: 300;
    font-size: 0.9rem;
    text-align: center !important;
}
.p-style{
    color: var(--font-color);
    font-weight: 100;
    text-align: center;
}

.carousel-item {
    text-align: center !important;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.rounded {
    border-radius: 1em !important;
}

div .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.star{
    width: 1rem;
    height: 1rem;
}

.table td, .table th {
    text-align: center;
    color: #0f7371;
    border: 2px solid #0f7371;
    font-weight: bold;
}

.table td.fit-width {
    width: 18% !important;
    margin: 0 auto;
}

.carousel-comment-p, .span-comment-avis {
    width: 100%;
    font-size: 1em;
}

.forfaits-p {
    margin-bottom: 2rem;
}

.table th {
    font-weight: bold;
    font-size: 1.2rem;
}

.table-container {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 2em;
}

button.accordion-button.collapsed {
    background-color: var(--bg-color);/*-------------------------------------------------------VARIABLES POUR LE THEMING*/   
    color: #0f7371;
}

button.accordion-button:focus {
    box-shadow: none;
}

.accordion-body.carousel-body{
    width: 80%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0;
}


/* ----------------------FOOTER (ACCORDION)--------------------------------*/
footer {
    background-color: black;
    color: white;
    text-align: center;
}

footer h3 {
    padding-top: 1rem;
}



footer p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 0.8rem;
}

footer a.tel-mail {
    margin: 0 auto !important;
}

footer a {
    width: fit-content;
    font-size: 0.7rem;
    margin-left: 1em;
    margin-right: 1em;
}

.linkedin {

}

footer button.accordion-button.collapsed::after, footer button.accordion-button::after {
    display: none;
    background-color: var(--bg-color);/*-------------------------------------------------------VARIABLES POUR LE THEMING*/
}

footer div.accordion-item, footer button.accordion-button.collapsed, footer button.accordion-button:not(.collapsed) {
    background-color:var(--bg-color);
    color: var(--font-color);
    text-align: center;
    border: none;
}

footer h4 { color: #666;display:inline-block; margin:0;text-transform:uppercase; }
footer h4:after {
  display:block;
  width: 100%;
  content: '';
  border: solid 2px white;  
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
footer h4:hover:after { transform: scaleX(1); }

iframe { /* ---------------------MINIATURE GOOGLE MAPS EN DESKTOP UNIQUEMENT---------------------------------*/
   display: none;
}

.pictogramme-footer {
    width: 40px;
    margin: 0 auto;
    padding-bottom: 1.5em;
}

.pictogramme-footer-contact {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

footer a {
    color: var(--font-color);
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 0.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 auto;
}

footer table, footer td {
    border: 1px solid black;
}

footer table {
    margin: auto;
    width: 90%;
    text-align: center;
    font-size: 0.8rem;
}

footer div.accordion-body-legals {
    padding-top: 1rem;
    padding-bottom: 2rem;
    width: 80%;
    margin: auto;
}

footer div.accordion-body-legals h5 {
    font-size: 1rem;
}

footer div.accordion-body-legals article p {
    font-size: 0.7rem;
    text-align: justify;
}

footer button.accordion-button.collapsed {
    height: 0.2rem;
    font-size: 0.8rem;
}

div.author {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bolder;
    text-align: center;
    padding: 1rem;
}

div.author a {
    color: var(--font-color);         /*-------------------------------------------------------VARIABLES POUR LE THEMING*/
}




