/* MAIN */

@font-face {
    font-family: 'LouisGeorgeCafeLight';
    src: url('../fonts/LouisGeorgeCafeLight.eot');
    src: url('../fonts/LouisGeorgeCafeLight.eot') format('embedded-opentype'),
    url('../fonts/LouisGeorgeCafeLight.woff2') format('woff2'),
    url('../fonts/LouisGeorgeCafeLight.woff') format('woff'),
    url('../fonts/LouisGeorgeCafeLight.ttf') format('truetype'),
    url('../fonts/LouisGeorgeCafeLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BetterGrade';
    src: url('../fonts/BetterGrade.eot');
    src: url('../fonts/BetterGrade.eot') format('embedded-opentype'),
    url('../fonts/BetterGrade.woff') format('woff'),
    url('../fonts/BetterGrade.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, p, li, blockquote, h3, h4, h5 {
    font-family: 'LouisGeorgeCafeLight', ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: justify;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1, h2 {
    font-family: 'BetterGrade', 'Brush Script MT', cursive;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


h1 {
    font-size: 8.5rem !important;
    line-height: 2rem;
}

h2 {
    font-size: 5.9rem !important;
    line-height: 3rem;
}

h3 {
    font-size: 1.9rem !important;
}

h4, blockquote {
    font-size: 1.6rem !important;
}

h5 {
    font-size: 1.3rem !important;
}

body, p, li {
    font-size: 1.2rem !important;
}

li {
    list-style-position: inside;
    list-style-type: disclosure-closed;
    font-weight: 300;
}

span {
    color: #434d4e;
    font-weight: 600;
}

blockquote {
    text-align: center;
    font-style: italic;
}

body {
    overflow-x: hidden;
}

.no-underline {
    text-decoration: none;
}

.btn-underline {
    text-decoration: underline !important;
    padding: 10px 40px 12px;
}

.center {
    text-align: center;
}

a {
    color: dimgrey;
    text-decoration: underline;
}

.container {
    max-width: 1000px;
}

.navbar > .container {
    max-width: none;
    width: auto;
}

#navbarToggler {
}

section {
    background-color: #F7F1E8;
}

.story-content-shorter {
    margin-bottom: 20px !important;
}

/* HEADER */

header, footer {
    background-color: #FFFFFF;
}

header > div:first-child {
    padding: 4rem 0;
}

.custom-header-image {
    max-height: 12rem;
}

.header-link {
    text-decoration: none;
    font-size: 1.15rem;
}

.header-right-content {
    margin-top: 1rem;
}

.header-right-content > img {
    padding: 1rem 3rem 0;
}

.hrSeparator {
    border: none;
    height: 2px;
    background-color: #434d4e;
    margin: 0;
}

.header-text-color, nav a, .nav-link, .navbar-nav {
    color: #759295;
}

.circular--square {
    border-radius: 50%;
}

.circular--square {
    border-radius: 50% 50%;
}

.circular--light {
    border-radius: 20%;
}

.circular--light {
    border-radius: 20% 20%;
}

.navbar {
    margin-right: 0;
    background-color: #FFFFFF !important;
}

nav a {
    text-transform: none;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 18px;
}

#nav-item-call-to-action {
    background-color: #F7F1E8;; /* Couleur de fond */
    color: #222; /* Couleur du texte */
    border-radius: 20px; /* Coins arrondis */
    padding: 10px 20px; /* Espacement intérieur */
}

#nav-item-call-to-action:hover {
    color: #fff !important;
    background-color: #759295;; /* Couleur de fond au survol */
    text-decoration: none !important;
}

#custom-nav > .nav-item {
    color: #222;
}

#custom-nav > .nav-item:hover {
    color: #434d4e;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: auto;
}

.navbar-item-active {
    color: #222;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
}

.navbar-item-active:hover {
    text-decoration-style: solid !important;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    border-color: white;
    background-color: #434d4e;
    color: white;
}

.btn-primary {
    background-color: white;
    color: black;
    border-color: #434d4e;
}

button, label {
    height: auto;
    white-space: normal !important;
}

@media (max-width: 992px) {

    .custom-nav-item {
        text-align: left;
        text-align: -moz-left;
        text-align: -webkit-left;
    }

    .navbar-toggler {
        border: 2px solid #434d4e !important;
    }
}

@media (max-width: 768px) {

    .header-text, .header-link {
        text-align: center;
    }

    .story-content {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .illustration-img {
        max-height: 16rem;
    }

    nav {
        top: 0;
    }

}

@media (max-width: 575px) {
    .illustration-img {
        max-height: 12rem;
    }

    .illustration-sm-optional, #custom-toggle-chevron {
        display: none !important;
    }

    h2 {
        font-size: 5rem !important;
        line-height: 3rem;
    }

}

/* TOGGLE */

.chevron-down {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid #60797B;
    border-width: 0 9px 9px 0;
    transform: rotate(45deg);
    margin: auto;
}

#custom-toggle, #custom-toggle-chevron {
    margin-left: 0;
    margin-right: 0;
}

#custom-toggle-chevron {
    margin: -10px 0 10px;
}

.custom-toggle-section, .custom-toggle-chevron {
    display: none;
}

#custom-toggle > div {
    padding: 0 5px 5px 5px !important;
}

#custom-toggle > div > label {
    font-size: 1.4rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#custom-toggle > div > label.active {
    background-color: #60797B;
    color: white;
}

#custom-toggle > div > label input {
    margin-bottom: 0.5rem;
    display: none;
}

.custom-toggle-section {
    padding: 2rem 4rem 0;
}

/* MAP */

.google-maps {
    position: relative;
    padding-bottom: 250px; /* This is the aspect ratio */
    /*height: 0;*/
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* OTHERS */

.alert-light {
    background-color: #FFFFFF;
    color: #000000;
}

#inside-office-pic {
    max-height: 18rem;
}
