@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
html, body {
    font-family: "Montserrat", sans-serif;
}

#confidentialite{
    flex-grow: 1!important;
}
div.navbar-collapse {
    align-items: flex-end;
    flex-direction: column;
}

nav.navbar {
    background-color: #002848;
}

.nav-link {
    color: #4ba950;
    font-weight: bold;
    font-size: 13px;
}

.nav-link:hover, .nav-link:focus {
    color: white;
}

.navbar-toggler {
    color: #4ba950;
    border-color: #4ba950;
}

.dropdown-toggle::after {
    color: white;
}

ul.main-nav > li.nav-item {
    padding-left: 12px;
    padding-right: 12px;
}

ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
    background-color: #002848;
    border: 0;
}

ul.dropdown-menu > li > a.dropdown-item {
    border: 2px solid #4ba950;
    border-top: 0;
    color: white;
    font-weight: bold;
    transition: all 200ms ease;
    font-size: 13px;
}

ul.dropdown-menu > li:first-child > a.dropdown-item {
    border-top: 2px solid #4ba950;
}

ul.dropdown-menu > li > a.dropdown-item:hover {
    color: white;
    background-color: #4ba950;
}

div.page-header {
    color: #4ba950;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/donnees/protected/bandeau-page/bandeau/2_ps-9E3Oc.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    margin-bottom: 2.5rem;
}

div.page-header > h1 {
    font-weight: normal;
    position: relative;
    margin: 0;
}

div.page-header > h1:before {
    top: 0;
}

div.page-header > h1:after {
    bottom: 0;
}

div.page-header > h1:before, div.page-header > h1:after {
    content: '';
    background: #4ba950;
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
}

div.page-content h3 {
    font-size: 1.25rem;
    font-weight: normal;
}

div.page-content p {
    line-height: 22px;
    margin: 10px 0 13px;
    font-size:14px;
}

div.page-content h2 i.fa-solid {
    font-size: .8em;
    vertical-align: middle;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 8px;
    color: black;
    border: 2px solid #4ba950;
    border-radius: 25px;
    padding-top: 6px;
}

a.team-mail {
    text-decoration: none;
    color: #4ba950;
    transition: all 200ms ease;
    font-weight: bold;
    vertical-align: baseline;
}

a.team-mail:hover {
    color: black;
}

a.team-mail > span {
    transition: all 200ms ease;
    font-size: 1.5em;
    vertical-align: middle;
    text-align: center;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-right: 8px;
    color: black;
    border: 2px solid #4ba950;
    border-radius: 25px;
    padding-top: 6px;
}

a.team-mail:hover > span {
    color: white;
    background-color: #4ba950;
}

div.page-content ul li {
    font-size: 14px;
}

div.page-content ol.list-number {
    list-style: none;
}

div.page-content ol.list-number li {
    counter-increment: customlistcounter;
    position: relative;
    padding-left: 40px;
    line-height: 21px;
    margin: 20px 0;
}

div.page-content ol.list-number li:before {
    content: counter(customlistcounter) " ";
    font-weight: bold;
    float: left;
    width: 25px;
    height: 25px;
    background: #4ba950;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: -3px;
    left: 0;
}

div.page-content a:not(.btn) {
    transition: all 200ms ease;
    color: #4ba950;
    font-weight: bold;
}

div.page-content a:not(.btn):hover {
    color: #002848;
}

footer {
    background-color: #e6e6e6;
    margin-top: 2.5rem;
}

footer > div {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #959595;
}

footer > div a {
    text-decoration: none;
    color: #959595;
}

.page-home .row {
	height: calc(100vh - 213px);
	overflow: hidden;
	display:table;
}

@media (min-width: 992px) {
    .page-home h2 {
        color: #4ba950;
        line-height:1.3em;
        font-size:40px !important;
    }

    .page-home .row div {
	    display:table-cell;
        vertical-align:middle;
    }

    .page-home h1 {
        font-size: 153px;
        color: #4ba950;
        opacity: 0.25;
        font-weight: bold;
        text-align:left;
    }

    textarea#notes {
        height: 418px;
    }
}

@media (max-width: 992px) {
    .page-home h2 {
        color: #4ba950;
        line-height: 1.3em;
        font-size:20px !important;
    }

    .page-home h1 {
        font-size: 100px;
        color: #4ba950;
        opacity: 0.25;
        font-weight: bold;
        text-align:left;
    }

    textarea#notes {
        height: 200px;
    }
}

.page-home h4 {
    font-weight:bold;
    font-size:20px;
    line-height:2em;
}

.lightning-area {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    top:0px;
}

.lightning-area .inner {
    width: auto;
    height: auto;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.lightning-area .lightning {
    z-index: -1;
    position: absolute;
    top: 0;
    left: -37%;
    opacity: 0.10;
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 1000px;
    text-align: center;
    pointer-events: none;
}

.lightning-area svg {
    pointer-events: none;
    position: relative;
    height: 90vh;
}

.form-check input[type="radio"] ~ .form-check-label {
    margin-top: 3px;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
}

.form-check-input[type="checkbox"] {
    border-radius: 50%;
    margin-top: 0;
}

.form-check-input[type="checkbox"]:checked, .form-check-input[type="radio"]:checked {
    background-color: #4ca950;
    border-color: #4ca950;
}

.form-check input#drh4_base, .form-check input#drh4_base:disabled ~ .form-check-label {
    opacity: 1;
}

.btn-info {
    color: white;
    background-color: #002848;
    border-color: #002848;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
    border-color: black !important;
    background-color: black !important;
    color: white !important;
}

.form-check {
    padding-left: 3rem;
}

.form-check .form-check-input {
    margin-left: -2.2em;
}

.form-check ul {
    padding-left: 0;
    list-style: none;
}

ul.custom-list {
    list-style: none;
    padding-left: 0;
}

ul.custom-list li {
    margin-top: .25rem;
    margin-bottom: .25rem;
}

ul.custom-list li span {
    margin-left: .8rem;
    margin-right: .8rem;
    padding: 1px .4rem;
    display: inline-block;
    background-color: #4ba950;
    color: white;
    border-radius: 50px;
}

ul.home-pills {
    list-style: none;
    margin-top: 12rem;
    display: inline-block;
}

ul.home-pills li {
    transition: all 200ms ease;
    width: 42px;
    height: 42px;
    position: relative;
    display: inline-block;
    margin: 0 25px 0 0;
}

ul.home-pills li a {
    transition: all 200ms ease;
    width: 42px;
    height: 42px;
    border: solid 2px #4ba950;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    border-radius: 25px;
    color: #002848;
    display: inline-block;
}

ul.home-pills li a:hover {
    background-color: #4ba950;
    color: white;
}

ul.home-pills li div.bubble {
    display: none;
    position: absolute;
    width: 500px;
    color: white;
    bottom: 160%;
    left: -19px;
    z-index: 999;
}

ul.home-pills li div.bubble:after {
    position: absolute;
    left: 25px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 17.5px 0 17.5px;
    border-color: rgba(0, 40, 72, 0.9) transparent transparent transparent;
    bottom: -18px;
}

ul.home-pills li div.bubble > .title {
    display: inline-block;
    background-color: rgba(75, 169, 80, 0.9);
    padding: 10px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.home-pills li div.bubble > .body {
    display: inline-block;
    background-color: rgba(0, 40, 72, 0.9);
    padding: 10px;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

ul.home-pills li div.bubble > .body p {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.home-pills li.active div.bubble {
    display: inline-block !important;
}