:root {
    --vert: #013328;
    --marron: #cc8b65;
    --fond: #e3dcd2;
}
body {
    font-size: medium;
}
h5 {
    font-size: inherit;
}
p {
    margin-bottom: 1em;
}
body {
    font-family: "Roboto", sans-serif;
    background-color: var(--fond);
    overflow: hidden;
}
#menu,
.page4 {
    font-family: "Montserrat", sans-serif;
}
.btn {
    font-size: inherit;
}
#accueil {
    background-image: url("../img/fond.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 400;
}
.bimage {
    height: 100vh;
    position: relative;
}
#acc-anim {
    background-image: url("../img/accueil.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
}
#intro {
    position: absolute;
    top: 90vh;
    right: 10vw;
    width: 20px;
    height: auto;
}
#welcome-container {
    position: absolute;
    top: 60vh;
    left: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33vw;
}
#welcome-container h1 {
    color: var(--vert);
    font-size: larger;
}
.btn-marron {
    background-color: var(--marron);
    color: #fff;
    width: 12em;
    margin: 0.5em;
}
.btn-marron:hover {
    color: #fff;
}
.shiny-btn {
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        background-position 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        box-shadow 500ms linear;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}
.shiny-btn:hover {
    transform: scale(1.1);
    background-position: -60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shiny-btn:active {
    transform: scale(1);
    background-position: 500px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(1 51 40 / 25%);
}
#menu {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}
#menu li {
    display: table;
    width: 100%;
}
#menu li a {
    display: table-cell;
    vertical-align: middle;
    color: var(--fond);
    text-decoration: none;
    height: 4.5em;
    background: var(--vert);
    border-radius: 2.5em;
    padding: 1em;
    font-weight: 500;
}
#menu li a.active {
    background-color: var(--marron);
    color: #fff;
}
.progress-bar-vertical {
    width: 100px;
    min-height: 90vh;
    margin-right: 0;
    background: var(--vert);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
}

.progress {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.nav-container {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
#menu-fixe {
    position: fixed;
    z-index: 50;
    display: flex;
    align-items: flex-end;
}
#go {
    position: absolute;
    border: none;
    background: transparent;
    color: var(--vert);
}
.pulse {
    transition: 0.25s;
    -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--marron);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--marron);
    }
}
#pconstat {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/constat.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: transparent;
    display: flex;
    align-items: center;
}
.close,
.contactclose {
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background: transparent;
    color: var(--marron);
    width: auto;
    height: auto;
}
.contactclose {
    right: unset;
    left: 1rem;
}
#pquiz1,
#pquiz2 {
    position: absolute;
    background-image: url("../img/quiz.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}
#pfaire {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url("../img/faire.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    z-index: 100;
}
#pplus {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/plus.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    z-index: 100;
}
#pplus .hwrapper {
    margin-top: 5rem;
}
#pprix {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/prix.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    z-index: 100;
}
#ppresent {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/present.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    background-color: transparent;
    display: flex;
    z-index: 100;
}
.play {
    font-size: 8vw;
    color: var(--marron);
    border: none;
    background: transparent;
    border-radius: 100%;
    padding: 0;
}
#covid {
    background-color: var(--vert);
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    font-weight: 400;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 40%);
    text-align: justify;
}
#covid p:last-child {
    margin-bottom: 0;
}
#pconstat .row {
    align-items: center;
}
#video-modal video {
    width: 100%;
}
.next {
    background-image: url("../img/pancarte.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    width: 15vw;
    position: absolute;
    bottom: 0;
    right: 2rem;
    z-index: 100;
}
.btn-tr {
    background-color: rgba(242, 180, 100, 80%);
    border: none;
    color: var(--vert);
    position: absolute;
    top: 4rem;
    left: 1rem;
    font-size: 1.4em;
}
.quiz-body {
    background-image: url("../img/quiz.png");
    background-repeat: no-repeat;
    height: 90vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 8rem 6rem 3rem 6rem;
}
.page4 h2,
.page6 h2 {
    background-color: var(--marron);
    padding: 5px;
    text-align: center;
    border-radius: 4px;
    z-index: 100;
    margin-bottom: -0.7rem;
    font-weight: 500;
}
.page4 .quiz,
.page6 .quiz {
    background-color: var(--vert);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 40%);
}
.page4 .quiz span,
.page6 .quiz span {
    text-align: center;
    font-weight: 700;
}
.page4 button,
.page6 button {
    position: relative;
    color: #fff;
    margin-top: 1rem;
    background-color: var(--marron);
    border-radius: 30px;
    padding: 0.5rem 0;
}
.page4,
.page6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quiz-q {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 400;
    font-size: 0.8em;
}
button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: 1rem;
}
button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: #fff;
    border-radius: 2rem;
}
button.learn-more .circle .lettre {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--marron);
    font-size: 1rem;
}
button.learn-more .circle .lettre {
    left: 1.2rem;
    width: 1.25rem;
    height: 1.2rem;
    background: none;
}
button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 0 0 4.2rem;
    color: #fff;
    font-weight: 400;
    text-align: start;
    display: flex;
    align-items: center;
}
.page4 .quiz .button-text span {
    font-weight: 400;
    text-align: start;
}
button:hover .circle,
button.active .circle {
    width: 100%;
}
button:hover .circle .lettre,
button.active .circle .lettre {
    background: #fff;
    transform: translate(1rem, 0);
}
button:hover .button-text,
button.active .button-text {
    color: var(--vert);
}
.quiz-body .next {
    right: -10rem;
}
#item1,
#item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#item1 img,
#item2 img {
    width: 50%;
}
.gauche {
    padding: 1rem;
    border-radius: 2rem;
    background-color: var(--marron);
    color: #fff;
    text-align: justify;
}
.droite {
    padding: 1rem;
    border-radius: 2rem;
    background-color: var(--vert);
    color: #fff;
    text-align: justify;
}
.carousel-control-prev {
    left: -6rem;
}
.carousel-control-next {
    right: -6rem;
}
.page6 div {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.page6 div button {
    color: var(--marron);
    background-color: #fff;
    border-radius: 100%;
    border: none;
    width: 3rem;
    height: 3rem;
}
#reponse2 {
    margin-top: 1rem;
}
.oui.active {
    background-color: firebrick;
    color: #fff;
}
.non.active {
    background-color: forestgreen;
    color: #fff;
}
.boutons {
    width: 100%;
    margin-bottom: 1.5rem;
    justify-content: center;
    border: none;
}
.boutons .btn {
    background-color: var(--fond);
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    margin: 0 -20px;
    z-index: 1;
}

.boutons .btn.active {
    color: #fff;
    background-color: var(--marron);
    z-index: 2;
    border: none;
}

.boutons .btn:focus {
    box-shadow: unset;
    background-color: var(--marron);
    z-index: 2;
}
.tab-content {
    padding: 0 3rem;
}
.btn-container {
    width: 100%;
    justify-content: space-evenly;
    margin: 30px 0;
}

.btn-container .btn {
    background-color: var(--vert);
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    padding: 0.5rem 1rem;
    width: 18rem;
}
.card-body {
    text-align: center;
    background-color: var(--vert);
    color: #fff;
}

.card-text {
    font-weight: 400;
}

.card {
    border: none;
    background-color: unset;
}

.card-img-top {
    border-radius: 30px 30px 0 0;
}

.social {
    margin: 1rem 0;
    display: flex;
    justify-content: space-evenly;
    padding: 0 10rem;
}

.social i {
    background-color: var(--vert);
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
strong {
    color: var(--marron);
}
#nav-logo {
    cursor: pointer;
}
.card {
    height: 100%;
    border-radius: 30px 30px 0 0;
}
.popover {
    max-width: 500px;
}
.popover-body {
    color: #fff;
    background: var(--marron);
    font-size: larger;
    text-align: justify;
}
.popover-container,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    border-top-color: var(--marron);
    box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 40%);
}
.popover-container {
    font-size: larger;
}
.page8 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -5rem;
}
.page8 .gauche {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    text-align: justify;
}
.page8 .btn {
    background-color: var(--marron);
    color: #fff;
    padding: 0.5rem 4rem;
    border-radius: 30px;
}
.page8-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 95%;
}
.page8 .droite {
    text-align: start;
    color: #fff;
    padding-left: 2rem;
    text-align: justify;
}
.page8 .droite li {
    margin-bottom: 0.3em;
}
.page8 img {
    width: 92%;
}
.page9 {
    display: flex;
    align-items: center;
}
.page9 .card img {
    height: auto;
    padding-bottom: 30px;
}

.page9 .card-title {
    background-color: var(--marron);
    margin: -1.6rem -1.6rem 0.5rem -1.6rem;
    border-radius: 30px;
    padding: 0.5rem;
}

.page9 {
    max-width: 90%;
}
.social {
    margin: 1rem 0;
    display: flex;
    justify-content: space-evenly;
    padding: 0 10rem;
}

.indicateur {
    width: 2rem;
    height: 2rem;
    background-color: var(--marron);
    position: absolute;
    border-radius: 100%;
    left: 0.75rem;
    margin-top: 1.5rem;
}
#btn-grp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#video-constat,
#video-quiz1,
#video-faire,
#video-quiz2,
#video-plus,
#video-prix,
#video-presenter {
    position: absolute;
}
#pfaire video {
    width: 50%;
}
video {
    width: 100%;
}
.loader {
    width: 4rem;
    height: 4rem;
}
.load {
    transform-origin: 50% 50%;
    stroke-dasharray: 570;
    stroke-width: 20px;
}
.load.one {
    stroke: #99694c;
    animation: load 1.5s infinite;
}
.load.two {
    stroke: var(--marron);
    animation: load 1.5s infinite;
    animation-delay: 0.1s;
}
.load.three {
    stroke: #d5baaa;
    animation: load 1.5s infinite;
    animation-delay: 0.2s;
}

.point {
    animation: bounce 1s infinite ease-in-out;
}
.point.one {
    fill: #d5baaa;
    animation-delay: 0s;
}
.point.two {
    fill: var(--marron);
    animation-delay: 0.1s;
}
.point.three {
    fill: #99694c;
    animation-delay: 0.2s;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
@keyframes load {
    0% {
        stroke-dashoffset: 570;
    }
    50% {
        stroke-dashoffset: 530;
    }
    100% {
        stroke-dashoffset: 570;
        transform: rotate(360deg);
    }
}
#skate {
    position: absolute;
    width: 8vw;
}
#reponse1 {
    font-size: 0.9em;
}
#contact-page {
    background-image: url("../img/fond.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 400;
}
.form-container-custom {
    background-image: url("../img/contact-form.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#contact {
    width: 55%;
}
.form-control,
.form-select {
    font-size: 0.8em;
}
@media (max-width: 768px) {
    #menu li a,
    #btn-grp,
    #covid,
    .page4,
    .page6,
    #pfaire,
    .page8,
    .page9 {
        font-size: small;
    }
    .next {
        height: 7rem;
    }
    #pplus .hwrapper,
    #contact {
        font-size: xx-small;
    }
    #contact {
        padding-right: 6rem;
    }
}

@media (min-width: 769px) {
    .next {
        height: 30vh;
    }
    #pplus .hwrapper {
        font-size: 1em;
    }
    .close,
    .contactclose {
        font-size: x-large;
    }
    #contact {
        padding-right: 6rem;
    }
    .btn-tr {
        top: 2.3rem;
        left: 0.5rem;
        right: 1rem;
        font-size: 1em;
    }
    #menu li a,
    #covid,
    .page4,
    .page6,
    #pfaire,
    .page8,
    .page9 {
        font-size: small;
    }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 6rem;
    height: 6rem;
}
.carousel-control-prev {
    left: -8rem;
}
.carousel-control-next {
    right: -8rem;
}

@media (min-width: 1024px) {
    #go {
        font-size: x-large;
    }
    #menu li a {
        font-size: inherit;
    }
}

@media (min-width: 1280px) {
    #go,
    .close,
    .contactclose {
        font-size: xx-large;
    }
    .page4,
    .page6 {
        width: 22%;
    }
    #contact {
        padding-right: 10rem;
    }
    .form-control,
    .form-select {
        font-size: inherit;
    }
    .btn-tr {
        top: 3rem;
        left: 0.5rem;
        right: 2rem;
        font-size: larger;
    }
    .page9 {
        max-width: 80%;
    }
}
@media (min-width: 1200px) {
    .btn-tr {
        top: 2.5rem;
        left: 0.5rem;
        right: 2rem;
        font-size: larger;
    }
}
@media (min-width: 1366px) {
    .btn-tr {
        top: 3rem;
        left: 1rem;
        font-size: larger;
    }
    #menu li a,
    #covid,
    .page4,
    .page6,
    #pfaire,
    .page8,
    .page9 {
        font-size: inherit;
    }
    .social i {
        width: 4rem;
        height: 4rem;
    }
}
@media (min-width: 1440px) {
    body {
        font-size: large;
    }
    #pfaire,
    .page4,
    .page8,
    .page9 {
        font-size: smaller;
    }
}
@media (min-width: 1536px) {
    .page9 {
        max-width: 80%;
    }
    .page6 div button {
        width: 5rem;
        height: 5rem;
    }
    #contact {
        padding-right: 15rem;
    }
    .btn-tr {
        top: 4rem;
        left: 1rem;
        font-size: x-large;
    }
    #pfaire {
        font-size: smaller;
    }
    .page9 {
        font-size: medium;
    }
}
@media (min-width: 1680px) {
    body {
        font-size: larger;
    }
    #go,
    .close,
    .contactclose {
        font-size: xx-large;
    }
    #pfaire {
        width: 25%;
    }
}
@media (min-width: 1920px) {
    body,
    .popover-body {
        font-size: x-large;
    }
    #go,
    .close,
    .contactclose {
        font-size: xxx-large;
    }
    #covid,
    #pfaire {
        font-size: smaller;
    }
    .page9 {
        font-size: smaller;
    }
    #pplus .hwrapper {
        margin-top: 10rem;
    }
    #contact {
        padding-right: 17rem;
    }
}
@media (min-width: 2560px) {
    body {
        font-size: xx-large;
    }
    .btn-tr {
        top: 5rem;
        right: 3rem;
    }
    .page6 div button {
        width: 6rem;
        height: 6rem;
    }
    .btn-container .btn {
        width: 25rem;
    }
}
