:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace:
        SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
        Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

body {
    font-family: "Nunito", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
/* barre d'information & logo */
nav {
    padding: 0.5rem 1rem;
    background: #fafafa !important;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container {
    max-width: 1230px;
}

.navContainerGrid {
    display: block;
}

@media (min-width: 768px) {
    .navContainerGrid {
        display: grid;
        grid-template-columns: auto;
        align-items: center;
    }
}

@media (min-width: 1160px) {
    .navContainerGrid {
        grid-template-columns: auto auto;
    }
}

.navLogo {
    padding-right: 1.5rem !important;
}

.navLogo a {
    font-weight: 900;
    font-size: 24px;
    padding: 0;
    line-height: 1;
    color: rgba(0, 0, 0, 0.9);
    margin-right: 1rem;
}

.navLogo span {
    color: lightgreen;
}

.navInfos {
    display: none;
}

@media (min-width: 768px) {
    .navInfos {
        display: block;
    }
}

.navInfos .row {
    margin-right: -15px;
    margin-left: -15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.topper {
    font-size: 15px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.topper .icone {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: grid;
    align-items: center;
    justify-items: center;
}

.topper .icone span {
    color: #077e49;
}

/* Menu */
.navMenu {
    background: transparent !important;
    z-index: 3;
    padding: 0;
}
@media (max-width: 991.98px) {
    .navMenu {
        background: #000000 !important;
        position: relative;
        top: 0;
        padding: 10px 15px;
    }
}

@media (min-width: 992px) {
    .navMenu .navbar-collapse {
        /* display: -webkit-box !important; */
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media (min-width: 992px) {
    .navMenu ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-left: 0;
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.navMenu .navbar-toggler {
    border: none;
    color: #4a6475 !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: inherit;
}

@media (min-width: 992px) {
    .navMenu .navbar-toggler {
        display: none;
    }
}

.navMenu .navbar-toggler:focus {
    outline: none !important;
}

.navMenu .navbar-nav > .nav-item.active > a {
    color: #9acb9a;
}

@media (max-width: 991.98px) {
    .navMenu .navbar-nav > .nav-item.active > a {
        color: #fff;
    }
}

.navMenu .navbar-nav > .nav-item > .nav-link {
    font-size: 14px;
    font-weight: bolder !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    opacity: 1 !important;
    text-decoration: none;
}
@media (max-width: 991.98px) {
    .navMenu .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        color: #4a6475;
    }
}

.navMenu > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navMenuCTA {
    margin-bottom: 0 !important;
    margin-top: 0;
}

@media (min-width: 992px) {
    .navMenuCTA {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #9acb9a;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid transparent; */
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
.btn-outline-secondary {
    color: var(--ab-coral);
    background-color: transparent;
    border-color: var(--ab-coral);
}
.btn-outline-secondary:hover {
    color: var(--white);
    background-color: var(--ab-coral);
    border-color: var(--ab-coral);
}
.btn-cta-call {
    border-radius: 50px;
}

.navMenuCTA a {
    background: #90ee90;
    border: 1px solid #84d484;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.collapse:not(.show) {
    display: none;
}

/* footer */
footer {
    font-size: 14px;
    background: #141313;
    padding: 7em 0;
}
.footerColonnesGrid {
    display: grid;
    grid-template-columns: 1fr;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .footerColonnesGrid {
        display: grid;
        grid-template-columns: 2fr 1fr 1fr 1fr;
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 3rem !important;
    }
}

.footerColonnes {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.footerBlocTexte h2 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}
.logo {
    color: #90ee90 !important;
}

.logo span {
    color: #ffffff !important;
}

.footerBlocTexte p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0;
    margin-bottom: 1rem;
}

.footerBlocInfos ul {
    padding: 0;
}

.footerBlocInfos ul li,
.footerBlocInfos ul li > a {
    display: flex;
    margin-bottom: 15px;
}

footer ul a {
    color: rgba(255, 255, 255, 0.7);
}

footer ul li a span {
    color: #fff;
}

.footerBlocInfos ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}

.ftco-footer .subscribe-form .form-group .submit:hover {
    cursor: pointer;
    background: #22ac22 !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    margin-top: 0;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}

/* animation des icons réseaux sociaux dans le footer */
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.ftco-animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.footerSocialList {
    margin-top: 1rem !important;
    padding: 0px;
}

@media (min-width: 768px) {
    .footerSocialList {
        float: left !important;
    }
}

.footerSocialList li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.footerSocialList li a {
    height: 40px;
    width: 40px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    position: relative;
}

.footerSocialList li a span {
    font-size: 20px;
    display: grid;
    justify-items: center;
    line-height: 40px;
}

.listeFleche {
    margin-right: 0.5rem !important;
}

.footerHoraires {
    color: #fff;
    font-size: 18px;
    padding-left: 1.5rem !important;
}

.footerHoraires span {
    color: rgba(255, 255, 255, 0.3);
    margin-right: 1rem !important;
}

footer form input {
}

.formulaireZoneTexte {
    height: 52px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px;
    margin-bottom: 0.5rem !important;
    text-align: center !important;
}

.formulaireBouton {
    display: block;
    width: 100%;
    color: #fff !important;
    font-size: 16px;
    background: #90ee90 !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 52px;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    text-align: center !important;
    width: 100%;
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition:
        opacity 0.2s ease-out,
        visibility 0s linear 0.2s;
    -o-transition:
        opacity 0.2s ease-out,
        visibility 0s linear 0.2s;
    transition:
        opacity 0.2s ease-out,
        visibility 0s linear 0.2s;
    z-index: 1000;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition:
        opacity 0.4s ease-out,
        visibility 0s linear 0s;
    -o-transition:
        opacity 0.4s ease-out,
        visibility 0s linear 0s;
    transition:
        opacity 0.4s ease-out,
        visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* end nav & footer */
.owl-carousel.home-slider .slider-item .slider-text h2 {
    font-size: 60px;
    color: #077e49;
    line-height: 1.2;
    font-weight: 900;
}
/* start slider */

/* end slider */

@media (max-width: 576px) {
    .owl-carousel.home-slider .slider-item .slider-text h2 {
        font-size: 32px;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
