:root {
    --main-color: 44, 45, 129;
}

body.home.page .job-block .jobs-block .job-icon img {
    margin: auto;
}

footer .top-footer,
label.menu-toggle,
.navigation {
    background: rgb(var(--main-color));
}
.navigation ul li.current-menu-item::before {
    content: "";
    background: red;
    height: 2px;
    width: 25px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -12.5px;
}
.navigation ul li.current-menu-item > a {
    font-weight: 700;
}

@media (min-width: 960px) {
    .navigation {
        background: transparent;
    }
    .navigation ul li.menu-item-has-children ul li {
        background: rgba(var(--main-color), 0.6);
    }
    .navigation ul li.current_page_item::before,
	.navigation ul li.current-menu-item::before {
        background: rgb(var(--main-color));
    }
    .navigation ul li.current_page_item a,
    .navigation ul li.current_page_item label,
	.navigation ul li.current-menu-item a,
    .navigation ul li.current-menu-item label{
        color: rgb(var(--main-color));
    }
}

ul.primary-list li:before,
.wysiwyg ul li:before {
    background: rgb(var(--main-color));
}

ol li:before,
.wysiwyg ol li:before {
    color: rgb(var(--main-color));
}

ul.primary-list li:before,
.wysiwyg ul li:before {
    background: rgb(var(--main-color));
}

ol li:before,
.wysiwyg ol li:before {
    color: rgb(var(--main-color));
}

h1,
.h1 {
    color: rgb(var(--main-color));
}

h2,
.h2 {
    color: rgb(var(--main-color));
}

h3,
.h3 {
    color: rgb(var(--main-color));
}

h4,
.h4 {
    color: rgb(var(--main-color));
}

.wysiwyg h1 {
    color: rgb(var(--main-color));
}

.wysiwyg h2 {
    color: rgb(var(--main-color));
}

.wysiwyg h3 {
    color: rgb(var(--main-color));
}

.wysiwyg h4 {
    color: rgb(var(--main-color));
}

.flex-title-double-column__left.title h2,
.flex-title-double-column__right.title h2 {
    color: rgb(var(--main-color));
}

.page-head .top-title,
.back-to-root {
    color: rgb(var(--main-color));
}

.page-head .top-title:before {
    background: rgb(var(--main-color));
}

.page-head {
    border-bottom-color: rgb(var(--main-color));
}

.job-head .job-icon::after {
    background: rgb(var(--main-color));
}

hr.separator {
    border-color: rgb(var(--main-color));
}

.flex-list-elements .inner__list.with-sep:before,
.flex-list-elements .inner__list.with-sep:after,
.flex-skills__card .card__title::after{
    background-color: rgb(var(--main-color));
}

.btn--primary {
    background-color: rgb(var(--main-color));
}

.btn--primary:after {
    background-color: rgb(var(--main-color));
    filter: brightness(85%);
}

.flex-jobs__card h2::after,
.others-jobs::after {
    background-color: rgb(var(--main-color));
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    border-color: rgb(var(--main-color));
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    color: rgb(var(--main-color));
}

.realisations-datas .missions ul li strong,
.realisations-datas .wysiwyg b,
.realisations-datas .wysiwyg strong {
    color: rgb(var(--main-color));
}

.filters ul li a.active,
.loadmore-trigger {
    color: rgb(var(--main-color));
}

.filters ul li a.active:before {
    background-color: rgb(var(--main-color));
}

.post-head::after {
    background: rgb(var(--main-color));
}

.realization_card .block .inner {
    background-color: rgba(var(--main-color), .7);
}

div#post-holder .w-flex:not(:first-child) .container:before {
    border-color: rgb(var(--main-color));
}

.reals-block .real .content {
    background: rgb(var(--main-color));
}

body.home.page .job-block .jobs-block {
    color: rgb(var(--main-color));
}

body.home.page #home-slider .slider-content .inner p {
    color: rgb(var(--main-color));
}

body.home.page #home-slider .slick-prev,
body.home.page #home-slider .slick-next {
    border-color: rgb(var(--main-color));
}

body.home.page #home-slider .slick-prev:before,
body.home.page #home-slider .slick-next:before {
    color: rgb(var(--main-color));
}

body.home.page #home-slider .slick-dots li button:before {
    border-color: rgb(var(--main-color));
}

body.home.page #home-slider .slick-dots li.slick-active button:before {
    background-color: rgb(var(--main-color));
}

body.home.page #home-slider a.scroller:after,
body.home.page #home-slider a.scroller:before,
.wpcf7 textarea,
.wpcf7 input{
    border-color: rgb(var(--main-color));
}

.icons .icons-block ul li span,
.icons .icons-block ul li .icon {
    color: rgb(var(--main-color));
}

.icons .icons-block ul li:not(:first-child):after {
    background-color: rgb(var(--main-color));
}

body.home.page .home-block.news-block .block-title {
    color: rgb(var(--main-color));
}

.post_card .block .inner {
    background-color: rgba(var(--main-color), .7);
}

.page-template-tlp-about .flex-double-column__title,
.page-template-tlp-about .inner__title,
.page-template-tlp-about .flex-title-text__title h2,
.page-template-tlp-contact .infos .social-networks .rs-icon{
  background: rgb(var(--main-color));
}

.page-template-tlp-contact .infos .coordonates p,
.wpcf7 span.wpcf7-list-item-label{
  color: rgb(var(--main-color));
}


.wpcf7 textarea::-webkit-input-placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 textarea:-ms-input-placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 textarea::-ms-input-placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 textarea::placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 input::-webkit-input-placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 input:-ms-input-placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 input::-ms-input-placeholder{
  color: rgb(var(--main-color)) !important;
}
.wpcf7 input::placeholder {
  color: rgb(var(--main-color)) !important;
}

.btn--primary, .wpcf7 .wpcf7-submit{
  background: rgb(var(--main-color));

}
	
.reals-block .real .content {
    background: rgba(var(--main-color), 0.75);
}

.reals-block .real .content .text { 
	margin-bottom: 15px; 
}
.reals-block .real .content ul { 
   list-style-type: disc; 
   list-style-position: inside; 
}
.reals-block .real .content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
}
.reals-block .real .content ul ul, .reals-block .real .content ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.reals-block .real .content ol ol, .reals-block .real .content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.realisations-datas .missions ul {
    max-width: initial;
}

.realisations-datas .missions ul li {
    height: auto;
    min-height: 40px;
	white-space: nowrap;
	padding-top: 5px;
    padding-bottom: 5px;
}
.realisations-datas .missions ul li span {
	white-space: normal;
}
