body.show header,
body.show main {
    opacity: 1;
}

/* .gm-style-cc {
    display: none !important;
} */

@font-face {
    font-family: Greycliff CF;
    src: local("Greycliff CF Light"), local("Greycliff-CF-Light"), url(../fonts/GreycliffCF-Light/GreycliffCF-Light.woff2) format("woff2"), url(../fonts/GreycliffCF-Light/GreycliffCF-Light.woff) format("woff"), url(../fonts/GreycliffCF-Light/GreycliffCF-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Greycliff CF;
    src: local("Greycliff CF Regular"), local("Greycliff-CF-Regular"), url(../fonts/GreycliffCF-Regular/GreycliffCF-Regular.woff2) format("woff2"), url(../fonts/GreycliffCF-Regular/GreycliffCF-Regular.woff) format("woff"), url(../fonts/GreycliffCF-Regular/GreycliffCF-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Greycliff CF;
    src: local("Greycliff CF Medium"), local("Greycliff-CF-Medium"), url(../fonts/GreycliffCF-Medium/GreycliffCF-Medium.woff2) format("woff2"), url(../fonts/GreycliffCF-Medium/GreycliffCF-Medium.woff) format("woff"), url(../fonts/GreycliffCF-Medium/GreycliffCF-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Greycliff CF;
    src: local("Greycliff CF Bold"), local("Greycliff-CF-Bold"), url(../fonts/GreycliffCF-Bold/GreycliffCF-Bold.woff2) format("woff2"), url(../fonts/GreycliffCF-Bold/GreycliffCF-Bold.woff) format("woff"), url(../fonts/GreycliffCF-Bold/GreycliffCF-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    line-height: 1;
    margin: 0
}

button, input {
    overflow: visible
}
@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}



button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

* {
    outline: none
}

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

:focus {
    outline: none
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb {
    background: #1d95d8;
    background: linear-gradient(180deg, #1d95d8 33%, #f4bc62 0, #f4bc62 66%, #cc4884 0)
}

/* html.hidden {
    overflow: hidden
} */

html {
    font-size: 10px
}

body, html {
    height: 100%
}

body {
    min-width: 320px;
    position: relative;
    line-height: 10px;
    font-family: Greycliff CF, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    color: #000;
    background-color: #fff
}

a, button, input, select, textarea {
    cursor: pointer;
    outline: none
}

textarea {
    resize: none
}

a, a:hover {
    text-decoration: none;
    color: inherit
}

main {
    width: 100%;
    height: auto;
    margin-top: 100px
}

main.home, main.no-menu {
    margin-top: 0
}

section {
    width: 100%;
    overflow: hidden
}

.fd-c {
    flex-direction: column
}

.container {
    width: 1290px;
    max-width: 100%;
    padding: 0 20px;
    display: flex;
    margin: 0 auto;
    color: #000
}

.container:after, .container:before {
    display: none
}

.container-lg {
    width: 1560px
}

.container-lg, .container-sm {
    max-width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 0 20px
}

.container-sm {
    width: 850px
}

.title-section {
    font-weight: 300;
    font-size: 5rem;
    line-height: 4.6rem;
    margin: 0
}

.btn, .title-section {
    font-style: normal;
    color: #000
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0 auto;
    height: 44px
}

.btn.btn-border {
    height: 44px;
    min-width: 120px;
    padding: 0 25px;
    border: 1px solid #000;
    border-radius: 30px
}
.btn.btn-error {
    margin: 0;
}
.btn.w190 {
    width: 190px
}

.btn.w250 {
    width: 250px
}

.btn.btn-return {
    width: 144px
}

.btn.btn-submit {
    margin: 0;
    position: relative
}

.btn.btn-submit input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

.swiper-buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.swiper-buttons .swiper-button-prev {
    position: static;
    margin-top: 0
}

.swiper-buttons .swiper-button-prev:after {
    content: "";
    width: 24px;
    height: 10px;
    background-image: url(../img/svg/arrow-left.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.swiper-buttons .swiper-button-next {
    position: static;
    margin-top: 0
}

.swiper-buttons .swiper-button-next:after {
    content: "";
    width: 24px;
    height: 10px;
    background-image: url(../img/svg/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.modal-file,
.modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 247, 255, .85);
    z-index: 999;
    display: flex;
    display: none
}

.modal-file, .modal-file .modal-box,
.modal-search, .modal-search .modal-box {
    justify-content: center;
    align-items: center
}

.modal-file .modal-box,
.modal-search .modal-box {
    position: relative;
    height: 250px;
    max-height: 90%;
    width: 650px;
    max-width: 100%;
    display: flex
}

.modal-file .modal-box {
    flex-direction: column;
}

.modal-search .modal-box .modal-close {
    position: absolute;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0
}

.modal-search .modal-box .modal-close:before {
    transform: rotate(45deg)
}

.modal-search .modal-box .modal-close:after, .modal-search .modal-box .modal-close:before {
    content: "";
    position: absolute;
    left: -1px;
    top: 11px;
    width: 26px;
    height: 1px;
    background-color: #000
}

.modal-search .modal-box .modal-close:after {
    transform: rotate(-45deg)
}

.modal-search .modal-box .search-box {
    width: 630px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.modal-search .modal-box .search-box .search-form {
    width: 100%
}

.modal-search .modal-box .search-box input {
    width: 100%;
    max-width: 100%;
    height: 60px;
    background-color: transparent;
    border: 1px solid #000;
    text-indent: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #000000;
}

.modal-search .modal-box .search-box input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 2rem;
    line-height: 2.2rem;
    color: #9295B0;
}

.modal-search .modal-box .search-box button {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    background-color: transparent;
    border: none;
    display: flex;
    width: 60px;
    align-items: center;
    justify-content: center
}

.modal-search .modal-box .search-box .search-list {
    transition: all .3s linear 0s;
    max-height: 35vh;
    overflow-y: auto;
    width: 100%;
    position: absolute;
    top: calc(100% + 10px);
    padding: 33px 55px 20px 20px;
    background: #f6f7ff;
    display: none;
    border: 1px solid #000
}

.modal-search .modal-box .search-box .search-list .search-list-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 302px;
    margin-bottom: 34px
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item {
    width: 100%;
    height: 88px;
    margin-bottom: 19px;
    display: flex;
    align-items: center
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item img {
    width: 152px;
    height: 88px;
    object-fit: cover;
    object-position: center;
    margin-right: 29px
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p {
    margin: 0
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.date {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2rem;
    color: #000
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.date span {
    font-size: 3rem;
    line-height: 4.6rem;
    margin-right: 7px
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.title {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000000;

    margin: 0;
}
.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.title mark {
    background-color: #dfe2ea
}

.modal-search .modal-box .search-box .search-list .search-list-items .search-list-item:last-child {
    margin-bottom: 0
}

.modal-search .modal-box .search-box .search-list .more-link {
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000;
    transition: all .3s linear 0s
}

.modal-search .modal-box .search-box .search-list .more-link:hover {
    font-weight: 500;
    transition: all .3s linear 0s
}

.modal-file {
    display: none
}


.modal-file .form-title {
    font-style: normal;
    font-weight: 300;
    font-size: 5rem;
    line-height: 4.6rem;
    text-align: center;
    color: #000000;
    margin: 0 0 25px 0;
}

.modal-file .file-box {}
.modal-file .file-box label {}
.modal-file .file-box label > span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000000;
    margin: 0 0 8px 0;
}
.modal-file .file-box label .file-box-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 13px 0 18px;
    border: 2px dashed #DFE0ED;
    border-radius: 4px;
}
.modal-file .file-box svg {
    margin-bottom: 5px;
}
.modal-file .file-box .text-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #9295B0;
    margin: 0;
}
.modal-file .file-box .text-name-file {
    display: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #9295B0;
    margin: 0;
}
.modal-file .btn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-file .btn-row .btn span {
    background-color: rgba(246, 247, 255, 1);
}
.modal-file .btn-row .btn {
    width: 50%;
    background-color: rgba(246, 247, 255, 1);
}
.modal-file .btn-row .close-link {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000000;
}
.modal-file .ajax-loader {
    display: none !important;
}
.modal-file .file-box input {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.colors-box {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: -100%;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 14px 1px grey;
    box-shadow: 0 0 14px 1px grey;
    -webkit-transition: all 1s ease;
    -o-transition: 1s all ease;
    transition: all 1s ease;
    z-index: 999
}

.colors-box.active {
    top: 0
}

.colors-box .container {
    flex-direction: column
}

.colors-box .colors-row {
    padding-bottom: 30px
}

.colors-box .colors-row .colors-label {
    font-size: 2.4rem;
    line-height: 2.8rem;
    transition: .2s;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
    color: #000
}

.colors-box .colors-row .colors-items {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #000;
    padding-bottom: 20px
}

.colors-box .colors-row .colors-items .colors-item {
    margin: 0 20px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #000;
    border-radius: 30px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 162px;
    min-width: 162px;
    border: none;
    transition: all .3s linear 0s
}

.colors-box .colors-row .colors-items .colors-item.color-normal {
    border: 2px solid #e0e0e0;
    background-color: #fff;
    box-shadow: -5px 4px 10px rgba(0, 0, 0, .05)
}

.colors-box .colors-row .colors-items .colors-item.color-gris {
    background-color: #f6f7ff;
    border: 1px solid #e3e4eb
}

.colors-box .colors-row .colors-items .colors-item.color-inverse {
    background-color: #000;
    color: #fff
}

.colors-box .colors-row .colors-items .colors-item.color-blue {
    background-color: #b7dcff
}

.colors-box .colors-row .colors-items .colors-item.active {
    opacity: .5;
    transition: all .3s linear 0s
}

.colors-box .colors-row .colors-items .colors-item:last-child {
    margin-right: 0
}

.colors-box .colors-close {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1.6rem
}

.form-row {
    display: flex
}

.input-box {
    width: 100%;
    position: relative
}

.input-box label {
    display: none
}

.input-box input {
    width: 100%;
    height: 40px;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #fff;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 0 0 0px 1000px #8b94a9 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.input-box input::placeholder {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000
}

.input-box .failed_text {
    margin: 7px 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #ee2525;
    opacity: 0;
    position: absolute;
    transition: all .3s linear 0s
}

.input-box.error-box .failed_text {
    opacity: 1;
    transition: all .3s linear 0s
}

.input-box.error-box input {
    border-bottom-color: #ee2525 !important;
    color: #ee2525 !important;
}

.input-box.error-box input::placeholder {
    color: #ee2525 !important;
}

.input-box.black input {
    color: #000;
    border-color: #000
}

.input-box.black input::placeholder {
    color: #000
}

.input-box.white input {
    color: #fff;
    border-color: #fff
}

.input-box.white input::placeholder {
    color: #fff
}

.input-box.mb45 {
    margin-bottom: 45px
}

.input-box.mb70 {
    margin-bottom: 70px
}

.checkbox-box {
    position: relative;
    align-items: center;
    display: flex
}

.checkbox-box input {
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    cursor: pointer
}

.checkbox-box input:checked + label {
    background-color: #000;
    transition: all .3s linear 0s
}

.checkbox-box input:checked + label:after {
    opacity: 1;
    transition: all .3s linear 0s
}

.checkbox-box label {
    width: 16px;
    height: 16px;
    background-color: #bfc6d6;
    border-radius: 3px
}

.checkbox-box label, .checkbox-box label:after {
    position: absolute;
    transition: all .3s linear 0s
}

.checkbox-box label:after {
    content: "";
    background-image: url(../img/svg/check-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
    top: 5px;
    left: 4px;
    opacity: 0
}

.checkbox-box p {
    margin: 0;
    padding-left: 30px;
    padding-top: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000
}

.checkbox-box.white input:checked + label {
    background-color: #fff;
    transition: all .3s linear 0s
}

.checkbox-box.white input:checked + label:after {
    opacity: 1;
    transition: all .3s linear 0s
}

.checkbox-box.white label:after {
    background-image: url(../img/svg/check-gray.svg)
}

.checkbox-box.white p {
    color: #fff
}

.checkbox-box.error-checkbox {
    border-bottom: 1px solid #ee2525;
    padding-bottom: 5px;
}
.checkbox-box.error-checkbox p {
    color: #ee2525 !important;
}

.radio-wrapper {
    display: flex;
    flex-direction: column
}

.radio-wrapper .radio-title {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    margin: 0 0 10px
}

.radio-wrapper .radio-row {
    display: flex;
    align-items: center
}

.radio-wrapper .radio-row .radio-box {
    position: relative;
    margin-right: 50px;
    margin-bottom: 30px
}

.radio-wrapper .radio-row .radio-box:last-child {
    margin-right: 0
}

.radio-wrapper .radio-row .radio-box input {
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    height: 100%;
    cursor: pointer
}

.radio-wrapper .radio-row .radio-box input:checked + label {
    background-color: #fff;
    transition: all .3s linear 0s
}

.radio-wrapper .radio-row .radio-box input:checked + label:after {
    opacity: 1;
    transition: all .3s linear 0s
}

.radio-wrapper .radio-row .radio-box label {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #bfc6d6;
    border-radius: 3px;
    border-radius: 50%;
    transition: all .3s linear 0s
}

.radio-wrapper .radio-row .radio-box label:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 3px;
    top: 5px;
    left: 5px;
    opacity: 0;
    transition: all .3s linear 0s
}

.radio-wrapper .radio-row .radio-box p {
    margin: 0;
    padding-left: 30px;
    line-height: 2rem;
    color: #fff
}

.link, .radio-wrapper .radio-row .radio-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem
}

.link {
    line-height: 1.5rem;
    color: #000
}

.link.white {
    color: #fff
}

.password-input-box {
    position: relative
}

.password-input-box .info {
    cursor: pointer;
    position: absolute;
    left: calc(100% - 12px);
    top: 15px;
    display: flex;
    align-items: flex-start;
    margin: 0
}

.password-input-box .info .info-icon {
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.password-input-box .info .info-text {
    margin-left: 40px;
    top: 0;
    margin-top: -15px;
    background-color: #f6f7ff;
    box-shadow: -2px 4px 4px rgba(0, 0, 0, .06);
    border-radius: 3px;
    width: 300px;
    padding: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: justify;
    color: #000
}

.select-box {
    display: flex;
    flex-direction: column
}

.select-box label {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000;
    margin-bottom: 15px
}

.select-box .select2-container {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0
}

.select-box .select2-container .select2-selection--single {
    border: none
}

.select-box .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding-left: 0
}

.select2-container--open .select2-dropdown {
    top: 20px
}

.select2-results {
    padding-right: 5px;
    border: 1px solid #000;
    border-radius: 0
}

.select2-results .select2-results__options {
    border-radius: 0;
    background-color: #fff;
    border: none
}

.select2-results .select2-results__options .select2-results__option {
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #000
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url(/img/svg/arrow-bottom-black.svg);
    background-position: 50%;
    background-size: contain;
    width: 14px;
    height: 6px;
    transform: rotate(0deg);
    transition: all .3s linear 0s
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    transition: all .3s linear 0s
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    -webkit-box-shadow: none
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .2)
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #000;
    -webkit-box-shadow: none
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track-piece {
    background-color: transparent
}

.preloader {
    display: flex;
    
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateY(0);
    transition: all .3s linear 0s
}

.preloader.hide-preloader {
    transform: translateY(-100%);
    transition: all .3s linear 0s
}

.preloader .box {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: widthBox 2s linear 1.5s forwards
}

.preloader svg {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: scale(.7);
    animation: opacityLogo 1.5s linear 2.5s forwards
}

.preloader .lines-row {
    position: absolute;
    z-index: 2;
    height: 9px;
    width: 100%;
    margin: auto;
    transform: translateX(-100%);
    animation: slideRight 1s linear 0.5s forwards
}

.preloader .lines-row .line-item {
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
    width: 33.3%;
    transform: translateY(-19px)
}

.preloader .lines-row .line-item:first-child {
    left: 0;
    animation: positionItemOne 2s linear 2.5s forwards
}

.preloader .lines-row .line-item:nth-child(2) {
    left: 33.3%;
    animation: positionItemTwo 2s linear 2.5s forwards
}

.preloader .lines-row .line-item:nth-child(3) {
    left: 66.6%;
    animation: positionItemThree 2s linear 2.5s forwards
}

@keyframes slideRight {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0)
    }
}

@keyframes widthBox {
    0% {
        width: 100%
    }
    30% {
        width: 80%
    }
    to {
        width: 632px
    }
}

@keyframes positionItemOne {
    0% {
        left: 0;
        width: 33.3%
    }
    to {
        left: 17%;
        width: 14.7%
    }
}

@keyframes positionItemTwo {
    0% {
        left: 33.3%;
        width: 33.3%
    }
    to {
        left: 51%;
        width: 14.7%
    }
}

@keyframes positionItemThree {
    0% {
        left: 66.6%;
        width: 33.3%
    }
    to {
        left: 84.5%;
        width: 14.7%
    }
}

@keyframes opacityLogo {
    0% {
        opacity: 0;
        transform: scale(.7) translateY(-9px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 998;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(18px)
}

.header.header-fixed {
    background-color: hsla(0, 0%, 100%, .8)
}

.header .container-lg {
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px
}

.header .logo img {
    height: 100%
}

.header .logo img.normal {
    display: block
}

.header .logo img.white {
    display: none
}

.header .right {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header nav .menu-items {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0
}

.header nav .menu-items > li {
    margin-right: 50px;
    display: flex;
    align-items: center
}

.header nav .menu-items > li a {
    padding: 10px 0
}

.header nav .menu-items a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #000;
    transition: all .3s linear 0s
}

.header nav .menu-items li.menu-item-has-children {
    position: relative
}

.header nav .menu-items li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px
}

.header nav .menu-items li.menu-item-has-children > a:after {
    transform: rotate(-45deg);
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    top: 13px;
    opacity: 1
}

.header nav .menu-items li.menu-item-has-children > a:after, .header nav .menu-items li.menu-item-has-children > a:before {
    content: "";
    margin-left: 10px;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    transition: all .3s linear 0s
}

.header nav .menu-items li.menu-item-has-children > a:before {
    transform: rotate(135deg);
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    top: 15px;
    opacity: 0
}

.header nav .menu-items li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: -25px;
    width: 235px;
    background-color: #fff;
    box-shadow: -8px 15px 22px rgba(65, 76, 117, .04);
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s linear 0s
}

.header nav .menu-items li.menu-item-has-children .sub-menu:before {
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d95d8;
    background: linear-gradient(90deg, #1d95d8 33%, #f4bc62 0, #f4bc62 66%, #cc4884 0);
    transition: all .3s linear 0s
}

.header nav .menu-items li.menu-item-has-children .sub-menu li {
    margin-bottom: 10px
}

.header nav .menu-items li.menu-item-has-children .sub-menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #000
}

.header .search {
    margin-right: 40px
}

.header .colors, .header .search {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .colors {
    margin-right: 30px
}

.header .fontzoom {
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .profile {
    margin-right: 25px
}

.header .logout, .header .profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -15px
}

.header .burger {
    width: 30px;
    height: 22px;
    background-color: transparent;
    border: none;
    position: relative;
    display: none
}

.header .burger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all .3s linear 0s
}

.header .burger span:first-child {
    top: 0
}

.header .burger span:nth-child(2) {
    top: 11px
}

.header .burger span:nth-child(3) {
    top: 21px
}

.header .burger.active span:first-child {
    top: 5px;
    transform: rotate(45deg);
    transition: all .3s linear 0s
}

.header .burger.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(30px);
    transition: all .3s linear 0s
}

.header .burger.active span:nth-child(3) {
    top: 5px;
    transform: rotate(-45deg);
    transition: all .3s linear 0s
}

.header .mobile-menu {
    display: none
}

.hero-home {
    padding-top: 140px
}

.hero-home .container-lg {
    flex-direction: column
}

.hero-home .hero-home-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    width: 1290px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 40px
}

.hero-home .hero-home-top .hero-home-title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    color: #000;
    margin: 0 0 8px
}

.hero-home .hero-home-top .hero-home-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.6rem;
    color: #000;
    margin: 0
}

.hero-home .hero-home-swiper {
    width: 100%;
    position: relative;
    padding-top: 24px
}

.hero-home .hero-home-swiper:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d95d8;
    background: linear-gradient(90deg, #1d95d8 33%, #f4bc62 0, #f4bc62 66%, #cc4884 0)
}

.hero-home .hero-home-swiper .swiper-wrapper {
    margin-bottom: 35px
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    overflow: hidden
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .img {
    width: 35%;
    display: flex;
    margin-right: 25px;
    align-items: center;
    justify-content: center
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content {
    max-width: 370px;
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -17%;
    height: 269px;
    width: 200px;
    background-image: url(../img/svg/leater-hero-home.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content .title-slide {
    font-style: normal;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 5.2rem;
    color: #fff;
    margin: 0 0 15px
}

.hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content .desc-slide p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #fff;
    margin: 0
}

.about-home {
    padding-top: 70px;
	padding-bottom: 20px;
}

.about-home .container {
    flex-direction: column
}

.about-home .logo-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px
}

.about-home .logo-items .logo-item {
    width: 33.3%;
    display: flex;
    align-items: center
}

.about-home .logo-items .logo-item img {
    margin-right: 30px
}

.about-home .logo-items .logo-item p {
    display: block;
    width: 168px;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000;
    margin: 0
}

.about-home .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px
}

.about-home .content .col {
    width: calc(50% - 15px)
}

.about-home .content .col p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 20px
}

.about-home .content .col p:last-child {
    margin-bottom: 0
}

.actualites-home {
    padding-top: 138px;
    margin-bottom: 150px;
    position: relative
}

.actualites-home .container {
    flex-direction: column;
    position: relative
}

.actualites-home .container:before {
    right: 100%
}

.actualites-home .container:after, .actualites-home .container:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 30vw;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 2
}

.actualites-home .container:after {
    left: 100%;
    opacity: .45
}

.actualites-home .leater-svg {
    position: absolute;
    bottom: -340px;
    left: 0;
    z-index: 3
}

.actualites-home .title-section {
    margin-bottom: 57px
}

.actualites-home .actualites-home-swiper {
    width: 100%;
    overflow: visible
}

.actualites-home .actualites-home-swiper .swiper-wrapper {
    margin-bottom: 74px
}

.actualites-home .actualites-home-swiper .swiper-buttons {
    align-items: center;
    position: relative;
    z-index: 5;
}

.actualites-home .actualites-home-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.actualites-home .actualites-home-swiper .swiper-slide .actualites-item {
    width: 100%
}

.actualites-item {
    display: flex;
    flex-direction: column;
    width: auto
}

.actualites-item p {
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin: 0
}

.actualites-item p.date {
    display: block;
    padding-top: 15px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 22px
}

.actualites-item p.date:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000
}

.actualites-item p.title {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-bottom: 38px
}

.agenda-item .img,
.actualites-item .img {
    position: relative;
}

.agenda-item .img .hover,
.actualites-item .img .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #000000;
    opacity: 0;
    margin: 0;
    transition: all .3s linear 0s;
}
.agenda-item:hover .img .hover,
.actualites-item:hover .img .hover {
    opacity: 1;
    transition: all .3s linear 0s;
}
.actualites-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 5/3.5
}

.agenda-home {
    padding-bottom: 85px;
    padding-top: 114px;
    background-color: #f6f7ff
}

.agenda-home .container {
    flex-direction: column
}

.agenda-home .top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 58px
}

.agenda-home .top .left {
    width: 100%;
    max-width: 300px;
    margin-right: 140px;
    display: flex;
    flex-direction: column
}

.agenda-home .top .left .title-section {
    margin-bottom: 14px
}

.agenda-home .top .left .desc-section {
    margin: 0 0 23px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000
}

.agenda-home .top .left .btn {
    margin: 0
}

.agenda-home .top .right {
    width: 100%;
    display: flex
}

.agenda-home .top .right .col {
    display: flex;
    flex-direction: column;
    width: 33.3%
}

.agenda-home .top .right .col:first-child {
    margin-right: 35px
}

.agenda-home .top .right .col a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000;
    margin-bottom: 8px
}

.agenda-home .top .right .col a:last-child {
    margin-bottom: 0
}

.agenda-home .top .right .col a span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 14px
}

.agenda-home .filter-temp {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.agenda-home .filter-temp li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
    margin-bottom: 28px;
    background-color: #f2f3fa;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: justify;
    color: #000;
    padding: 10px 10px 10px 12px;
    border-radius: 5px;
    transition: all .3s linear 0s
}

.agenda-home .filter-temp li:hover {
    background-color: #fff;
    transition: all .3s linear 0s
}

.agenda-home .filter-temp li svg {
    margin-left: 14px
}

.agenda-home .filter-temp li {
    display: none
}

.agenda-home .filter-temp li.visible {
    display: flex;
}

.agenda-home .filter-temp li:last-child {
    margin-right: 0
}

.agenda-home .swiper-agenda {
    width: 100%
}

.agenda-home .swiper-agenda .swiper-wrapper {
    margin-bottom: 86px
}

.agenda-home .swiper-agenda .swiper-slide .agenda-item {
    width: 100%
}

.agenda-item .item-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.agenda-item .item-top p {
    margin: 0
}

.agenda-item .item-top p.date {
    font-style: normal;
    font-weight: 400;
    color: #000;
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 12px
}

.agenda-item .item-top p.date span {
    font-size: 3rem;
    line-height: 3rem
}

.agenda-item .item-top p.label {
    padding: 6px 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.6rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.agenda-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}
.agenda-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 5/3.5;

}

.agenda-item p.title {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
    margin: 0
}

.nos-actions-home {
    width: 100%;
    padding-top: 138px
}

.nos-actions-home .container {
    flex-direction: column
}

.nos-actions-home .container-full {
    width: 100%
}

.nos-actions-home .title-section {
    margin-bottom: 24px
}

.nos-actions-home .top {
    position: relative;
    margin-bottom: 89px;
    z-index: 3
}

.nos-actions-home .top + .container {
    position: relative;
    z-index: 3;
}

.nos-actions-home .top:after {
    content: "";
    background-color: #e9eaf0;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.nos-actions-home .top .top-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%
}

.nos-actions-home .top .top-box .btn {
    margin: 0 0 15px
}

.nos-actions-home .top .category-items {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.nos-actions-home .top .category-items li {
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #828282;
    position: relative;
    padding: 10px 0 22px;
    margin-right: 60px;
    cursor: pointer;
    transition: all .3s linear 0s
}

.nos-actions-home .top .category-items li:last-child {
    margin-right: 0
}

.nos-actions-home .top .category-items li:after {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    opacity: 0;
    transition: all .3s linear 0s;
    z-index: 2
}

.nos-actions-home .top .category-items li.active {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000;
    transition: all .3s linear 0s
}

.nos-actions-home .top .category-items li.active:after {
    opacity: 1;
    transition: all .3s linear 0s
}

.nos-actions-home .slider-items {
    position: relative;
    z-index: 3;
    margin-bottom: 127px
}

.nos-actions-home .slider-items .swiper-actions {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none
}

.nos-actions-home .slider-items .swiper-actions:first-child {
    position: relative;
}

.nos-actions-home .slider-items .swiper-actions.active {
    display: block
}

.nos-actions-home .slider-items .swiper-actions .swiper-wrapper {
    margin-bottom: 44px
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide {
    display: flex;
    align-items: flex-start
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left {
    width: 40%;
    padding-right: 140px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left .date {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    margin: 0 0 40px;
    padding: 5px 10px;
    background: #fff;
    box-shadow: -13px 22px 40px rgba(65, 76, 117, .06)
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left .title {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000;
    margin: 0 0 20px
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left .desc {
    margin-bottom: 50px
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left .desc p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 15px
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left .desc p:last-child {
    margin-bottom: 0
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .left .btn {
    margin: 0;
    width: 250px
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nos-actions-home .slider-items .swiper-actions .swiper-slide .right img {
    width: 100%
}

.nos-actions-home .bottom {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 114px
}

.nos-actions-home .bottom .img-bg {
    width: 58%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.nos-actions-home .bottom .box {
    position: relative;
    z-index: 2;
    display: flex;
    margin: 0 19% 0 0
}

.nos-actions-home .bottom .box .image-box {
    width: 300px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    padding: 150px 30px 44px 35px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: -13px 22px 40px rgba(65, 76, 117, .06);
    margin-right: 100px;
    position: relative
}

.nos-actions-home .bottom .box .image-box .logo {
    margin-bottom: 40px;
    width: 45%;
    position: relative;
    z-index: 2
}

.nos-actions-home .bottom .box .image-box .leater_nos_actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105px;
    z-index: 0
}

.nos-actions-home .bottom .box .image-box .desc {
    position: relative;
    z-index: 2
}

.nos-actions-home .bottom .box .image-box .desc h3 {
    font-size: 1.7rem;
    line-height: 2rem;
    margin: 0 0 16px
}

.nos-actions-home .bottom .box .image-box .desc p {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: justify;
    margin: 0
}

.nos-actions-home .bottom .box-desc {
    width: 410px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    background-color: #fff
}

.nos-actions-home .bottom .box-desc h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 4.2rem;
    line-height: 5.5rem;
    color: #000;
    margin: 0 0 22px
}

.nos-actions-home .bottom .box-desc .other p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 15px
}

.nos-actions-home .bottom .box-desc .other p:last-child {
    margin-bottom: 0
}

.nos-actions-home .bottom .box-desc .btn {
    width: 250px;
    margin: 0 0 20px
}

.annuaire-home {
    background-color: #f6f7ff;
    padding: 94px 0 80px
}

.annuaire-home .container {
    flex-direction: column
}

.annuaire-home .title-section {
    text-align: center;
    margin-bottom: 50px
}

.annuaire-home .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.annuaire-home .left {
    width: 300px;
    max-width: calc(33% - 40px)
}

.annuaire-home .left h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: #000;
    margin: 0 0 30px
}

.annuaire-home .left .text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 15px
}

.annuaire-home .left .text p:last-child {
    margin-bottom: 0
}

.annuaire-home .center {
    width: 474px;
    max-width: 40%
}

.annuaire-home .center img {
    width: 100%
}

.annuaire-home .right {
    width: 270px;
    max-width: calc(27% - 20px);
    padding-top: 30px
}

.annuaire-home .right ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 0 70px;
    padding: 0
}

.annuaire-home .right ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000;
    margin-bottom: 15px
}

.annuaire-home .right ul li:last-child {
    margin-bottom: 0
}

.liens-home {
    padding: 140px 0 110px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: visible
}

.liens-home svg.liens-leater {
    position: absolute;
    top: calc(100% - 300px);
    z-index: 1
}

.liens-home .container {
    display: block
}

.liens-home .title-section {
    margin-bottom: 60px;
    font-weight: 300
}

.liens-home .swiper-liens {
    height: 400px;
    width: 50%;
    margin: 0;
    position: relative;
    z-index: 2
}

.liens-home .swiper-liens .swiper-wrapper .swiper-slide {
    height: calc((100% - 20px) / 3);
    display: flex;
    justify-content: center;
    align-items: center
}

.liens-home .swiper-liens .swiper-wrapper .swiper-slide a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center
}

.liens-home .swiper-liens .swiper-wrapper .swiper-slide a img {
    max-height: 90px;
    max-width: 100%
}

.liens-home .swiper-buttons {
    z-index: 3;
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    left: 0
}

.liens-home .swiper-button-next.swiper-button-disabled, .liens-home .swiper-button-prev.swiper-button-disabled {
    opacity: 0
}

.actualites-page {
    padding-top: 114px
}

.actualites-page .container {
    flex-direction: column
}

.actualites-page .actualites-page-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px
}

.actualites-page .actualites-page-top .left {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    margin-right: 15px
}

.actualites-page .actualites-page-top .left .btn {
    margin: 0
}

.actualites-page .actualites-page-top .right {
    width: 50%;
    display: flex;
    flex-direction: column
}

.actualites-page .actualites-page-top .right .actualites-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    color: #000;
    margin: 0 0 20px
}

.actualites-page .actualites-page-top .right .actualites-page-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 15px
}

.actualites-page .actualites-page-top .right .actualites-page-text p:last-child {
    margin-bottom: 0
}

.actualites-page .actualites-page-content {
    margin-bottom: 70px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 50px 30px
}

.actualites-page .actualites-page-content .actualites-item {
    width: 100%
}

.agenda-page {
    padding-top: 114px
}

.agenda-page .container {
    flex-direction: column
}

.agenda-page .agenda-page-top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 80px
}

.agenda-page .agenda-page-top .left {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    margin-right: 15px
}

.agenda-page .agenda-page-top .left .btn {
    margin: 0
}

.agenda-page .agenda-page-top .right {
    width: 75%;
    display: flex;
    flex-direction: column
}

.agenda-page .agenda-page-top .right .agenda-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    color: #000;
    margin: 0 0 20px
}

.agenda-page .agenda-page-top .right .agenda-page-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 15px
}

.agenda-page .agenda-page-top .right .agenda-page-text p:last-child {
    margin-bottom: 0
}

.agenda-page .agenda-page-top .right .right-top {
    margin-bottom: 40px
}

.agenda-page .agenda-page-top .right .right-bottom {
    width: 100%;
    display: flex;
    flex-direction: column
}

.agenda-page .agenda-page-top .right .right-bottom .filter-agenda {
    width: 100%;
    display: flex;
    margin-bottom: 55px
}

.agenda-page .agenda-page-top .right .right-bottom .col {
    display: flex;
    flex-direction: column;
    width: 25%
}

.agenda-page .agenda-page-top .right .right-bottom .col:first-child {
    margin-right: 35px
}

.agenda-page .agenda-page-top .right .right-bottom .col a {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000;
    margin-bottom: 8px;
    text-decoration: none
}

.agenda-page .agenda-page-top .right .right-bottom .col a:last-child {
    margin-bottom: 0
}

.agenda-page .agenda-page-top .right .right-bottom .col a span {
    display: block;
    width: 11px;
    min-width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-right: 14px
}

.agenda-page .agenda-page-top .right .right-bottom .select-box {
    position: relative
}

.agenda-page .agenda-page-top .right .right-bottom .select-box label {
    position: absolute;
    top: -35px
}

.agenda-page .agenda-page-top .right .right-bottom .filter-temp {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.agenda-page .agenda-page-top .right .right-bottom .filter-temp li {
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: 28px;
    margin-bottom: 28px;
    background-color: #f2f3fa;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: justify;
    color: #000;
    padding: 10px 10px 10px 12px;
    border-radius: 5px;
    transition: all .3s linear 0s
}

.agenda-page .agenda-page-top .right .right-bottom .filter-temp li:hover {
    background-color: #fff;
    transition: all .3s linear 0s
}

.agenda-page .agenda-page-top .right .right-bottom .filter-temp li svg {
    margin-left: 14px
}

.agenda-page .agenda-page-top .right .right-bottom .filter-temp li.visible {
    display: flex;
}

.agenda-page .agenda-page-top .right .right-bottom .filter-temp li:last-child {
    margin-right: 0
}

.agenda-page .agenda-page-content {
    margin-bottom: 70px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    grid-gap: 50px 30px
}

.agenda-page .agenda-page-content .actualites-item {
    width: 100%
}

.pagination {
    margin-bottom: 152px
}

.pagination .pagination-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0
}

.pagination .pagination-list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    margin-right: 20px
}

.pagination .pagination-list li a.prev {
    margin-right: 60px
}

.pagination .pagination-list li a.next {
    margin-right: 0;
    margin-left: 40px
}

.pagination .pagination-list li span {
    margin-right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000
}

.single-page {
    margin-bottom: 200px
}

.single-page .container-lg {
    flex-direction: column;
    position: relative
}

.single-page .single-page-top {
    margin-bottom: 75px
}

.single-page .single-page-top img {
    width: 100%
}

.single-page .btn-return {
    position: absolute !important;
    left: -160px;
    top: 0
}

.single-page .btn.btn-border {
    color: #000;
    font-style: normal;
    margin: 0
}

.single-page .btn.btn-border:hover {
    text-decoration: none;
    font-weight: 500
}

.single-page .container-sm {
    position: relative;
    flex-direction: column
}

.single-page h1, .single-page h2, .single-page h3, .single-page h4, .single-page h5 {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
    color: #000
}

.single-page h1 {
    font-size: 4.4rem;
    line-height: 5.2rem
}

.single-page h2 {
    font-size: 3rem;
    line-height: 4.6rem
}

.single-page h3 {
    font-size: 2.4rem;
    line-height: 2.8rem
}

.single-page h4 {
    font-size: 2rem;
    line-height: 2.6rem
}

.single-page h5 {
    font-size: 1.8rem;
    line-height: 2.2rem
}

.single-page p {
    margin: 0 0 25px
}

.single-page a, .single-page p {
    font-size: 1.5rem;
    line-height: 2rem
}

.single-page a {
    font-style: italic;
    font-weight: 400;
    color: #2f80ed;
    transition: all .3s linear 0s
}

.single-page a:hover {
    text-decoration: underline;
    transition: all .3s linear 0s
}

.single-event-page {
    margin-bottom: 200px
}

.single-event-page .container-lg {
    flex-direction: column;
    position: relative
}

.single-event-page .single-page-top {
    margin-bottom: 75px
}

.single-event-page .single-page-top img {
    width: 100%
}

.single-event-page .btn-return {
    position: absolute !important;
    left: -160px;
    top: 0;
    width: 144px
}

.single-event-page .btn.btn-border {
    color: #000;
    font-style: normal;
    margin: 0
}

.single-event-page .btn.btn-border:hover {
    text-decoration: none;
    font-weight: 500
}

.single-event-page .container-sm {
    position: relative;
    flex-direction: column
}

.single-event-page h1, .single-event-page h2, .single-event-page h3, .single-event-page h4, .single-event-page h5 {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
    color: #000
}

.single-event-page h1 {
    font-size: 4.4rem;
    line-height: 5.2rem
}

.single-event-page h2 {
    font-size: 3rem;
    line-height: 4.6rem
}

.single-event-page h3 {
    font-size: 2.4rem;
    line-height: 2.8rem
}

.single-event-page h4 {
    font-size: 2rem;
    line-height: 2.6rem
}

.single-event-page h5 {
    font-size: 1.8rem;
    line-height: 2.2rem
}

.single-event-page p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 25px
}

.single-event-page a {
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #2f80ed;
    transition: all .3s linear 0s
}

.single-event-page a:hover {
    text-decoration: underline;
    transition: all .3s linear 0s
}

.single-event-page .top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 46px
}

.single-event-page .top-info p {
    width: calc(50% - 15px);
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000;
    margin: 0
}

.single-event-page .top-info .top-info-date {
    background-color: #f6f7ff
}

.single-event-page .top-info .top-info-text {
    background-color: #fff
}

.single-event-page .info-desc, .single-event-page .info-text {
    margin-bottom: 60px
}

.single-event-page .info-text h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin: 0 0 23px
}

.single-event-page .details-box {
    margin-bottom: 80px
}

.single-event-page .details-box .details-title {
    margin-bottom: 16px
}

.single-event-page .details-box .details-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.single-event-page .details-box .details-list .details-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px
}

.single-event-page .details-box .details-list .details-item:last-child {
    margin-bottom: 0
}

.single-event-page .details-box .details-list .details-item span {
    display: block;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000
}

.single-event-page .details-box .details-list .details-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    margin: 0
}

.single-event-page .btn-items {
    display: flex
}

.single-event-page .btn-items .btn {
    margin-right: 10%
}

.single-event-page .btn-items .btn:last-child {
    margin-right: 0
}

.cabinet-page {
    margin-bottom: 180px
}

.cabinet-page .container-lg {
    flex-direction: column;
    padding: 0
}

.cabinet-page .container-lg .cabinet-page-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 230px;
    margin-bottom: 62px
}

.cabinet-page .container-lg .cabinet-page-top img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center
}

.cabinet-page .container-lg .container {
    flex-direction: column
}

.cabinet-page .container-lg .top {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    padding-left: 5%;
    margin-bottom: 55px
}

.cabinet-page .container-lg .top .cabinet-page-title {
    width: calc(630px + 5%);
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    color: #000;
    margin: 0
}

.cabinet-page .container-lg .top .exit {
    display: flex;
    align-items: center;
    width: calc(95% - 630px);
    margin-bottom: 10px
}

.cabinet-page .container-lg .top .exit svg {
    margin-left: 15px
}

.cabinet-page .container-lg .content {
    width: calc(630px + 5%);
    margin-bottom: 90px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 5%
}

.cabinet-page .container-lg .content .title-form {
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.6rem;
    color: #000;
    margin: 0 0 25px
}

.cabinet-page .container-lg .content .form-row {
    justify-content: space-between;
    align-items: center
}

.cabinet-page .container-lg .content .form-row .input-box {
    margin-right: 30px
}

.cabinet-page .container-lg .content .form-row .input-box:last-child {
    margin-right: 0
}

.cabinet-page .container-lg .content .form-row.mb60 {
    margin-bottom: 60px
}

.cabinet-page .container-lg .content .form-row .btn {
    width: 250px
}

.cabinet-page .container-lg .content .form-row .btn.btn-border {
    padding: 0
}

.cabinet-page .container-lg .content .form-row .btn.btn-border span {
    background-color: #fff;
    color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    z-index: 2
}

.cabinet-page .container-lg .content .form-row .btn.btn-border:before {
    z-index: 1
}

.cabinet-page .container-lg .content .form-row .btn.btn-border:after {
    z-index: 2;
    border-color: #000
}

.cabinet-page .password-box {
    background-color: #f6f7ff;
    padding: 40px 5%
}

.cabinet-page .password-box .btn.btn-border {
    width: 250px;
    padding: 0;
    cursor: pointer
}

.cabinet-page .password-box .btn.btn-border span {
    background-color: #f6f7ff;
    color: #000;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    z-index: 2
}

.cabinet-page .password-box .btn.btn-border:before {
    z-index: 1
}

.cabinet-page .password-box .btn.btn-border:after {
    z-index: 2
}

.cabinet-page .password-box .form-row {
    width: 630px;
    max-width: 100%
}

.cabinet-page .password-box .form-row .input-box {
    margin-right: 30px
}

.cabinet-page .password-box .form-row .input-box:last-child {
    margin-right: 0
}

.login-page {
    padding-top: 50px
}

.login-page .container-lg {
    flex-direction: column;
    padding-top: 89px
}

.login-page .box {
    width: 60%;
    margin-bottom: 85px
}

.login-page .login-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    margin: 0 0 30px;
    color: #000
}

.login-page .login-page-text {
    margin-bottom: 45px
}

.login-page .login-page-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0 0 15px
}

.login-page .login-page-text p:last-child {
    margin-bottom: 0
}

.login-page form {
    display: flex;
    flex-direction: column
}

.login-page form .form-title {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.6rem;
    color: #000
}

.login-page form .form-row {
    justify-content: space-between;
    align-items: center
}

.login-page form .form-row.mb60 {
    margin-bottom: 60px
}

.login-page form .form-row .btn {
    width: 250px
}

.login-page form .form-row .btn.btn-border {
    padding: 0
}

.login-page form .form-row .btn.btn-border span {
    background-color: #f6f7ff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    z-index: 2
}

.login-page form .form-row .btn.btn-border:before {
    z-index: 1
}

.login-page form .form-row .btn.btn-border:after {
    z-index: 2
}

.login-page form .form-row .register-link {
    width: 210px
}

.login-page .footer {
    padding-bottom: 25px
}

.registration-page {
    padding-top: 50px
}

.registration-page .container-lg {
    flex-direction: column;
    padding-top: 89px
}

.registration-page .box {
    width: 60%;
    margin-bottom: 85px
}

.registration-page .registration-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    margin: 0 0 30px;
    color: #fff
}

.registration-page .registration-page-text {
    margin-bottom: 45px
}

.registration-page .registration-page-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #fff;
    margin: 0 0 15px
}

.registration-page .registration-page-text p:last-child {
    margin-bottom: 0
}

.registration-page form {
    display: flex;
    flex-direction: column
}

.registration-page form .form-title {
    margin: 0 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.6rem;
    color: #fff
}

.registration-page form .form-row {
    justify-content: space-between;
    align-items: center
}

.registration-page form .form-row .input-box {
    margin-right: 30px
}

.registration-page form .form-row .input-box:last-child {
    margin-right: 0
}

.registration-page form .form-row.mb60 {
    margin-bottom: 60px
}

.registration-page form .form-row .btn {
    width: 250px
}

.registration-page form .form-row .btn.btn-border {
    padding: 0
}

.registration-page form .form-row .btn.btn-border span {
    background-color: #8b94a9;
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    z-index: 2
}

.registration-page form .form-row .btn.btn-border:before {
    z-index: 1
}

.registration-page form .form-row .btn.btn-border:after {
    z-index: 2;
    border-color: #fff
}

.registration-page form .form-row .register-link {
    width: 210px
}

.registration-page .footer {
    padding-bottom: 25px
}

.registration-page .footer .footer-top .logo img.normal {
    display: block
}

.registration-page .footer .footer-top .logo img.black {
    display: none
}

.registration-page .footer .menu-columns .menu-items li a {
    color: #fff
}

.registration-page .footer .footer-bottom {
    color: #fff !important
}

.documentation-page {
    margin-bottom: 200px;
    padding-top: 110px
}

.documentation-page .container-lg {
    flex-direction: column;
    position: relative
}

.documentation-page .documentation-page-top {
    margin-bottom: 75px
}

.documentation-page .documentation-page-top img {
    width: 100%
}

.documentation-page .btn-return {
    position: absolute !important;
    left: -160px;
    top: 0;
    width: 144px
}

.documentation-page .btn.btn-border {
    color: #000;
    font-style: normal;
    margin: 0
}

.documentation-page .btn.btn-border:hover {
    text-decoration: none;
    font-weight: 500
}

.documentation-page .container-sm {
    width: 1000px;
    max-width: 100%;
    position: relative;
    flex-direction: column
}

.documentation-page h1, .documentation-page h2, .documentation-page h3, .documentation-page h4, .documentation-page h5 {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
    color: #000
}

.documentation-page h1 {
    font-size: 4.4rem;
    line-height: 5.2rem
}

.documentation-page h2 {
    font-size: 3rem;
    line-height: 4.6rem
}

.documentation-page h3 {
    font-size: 2.4rem;
    line-height: 2.8rem
}

.documentation-page h4 {
    font-size: 2rem;
    line-height: 2.6rem
}

.documentation-page h5 {
    font-size: 1.8rem;
    line-height: 2.2rem
}

.documentation-page p {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 25px
}

.documentation-page a {
    font-style: italic;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #2f80ed;
    transition: all .3s linear 0s
}

.documentation-page a:hover {
    text-decoration: underline;
    transition: all .3s linear 0s
}

.documentation-page .top-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 80px
}

.documentation-page .top-info .top-info-left {
    width: 55%;
    margin-right: 30px
}

.documentation-page .top-info .top-info-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: justify;
    color: #000;
    margin: 0
}

.documentation-page .top-info .top-info-right {
    width: 300px;
    max-width: 100%;
}

.documentation-page .top-info .top-info-right .documentation-search-box {
    width: 100%;
    position: relative
}

.documentation-page .top-info .top-info-right .documentation-search-box input {
    width: 100%;
    height: 52px;
    border: 1px solid #000;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    text-indent: 12px
}

.documentation-page .top-info .top-info-right .documentation-search-box input::placeholder {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.documentation-page .top-info .top-info-right .documentation-search-box input.error {
    border-color: red
}

.documentation-page .top-info .top-info-right .documentation-search-box .btn-search {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: transparent;
    border: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.documentation-page .documentation-tabs-wrapper {
    display: flex
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 170px;
    margin: 0 50px 0 0
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #828282;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all .3s linear 0s;
    user-select: none
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item:hover {
    color: #000;
    transition: all .3s linear 0s
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: #000;
    opacity: 0;
    transition: all .3s linear 0s
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item:last-child {
    margin-bottom: 0
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item.active {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000;
    transition: all .3s linear 0s
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item.active:after {
    opacity: 1;
    margin-top: 13px;
    transition: all .3s linear 0s
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content {
    width: calc(100% - 220px);
    position: relative;
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item:first-child {
    position: relative;
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item.active {
    display: block
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list {
    display: flex;
    flex-direction: column
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item:last-child {
    margin-bottom: 0
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .left {
    width: 53%
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .left p {
    margin: 0
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .left p.title {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem;
    color: #000;
    margin-bottom: 20px;
    transition: all .3s linear 0s
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .left p.date {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #bdbdbd
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .right .download {
    display: flex;
    align-items: center;
    text-decoration: none !important
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .right .download span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    transition: all .3s linear 0s
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .right .download svg {
    margin-left: 15px
}

.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item:hover .left p.title,
.documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item:hover .right .download span {
    font-weight: 500;
    transition: all .3s linear 0s
}

.documentation-page .btn-items {
    display: flex
}

.documentation-page .btn-items .btn {
    margin-right: 10%
}

.documentation-page .btn-items .btn:last-child {
    margin-right: 0
}

.password-message,
.reset-message {
    font-size: 1.8rem;
    margin: 0 0 25px 0;
}

.form-row + .reset-message {
    margin-top: 15px;
}

.not-edit {
    pointer-events: none !important;
}

.reset-message.error {
    color: red
}
.reset-message.success {
    color: green;
}
.password-message {
    color: green;
}

.map-page {
    padding-top: 120px
}

.map-page .container {
    justify-content: space-between
}

.map-page .btn {
    margin: 0;
    position: static
}

.map-page .content {
    width: 100%;
    display: flex;
    margin-left: calc((100% - 1290px) / 2);
    margin-bottom: 140px
}

.map-page .content .left {
    width: 410px;
    min-width: 410px;
    margin-right: 70px;
    display: flex
}

.map-page .content .left .btn {
    margin-right: 70px
}

.map-page .content .left .title {
    font-style: normal;
    font-weight: 400;
    font-size: 4.4rem;
    line-height: 5.2rem;
    color: #000;
    margin: 0 0 40px
}

.map-page .content .left .filter-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.map-page .content .left .filter-items .filter-item {
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #000;
    margin-bottom: 30px;
    padding-left: 30px;
    cursor: pointer
}

.map-page .content .left .filter-items .filter-item:last-child {
    margin-bottom: 0
}

.map-page .content .left .filter-items .filter-item:before {
    content: "";
    background-color: #eef1f7;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    transition: all .3s linear 0s
}

.map-page .content .left .filter-items .filter-item:after {
    content: "";
    background-color: #f6f7ff;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 8px;
    opacity: 0;
    transition: all .3s linear 0s
}

.map-page .content .left .filter-items .filter-item.active:before {
    background-color: #000;
    transition: all .3s linear 0s
}

.map-page .content .left .filter-items .filter-item.active:after {
    opacity: 1;
    transition: all .3s linear 0s
}

.map-page .content .map {
    height: 620px;
    width: 100%;
    background-color: rgba(196, 196, 196, 0.8);
}

.cluster span {
    width: 26px;
    border-radius: 4px;
    padding: 2px 10px;
    box-shadow: -1px 4px 10px rgb(40 37 64 / 11%);
    font-size: 18px;
    background-color: #fff;
}

.marker-content {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}
.marker-content .marker-content-item {
    display: block;
}
.marker-content .marker-content-item:first-child {
    margin-bottom: 15px;
}
.marker-content .marker-content-item img {
    margin-right: 9px;
}
.marker-content .marker-content-item span {
    font-style: normal;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: justify;
    color: #000000;
}

.footer-home-section {
    background-color: #f6f7ff;
    padding: 162px 0 0
}

.footer-home-section .container-lg {
    flex-direction: column;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 140px 0 58px;
    z-index: 3
}

.footer-home-section .container-lg .leater-footer {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0
}

.footer-home-section .container-lg .contactez-nous {
    margin-bottom: 260px;
    position: relative;
    z-index: 2
}

.footer-home-section .container-lg .contactez-nous .btn {
    width: 250px;
    background-color: transparent
}

.footer-home-section .container-lg .contactez-nous .btn.btn-border {
    padding: 0
}

.wpcf7-response-output,
.footer-home-section .container-lg .contactez-nous .btn.btn-border .ajax-loader,
.footer-home-section .container-lg .contactez-nous .btn.btn-border br {
    display: none !important;
}
.footer-home-section .container-lg .contactez-nous .btn.btn-border span {
    background-color: transparent;
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    position: relative;
    z-index: 4
}

.footer-home-section .container-lg .contactez-nous .btn.btn-border:before {
    z-index: 1
}

.footer-home-section .container-lg .contactez-nous .btn.btn-border:after {
    z-index: 2;
    border-color: #fff
}

.footer-home-section .container-lg .contactez-nous .container {
    flex-direction: column
}

.footer-home-section .container-lg .contactez-nous .box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.footer-home-section .container-lg .contactez-nous .title-section {
    color: #fff;
    padding-left: 10%;
    margin-bottom: 40px
}

.footer-home-section .container-lg .contactez-nous .left {
    width: 50%;
    padding-left: 10%;
    margin-right: 10%
}

.footer-home-section .container-lg .contactez-nous .right {
    width: 40%;
    padding: 20px 20px 40px 110px;
    background: hsla(0, 0%, 100%, .17);
    box-shadow: -13px 38px 40px rgba(65, 76, 117, .01)
}

.footer-home-section .container-lg .contactez-nous .right .contact-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

.footer-home-section .container-lg .contactez-nous .right .contact-items li {
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 35px
}

.footer-home-section .container-lg .contactez-nous .right .contact-items li:last-child {
    margin-bottom: 0
}

.footer-home-section .container-lg .contactez-nous .right .contact-items li span {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    opacity: .6;
    display: block;
    margin-bottom: 6px
}

.footer-home-section .container-lg .contactez-nous .right .contact-items li a {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.6rem
}

.footer-home-section .container-lg .footer {
    position: relative;
    z-index: 2
}

.footer-home-section .container-lg .footer .container {
    flex-direction: column
}

.footer-home-section .container-lg .footer .footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 90px
}

.footer-home-section .container-lg .footer .footer-top .logo {
    width: 270px;
    max-width: 100%;
    margin-right: 35px
}

.footer-home-section .container-lg .footer .footer-top .logo img {
    width: 100%
}

.footer-home-section .container-lg .footer .footer-top .logo img.normal {
    display: block
}

.footer-home-section .container-lg .footer .footer-top .logo img.black {
    display: none
}

.footer-home-section .container-lg .footer .footer-top .menu-columns .menu-items li a {
    color: #fff
}

.footer-home-section .container-lg .footer .footer-top .menu-columns .menu-items li a:hover {
	font-weight: 500;
}

.footer-home-section .container-lg .footer .footer-bottom a:hover {
	font-weight: 500;
}

.footer-home-section .container-lg .footer .footer-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    color: #fff
}

.footer.footer-global-section .container {
    flex-direction: column
}

.footer.footer-global-section .footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 90px
}

.footer.footer-global-section .footer-top .logo {
    width: 270px;
    max-width: 100%
}

.footer.footer-global-section .footer-top .logo img {
    width: 100%
}

.footer.footer-global-section .footer-top .logo img.normal {
    display: none
}

.footer.footer-global-section .footer-top .logo img.black {
    display: block
}

.footer.footer-global-section .footer-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    color: #000
}

footer .menu-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

footer .menu-columns .menu-items {
    padding: 0;
    list-style: none;
    width: 190px;
    max-width: 25%;
    margin: 0 30px 0 0
}

footer .menu-columns .menu-items:last-child {
    margin-right: 0
}

footer .menu-columns .menu-items li {
    margin-bottom: 5px
}

footer .menu-columns .menu-items li:last-child {
    margin-bottom: 0
}

footer .menu-columns .menu-items li a {
    font-size: 1.6rem;
    line-height: 1.8rem
}

ul.breadcrumbs {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 0;
    display: flex;
    align-items: center;
}
ul.breadcrumbs li {
    color: #000;
    font-size: 2rem;
    line-height: 2.6rem;
}
ul.breadcrumbs li:after {
    content: '/';
    margin: 0 4px;
}
ul.breadcrumbs li:last-child:after {
    display: none;
}
ul.breadcrumbs li a {
    color: #000;
    font-size: 2rem;
    line-height: 2.6rem;
    text-decoration: none;
    font-style: normal;
}
ul.breadcrumbs li span {
    color: #000;
    font-size: 2rem;
    line-height: 2.6rem;
}

@media (hover: hover) and (pointer: fine) {
    .link {
        font-weight: 400
    }

    .link, .link:hover {
        transition: all .3s linear 0s
    }

    .link:hover {
        font-weight: 500
    }

    .btn {
        transition: all .3s linear 0s
    }

    .btn.btn-border {
        position: relative;
        border-radius: 30px;
        background-color: #fff;
        background-clip: padding-box;
        border: 3px solid transparent
    }

    .btn.btn-border:after {
        border-radius: inherit;
        border: 1px solid #000;
        opacity: 1
    }

    .btn.btn-border:after, .btn.btn-border:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all .3s linear 0s
    }

    .btn.btn-border:before {
        opacity: 0;
        z-index: -1;
        margin: -2px;
        border-radius: inherit;
        background: linear-gradient(90deg, #1d95d8 33%, #f4bc62 0, #f4bc62 66%, #cc4884 0)
    }

    .btn:hover {
        transition: all .3s linear 0s
    }

    .btn:hover.btn-border {
        border: 3px solid transparent;
        font-weight: 500
    }

    .btn:hover.btn-border:after {
        opacity: 0;
        transition: all .3s linear 0s
    }

    .btn:hover.btn-border:before {
        opacity: 1;
        transition: all .3s linear 0s
    }

    .btn.btn-border.btn-error:after,
    .btn.btn-border.btn-error:before,
    .footer-home-section .container-lg .contactez-nous .btn.btn-border:after, .footer-home-section .container-lg .contactez-nous .btn.btn-border:before {
        transition: 0
    }
/*
    .btn.btn-border span {
        background-color: #fff;
        transition: 0
    } */

    .btn.btn-border.btn-error span,
    .footer-home-section .container-lg .contactez-nous .btn.btn-border span {
        background-color: transparent;
        transition: 0
    }

    .footer-home-section .container-lg .contactez-nous .btn.btn-border:hover span {
        background-color: #8b94a9;
        transition: 0
    }

    .footer-home-section .container-lg .contactez-nous .btn.btn-border:hover:after, .footer-home-section .container-lg .contactez-nous .btn.btn-border:hover:before {
        transition: 0
    }

    .header nav .menu-items a {
        font-weight: 400;
        transition: all .3s linear 0s
    }

    .header nav .menu-items a:hover, .header nav .menu-items li.menu-item-has-children:hover a {
        font-weight: 500;
        transition: all .3s linear 0s
    }

    .header nav .menu-items li.menu-item-has-children:hover a:after {
        opacity: 0;
        transform: rotate(135deg);
        transition: all .3s linear 0s
    }

    .header nav .menu-items li.menu-item-has-children:hover a:before {
        opacity: 1;
        transition: all .3s linear 0s
    }

    .header nav .menu-items li.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transition: all .3s linear 0s
    }

    .header nav .menu-items li.menu-item-has-children:hover .sub-menu:before {
        width: 100%;
        transition: all .3s linear 0s
    }

    .header nav .menu-items li.menu-item-has-children:hover .sub-menu li a {
        font-weight: 400;
        transition: all .3s linear 0s
    }

    .header nav .menu-items li.menu-item-has-children:hover .sub-menu li a:hover {
        font-weight: 500;
        transition: all .3s linear 0s
    }

    .header .search svg {
        transition: all .3s linear 0s;
        opacity: 1
    }

    .header .search:hover svg {
        transition: all .3s linear 0s;
        opacity: .65
    }

    .header .colors svg {
        transition: all .3s linear 0s;
        opacity: 1
    }

    .header .colors:hover svg, .header .fontzoom:hover svg, .header .fontzoom svg {
        transition: all .3s linear 0s;
        opacity: .65
    }

    .header .profile svg {
        transition: all .3s linear 0s;
        opacity: 1
    }

    .header .profile:hover svg {
        transition: all .3s linear 0s;
        opacity: .65
    }

    .header .logout svg {
        transition: all .3s linear 0s;
        opacity: 1
    }

    .header .logout:hover svg {
        transition: all .3s linear 0s;
        opacity: .65
    }

    .agenda-home .top .btn.btn-border {
        padding: 0
    }

    .agenda-home .top .btn.btn-border span {
        background-color: #f6f7ff;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: relative;
        z-index: 2
    }

    .agenda-home .top .btn.btn-border:before {
        z-index: 1
    }

    .agenda-home .top .btn.btn-border:after {
        z-index: 2
    }

    .agenda-home .btn {
        transition: all .3s linear 0s
    }

    .agenda-home .btn.btn-border {
        background-color: #f6f7ff
    }

    .annuaire-home .btn.btn-border {
        padding: 0
    }

    .annuaire-home .btn.btn-border span {
        background-color: #f6f7ff;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: relative;
        z-index: 2
    }

    .annuaire-home .btn.btn-border:before {
        z-index: 1
    }

    .annuaire-home .btn.btn-border:after {
        z-index: 2
    }

    .nos-actions-home .bottom .btn.btn-border {
        padding: 0
    }

    .nos-actions-home .bottom .btn.btn-border span {
        background-color: #fff;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        position: relative;
        z-index: 2
    }

    .nos-actions-home .bottom .btn.btn-border:before {
        z-index: 1
    }

    .nos-actions-home .bottom .btn.btn-border:after {
        z-index: 2
    }

    .modal-search .modal-box .modal-close:hover:after, .modal-search .modal-box .modal-close:hover:before {
        border: 1px solid #000;
        transition: all .3s linear 0s
    }

    .modal-search .modal-box .modal-close:after, .modal-search .modal-box .modal-close:before {
        transition: all .3s linear 0s
    }

    .modal-search .modal-box .search-box button svg path.hover {
        transition: all .3s linear 0s;
        opacity: 0
    }

    .modal-search .modal-box .search-box button:hover svg path.hover {
        transition: all .3s linear 0s;
        opacity: 1
    }

    .password-input-box .info:hover .info-text {
        opacity: 1;
        visibility: visible;
        overflow: visible;
        transition: all .3s linear 0s
    }

    .password-input-box .info .info-text {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all .3s linear 0s
    }
}

@media only screen and (max-width: 1600px) {
    html {
        font-size: 10px
    }

    html.big-size {
        font-size: 11px !important
    }

    html.big-size .header .logo {
        height: 50px
    }

    html.big-size .header .logo svg {
        transition: all .3s linear 0s
    }

    .header .logo {
        height: 65px
    }

    .header .logo svg {
        transition: all .3s linear 0s
    }

    .header .search {
        margin-right: 20px
    }

    .header .colors {
        margin-right: 10px
    }

    .container-lg {
        width: 1300px
    }

    .container {
        width: 1100px
    }

    .map-page .content {
        margin-left: calc((100% - 1100px) / 2)
    }

    .hero-home .hero-home-top {
        width: 1100px
    }

    .footer.footer-global-section .footer-top .logo {
        width: 170px
    }
}

@media only screen and (max-width: 1200px) {
    .container, .container-lg {
        width: 100%
    }

    .map-page .content {
        margin-left: 0
    }

    .header .mobile-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 100px;
        background-color: #fff;
        max-height: calc(100vh - 100px);
        width: 100%;
        padding-bottom: 40px;
        opacity: 0;
        transform: translateY(calc(-100% - 100px));
        transition: all .3s linear 0s
    }

    .header .mobile-menu.active {
        opacity: 1;
        transform: translateY(0);
        transition: all .3s linear 0s
    }

    .header .mobile-menu .btns {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 35px
    }

    .header .mobile-menu .btns .profile {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 25px;
        margin-bottom: 0
    }

    .header .mobile-menu .btns .profile svg {
        width: 18px;
        height: 18px
    }

    .header .mobile-menu .btns .logout {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .header .mobile-menu .btns .logout svg {
        width: 18px;
        height: 18px
    }

    .header .mobile-menu .menu-items {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 0;
        padding: 0
    }

    .header .mobile-menu .menu-items li {
        text-align: center;
        margin-bottom: 15px
    }

    .header .mobile-menu .menu-items li:last-child {
        margin-bottom: 0
    }

    .header .mobile-menu .menu-items li a {
        text-align: center;
        font-size: 2rem;
        line-height: 2.2rem
    }

    .header .mobile-menu .menu-items li .sub-menu {
        display: flex;
        flex-direction: column;
        list-style: none;
        margin: 15px 0 0;
        padding: 0
    }

    .header .burger {
        display: block
    }

    .header .logout, .header .profile, .header .right nav {
        display: none
    }

    .nos-actions-home .bottom {
        padding: 0 20px
    }

    .nos-actions-home .bottom .img-bg {
        display: none
    }

    .nos-actions-home .bottom .box {
        width: 100%;
        margin: 0
    }

    .nos-actions-home .bottom .box .image-box {
        margin-right: 70px
    }

    .nos-actions-home .bottom .box-desc {
        width: calc(100% - 370px)
    }
}

@media only screen and (max-width: 992px) {
    html {
        font-size: 8px
    }

    .hero-home {
        padding-top: 50px
    }

    .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content .title-slide {
        font-size: 3rem;
        line-height: 3.4rem
    }

    .about-home .content {
        margin-bottom: 50px
    }

    .actualites-home {
        padding-top: 60px;
        margin-bottom: 80px
    }

    .actualites-home .leater-svg {
        display: none
    }

    .agenda-home {
        padding-top: 60px
    }

    .agenda-home .top {
        flex-direction: column
    }

    .agenda-home .top .left {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .agenda-home .top .left .btn {
        width: 240px
    }

    .agenda-home .top .right {
        width: 100%
    }

    .nos-actions-home {
        padding-top: 50px
    }

    .nos-actions-home .top .top-box {
        align-items: flex-start;
        flex-direction: column
    }

    .nos-actions-home .top .top-box .category-items {
        margin-bottom: 20px
    }

    .nos-actions-home .slider-items .swiper-actions .swiper-slide {
        flex-direction: column-reverse
    }

    .nos-actions-home .slider-items .swiper-actions .swiper-slide .left {
        width: 100%
    }

    .nos-actions-home .slider-items .swiper-actions .swiper-slide .right {
        width: 100%;
        margin-bottom: 20px
    }

    .footer-home-section .btn.btn-border {
        border-color: #fff
    }

    .footer-home-section .container-lg {
        padding: 45px 0 20px
    }

    .footer-home-section .container-lg .contactez-nous .right {
        padding: 20px
    }

    .footer-home-section .container-lg .contactez-nous .right .contact-items li {
        margin-bottom: 15px
    }

    .footer-home-section .container-lg .footer .footer-top {
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px
    }

    .footer-home-section .container-lg .footer .logo {
        margin-bottom: 25px
    }

    .footer-home-section .container-lg .footer .menu-columns {
        display: none
    }

    .footer-global-section .container {
        padding: 45px 20px 20px
    }

    .footer-global-section .container .footer-top {
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px
    }

    .footer-global-section .container .logo {
        margin-bottom: 25px
    }

    .footer-global-section .container .menu-columns {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    ul.breadcrumbs {
        margin-bottom: 15px;
    }
    @keyframes opacityLogo {
        0% {
            opacity: 0;
            transform: scale(.7) translateY(-4px);
        }
        to {
            opacity: 1;
            transform: scale(1) translateY(0);
        }
    }


    .btn.btn-border:after, .btn.btn-border:before {
        display: none
    }

    main {
        margin-top: 80px
    }

    html.big-size {
        font-size: 10px !important
    }

    .radio-wrapper .radio-title {
        font-size: 1.7rem
    }

    .preloader .lines-row {
        height: 4px
    }

    .preloader .lines-row .line-item {
        transform: translateY(-10px)
    }

    .preloader svg {
        width: 85%
    }

    .password-input-box {
        flex-direction: column
    }

    .password-input-box .info {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 10px
    }

    .password-input-box .info .info-icon {
        position: absolute;
        right: 5px;
        top: -35px
    }

    .password-input-box .info .info-text {
        margin-left: 0;
        margin-top: 0
    }

    .title-section {
        font-size: 4.4rem;
        line-height: 4.6rem
    }

    .header {
        height: 70px
    }

    .header .logo {
        height: 40px
    }

    .header .right {
        padding-top: 0
    }

    .header .mobile-menu {
        top: 70px;
        height: calc(100vh - 70px);
        max-height: calc(100vh - 70px)
    }

    .hero-home {
        padding-top: 0
    }

    .hero-home .hero-home-swiper .swiper-wrapper {
        margin-bottom: 5px
    }

    .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .img {
        display: none
    }

    .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content {
        padding: 30px 20px;
        width: 100%;
        max-width: 100%
    }

    .about-home .logo-items {
        flex-direction: column;
        margin-bottom: 15px
    }

    .about-home .logo-items .logo-item {
        width: 100%;
        margin-bottom: 20px
    }

    .about-home .logo-items .logo-item img {
        margin-right: 15px;
        width: 25%
    }

    .about-home .content {
        flex-direction: column;
        margin-bottom: 20px
    }

    .about-home .content .col {
        width: 100%;
        margin-bottom: 10px
    }

    .about-home .content .col:last-child {
        margin-bottom: 0
    }

    .about-home .content .col p {
        margin-bottom: 10px
    }

    .actualites-home {
        margin-bottom: 35px
    }

    .actualites-home .title-section {
        margin-bottom: 30px
    }

    .actualites-home .actualites-home-swiper .swiper-wrapper {
        margin-bottom: 35px
    }

    .agenda-home {
        padding-top: 40px;
        padding-bottom: 45px
    }

    .agenda-home .swiper-agenda .swiper-wrapper, .agenda-home .top {
        margin-bottom: 35px
    }

    .nos-actions-home .top .top-box {
        align-items: center
    }

    .nos-actions-home .top .top-box .category-items {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
        width: 100%
    }

    .nos-actions-home .top .top-box .category-items li {
        margin-right: 0;
        margin-bottom: 5px
    }

    .nos-actions-home .slider-items {
        margin-bottom: 45px
    }

    .nos-actions-home .slider-items .swiper-actions .swiper-wrapper {
        margin-bottom: 25px
    }

    .nos-actions-home .slider-items .swiper-actions .swiper-slide .left {
        padding-right: 0
    }

    .nos-actions-home .bottom .box {
        flex-direction: column
    }

    .nos-actions-home .bottom .box .image-box {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .nos-actions-home .bottom .box .box-desc {
        width: 100%
    }

    .nos-actions-home .bottom .box .box-desc .other p {
        margin-bottom: 10px
    }

    .nos-actions-home .bottom .box .box-desc .box-desc-top {
        margin-bottom: 15px
    }

    .annuaire-home {
        padding: 45px 0
    }

    .annuaire-home .box {
        flex-direction: column
    }

    .annuaire-home .box .left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .annuaire-home .box .left h3 {
        margin-bottom: 15px
    }

    .annuaire-home .box .left .text p {
        margin-bottom: 10px
    }

    .annuaire-home .box .center {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }

    .annuaire-home .box .right {
        width: 100%;
        max-width: 100%
    }

    .annuaire-home .box .right ul {
        margin-bottom: 30px
    }

    .liens-home {
        padding: 50px 0 40px
    }

    .liens-home svg.liens-leater {
        display: none
    }

    .liens-home .title-section {
        margin-bottom: 30px
    }

    .liens-home .swiper-liens {
        width: 100%
    }

    .liens-home .swiper-liens .swiper-wrapper .swiper-slide a {
        padding: 0 10px
    }

    .colors-box .colors-row .colors-items {
        flex-direction: column
    }

    .colors-box .colors-row .colors-items .colors-item {
        margin-right: 0;
        margin-bottom: 10px
    }

    .colors-box .colors-row .colors-items .colors-item:last-child {
        margin-bottom: 0
    }

    .login-page {
        padding-top: 0
    }

    .login-page .container-lg {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40px
    }

    .login-page .box {
        width: 100%;
        margin-bottom: 35px
    }

    .login-page .login-page-title {
        margin-bottom: 15px
    }

    .login-page .login-page-text {
        margin-bottom: 20px
    }

    .login-page form .form-title {
        margin-bottom: 15px
    }

    .login-page form .form-row.form-row-btns {
        flex-direction: column
    }

    .login-page form .form-row .btn.btn-border {
        margin-bottom: 15px
    }

    .login-page form .form-row .register-link {
        text-align: center
    }

    .registration-page {
        padding-top: 0
    }

    .registration-page .container-lg {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40px
    }

    .registration-page .box {
        width: 100%;
        margin-bottom: 35px
    }

    .registration-page .registration-page-title {
        margin-bottom: 15px
    }

    .registration-page .registration-page-text {
        margin-bottom: 20px
    }

    .registration-page form .form-title {
        margin-bottom: 15px
    }

    .registration-page form .input-box.mb70 {
        margin-bottom: 25px
    }

    .registration-page form .form-row {
        flex-direction: column
    }

    .registration-page form .form-row .input-box {
        margin-right: 0
    }

    .cabinet-page {
        margin-bottom: 40px
    }

    .cabinet-page .cabinet-page-top {
        display: none
    }

    .cabinet-page .container-lg .top {
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 35px
    }

    .cabinet-page .container-lg .top .cabinet-page-title {
        margin-bottom: 10px
    }

    .cabinet-page .container-lg .top .exit {
        width: 100%
    }

    .cabinet-page .container-lg .content {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .cabinet-page .container-lg .content .form-row {
        flex-direction: column
    }

    .cabinet-page .container-lg .content .form-row .input-box {
        margin-right: 0
    }

    .cabinet-page .container-lg .password-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .cabinet-page .container-lg .password-box .form-row {
        flex-direction: column
    }

    .cabinet-page .container-lg .password-box .btn.btn-border {
        border-color: #000
    }

    .single-page {
        margin-bottom: 40px
    }

    .single-page .container-lg {
        padding: 0
    }

    .single-page .single-page-top {
        margin-bottom: 30px
    }

    .single-page .single-page-top img {
        height: 120px;
        object-fit: cover;
        object-position: center
    }

    .single-page .btn.btn-border.btn-return {
        position: static !important;
        margin-top: 0;
        margin-bottom: 20px
    }

    .single-page h1, .single-page h2, .single-page h3, .single-page h4, .single-page h5, .single-page p {
        margin-bottom: 10px
    }

    .single-page p {
        font-size: 1.7rem;
        line-height: 2.3rem
    }

    .single-page h1 {
        font-size: 3.6rem;
        line-height: 4rem
    }

    .single-page h2 {
        font-size: 3rem;
        line-height: 3.4rem
    }

    .single-page h3 {
        font-size: 2.7rem;
        line-height: 3.1rem
    }

    .single-page h4 {
        font-size: 2.3rem;
        line-height: 2.7rem
    }

    .single-page h5 {
        font-size: 2.1rem;
        line-height: 2.5rem
    }

    .single-page .btn.btn-border {
        margin-top: 25px
    }

    .single-event-page {
        margin-bottom: 40px
    }

    .single-event-page .container-lg {
        padding: 0
    }

    .single-event-page .single-page-top {
        margin-bottom: 30px
    }

    .single-event-page .single-page-top img {
        height: 120px;
        object-fit: cover;
        object-position: center
    }

    .single-event-page .btn.btn-border.btn-return {
        position: static !important;
        margin-top: 0;
        margin-bottom: 20px
    }

    .single-event-page .top-info {
        flex-direction: column;
        margin-bottom: 15px
    }

    .single-event-page .top-info p {
        width: 100%
    }

    .single-event-page .details-box, .single-event-page .info-desc {
        margin-bottom: 15px
    }

    .single-event-page .btn-items {
        flex-direction: column
    }

    .single-event-page .btn-items .btn.btn-border {
        margin-right: 0
    }

    .single-event-page h1, .single-event-page h2, .single-event-page h3, .single-event-page h4, .single-event-page h5 {
        margin-bottom: 10px
    }

    .single-event-page p {
        margin-bottom: 10px;
        font-size: 1.7rem;
        line-height: 2.3rem
    }

    .single-event-page h1 {
        font-size: 3.6rem;
        line-height: 4rem
    }

    .single-event-page h2 {
        font-size: 3rem;
        line-height: 3.4rem
    }

    .single-event-page h3 {
        font-size: 2.7rem;
        line-height: 3.1rem
    }

    .single-event-page h4 {
        font-size: 2.3rem;
        line-height: 2.7rem
    }

    .single-event-page h5 {
        font-size: 2.1rem;
        line-height: 2.5rem
    }

    .single-event-page .btn.btn-border {
        margin-top: 25px
    }

    .map-page {
        margin-bottom: 0;
        padding-top: 0
    }

    .map-page .btn.btn-border.btn-return {
        position: static !important;
        margin-top: 0;
        margin-bottom: 20px
    }

    .map-page .content {
        margin-bottom: 0;
        flex-direction: column
    }

    .map-page .content .left {
        width: 100%;
        flex-direction: column;
        padding: 0 20px;
        margin-bottom: 35px
    }

    .map-page .content .right {
        width: 100%
    }

    .documentation-page {
        margin-bottom: 40px;
        padding-top: 0
    }

    .documentation-page .container-lg {
        padding: 0
    }

    .documentation-page .top-info {
        flex-direction: column;
        margin-bottom: 30px
    }

    .documentation-page .top-info .top-info-left {
        width: 100%;
        margin-bottom: 35px
    }

    .documentation-page .top-info .top-info-right {
        width: 100%
    }

    .documentation-page .documentation-tabs-wrapper {
        flex-direction: column
    }

    .documentation-page .documentation-tabs-wrapper .documentation-tabs-top {
        margin-right: 0;
        margin-bottom: 20px
    }

    .documentation-page .documentation-tabs-wrapper .documentation-tabs-content {
        width: 100%
    }

    .documentation-page .btn.btn-border.btn-return {
        position: static !important;
        margin-top: 0;
        margin-bottom: 20px
    }

    .documentation-page h1, .documentation-page h2, .documentation-page h3, .documentation-page h4, .documentation-page h5 {
        margin-bottom: 10px
    }

    .documentation-page p {
        margin-bottom: 10px;
        font-size: 1.7rem;
        line-height: 2.3rem
    }

    .documentation-page h1 {
        font-size: 3.6rem;
        line-height: 4rem
    }

    .documentation-page h2 {
        font-size: 3rem;
        line-height: 3.4rem
    }

    .documentation-page h3 {
        font-size: 2.7rem;
        line-height: 3.1rem
    }

    .documentation-page h4 {
        font-size: 2.3rem;
        line-height: 2.7rem
    }

    .documentation-page h5 {
        font-size: 2.1rem;
        line-height: 2.5rem
    }

    .documentation-page .btn.btn-border {
        margin-top: 25px
    }

    .actualites-page {
        padding-top: 0
    }

    .actualites-page .actualites-page-top {
        margin-bottom: 35px;
        flex-direction: column
    }

    .actualites-page .actualites-page-top .left {
        margin-bottom: 20px
    }

    .actualites-page .actualites-page-top .right {
        width: 100%
    }

    .actualites-page .actualites-page-content {
        grid-template-columns:1fr;
        margin-bottom: 30px;
        grid-gap: 25px 0
    }

    .agenda-page {
        padding-top: 0
    }

    .agenda-page .agenda-page-top {
        margin-bottom: 35px;
        flex-direction: column
    }

    .agenda-page .agenda-page-top .left {
        margin-bottom: 20px
    }

    .agenda-page .agenda-page-top .right {
        width: 100%
    }

    .agenda-page .agenda-page-top .right .right-bottom .filter-agenda {
        margin-bottom: 0;
        flex-direction: column
    }

    .agenda-page .agenda-page-top .right .right-bottom .filter-agenda .select-box {
        margin-top: 40px
    }

    .agenda-page .agenda-page-top .right .right-bottom .filter-agenda .col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px
    }

    .agenda-page .agenda-page-top .right .right-bottom .filter-agenda .col:last-child {
        margin-bottom: 0
    }

    .agenda-page .agenda-page-content {
        grid-template-columns:1fr;
        margin-bottom: 30px;
        grid-gap: 25px 0
    }

    .agenda-item img {
        margin-bottom: 15px
    }

    .agenda-item p.title {
        font-size: 2.1rem;
        line-height: 2.5rem
    }

    .pagination {
        margin-bottom: 0
    }

    .footer .footer-top {
        margin-bottom: 30px;
        justify-content: center
    }

    .footer .footer-top .logo {
        width: 170px;
        margin-right: 0;
        margin-bottom: 0
    }

    .footer .footer-bottom {
        flex-direction: column
    }

    .footer .footer-bottom li {
        margin-right: 0;
        margin-bottom: 5px
    }

    .footer .menu-columns {
        display: none
    }

    .footer.footer-global-section .footer-top {
        margin-bottom: 30px;
        justify-content: center
    }

    .footer.footer-global-section .footer-top .logo {
        width: 170px;
        margin-right: 0;
        margin-bottom: 0
    }

    .footer.footer-global-section .footer-bottom {
        flex-direction: column
    }

    .footer.footer-global-section .footer-bottom li {
        margin-right: 0;
        margin-bottom: 5px
    }

    .footer.footer-global-section .menu-columns {
        display: none
    }

    .footer-home-section .container-lg .contactez-nous {
        margin-bottom: 50px
    }

    .footer-home-section .container-lg .contactez-nous .title-section {
        margin-bottom: 25px
    }

    .footer-home-section .container-lg .contactez-nous .box {
        flex-direction: column
    }

    .footer-home-section .container-lg .contactez-nous .box .left {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .footer-home-section .container-lg .contactez-nous .box .right {
        width: 100%
    }

    .footer-home-section .container-lg .footer .footer-top {
        margin-bottom: 30px;
        justify-content: center
    }

    .footer-home-section .container-lg .footer .footer-top .logo {
        width: 170px;
        margin-right: 0;
        margin-bottom: 0
    }

    .footer-home-section .container-lg .footer .footer-bottom {
        flex-direction: column
    }

    .footer-home-section .container-lg .footer .footer-bottom li {
        margin-right: 0;
        margin-bottom: 5px
    }

    .footer-home-section .container-lg .footer .menu-columns {
        display: none
    }

    .input-box.mb45 {
        margin-bottom: 25px
    }

    .modal-file .modal-box,
    .modal-search .modal-box {
        width: 100%
    }
}

html.big-size {
    font-size: 12px
}

body[data-color=inverse] {
    background-color: #1c1c1c
}

body[data-color=inverse] .swiper-buttons .swiper-button-next:after {
    background-image: url(../img/svg/arrow-white-right.svg)
}

body[data-color=inverse] .swiper-buttons .swiper-button-prev:after {
    background-image: url(../img/svg/arrow-white-left.svg)
}

body[data-color=inverse] .btn.btn-border {
    background-color: #1c1c1c;
    color: #fff
}

body[data-color=inverse] .btn.btn-border:after {
    border-color: #fff
}

body[data-color=inverse] .btn.btn-border span, body[data-color=inverse] .checkbox-box p, body[data-color=inverse] .link, body[data-color=inverse] .title-section {
    color: #fff
}

body[data-color=inverse] .header {
    background-color: #1c1c1c
}

body[data-color=inverse] .header.header-fixed, body[data-color=inverse] .header.header-fixed nav .menu-items li.menu-item-has-children .sub-menu {
    background-color: rgba(28, 28, 28, .8)
}

body[data-color=inverse] .header .logo img.normal {
    display: none
}

body[data-color=inverse] .header .logo img.white {
    display: block
}

body[data-color=inverse] .header nav .menu-items a {
    color: #fff
}

body[data-color=inverse] .header nav .menu-items li.menu-item-has-children .sub-menu {
    background-color: #1c1c1c
}

body[data-color=inverse] .header nav .menu-items li.menu-item-has-children .sub-menu li a {
    color: #fff
}

body[data-color=inverse] .header nav .menu-items li.menu-item-has-children > a:after, body[data-color=inverse] .header nav .menu-items li.menu-item-has-children > a:before {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff
}

body[data-color=inverse] .header .search svg path {
    fill: #fff
}

body[data-color=inverse] .header .colors svg {
    border: 1px solid #fff;
    border-radius: 50%
}

body[data-color=inverse] .header .fontzoom svg path, body[data-color=inverse] .header .profile svg path {
    fill: #fff
}

body[data-color=inverse] .header .logout svg path {
    fill: #fff;
    stroke: #fff
}

body[data-color=inverse] .hero-home .hero-home-top .hero-home-desc, body[data-color=inverse] .hero-home .hero-home-top .hero-home-title {
    color: #fff
}

body[data-color=inverse] .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide {
    position: relative
}

body[data-color=inverse] .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: #97a0b3;
    opacity: .2
}

body[data-color=inverse] .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .content, body[data-color=inverse] .hero-home .hero-home-swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
    z-index: 2
}

body[data-color=inverse] .about-home .content .col p, body[data-color=inverse] .about-home .logo-items .logo-item p {
    color: #fff
}

body[data-color=inverse] .actualites-home .container:after, body[data-color=inverse] .actualites-home .container:before {
    background: #1c1c1c
}

body[data-color=inverse] .actualites-home .leater-svg {
    opacity: .2
}

body[data-color=inverse] .actualites-home .actualites-item p.date {
    color: #fff
}

body[data-color=inverse] .actualites-home .actualites-item p.date:before {
    background-color: #fff
}

body[data-color=inverse] .actualites-home .actualites-item p.title {
    color: #fff
}

body[data-color=inverse] .agenda-home, body[data-color=inverse] .agenda-home .top .btn.btn-border span {
    background-color: #303030
}

body[data-color=inverse] .agenda-home .top .left .desc-section, body[data-color=inverse] .agenda-home .top .right .col a {
    color: #fff
}

body[data-color=inverse] .agenda-home .btn.btn-border {
    background-color: #303030
}

body[data-color=inverse] .nos-actions-home .top .category-items li:after {
    background-color: #fff
}

body[data-color=inverse] .nos-actions-home .top .category-items li.active {
    color: #fff
}

body[data-color=inverse] .nos-actions-home .slider-items .swiper-actions .swiper-slide .left .date {
    color: #fff;
    background-color: transparent
}

body[data-color=inverse] .nos-actions-home .slider-items .swiper-actions .swiper-slide .left .desc p, body[data-color=inverse] .nos-actions-home .slider-items .swiper-actions .swiper-slide .left .title {
    color: #fff
}

body[data-color=inverse] .nos-actions-home .bottom .box-desc, body[data-color=inverse] .nos-actions-home .bottom .btn.btn-border span {
    background-color: #1c1c1c
}

body[data-color=inverse] .nos-actions-home .bottom .box-desc .other p, body[data-color=inverse] .nos-actions-home .bottom .box-desc h2 {
    color: #fff
}

body[data-color=inverse] .annuaire-home {
    background-color: #303030
}

body[data-color=inverse] .annuaire-home .left .text p, body[data-color=inverse] .annuaire-home .left h3, body[data-color=inverse] .annuaire-home .right ul li {
    color: #fff
}

body[data-color=inverse] .annuaire-home .btn.btn-border span {
    color: #fff;
    display: flex;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    top: 1px;
    left: 1px;
    position: absolute;
    z-index: 4;
    background-color: #303030
}

body[data-color=inverse] .annuaire-home .btn.btn-border:after {
    background-color: #303030
}

body[data-color=inverse] .liens-home svg.liens-leater path {
    fill: #303030
}

body[data-color=inverse] .login-page .login-page-text p, body[data-color=inverse] .login-page .login-page-title, body[data-color=inverse] .login-page form .form-title {
    color: #fff
}

body[data-color=inverse] .login-page form .input-box.black input {
    color: #fff;
    border-color: #fff
}

body[data-color=inverse] .login-page form .input-box.black input::placeholder {
    color: #fff
}

body[data-color=inverse] .login-page form .form-row .btn.btn-border span, body[data-color=inverse] .registration-page form .form-row .btn.btn-border span {
    background-color: #1c1c1c
}

body[data-color=inverse] .cabinet-page .container-lg .top .cabinet-page-title {
    color: #fff
}

body[data-color=inverse] .cabinet-page .container-lg .top .exit svg path {
    fill: #fff;
    stroke: #fff
}

body[data-color=inverse] .cabinet-page .container-lg .content .input-box.black input {
    color: #fff;
    border-color: #fff
}

body[data-color=inverse] .cabinet-page .container-lg .content .input-box.black input::placeholder {
    color: #fff
}

body[data-color=inverse] .cabinet-page .container-lg .content .title-form {
    color: #fff
}

body[data-color=inverse] .cabinet-page .container-lg .content .form-row .btn.btn-border span {
    color: #fff;
    background-color: #1c1c1c
}

body[data-color=inverse] .cabinet-page .container-lg .content .form-row .btn.btn-border:after {
    border-color: #fff
}

body[data-color=inverse] .cabinet-page .password-box {
    background-color: #404040
}

body[data-color=inverse] .cabinet-page .password-box .btn.btn-border span {
    color: #fff;
    background-color: #404040
}

body[data-color=inverse] .cabinet-page .password-box .btn.btn-border:after {
    border-color: #fff
}

body[data-color=inverse] .cabinet-page .password-box .input-box.black input {
    color: #fff;
    border-color: #fff
}

body[data-color=inverse] .cabinet-page .password-box .input-box.black input::placeholder {
    color: #fff
}

body[data-color=inverse] .cabinet-page .password-input-box .info .info-icon svg path {
    fill: #fff;
    stroke: #fff
}

body[data-color=inverse] .cabinet-page .password-input-box .info .info-icon svg circle {
    stroke: #fff
}

body[data-color=inverse] .single-page h1, body[data-color=inverse] .single-page h2, body[data-color=inverse] .single-page h3, body[data-color=inverse] .single-page h4, body[data-color=inverse] .single-page h5, body[data-color=inverse] .single-page p {
    color: #fff
}

body[data-color=inverse] .single-event-page .top-info .top-info-date {
    background-color: #414141
}

body[data-color=inverse] .single-event-page .top-info .top-info-text {
    background-color: #1c1c1c
}

body[data-color=inverse] .actualites-page .actualites-item p.date, body[data-color=inverse] .actualites-page .actualites-page-top .right .actualites-page-text p, body[data-color=inverse] .actualites-page .actualites-page-top .right .actualites-page-title, body[data-color=inverse] .single-event-page .details-box .details-list .details-item p, body[data-color=inverse] .single-event-page .details-box .details-list .details-item span, body[data-color=inverse] .single-event-page h1, body[data-color=inverse] .single-event-page h2, body[data-color=inverse] .single-event-page h3, body[data-color=inverse] .single-event-page h4, body[data-color=inverse] .single-event-page h5, body[data-color=inverse] .single-event-page p {
    color: #fff
}

body[data-color=inverse] .actualites-page .actualites-item p.date:before {
    background-color: #fff
}

body[data-color=inverse] .actualites-page .actualites-item p.title, body[data-color=inverse] .select-box label {
    color: #fff
}

body[data-color=inverse] .select-box .select2-container {
    border-color: #fff
}

body[data-color=inverse] .select2-container--default .select2-selection--single {
    background-color: #1c1c1c
}

body[data-color=inverse] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

body[data-color=inverse] .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(/img/svg/arrow-bottom-white.svg)
}

body[data-color=inverse] .select2-results {
    border-color: #fff
}

body[data-color=inverse] .select2-results .select2-results__options {
    background-color: #1c1c1c
}

body[data-color=inverse] .agenda-item .item-top p.date, body[data-color=inverse] .agenda-item p.title, body[data-color=inverse] .agenda-page .agenda-page-top .right .agenda-page-text p, body[data-color=inverse] .agenda-page .agenda-page-top .right .agenda-page-title, body[data-color=inverse] .agenda-page .agenda-page-top .right .right-bottom .col a, body[data-color=inverse] .map-page .content .left .filter-items .filter-item, body[data-color=inverse] .map-page .content .left .title, body[data-color=inverse] .pagination .pagination-list li a, body[data-color=inverse] .pagination .pagination-list li span, body[data-color=inverse] .select2-results .select2-results__options .select2-results__option {
    color: #fff
}

body[data-color=inverse] .map-page .content .left .filter-items .filter-item:after {
    background-color: #f6f7ff
}

body[data-color=inverse] .map-page .content .left .filter-items .filter-item:before {
    background-color: #eef1f7
}

body[data-color=inverse] .map-page .content .left .filter-items .filter-item.active:before {
    background-color: #8b95a9
}

body[data-color=inverse] .documentation-page .top-info .top-info-left p, body[data-color=inverse] .documentation-page h1, body[data-color=inverse] .documentation-page h2, body[data-color=inverse] .documentation-page h3, body[data-color=inverse] .documentation-page h4, body[data-color=inverse] .documentation-page h5, body[data-color=inverse] .documentation-page p {
    color: #fff
}

body[data-color=inverse] .documentation-page .top-info .top-info-right .documentation-search-box input {
    border-color: #fff
}

body[data-color=inverse] .documentation-page .top-info .top-info-right .documentation-search-box .btn-search svg path {
    fill: #fff
}

body[data-color=inverse] .documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item:after {
    background-color: #fff
}

body[data-color=inverse] .documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .left p, body[data-color=inverse] .documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .right .download span, body[data-color=inverse] .documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item.active {
    color: #fff
}

body[data-color=inverse] .documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .right .download svg path {
    fill: #fff;
    stroke: #fff
}

body[data-color=inverse] .footer.footer-global-section .footer-top .logo img.normal {
    display: block
}

body[data-color=inverse] .footer.footer-global-section .footer-top .logo img.black {
    display: none
}

body[data-color=inverse] .footer.footer-global-section .menu-columns .menu-items li a {
    color: #fff
}

body[data-color=inverse] .footer.footer-global-section .footer-bottom {
    color: #fff !important
}

body[data-color=inverse] .footer-home-section {
    background-color: #1c1c1c
}

body[data-color=blue], body[data-color=blue] .btn.btn-border, body[data-color=blue] .header, body[data-color=blue] .select2-container--default .select2-selection--single {
    background-color: #b7dcff
}

body[data-color=blue] .header.header-fixed, body[data-color=blue] .header.header-fixed nav .menu-items li.menu-item-has-children .sub-menu {
    background-color: rgba(183, 220, 255, .8)
}

body[data-color=blue] .actualites-home .container:after, body[data-color=blue] .actualites-home .container:before, body[data-color=blue] .header nav .menu-items li.menu-item-has-children .sub-menu {
    background-color: #b7dcff
}

body[data-color=blue] .actualites-home .leater-svg path {
    fill: #c7e4ff
}

body[data-color=blue] .agenda-home, body[data-color=blue] .agenda-home .btn.btn-border, body[data-color=blue] .agenda-home .top .btn.btn-border span {
    background-color: #c7e4ff
}

body[data-color=blue] .nos-actions-home .top .category-items li {
    color: #425c9c
}

body[data-color=blue] .nos-actions-home .top .category-items li:after {
    background-color: #91c3f1
}

body[data-color=blue] .nos-actions-home .top .category-items li.active {
    color: #0d2359
}

body[data-color=blue] .nos-actions-home .bottom .box-desc, body[data-color=blue] .nos-actions-home .bottom .btn.btn-border span, body[data-color=blue] .nos-actions-home .slider-items .swiper-actions .swiper-slide .left .date {
    background-color: #b7dcff
}

body[data-color=blue] .annuaire-home, body[data-color=blue] .annuaire-home .btn.btn-border span {
    background-color: #c7e4ff
}

body[data-color=blue] .liens-home svg.liens-leater path {
    fill: #b7dcff
}

body[data-color=blue] .login-page form .form-row .btn.btn-border span {
    background-color: #b7dcff
}

body[data-color=blue] .registration-page .registration-page-text p, body[data-color=blue] .registration-page .registration-page-title {
    color: #000
}

body[data-color=blue] .registration-page form .input-box.white input {
    color: #000;
    border-color: #000
}

body[data-color=blue] .registration-page form .input-box.white input::placeholder {
    color: #000
}

body[data-color=blue] .registration-page form .checkbox-box.white p, body[data-color=blue] .registration-page form .form-title, body[data-color=blue] .registration-page form .radio-wrapper .radio-row .radio-box p, body[data-color=blue] .registration-page form .radio-wrapper .radio-title {
    color: #000
}

body[data-color=blue] .registration-page form .form-row .btn.btn-border:after {
    border-color: #000
}

body[data-color=blue] .registration-page form .form-row .btn.btn-border span {
    color: #000;
    background-color: #b7dcff
}

body[data-color=blue] .registration-page .footer .footer-top .logo img.normal {
    display: none
}

body[data-color=blue] .registration-page .footer .footer-top .logo img.black {
    display: block
}

body[data-color=blue] .registration-page .footer .menu-columns .menu-items li a {
    color: #000
}

body[data-color=blue] .registration-page .footer .footer-bottom {
    color: #000 !important
}

body[data-color=blue] .cabinet-page .container-lg .content .form-row .btn.btn-border span {
    background-color: #b7dcff
}

body[data-color=blue] .cabinet-page .password-box, body[data-color=blue] .cabinet-page .password-box .btn.btn-border span, body[data-color=blue] .single-event-page .top-info .top-info-date {
    background-color: #c7e4ff
}

body[data-color=blue] .single-event-page .top-info .top-info-text {
    background-color: #b7dcff
}

body[data-color=blue] .documentation-page .documentation-tabs-wrapper .documentation-tabs-content .documentation-tab-content-item .documentation-content-list .documentation-content-list-item .left p.date, body[data-color=blue] .documentation-page .documentation-tabs-wrapper .documentation-tabs-top .documentation-tab-top-item {
    color: #4b6096
}

body[data-color=blue] .footer-home-section {
    background-color: #b7dcff
}

body[data-color=blue] .footer-home-section .input-box.white input {
    color: #000;
    border-color: #000
}

body[data-color=blue] .footer-home-section .input-box.white input::placeholder {
    color: #000
}

body[data-color=blue] .footer-home-section .container-lg .contactez-nous .btn.btn-border:after {
    border-color: #000;
    z-index: 4
}

body[data-color=blue] .footer-home-section .container-lg .contactez-nous .btn.btn-border span {
    background-color: #b7dcff;
    color: #000
}

body[data-color=blue] .footer-home-section .container-lg .contactez-nous .right .contact-items li a, body[data-color=blue] .footer-home-section .container-lg .contactez-nous .right .contact-items li span, body[data-color=blue] .footer-home-section .container-lg .contactez-nous .title-section {
    color: #000
}

body[data-color=blue] .footer-home-section .container-lg .leater-footer g {
    opacity: .1
}

body[data-color=blue] .footer-home-section .container-lg .leater-footer path {
    fill: #f6f7ff
}

body[data-color=blue] .footer-home-section .footer .footer-top .logo img.normal {
    display: none
}

body[data-color=blue] .footer-home-section .footer .footer-top .logo img.black {
    display: block
}

body[data-color=blue] .footer-home-section .footer .footer-bottom, body[data-color=blue] .footer-home-section .footer .footer-top .menu-columns .menu-items li a {
    color: #000
}

body[data-color=gris], body[data-color=gris] .btn.btn-border, body[data-color=gris] .header, body[data-color=gris] .select2-container--default .select2-selection--single {
    background-color: #f6f7ff
}

body[data-color=gris] .header.header-fixed, body[data-color=gris] .header.header-fixed nav .menu-items li.menu-item-has-children .sub-menu {
    background-color: rgba(246, 247, 255, .8)
}

body[data-color=gris] .header .logo img.normal {
    display: block
}

body[data-color=gris] .header .logo img.white {
    display: none
}

body[data-color=gris] .actualites-home .container:after, body[data-color=gris] .actualites-home .container:before, body[data-color=gris] .header nav .menu-items li.menu-item-has-children .sub-menu {
    background-color: #f6f7ff
}

body[data-color=gris] .actualites-home .leater-svg path {
    fill: #ecedf6
}

body[data-color=gris] .agenda-home, body[data-color=gris] .agenda-home .btn.btn-border, body[data-color=gris] .agenda-home .top .btn.btn-border span {
    background-color: #ecedf6
}

body[data-color=gris] .nos-actions-home .slider-items .swiper-actions .swiper-slide .left .date {
    background-color: #f6f7ff;
    box-shadow: -13px 22px 40px rgba(65, 76, 117, .06)
}

body[data-color=gris] .nos-actions-home .bottom .box-desc, body[data-color=gris] .nos-actions-home .bottom .btn.btn-border span {
    background-color: #f6f7ff
}

body[data-color=gris] .annuaire-home, body[data-color=gris] .annuaire-home .btn.btn-border span {
    background-color: #ecedf6
}

body[data-color=gris] .liens-home svg.liens-leater path {
    fill: #ecedf6
}

body[data-color=gris] .cabinet-page .container-lg .content .form-row .btn.btn-border span {
    background-color: #f6f7ff
}

body[data-color=gris] .single-event-page .top-info .top-info-date {
    background-color: #ecedf6
}

body[data-color=gris] .footer-home-section, body[data-color=gris] .single-event-page .top-info .top-info-text {
    background-color: #f6f7ff
}

body[data-color=gris] .footer-home-section .input-box.white input {
    color: #000;
    border-color: #000
}

body[data-color=gris] .footer-home-section .input-box.white input::placeholder {
    color: #000
}

body[data-color=gris] .footer-home-section .container-lg .contactez-nous .btn.btn-border:after {
    border-color: #000
}

body[data-color=gris] .footer-home-section .container-lg .contactez-nous .btn.btn-border span {
    background-color: #f6f7ff;
    color: #000
}

body[data-color=gris] .footer-home-section .container-lg .contactez-nous .right .contact-items li a, body[data-color=gris] .footer-home-section .container-lg .contactez-nous .right .contact-items li span, body[data-color=gris] .footer-home-section .container-lg .contactez-nous .title-section {
    color: #000
}

body[data-color=gris] .footer-home-section .container-lg .leater-footer g {
    opacity: 1
}

body[data-color=gris] .footer-home-section .container-lg .leater-footer path {
    fill: #ecedf6
}

body[data-color=gris] .footer-home-section .footer .footer-top .logo img.normal {
    display: none
}

body[data-color=gris] .footer-home-section .footer .footer-top .logo img.black {
    display: block
}

body[data-color=gris] .footer-home-section .footer .footer-bottom, body[data-color=gris] .footer-home-section .footer .footer-top .menu-columns .menu-items li a {
    color: #000
}

body[data-color=inverse] .modal-search {
    background-color: rgba(28, 28, 28, 0.9);
}

body[data-color=inverse] .modal-search .modal-box .search-box input {
    border-color: #fff;
    color: #fff;
}
body[data-color=inverse] .modal-search .modal-box .search-box input::placeholder {
    color: #ffffff;
}

body[data-color=inverse] .modal-search .modal-box .search-box button svg path {
    fill: #fff
}
body[data-color=inverse] .modal-search .modal-box .modal-close:after,
body[data-color=inverse] .modal-search .modal-box .modal-close:before {
    background-color: #ffffff;
}

body[data-color=inverse] .modal-search .modal-box .modal-close:hover:after,
body[data-color=inverse] .modal-search .modal-box .modal-close:hover:before {
    background-color: #ffffff;
    border: 1px solid #fff;
    opacity: .7;
}
body[data-color=inverse] .modal-search .modal-box .search-box .search-list {
    background: #1C1C1C;
    border-color: #fff;
}
body[data-color=inverse] .modal-search .modal-box .search-box .search-list .more-link,
body[data-color=inverse] .modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.date,
body[data-color=inverse] .modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.title {
    color: #ffffff;
}


body[data-color=blue] .modal-search {
    background-color: rgba(183, 220, 255, 0.9);
}

body[data-color=blue] .modal-search .modal-box .search-box input {
    color: #000;
}
body[data-color=blue] .modal-search .modal-box .search-box input::placeholder {
    /*color: #c1c1c1;*/
}

body[data-color=blue] .modal-search .modal-box .search-box .search-list {
    background: #B7DCFF;
    /*border-color: #fff;*/
}
body[data-color=blue] .modal-search .modal-box .search-box .search-list .more-link,
body[data-color=blue] .modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.date,
body[data-color=blue] .modal-search .modal-box .search-box .search-list .search-list-items .search-list-item .info p.title {
    /*color: #ffffff;*/
}


@media print {
    header.header,
    footer,
    .preloader,
    .colors-box,
    .modal,
    .btn,
    *::before,
    *::after {
        display: none !important; }

    .single-page {
        margin-bottom: 0;
        margin-top: 0;
    }
    .single-page .single-page-top {
        margin-bottom: 10px;
    }
}
