@charset "UTF-8";
/* CSS Document */

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-regular {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.navbar-brand {
    font-size: 0.8em;
    color: #aaab73 !important;
    font-weight: 600;
}

body {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.005em;
    height: 100vh;
}

:hover {
/*    transition: all 0.2s ease-in-out;*/
}

.bg-dark {
    background-color: #000 !important;
}
.bg-lightgray {
    background-color: #ececec;
}

.bg-level1, .bg-level2, .bg-level3, .bg-lightgray {
    color: #000;
}
.bg-level1 {
    color: #000;
    background-color: #f3e3c2;
}

.bg-level2 {
    color: #fff;
    background-color: #d7965e;
}

.bg-level3 {
    color: #fff;
    background-color: #a9ab72;
}

#hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#hero h2 {
    margin: 0;
}

#hero .chapitre {
    position: absolute;
    font-size: 24em;
    font-weight: 800;
    z-index: 0;
    opacity: 0.2;
}
.float-chapter {
    position: absolute;
    top: 0;
    font-size: 24em;
    line-height: 0.6;
    font-weight: 800;
    z-index: 0;
    opacity: 0.2;
}
#hero.splash {
    height: 85vh;
    background-image: url("../images/bkg_main.jpg");
}

@media only screen and (min-width: 1200px) {
    #hero.splash {
        height: 75vh;
        background-image: url("../images/bkg_main.jpg");
    }
}

#hero.presupposes, #hero.actionsprioritaires, #hero.contexte, #hero.intentions, #hero.developpement, #hero.conclusion, #hero.subpages {
    height: 28vh;
}

#hero.presupposes {
    background-image: url("../images/bkg_conclusion.jpg");
}    

#hero.actionsprioritaires {
    background-image: url("../images/bkg_actions.jpg");
}

#hero.contexte {
    background-image: url("../images/bkg_contexte.jpg");
}

#hero.intentions {
    background-image: url("../images/bkg_intentions.jpg");
}

#hero.developpement {
    background-image: url("../images/bkg_developpement.jpg");
}

#hero.conclusion {
    background-image: url("../images/bkg_conclusion.jpg");
}

#hero.subpages {
    background-image: url("../images/bkg_subpages.jpg");
}

#hero.splash .dark, #hero.presupposes .dark, #hero.actionsprioritaires .dark, #hero.contexte .dark, #hero.intentions .dark, #hero.developpement .dark, #hero.conclusion .dark, #hero.subpages .dark {
    background-color: rgba(0,0,0,0.87);
    padding-top: 6em !important;
}

#introduction ol {
    list-style-position: outside;
}
#introduction li {
  flex-basis: 20%;
}

.annotate {
    color: #97942e;
    font-weight: 600;
}

small {
    font-size: 0.65rem;
    line-height: 0.65rem;
    margin: 4px 0;
}

/* NAVIGATION */

.navbar-dark .navbar-nav .nav-link {
    font-family: "Montserrat", sans-serif;
    padding: 12px 10px !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, .95) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    font-family: "Montserrat", sans-serif;
    padding: 12px 10px !important;
    font-weight: 500 !important;
    color: #aaab73 !important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:active {
    font-family: "Montserrat", sans-serif;
    padding: 12px 10px !important;
    font-weight: 500 !important;
    color: #aaab73 !important;
}

.dropdown-menu {
    width: 100vw;
    left: 50% !important;
    transform: translate(-50%, 0);
    border-radius: 0;
    margin-top: -1px !important;
    margin-bottom: -1px !important;
    box-shadow: 0 4px 21px rgba(0,0,0,0.7);
}

.megamenu-link, .megamenu-link2 {
    min-height: 138px;
}
.megamenu-link {
    color: white;
    background-color: #a9ab72;
    text-decoration: none;
    padding: 15px;
    height: 100%;
    width: 100%
}

.megamenu-link.active, .megamenu-link:hover {
    color: white;
    background-color: #8b8e41;
    text-decoration: none;
}

.megamenu-link2 {
    color: white;
    background-color: #d7965e;
    text-decoration: none;
    padding: 15px;
    height: 100%;
    width: 100%
}

.megamenu-link2.active, .megamenu-link2:hover {
    color: white;
    background-color: #cb7932;
    text-decoration: none;
}

/* TABLEAU CADRE RÉFÉRENCE */

table h1, table h2, table h3, table h4, table h5, table h6 {
    font-weight: 600;
}

table p {
    font-size: 0.9em;
}

.gradient-one {
    background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,1), #e3c077, #e3c077, #d7965e, #d7965e, #a9ab72, #a9ab72, #a9ab72);
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: .6rem;
    border-radius: .2rem;
}

/* MODALS */

.icon-button {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  background-color: transparent;
  border-color: black;
}

#modal-nav1,
#modal-nav2,
#modal-nav3,
#modal-nav4,
#modal-nav5,
#modal-nav6,
#modal-nav7 {
  max-width: 100vw;
  margin: 0;
  height: 100vh;
}

#modal-nav1 .modal-content,
#modal-nav2 .modal-content,
#modal-nav3 .modal-content,
#modal-nav4 .modal-content,
#modal-nav5 .modal-content,
#modal-nav6 .modal-content,
#modal-nav7 .modal-content {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal .modal-header h6 {
    font-size: 0.8em;
}
.modal {
  padding: 0!important;
}
@media only screen and (min-width: 768px) {
    #modal-nav1,
    #modal-nav2,
    #modal-nav3,
    #modal-nav4,
    #modal-nav5,
    #modal-nav6,
    #modal-nav7 {
        max-width: 70vw!important;
/*        max-width: 50vw!important;*/
        margin-left:auto;
  }
}
.modal .btn-close {
    position: relative;
    display: flex;
    justify-content: center;
}
.modal .btn-close img {
    opacity: 0;
}
.modal .btn-close .one, .modal .btn-close .two {
    top: 15px;
    border-bottom: 2px solid white;
    width: 20px;
    position: absolute;
    transform: rotate(45deg);
}
.modal .btn-close .one {
    transform: rotate(180deg);
    transition: transform 0.8s ease-in-out;
}
.modal .btn-close .two {
    transform: rotate(-180deg);
    transition: transform 0.8s ease-in-out;
}
.modal .btn-close:hover .one {
    transform: rotate(45deg);
    transition: transform 0.8s ease-in-out;
}
.modal .btn-close:hover .two {
    transform: rotate(-45deg);
    transition: transform 0.8s ease-in-out;
}
.modal-content ul li {
    margin: 8px 0;
    line-height: 1.25em;
    font-size: 0.9em;
}

.separator {
    width: 100%;
}
.separator h6 {
    font-weight: 600;
    margin: 0;
}
.separator.stabilite {
    background-color: #e3c077;
}
.separator.transformation {
    background-color: #d7965e;
}
.separator.complexite {
    background-color: #a9ab72;
}

.btn-outline-light.stabilite {
    border-color: #e3c077;
}
.btn-outline-light.transformation {
    border-color: #d7965e;
}
.btn-outline-light.complexite {
    border-color: #a9ab72;
}
.btn-outline-light.stabilite:hover, .btn-outline-light.stabilite.active {
    background-color: #e3c077;
    border-color: #e3c077;
}
.btn-outline-light.transformation:hover, .btn-outline-light.transformation.active {
    background-color: #d7965e;
    border-color: #d7965e;
}
.btn-outline-light.complexite:hover, .btn-outline-light.complexite.active {
    background-color: #a9ab72;
    border-color: #a9ab72;
}
.content-complexite, .content-stabilite, .content-transformation {
    display: none;
}
.show {
    display: block;
}

.content-stabilite.show,
.content-transformation.show,
.content-complexite.show {
    transition: all 6s ease-in-out;
}