/*
 * Style Global
 */


/**
    ** Root **
**/


/*:root {
    --primary-color: #377d21;
    --text-color: #848484;
    --black-color: #000000;
    --white-color: #ffffff;
}*/


/**
    ** Fonts **
**/

@font-face {
    font-family: RubikRegular;
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: FuturaNewDemi;
    src: url(../fonts/FuturaNewDemi.otf);
}

@font-face {
    font-family: FuturaNewMedium;
    src: url(../fonts/FuturaNewMedium.otf);
}

@font-face {
    font-family: FuturaNewBook;
    src: url(../fonts/FuturaNewBook.otf);
}

@font-face {
    font-family: FuturaNewBold;
    src: url(../fonts/FuturaNewBold.otf);
}

ul {
    list-style: none;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
}

.top-header {
    min-height: 95px;
    background: linear-gradient(to bottom, rgba(145, 172, 23, 1) 0%, rgba(208, 212, 33, 1) 100%) left bottom #ffffff no-repeat;
    background-size: 100% 5px;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .3);
}

.top-header .container {
    max-width: 1300px;
}

.nav-header .container.nav-div-desktop {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.nav-header .container.nav-div-desktop .container {
    max-width: 100%;
    width: 100%;
}

.top-header ul {
    margin-bottom: 0;
}

.top-header ul li {
    display: inline-block;
}

.top-header .contact-info li i {
    background: #377d21;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.top-header .contact-info li {
    padding-left: 10px;
    padding-right: 10px;
}

.top-header .contact-info li a span {
    font-family: RubikRegular, sans-serif;
    font-size: 14px;
    color: #000000;
    margin-left: 5px;
    margin-right: 5px;
}

.social li i,
.social li img {
    font-size: 20px;
    margin-left: 8px;
    margin-right: 8px;
}

.social li .fc {
    color: #2e4be0;
}

.social li .yt {
    color: #eb2e30;
}

.social li .lnk {
    color: #1a157c;
}

.social li .pnt {
    color: #ec2327;
}

.social li .vd {
    margin-top: -10px;
}

.social li .rs {
    color: #f3822f;
}

.top-header .search-language li {
    padding-left: 8px;
    padding-right: 8px;
}

.top-header .search-language li a {
    color: #535353;
    display: block;
    width: 100%
}

.top-header .search-language li a i {
    font-size: 20px;
}

.top-header .search-language li .lang {
    background: #535353;
    color: #ffffff;
    padding: 7px 10px;
}

.top-header .search-language li .search-btn {
    background: #535353;
    color: #ffffff;
    padding: 8px 10px;
}

.top-header .search-language li .search-btn i {
    font-size: 16px;
}

.navbar {
    background: #377d21;
    color: #ffffff;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .3);
    padding: 0 !important;
}

.nav-header .navbar-toggler {
    padding: 0;
}

.nav-header .navbar-brand img {
    max-width: 200px;
    display: none;
}

.navbar-toggler {
    margin-left: auto;
}

.navbar-toggler i {
    color: #ffffff;
}

.nav-item {
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.nav-item a,
.nav-item a:hover,
.nav-item a:focus,
.nav-item a:active {
    color: #ffffff;
    text-shadow: 0px 0px 5px #666;
    font-family: FuturaNewBold, sans-serif;
    font-size: 15px;
}

.nav-header {
    /*sk*/
    /* position: absolute; */
    position: relative;
    /**/
    z-index: 9;
    width: 100%;
}


/* slider */

.home-slider {
    min-height: 700px;
}

.home-slider .slide-img {
    position: relative;
    /* max-height: 700px; */
    /*sk*/
    height: 700px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.home-slider .slide-img img {
    width: 100%;
}

.home-slider .caption-slide {
    background: rgba(53, 53, 53, .7);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 130px;
    color: #ffffff;
    max-width: 600px;
    padding: 15px 20px;
    z-index: 2;
    min-width: 600px;
    min-height: 150px;
}

.home-slider .caption-slide span {
    display: block;
}

.home-slider .caption-slide .date-caption {
    font-size: 18px;
    font-family: FuturaNewDemi, sans-serif;
}

.home-slider .caption-slide .title-caption {
    font-size: 30px;
    font-family: FuturaNewBold, sans-serif;
    line-height: 1.5;
    margin: 0;
}

.home-slider .caption-slide .title-caption a {
    color: white !important;
}

.bottom-effect {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
}

.home-slider .swiper-pagination-slider {
    position: absolute;
    width: auto !important;
    bottom: 20% !important;
    left: 20% !important;
}

.home-slider .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 0;
    background: inherit;
    opacity: 1;
    font-size: 36px;
    font-family: FuturaNewBold, sans-serif;
    color: #eee;
    border-bottom: 4px solid #eee;
    line-height: 40px;
    padding-right: 25px;
}

.home-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: inherit;
    color: #377d21;
    border-bottom: 6px solid #377d21;
    line-height: 35px;
    padding-right: 55px;
}

.over-imgsld {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.home-slider .swiper-button-next-slider,
.home-slider .swiper-button-prev-slider {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.home-slider .swiper-button-prev-slider {
    background: #c1c1c1;
    color: #ffffff;
    position: absolute;
    right: 35px;
    bottom: -35px;
}

.home-slider .swiper-button-next-slider {
    background: #ffffff;
    color: #c1c1c1;
    position: absolute;
    right: 0px;
    bottom: -35px;
}

.swiper-button-next-slider,
.swiper-button-prev-slider {
    cursor: pointer;
}


/* News */

.title,
.title-w {
    text-align: center;
    margin-bottom: 100px;
}

.title span,
.title-w span {
    font-family: FuturaNewBold, sans-serif;
    font-size: 36px;
    text-align: center;
    position: relative;
}

.title span {
    color: #377d21;
}

.title-w span {
    color: #ffffff;
}

.title span::after,
.title-w span::after {
    content: url(../img/title-img.png);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.title-n {
    color: #ffffff;
    font-size: 24px;
    font-family: FuturaNewBold, sans-serif;
    background: #377d21;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.img-banner .breadcrumb-container,
.breadcrumb-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.img-banner .breadcrumb,
.breadcrumb {
    background: #ffffff !important;
}

.img-banner .breadcrumb-item a,
.img-banner .breadcrumb-item a:hover,
.img-banner .breadcrumb-item a:focus,
.img-banner .breadcrumb-item a:active,
.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
    color: #555;
    font-family: FuturaNewBook, sans-serif;
    font-size: 17px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    /* padding-left: 0.5rem; */
    color: #555 !important;
    content: "/";
}

.img-banner .breadcrumb-item:last-child a,
.breadcrumb-item:last-child a {
    color: #377d21;
}

.img_banner-helper {
    height: 100%;
}

.container-news {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.news-slider .swiper-slide {
    margin-top: 50px;
    padding-top: 15px;
}

.news-slider .swiper-slide .news-img,
.another-articles .news-img {
    width: 230px;
    height: 120px;
    background-size: cover !important;
    background-position: 50% !important;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}

.news-slider .swiper-slide-active {
    margin-top: 0px;
    min-width: 340px !important;
    /*height: 250px !important;*/
    z-index: 3;
}

.news-slider .swiper-slide-active .news-img {
    width: 300px;
    height: 200px;
    background-size: cover !important;
    background-position: 50% !important;
    margin: 0 auto;
    position: relative;
}

.news-slider .swiper-slide-prev {
    margin-right: -50px !important;
    z-index: 1;
}

.news-slider .swiper-slide-next {
    margin-left: -40px !important;
    z-index: 1;
}

.news-slider .swiper-slide-active .news-detail {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.news-slider .news-detail,
.another-articles .news-detail {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #848484;
    margin-top: -15px;
    /*width: 260px;*/
}

.news-slider .swiper-slide .news-detail .news-title,
.another-articles .news-detail .news-title {
    font-size: 14px;
    font-family: FuturaNewBold, sans-serif;
    line-height: 1.5
}

.news-slider .swiper-slide-active .news-detail .news-title {
    font-size: 18px;
    font-family: FuturaNewBold, sans-serif;
    line-height: 1.5
}

.news-slider .swiper-slide .news-detail .news-content,
.another-articles .news-detail .news-content {
    font-size: 13px;
    font-family: FuturaNewBook, sans-serif;
    color: #848484;
    margin-top: 10px;
}

.news-slider .swiper-slide-active .news-detail .news-content {
    font-size: 15px;
    font-family: FuturaNewBook, sans-serif;
    color: #848484;
}

.news-slider .news-detail a,
.another-articles .news-detail a {
    font-size: 16px;
    font-family: FuturaNewMedium, sans-serif;
    color: #377d21;
    position: absolute;
    bottom: 16px;
}

.news-slider .news-detail a i,
.another-articles .news-detail a i {
    font-size: 10px;
    margin-right: 5px;
}

.news-slider .news-date,
.another-articles .news-date {
    background: #377d21;
    color: #ffffff;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 9;
}

.news-slider .news-date span,
.another-articles .news-date span {
    display: block;
    text-align: center;
}

.news-slider .news-date span:first-child,
.another-articles .news-date span:first-child {
    font-size: 30px;
    font-family: FuturaNewBold, sans-serif;
    letter-spacing: 2px;
}

.news-slider .news-date span:last-child,
.another-articles .news-date span:last-child {
    font-size: 17px;
    font-family: FuturaNewDemi, sans-serif;
    margin-top: -12px;
}

.another-articles .news-detail {
    min-height: 280px;
}

.triangle {
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-right: 15px solid #5f6b08;
    position: absolute;
    top: -15px;
    left: 35px;
}


/* Offers */

.offers {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../img/offers-bg.png');
    background-size: cover;
    position: relative;
    min-height: 800px;
    background-attachment: fixed;
}

.offers-slider .swiper-slide {
    height: 323px;
}

.offers .container {
    padding-top: 250px;
    padding-bottom: 250px;
}

.top-effect {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.offers-slider .offer-content {
    background: #ffffff;
    padding: 30px 20px 15px;
    position: relative;
    height: 100%;
}

.offers-slider .swiper-slide:hover {
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.offers-slider {
    padding-top: 5px !important;
}

.offers-slider .offer-content span,
.offers-slider .offer-content small,
.offers-slider .offer-content p {
    display: block;
    font-family: FuturaNewBook, sans-serif;
    font-size: 16px;
}

.offers-slider .offer-content small {
    margin-top: 5px;
    margin-bottom: 5px;
}

.offers-slider .offer-content p {
    text-align: justify;
}

.offer-disp-n {
    background: #c1c1c1;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    font-family: RubikRegular, sans-serif;
    font-size: 14px;
}

.offer-disp-y {
    background: #377d21;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    font-family: RubikRegular, sans-serif;
    font-size: 14px;
}

.offers-slider .swiper-button-next-offers,
.offers-slider .swiper-button-prev-offers {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    float: left;
    background: #377d21;
    color: #ffffff;
    margin-right: 15px;
}

.swiper-button-next-offers,
.swiper-button-prev-offers {
    cursor: pointer;
}

.center-button {
    width: 100px;
    margin: 0 auto;
    height: 35px;
}

.swiper-button-offers {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}

.offers-slider .swiper-slide a {
    color: #000000;
}


/* Achievements - Development */

.achvm-dvlpm {
    padding-top: 80px;
    padding-bottom: 80px;
}

.achievement,
.development {
    background-size: cover;
    background-position: 50%;
    min-height: 350px;
    position: relative;
    height: 100%;
    padding: 30px;
}

.achievement {
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../img/achievement.jpg');
}

.achievement:hover>div {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}

.achievement>div,
.development>div {
    border: 3px solid #cccccc;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 28px;
    padding-right: 28px;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    min-height: 330px;
}

.achievement>div span,
.development>div span {
    color: #ffffff;
    font-size: 35px;
    font-family: FuturaNewBold, sans-serif;
    text-align: center;
}

.development {
    background: linear-gradient(rgba(76, 76, 76, .4), rgba(76, 76, 76, .4)), url('../img/development.jpg');
}

.development:hover>div {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
}


/* Media */

.media {
    padding-top: 20px;
    padding-bottom: 20px;
}

.media-picture {
    width: 1110px;
    margin: 0 auto;
}

.media-item {
    height: 280px;
    float: left;
    overflow: hidden;
    border: 1px solid #ffffff;
    position: relative;
}

.w-450 {
    width: 450px;
}

.w-280 {
    width: 280px;
}

.w-380 {
    width: 380px;
}

.media-pdf {
    background: #535353;
    padding-top: 70px;
    transition: .3s;
}

.media-pdf:hover {
    background: #377d21;
}

.media-pdf img,
.media-pdf span {
    display: block;
    padding: 0 15px;
}

.media-pdf span {
    font-family: FuturaNewDemi, sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.overlay-media {
    background: url('../img/media-hover.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -1% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s;
}

.media-item:hover .overlay-media {
    opacity: 1;
}

.overlay-media a {
    background: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    padding: 12px 15px;
}

.overlay-media span {
    font-family: FuturaNewDemi, sans-serif;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-left: 2px solid #ffffff;
    margin-left: 40px;
    padding-left: 20px;
    padding-top: 10px;
    max-width: 220px;
    padding-bottom: 15px;
}

.overlay-media a i {
    color: #377d21;
    font-size: 24px;
}


/* Useful Links */

.container-links {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 15px;
}

.link-logo {
    border: 1px solid #ccc;
    min-height: 180px;
    text-align: center;
    position: relative;
    background: #ffffff;
    transition: .3s;
    overflow: hidden;
}

.link-logo:hover {
    border: 1px solid #377d21;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.link-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 4px;
}

.swiper-button-next-links,
.swiper-button-prev-links {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    background: #377d21;
    color: #ffffff;
    cursor: pointer;
}

.swiper-button-prev-links {
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: 9;
    transform: translateY(-50%);
}

.swiper-button-next-links {
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 9;
    transform: translateY(-50%);
}

.swiper-pagination-links {
    text-align: center;
    margin-top: 60px;
}

.swiper-pagination-links .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #377d21;
    opacity: .2;
    margin: 0 5px;
    outline: #ffffff;
}

.swiper-pagination-links .swiper-pagination-bullet-active {
    opacity: 1;
    background: #377d21;
    width: 10px;
    height: 10px;
}

.swiper-pagination-links .swiper-pagination-bullet-active:focus {
    outline: initial;
}


/* Contact - Faq */

.contact-faq {
    padding-top: 20px;
    padding-bottom: 90px;
}

.useful-links {
    background-color: #ffffff;
    background-image: url(../img/contact-bg.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 120%;
}

.contact-faq .container {
    max-width: 1200px;
}

.access {
    background: rgba(83, 83, 83, .85);
    color: #ffffff;
    text-align: center;
    padding: 20px;
    height: 280px;
    position: relative;
    transition: .3s;
}

.access:hover {
    background: rgb(55, 125, 33);
}

.access-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
}

.access .access-title {
    font-size: 34px;
    font-family: FuturaNewBold, sans-serif;
    color: #ffffff;
    display: block;
}

.access img {
    margin-bottom: 40px;
}

.platform {
    background: rgba(83, 83, 83, .85);
    color: #ffffff;
    text-align: center;
    height: 280px;
    position: relative;
    transition: .3s;
}

.platform:hover {
    background: rgb(55, 125, 33);
}

.platform-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
}

.platform .platform-title {
    font-size: 34px;
    font-family: FuturaNewBold, sans-serif;
    color: #ffffff;
    display: block;
}

.platform img {
    margin-bottom: 10px;
}

.contact {
    color: #ffffff;
    text-align: center;
    height: 280px;
    position: relative;
}

.contact .contact-btn {
    background: #377d21;
    font-size: 30px;
    font-family: FuturaNewBold, sans-serif;
    color: #ffffff;
    display: inline-block;
    padding: 8px;
    width: 165px;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 20px;
}

.contact .contact-btn:hover {
    background: #535353;
}

.contact .contact-content {
    margin-top: 10px;
}

.contact .contact-content img {
    margin-bottom: 40px;
}


/* Footer */

footer {
    padding-top: 50px;
}

footer .container {
    max-width: 1200px;
}

.footer-col {
    padding-bottom: 35px;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer .social ul li {
    display: inline-block;
}

footer .social li i,
footer .social li img {
    font-size: 20px;
    margin-left: 0px;
    margin-right: 16px;
}

footer .first-col {
    padding-right: 40px;
}

footer .first-col .footer-logo {
    margin-bottom: 15px;
}

footer .first-col p {
    color: #848484;
    font-size: 15px;
    text-align: justify;
    font-family: FuturaNewBook, sans-serif;
    margin-bottom: 20px;
}

footer .first-col h5,
footer .second-col h5 {
    font-size: 20px;
    text-align: left;
    font-family: FuturaNewBold, sans-serif;
    color: #377d21;
    margin-bottom: 20px;
}

footer .first-col::after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 50%;
    transform: translateY(-40%);
    width: 1px;
    height: 70%;
    background: #377d21;
}

footer .second-col ul li a {
    color: #000000;
    font-size: 16px;
    font-family: FuturaNewBook, sans-serif;
}

footer .second-col ul li a:hover {
    text-decoration: underline !important;
}

.footer-list {
    max-width: 170px;
    margin-left: auto;
}

.copyright,
.copyright a {
    color: #343434;
    text-align: center;
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    padding: 15px;
    position: relative;
}

.copyright a {
    padding: 0;
}

footer .copyright::before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 100;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 97%;
    background: #377d21;
}


/* Banner */

.img-banner {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .4)), url('../img/slide1.jpg');
    background-size: cover !important;
    background-position: center !important;
    height: 250px;
    width: 100%;
    position: relative;
}

.img-banner .container,
.img-banner .row {
    height: 100%;
}

.title-w {
    font-family: FuturaNewBold, sans-serif;
    font-size: 36px;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.img-banner .title-w {
    margin: 0 auto;
    margin-top: 40px;
    font-size: 35px;
}


/*.breadcrumb-container {
    margin: 0 auto;
    max-width: max-content;
    margin-top: -25px;
    position: relative;
}

.breadcrumb {
    background-color: #ffffff !important;
    width: auto;
    max-width: max-content;
    padding: 0;
    color: #000000;
    border: 2px solid #cdcdcd;
    border-radius: 0 !important;
}*/

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    /*    padding-left: 0.5rem;*/
    color: #000000 !important;
    content: "/";
}

.breadcrumb-item a,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus,
.breadcrumb-item a:active {
    color: #000000;
    font-family: FuturaNewBook, sans-serif;
    font-size: 17px;
}


/*sk*/


/*.breadcrumb--l {
    width: 0px;
    height: 0px;
    border-bottom: 28px solid transparent;
    border-right: 20px solid #b4b4b4;
    position: absolute;
    bottom: 0px;
    left: -20px;
}


.breadcrumb--r {
    width: 0px;
    height: 0px;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #b4b4b4;
    position: absolute;
    bottom: 0px;
    right: -20px;
}*/

.main {
    background-color: #ffffff;
    background-image: url(../img/contact-bg.png);
    padding-top: 100px;
    padding-bottom: 180px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 100%;
}

.content {
    background: #ffffff;
    border: 2px solid #cdcdcd;
    padding: 40px;
    margin-bottom: 30px;
}

.main p,
.main ul li,
.main ol li {
    color: #848484;
    font-size: 15px;
    font-family: FuturaNewBook, sans-serif;
    text-align: justify;
}

.main p.text-align-center,
.text-align-center {
    text-align: center;
}

.main .content ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.bold {
    font-weight: bold;
}

.external-link {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.nav-external-link {
    margin-top: 30px;
}

.nav-external-link li {
    width: 50%;
}

.nav-external-link li:first-child {
    padding-right: 10px;
}

.nav-external-link li:last-child {
    padding-left: 10px;
}

.nav-external-link li a {
    width: 100%;
}

.external-item1,
.external-item2 {
    width: 50%;
    display: inline-flex;
    height: 140px;
    background: #377d21;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: .3s;
    width: 100%;
}

.external-item1 {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../img/donors.jpg');
    background-position: 100% 60%;
}

.external-item2 {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../img/finance--climat.jpg');
    background-position: 100% 90%;
}

.external-item1 span,
.external-item2 span {
    color: #ffffff;
    font-size: 16px;
    font-family: FuturaNewBold, sans-serif;
    z-index: 9;
}

.external-item1:hover,
.external-item2:hover {
    transform: scale(1.05);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
}

.external-item1:hover .overlay-link,
.external-item2:hover .overlay-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(163, 184, 13, .7);
}

.tab-external-link {
    margin-top: 30px;
}

.content h6 {
    color: #377d21;
    font-size: 16px;
    font-family: FuturaNewBold, sans-serif;
    margin-bottom: 20px;
}

.pdf-link {
    border: 2px solid #cdcdcd;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.pdf-link:hover {
    background: #377d21;
}

.pdf-link:hover .pdf-ttl {
    color: #ffffff;
}

.pdf-link .pdf-icn {
    background: #377d21;
    padding: 15px;
}

.pdf-link .pdf-ttl {
    color: #000000;
    font-family: FuturaNewBold, sans-serif;
    font-size: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.sidebar-title {
    color: #377d21;
    font-size: 20px;
    font-family: FuturaNewBold, sans-serif;
    margin-bottom: 25px;
}

.sidebar-title img {
    margin-top: -5px;
    padding-left: 5px;
    padding-right: 5px;
}

.sidebar-news {
    margin-bottom: 40px;
}

.sidebar-news li a {
    display: flex;
    margin-bottom: 20px;
}

.sidebar-news a .side-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}

.sidebar-news a .sidebar-news-detail span {
    display: block;
}

.sidebar-news a .sidebar-news-detail {
    width: 70%;
    padding-left: 10px;
}

.sidebar-news a .sidebar-news-detail .sidebar-news-date {
    color: #377d21;
    font-size: 14px;
    font-family: FuturaNewBook, sans-serif;
}

.sidebar-news a .sidebar-news-detail .sidebar-news-title {
    color: #000000;
    font-size: 14px;
    font-family: FuturaNewDemi, sans-serif;
}

.sidebar-video,
.sidebar-logo {
    max-width: 280px;
    margin-bottom: 30px !important;
}

.swiper-button--sidebar_video,
.swiper-button--sidebar_logo {
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.swiper-button-next-sidebar_video,
.swiper-button-prev-sidebar_video,
.swiper-button-next-sidebar_logo,
.swiper-button-prev-sidebar_logo {
    width: 40px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    margin-right: 2px;
    margin-left: 2px;
}

.swiper-button-next-sidebar_video img,
.swiper-button-prev-sidebar_video img,
.swiper-button-next-sidebar_logo img,
.swiper-button-prev-sidebar_logo img {
    margin-top: -3px;
}

.sidebar-event,
.event-side,
.event-side span {
    display: block;
}

.event-side {
    margin-bottom: 25px;
}

.event-side span:first-of-type {
    font-size: 14px;
    font-family: FuturaNewBold, sans-serif;
    color: #377d21;
    margin-bottom: 5px;
}

.event-side span:nth-of-type(2) {
    font-size: 15px;
    font-family: FuturaNewMedium, sans-serif;
    color: #000000;
}

.dg-content {
    position: relative;
}

.dg-picture {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    position: relative;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    z-index: 1;
}

.dg-prst {
    padding-top: 50px;
    position: relative;
    background-color: white
}


/*
.dg-prst::before {
    content: "";
    background: url(../img/quote.png);
    width: 46px;
    height: 39px;
    position: absolute;
    top: 20px;
    left: auto;
    margin-left: -55px;
}
*/

.dg-prst p:last-of-type {
    display: inline;
}

.dg-prst .quote-t {
    position: absolute;
    top: 20px;
    margin-left: -55px;
    z-index: 1;
}

.dg-prst .quote-b {
    position: absolute;
    margin-top: 30px;
}

.dg-info {
    text-align: center;
    position: relative;
    padding-top: 15px;
}

.dg-info::before {
    content: "";
    background: url(../img/bottom-effect.png);
    width: 100%;
    height: 73px;
    position: absolute;
    top: -70px;
    left: 0;
}

.dg-info span {
    text-align: center;
    display: block;
    font-size: 19px;
    font-family: FuturaNewBold, sans-serif;
    color: #848484;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.offer-item {
    border-left: 5px solid #d4d6d6;
    border-top: 1px solid #377d21;
    border-bottom: 1px solid #377d21;
    border-right: 1px solid #377d21;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 100px;
    margin-bottom: 30px;
    width: 100%;
}

.offer-item:hover {
    border-left: 5px solid #377d21;
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.offer-item:hover .offer-title a {
    color: #377d21;
}

.offer-item span,
.offer-item small {
    display: block;
}

.offer-item .offer-file-num {
    color: #a6a5a6;
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.offer-item .offer-title {
    font-family: FuturaNewDemi, sans-serif;
    font-size: 18px;
    color: #377d21;
    margin-bottom: 10px;
}

.offer-item .offer-title a {
    color: #000000;
}

.offer-item .offer-date {
    color: #6a7271;
    font-size: 14px;
    font-family: FuturaNewBook, sans-serif;
}

.pgnt-items {
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
}

.pgnt-items .pagination {
    display: block;
}

.pgnt-items .pagination li {
    display: inline-block;
}

.pgnt-items .pagination li a {
    border: 1px solid #377d21;
    color: #377d21;
    margin: 3px;
    background: #ffffff;
    padding: .5rem .9rem;
    font-size: 16px;
}

.pgnt-items .pagination li .pgnt-active {
    background: #377d21;
    color: #ffffff;
}

.recruitment {
    border-left: 5px solid #d4d6d6;
    border-top: 1px solid #377d21;
    border-bottom: 1px solid #377d21;
    border-right: 1px solid #377d21;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
}

.recruitment:hover {
    border-left: 5px solid #377d21;
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.recruitment:hover .recruitment-title {
    color: #377d21;
}

.recruitment:hover .recruitment-title a {
    color: #377d21;
}

.recruitment span,
.recruitment small {
    display: block;
}

.recruitment .recruitment-file-num {
    color: #a6a5a6;
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
}

.recruitment .recruitment-title {
    font-family: FuturaNewDemi, sans-serif;
    font-size: 18px;
    color: #377d21;
    margin-bottom: 5px;
}

.recruitment .recruitment-title a {
    color: #377d21;
}

.recruitment .recruitment-date {
    color: #6a7271;
    font-size: 14px;
    font-family: FuturaNewBook, sans-serif;
}

.iconfile {
    background-image: url(../img/recrtm-icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 50px;
    height: 54px;
    /*background-position: -5px -5px;*/
}

.recruitment-item1 {
    width: 40%;
}

.recruitment-item1,
.recruitment-item2,
.recruitment-item--3 {
    display: inline-block;
}

.recruitment-item2 {
    width: 60%;
    justify-content: flex-end;
    display: flex;
}

.recruitment-item--3 {
    align-items: center;
    display: inline-flex;
    margin-left: 10px;
}

.recruitment-item--3 small,
.recruitment-item--3 i {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}


/* *****===============***** Filter *****===============***** */

.filter {
    display: inline-block;
    font-size: 0;
    list-style: none;
    margin-bottom: 45px;
    border-bottom: 2px solid #d4d6d6;
}

.filter li {
    display: inline-block;
    padding: 5px 20px 10px;
    text-align: center;
    color: #6a7271;
    font-family: FuturaNewBold, sans-serif;
    position: relative;
}

.filter li a {
    font-size: 17px;
    color: #6a7271;
}

.filter .active-filter a {
    color: #377d21;
}

.filter .active-filter::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 4px;
    background-color: #377d21;
}

.filter li:first-of-type {
    margin-right: 50px;
}

.filter li:last-of-type {
    margin-left: 50px;
}

.filter_mr li:first-of-type {
    margin-right: 80px;
}

.filter_mr li:last-of-type {
    margin-left: 80px;
}

@media (max-width: 670px) {
    .filter li:first-of-type {
        margin-right: 0;
    }
    .filter li:last-of-type {
        margin-left: 0;
    }
    .filter_mr li:first-of-type {
        margin-right: 0;
    }
    .filter_mr li:last-of-type {
        margin-left: 0;
    }
    .filter {
        border-bottom: 0;
    }
    .filter li {
        display: block;
        padding: 10px 0px;
    }
    .filter li a {
        font-size: 15px;
    }
}


/* Profile */


/* /Profile */

.popup-title {
    font-family: FuturaNewBold, sans-serif;
    font-size: 19px;
    color: #377d21;
    margin-bottom: 5px;
}

.popup .popup-section {
    border-radius: 0;
    border: 1px solid #377d21;
}

.popup .popup-content {
    padding: 35px 20px 25px;
}

.popup .popup-content ul li::before {
    content: '- ';
}

.popup .popup-content ul li,
.popup .popup-content p {
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    color: #848484;
    margin-bottom: 6px;
}

.popup .popup-content .close,
.popup .popup-content .close:hover,
.popup .popup-content .close:focus {
    position: absolute;
    right: 10px;
    top: 5px;
    opacity: 1;
    color: #377d21;
}

.profile_picture-popup {
    width: 86px;
    height: 86px;
    overflow: hidden;
}

.profile_content-popup {
    margin: 0 20px;
    text-align: left;
}

.profile_content-popup span {
    color: #696969;
    text-transform: uppercase;
    font-family: FuturaNewBold, sans-serif;
}

.popup .popup-content ul li::before {
    color: #377d21;
}


/* search-section */

.search-section {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1500;
    background-color: rgba(31, 35, 2, 0.85);
}

.search-section.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-section .close,
.search-section .close:hover,
.search-section .close:focus {
    opacity: 1 !important;
    color: #fff !important;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-shadow: inherit;
    background-color: #377d21;
    padding: 8px;
    margin-top: 15px;
}

.search-section .container {
    max-width: 900px;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1500;
}

.search-section .container i+div {
    width: 100%;
}

.search-section form {
    margin: 0;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    max-width: 800px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.74);
}

.search-section .form-group {
    margin: 0;
    width: 100%;
    max-width: 750px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-section .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-section .input-group .form-control {
    border: 0;
}

.search-section .input-group .js-form-type-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-section .btn {
    cursor: pointer;
    width: 50px;
    height: 60px;
    padding: 0;
    position: relative;
    background-color: transparent;
    z-index: 100;
    cursor: text;
}

.search-section .input-group-btn:after {
    content: "\f002";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    left: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgba(255, 255, 255, 0.74);
    font-size: 25px;
}

.search-section .input-group-btn {
    display: block;
    width: 50px;
    height: 60px;
    position: relative;
}

.search-section .form-control,
.search-section .form-control:focus {
    background-color: transparent;
    padding: 0.9rem;
    height: 60px;
    color: white;
    font-size: 25px;
    width: 100%;
}

.search-section .form-control:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.search-section label {
    display: none;
}

.search-section input::-webkit-input-placeholder {
    color: white !important;
}

.search-section input::-moz-placeholder {
    color: white !important;
}

.search-section input:-ms-input-placeholder {
    color: white !important;
}

.search-section input:-moz-placeholder {
    color: white !important;
}

#block-ada-mainpagecontent .press a {
    border-left: 5px solid #d4d6d6;
    border-top: 1px solid #377d21;
    border-bottom: 1px solid #377d21;
    border-right: 1px solid #377d21;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 30px;
    margin-top: 12.5px;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    cursor: pointer;
}

#block-ada-mainpagecontent .press a:hover {
    border-left: 5px solid #377d21;
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.press-icon {
    margin-right: 30px;
}

.press-img {
    background-image: url(../img/press-icon.png);
    background-repeat: no-repeat;
    display: block;
    width: 113px;
    height: 89px;
    background-position: -5px -5px;
}

.press a:hover .press-img {
    background-position: -128px -5px;
}

.press-date {
    display: block;
    font-size: 14px;
    font-family: FuturaNewBook, sans-serif;
    color: #a6a5a6;
}

.press-title {
    display: block;
    font-size: 18px;
    font-family: FuturaNewDemi, sans-serif;
    color: #6a7271;
}

.press a:hover .press-title {
    color: #377d21;
}

.press-content {
    padding-top: 5px;
}

.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news-item_date {
    width: 80px;
    height: 70px;
    padding: 0 6px;
    position: relative;
    z-index: 2;
    background: #377d21;
    text-align: center;
    margin-right: 20px;
}

.news-item_date:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 20px;
    border-top: 1px dashed #c3c3c3;
    top: 50%;
    right: -20px;
}

.news-item_date:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    border-left: 1px dashed #c3c3c3;
    top: 70px;
    height: 193px;
}

.news-item_date span {
    display: block;
    color: white;
}

.news-item_date span:first-child {
    display: block;
    font-size: 35px;
    font-family: FuturaNewBold, sans-serif;
    line-height: normal;
    letter-spacing: 2px;
}

.news-item_date span:last-child {
    font-size: 15px;
    margin-top: -6px;
}

.news-item_readmore {
    font-size: 16px;
    font-family: FuturaNewMedium, sans-serif;
    color: #377d21 !important;
}

.news-item_img {
    width: 357px;
    height: 203px;
    position: relative;
    background-size: cover !important;
    background-position: 50% !important;
}

.news-item_readmore i {
    font-size: 10px;
    margin-right: 5px;
}

.news-item_detail {
    width: 420px;
    height: 243px;
    background: #ffffff;
    padding: 15px;
    padding-left: 28px;
    border: 1px solid #c3c3c3;
    margin-left: -15px;
}

.news-item_title {
    display: block;
    font-size: 18px;
    font-family: FuturaNewBold, sans-serif;
    margin-top: 12px;
    margin-bottom: 15px;
    line-height: normal;
}

.news-item_detail p {
    font-size: 15px;
    font-family: FuturaNewBook, sans-serif;
    color: #848484;
}

.img-news,
.details-new {
    position: relative;
    width: 100%;
}

.img-news {
    height: 400px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.details-new {
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
    padding: 80px 20px 30px 35px;
    background: #fff;
    margin-bottom: 50px;
}

.news-title {
    color: #000000;
    font-size: 19px;
    font-family: FuturaNewBold, sans-serif;
    margin-bottom: 30px;
}

.details-new .news-item_date:before {
    border-top: 0;
}

.details-new .news-item_date:after {
    border-left: 0;
}

.details-new .news-item_date {
    position: absolute;
    top: -15px;
}

.details-new p {
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    color: #848484;
    margin-bottom: 16px;
}

.news-pagination {
    margin-top: 60px;
}

.previous-link,
.next-link {
    padding: 13px 30px;
    font-family: FuturaNewBold, sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 10px;
}

.previous-link,
.previous-link:hover,
.previous-link:focus,
.previous-link:active {
    background: #b4b4b4;
    color: #ffffff;
}

.next-link,
.next-link:hover,
.next-link:focus,
.next-link:active {
    background: #377d21;
    color: #ffffff;
}

.previous-link .fa {
    margin-right: 8px;
    font-size: 20px;
}

.next-link .fa {
    margin-left: 8px;
    font-size: 20px;
}

.event:first-of-type {
    border-top: 2px solid #dadada;
}

.event {
    border-bottom: 2px solid #dadada;
    background: #ffffff;
}

.event a {
    display: flex;
    align-items: center;
    padding: 25px;
}

.event a>div>i,
.event a>div>span {
    display: inline-block;
    color: #000000;
}

.event a>div>i {
    margin-left: 10px;
    margin-right: 10px;
}

.event a .event-title {
    width: 48%;
    padding-right: 25px;
}

.event a .event-date {
    width: 37%;
    position: relative;
    padding-left: 30px;
}

.event a .event-location {
    width: 15%;
}

.event a:hover .event-title span {
    color: #377d21;
    font-family: FuturaNewDemi, sans-serif;
}

.event a .event-title,
.event a .event-date,
.event a .event-location {
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    text-align: left;
}

.event_icons {
    background-image: url(../img/event-icons.png);
    background-repeat: no-repeat;
    display: block;
}

.event-date-icon {
    width: 22px;
    height: 23px;
    background-position: -5px -5px;
    position: absolute;
    left: 0;
    margin: 0 !important;
}

.event-date span,
.event-location span {
    width: 100%;
}

.event-location-icon {
    width: 17px;
    height: 21px;
    background-position: -37px -5px;
}

.event-date,
.event-location {
    display: inline-flex;
    justify-content: center;
}


/*sk*/

.event-title {
    display: block;
}


/**/

.picture-items>div,
.videos-items>div {
    padding-left: 10px;
    padding-right: 10px;
}

.picture-item {
    border: 1px solid #377d21;
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
}

.picture-item .pic {
    width: 100%;
    height: 195px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.picture-item .pic>img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.picture-item .pic-date {
    font-family: FuturaNewBook;
    font-size: 14px;
    color: #a6a5a6;
    display: block;
    margin-bottom: 5px;
}

.picture-item .pic-desc {
    font-family: FuturaNewBook;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.picture-item:hover {
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.picture-item .overlay-pic {
    transition: .3s;
}

.picture-item:hover .overlay-pic {
    background: rgba(163, 184, 13, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.picture-item:hover .overlay-pic a {
    background: #ffffff;
    border-radius: 50%;
    padding: 8px 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picture-item:hover .overlay-pic a i {
    color: #377d21;
    font-size: 18px;
}

.fancybox-button div,
.fancybox-button--close {
    background: #fff !important;
}

.fancybox-button svg {
    color: #377d21;
}

.video-item:hover {
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.video-content {
    border-left: 1px solid #377d21;
    border-right: 1px solid #377d21;
    border-bottom: 1px solid #377d21;
    padding: 20px;
    margin-bottom: 20px;
    background: #ffffff;
}

.video-content .video-date {
    font-family: FuturaNewBook;
    font-size: 14px;
    color: #a6a5a6;
    display: block;
    margin-bottom: 5px;
}

.video-content .video-desc {
    font-family: FuturaNewBook;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
}

.video-item .video {
    width: 100%;
    height: 200px;
}


/* ===== Org chart ===== */

.organizational-chart {
    margin-bottom: 50px;
}

.profile {
    text-align: center;
    width: 185px;
}

.profile .profile-picture {
    border-radius: 50%;
    margin-bottom: -30px;
    /* width: 86px; */
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.profile-content {
    border-left: 1px solid #377d21;
    border-right: 1px solid #377d21;
    border-top: 1px solid #377d21;
    border-bottom: 5px solid #d4d6d6;
    padding: 20px 20px 20px;
    background: #ffffff;
    transition: .3s;
}

.profile-content span,
.profile-content a,
.profile-content i {
    display: block;
}

.profile:hover .profile-content {
    border-bottom: 5px solid #377d21;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
}

.profile .profile-function {
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    color: #000000;
    margin-bottom: 8px;
    min-height: 0px;
    margin-bottom: 10px;
}

.profile-item--3 .profile .profile-function {
    min-height: 0px;
}

.profile .profile-function--dg {
    color: #377d21;
}

.profile .profile-name {
    font-family: FuturaNewDemi, sans-serif;
    font-size: 15px;
    color: #377d21;
    min-height: 0px;
    margin-bottom: 0px;
}

.profile .profile-mail,
.profile .profile-phone {
    font-family: FuturaNewBook, sans-serif;
    font-size: 15px;
    color: #6a7271;
    margin-bottom: 5px;
}

.profile .profile-missions {
    background: #377d21;
    color: #ffffff;
    padding: 5px 25px;
    font-family: FuturaNewBold, sans-serif;
    font-size: 15px;
    margin-top: 15px;
}

.profile-item--1,
.profile-item--2,
.profile-item--3,
.profile-item--4,
.profile-item--5 {
    width: 100%;
    display: block;
    position: relative;
}


/*sk*/


/*.profile-item--1, .profile-item--2, .profile-item--3, .profile-item--4, .profile-item--5 {
    z-index: 9;
}*/

profile-item--1 .profile .profile-function {
    min-height: auto;
}

.profile-item--2 {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 900px;
    margin: 0 auto;
    top: 0px;
    min-height: 180px;
}

.profile-item--3 {
    background-repeat: no-repeat;
    background-position: 50% 8%;
    margin-top: -50px;
    margin-top: 0;
    text-align: center;
}

.prfl-itm--4--2 {
    background-position: 50% -60%;
    padding-left: 150px;
}

.prfl-itm--4--3 {
    background-position: 50% -60%;
    padding-left: 20px;
}

.profile-item--1:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-left: 1px dashed #377d21;
    top: 100%;
    height: 140%;
    left: 50%;
}

.profile-item--2:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-top: 1px dashed #377d21;
    width: 50%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.profile-item--3:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: -30px;
    width: 68.3%;
    left: 50%;
    transform: translateX(-50%);
}

.profile-item--1 .profile {
    margin: 0 auto;
}

.profile-item--2 .profile {
    position: relative;
    display: inline-block;
    margin-top: -15px;
}

.profile-item--2 .profile:last-child {
    float: right;
}

.profile-item--3 .profile {
    display: inline-block;
    max-width: 185px;
    position: relative;
    /*sk*/
    padding: 0 5px;
}

.profile-item--3 .profile:before {
    content: "";
    display: inline-block;
    position: absolute;
    /* z-index: -1; */
    z-index: 0;
    border-left: 1px dashed #377d21;
    top: -30px;
    height: 30%;
}

.profile-item--3 .profile-content,
.profile-item--4 .profile-content {
    position: relative;
    padding: 20px 12px 8px;
}

.profile-item--4 .profile {
    display: inline-block;
    margin-left: 50px;
}

.profile-item--5 .profile {
    display: inline-block;
    margin-left: 15px;
    margin-right: 30px;
}

.profile .profile-function-name {
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile .fa-angle-down {
    color: #377d21;
    font-size: 30px;
    margin-top: 5px;
    cursor: pointer;
}

.active-organizational-chart {
    border-bottom: 5px solid #377d21;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
}

.prfl-itm--chld--4,
.prfl-itm--chld--5 {
    padding-top: 90px;
}

.prfl-itm--chld--4 .profile,
.prfl-itm--chld--5 .profile {
    position: relative;
}

.prfl-itm--chld--5 .profile,
.prfl-itm--chld--5 .profile .profile-content {
    position: relative;
}

.prfl-itm--chld--5 .profile:before {
    content: "";
    display: inline-block;
    position: absolute;
    /* z-index: -1; */
    z-index: 0;
    border-left: 1px dashed #377d21;
    top: -40px;
    height: 30%;
}

.active--profile-item--3:after,
.active--profile-item--4:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-left: 1px dashed #377d21;
    top: 100%;
    height: 50px;
    left: 51%;
}

.prfl-itm--chld--4:first-of-type:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: 50px;
    left: 178px;
    width: 38.4%;
}

.prfl-itm--chld--4 .profile:before {
    content: "";
    display: inline-block;
    position: absolute;
    /* z-index: -1; */
    z-index: 0;
    border-left: 1px dashed #377d21;
    top: -40px;
    height: 30%;
}

.prfl-itm--chld--4:first-of-type {
    padding-left: 20%;
}

.prfl-itm--chld--4:nth-of-type(2):before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: 50px;
    width: 21.6%;
    left: 29.1%;
}

.prfl-itm--chld--4:nth-of-type(2) {
    padding-left: 180px;
}

.prfl-itm--chld--4:nth-of-type(2) {
    padding-left: 180px;
}

.prfl-itm--chld--4:nth-of-type(3):before {
    content: "";
    display: inline-block;
    position: absolute;
    /*sk*/
    /*z-index: -1;*/
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: 50px;
    width: 43.1%;
    left: 22.9%;
}

.prfl-itm--chld--4:nth-of-type(3) {
    padding-left: 10%;
}


/*sk*/


/*.prfl-itm--chld--4:nth-of-type(4) .profile:first-of-type .profile-content {
    padding-top: 88px;
}
*/


/*end sk*/

.prfl-itm--chld--4:nth-of-type(4) .profile {
    width: 210px;
}

.prfl-itm--chld--4:nth-of-type(4) {
    padding-left: 20%;
}

.prfl-itm--chld--4:nth-of-type(4):before {
    content: "";
    display: inline-block;
    position: absolute;
    /*sk*/
    /*z-index: -1;*/
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: 50px;
    width: 33.3%;
    right: 32.7%;
    left: initial;
}

.prfl-itm--chld--4:nth-of-type(5) {
    padding-left: 10%;
}

.prfl-itm--chld--4:nth-of-type(5) .profile {
    margin-left: 15px;
}

.prfl-itm--chld--4:nth-of-type(5):before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: 50px;
    width: 64.6%;
    right: 15.6%;
    left: initial;
}

.prfl-itm--chld--5 {
    padding-left: 70px;
}


/*sk i add after to p-5-8 and p-5-2 and p-5-1 and p-5-10 class ORG*/

.prfl-itm--chld--5:before,
.prfl-itm--chld--5.p-5-2:after,
.prfl-itm--chld--5.p-5-8:after,
.prfl-itm--chld--5.p-5-1:after,
.prfl-itm--chld--5.p-5-10:after {
    content: "";
    display: inline-block;
    position: absolute;
    /*sk*/
    /*z-index: -1;*/
    z-index: 0;
    border-top: 1px dashed #377d21;
    top: 50px;
    width: 21%;
    left: 16%
}


/*sk*/

.prfl-itm--chld--5.p-5-9:before {
    left: 14%;
    width: 35%;
}

.profile-item--5 .prfl-itm--chld--5.p-5-2:after,
.profile-item--5 .prfl-itm--chld--5.p-5-1:after {
    width: 0%
}

.profile-item--5 #prftab2-pprftab-prfl-itm--chld--4--12:after,
.prfl-itm--chld--5.p-5-8:after,
.prfl-itm--chld--5.p-5-1:after,
.prfl-itm--chld--5.p-5-10:after {
    width: 31.5%;
    right: 14%;
    left: initial;
}

.prfl-itm--chld--5.p-5-1:after,
.profile-item--5 #prftab2-pprftab-prfl-itm--chld--4--11:after {
    width: 14.5%;
    right: 39%;
    left: initial;
}

.prfl-itm--chld--5.p-5-8:after,
.prfl-itm--chld--5.p-5-10:after {
    right: 20%;
}


/* end sk*/

.prfl-itm--chld--4:nth-of-type(3) .active--profile-item--4:nth-of-type(3):after {
    border-left: 0;
}

.prfl-itm--chld--5:nth-of-type(4):before {
    left: 36%;
}


/*sk*/


/*.prfl-itm--chld--5:nth-of-type(7):before {
    border-top: 0;
}

.prfl-itm--chld--5:nth-of-type(7) {
    padding-top: 0;
}

.prfl-itm--chld--5:nth-of-type(9):before {
    width: 60%;
}
.prfl-itm--chld--5:nth-of-type(9) .profile:first-of-type .profile-content {
    padding-top: 66px;
}
*/


/*end sk*/

.prfl-itm--chld--5:nth-of-type(4) {
    padding-left: 220px;
}


/* i replaced it inside sk ^| */

.prfl-itm--chld--5:nth-of-type(10):before {
    width: 40%;
    /*sk*/
    /*left: 13.3%;*/
    left: 20%;
}

.prfl-itm--chld--5:nth-of-type(11):before {
    width: 60%;
}

.prfl-itm--chld--5:nth-of-type(12):before {
    /* width: 43%; */
}

.prfl-itm--chld--5:nth-of-type(13):before {
    width: 67.7%;
}

.profile-content a:hover span {
    color: #377d21;
}


/* ===== / Org chart ===== */


/*=================================================================
            ***** Page - Bailleur de fons *****
===================================================================*/

.logos-docs {
    margin-bottom: 25px;
}

.logo-docs-item {
    text-align: center;
    border: 1px solid #cdcdcd;
    padding: 20px;
    height: 100%;
    background: #fff;
}

.logo-docs-item img,
.logo-docs-item span {
    display: block;
}

.logo-doc img {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 110px;
}

.logo-docs-item span {
    font-family: FuturaNewBold, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #444444;
    word-wrap: break-word;
}

.logo-doc {
    height: 110px;
    position: relative;
    margin-bottom: 10px;
}

.modal-logos_docs>div {
    max-width: 500px;
}

.modal-logos_docs .pdf-link {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.modal-logos_docs .pdf-link .pdf-ttl {
    width: 100%;
    text-align: center;
}

.modal-logo {
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .logo-docs-item {
        padding: 10px;
    }
    .logo-doc {
        margin-bottom: 0;
    }
}


/*****/

.offre-date-lancement {
    color: #6a7271;
    font-size: 14px;
    font-family: FuturaNewBook, sans-serif;
    margin: 10px 0px 4px 0px;
}

.offer-item .ao-ppp-title a {
    color: #377d21;
}

.ao-ppp-accordion .card-header>h5>.btn-link:before,
.accordion .card-header>h5>.btn-link:before {
    content: "\f068";
    font-family: FontAwesome;
    color: #377d21;
    font-size: 18px;
    position: absolute;
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ao-ppp-accordion .card-header>h5>.btn-link.collapsed:before,
.accordion .card-header>h5>.btn-link.collapsed:before {
    content: "\f067";
    color: #377d21;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ao-ppp-accordion .card,
.accordion .card {
    background: #fff;
    margin-bottom: 30px;
    width: 100%;
    border: 0;
}

.ao-ppp-accordion .card-header,
.accordion .card-header {
    background-color: white !important;
    padding: 0 !important;
    border: 1px solid #377d21 !important;
}

.ao-ppp-accordion .card-header h5,
.accordion .card-header h5 {
    position: relative;
}

.ao-ppp-accordion .card-header .fa-plus,
.accordion .card-header .fa-plus {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #377d21;
}

.ao-ppp-accordion .collapse .card-body,
.accordion .collapse .card-body {
    border: 1px solid #377d21;
    background: #ffffff80;
    margin-top: 15px;
    padding: 10px 15px;
}

.ao-ppp-accordion .card-header:hover,
.ao-ppp-accordion .collapse:hover,
.accordion .card-header:hover,
.accordion .collapse:hover {
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    /* -webkit-transform: translateY(-2px);
    transform: translateY(-2px); */
    -webkit-transition: all .2s;
    transition: all .2s;
}

.ao-ppp-accordion .card .btn-link,
.accordion .card .btn-link {
    font-family: FuturaNewBold, sans-serif;
    color: black;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    padding-right: 2rem;
}

.ao-ppp-accordion .table thead th,
.ao-ppp-accordion .table td,
.ao-ppp-accordion .table th {
    font-size: 14px;
    text-align: center;
}

.card .btn-link:hover,
.card .btn-link:visited,
.card .btn-link:focus {
    color: black;
    text-decoration: none;
}

.btn.btn-green {
    background: #377d21;
    font-family: FuturaNew, sans-serif;
    color: #ffffff !important;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    border-radius: 0;
    padding: 8px 14px;
}

.ao-downloadable a {
    display: block;
    padding: 10px 17px;
    background: #e4eab9;
    color: #000000;
}

.file a {
    display: block;
    padding: 10px 17px;
    margin: 4px 0px;
    background: #e4eab9;
    color: #000000;
}

.file a::before {
    content: url(../img/file-icon.png);
    margin-inline-end: 20px;
    vertical-align: middle;
}

.ao-downloadable a:hover {
    color: #000000;
}

.ao-downloadable a img {
    margin-right: 15px;
}

.ao-ppp-modal .modal-content,
.ao-ppp-project-modal .modal-content {
    border-radius: 0;
    background: white url(../img/ppp-form-bg.png) no-repeat center;
}

.ao-ppp-modal .modal-header {
    border-bottom: 0;
    text-align: center;
    padding-top: 134px;
    padding-bottom: 80px;
}

.ao-ppp-project-modal .modal-header {
    border-bottom: 0;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.ao-ppp-project-modal .table {
    background-color: #fff0 !important;
}

.ao-ppp-modal .modal-body {
    padding: 0 138px 80px 138px;
}

.ao-ppp-project-modal .modal-body {
    padding: 0 6%;
}

.ao-ppp-modal .modal-header .modal-title,
.ao-ppp-project-modal .modal-header .modal-title {
    width: 100%;
    font-family: FuturaNew, sans-serif;
    font-size: 40px;
}

.ao-ppp-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.ao-ppp-project-modal.show {
    width: 100%;
    padding: 0 !important;
}

#ppp-forms label[for="edit-societe"],
#ppp-forms label[for="edit-nom"],
#ppp-forms label[for="edit-prenom"],
#ppp-forms label[for="edit-cin"],
#ppp-forms label[for="edit-nationalite"],
#ppp-forms label[for="edit-gsm"],
#ppp-forms label[for="edit-email"],
#ppp-forms label[for="edit-passeport"],
#ppp-forms label[for="edit-projet"],
#ppp-forms label[for="edit-adresse"] {
    display: none;
}

#ppp-forms .form-control,
#edit-field-numero-recu-value {
    height: 60px;
    border-radius: 0;
    border: 2px solid #377d21;
    margin: 0;
}

#ppp-forms .form-item.js-form-type-textfield,
#ppp-forms .form-item.js-form-type-select,
#ppp-forms .form-item.js-form-type-tel,
#ppp-forms .form-item.js-form-type-email,
#ppp-forms fieldset {
    margin-bottom: 25px;
}

#ppp-forms input[type="submit"],
.ao-ppp-accordion button[type="button"] {
    background: #b4cb00;
    font-size: 24px;
    font-family: FuturaNew, sans-serif;
    color: #ffffff;
    padding: 8px 45px;
    text-align: center;
    transition: .3s;
    border-radius: 0;
    margin: 40px auto 0 auto;
    display: block;
}

#ppp-forms input[type="submit"]:hover,
.ao-ppp-accordion button[type="button"]:hover {
    background: #535353;
}

#ppp-forms .fieldset-legend {
    color: #252525;
}

#edit-nature-soumissionnaire {
    display: inline-flex;
}

#edit-nature-soumissionnaire .form-item {
    margin: 0 20px;
}

.btn-green {
    background: #b4cb00;
    font-size: 16px;
    font-family: FuturaNew, sans-serif;
    color: #ffffff;
    padding: 8px 20px;
    text-align: center;
    transition: .3s;
    border: none;
    cursor: pointer;
}

.btn-green:hover {
    background: #535353;
}

.btn-more {
    color: #fff;
    background-color: #377d21;
    border-color: #377d21;
    border-radius: 0 !important;
}

.ao-ppp-project-modal .btn-light {
    border-radius: 0 !important;
    border: 1px solid #c2c2c2 !important;
}

.btn-more:hover {
    color: #fff;
    background: #535353;
}

#ppp-forms label_ {
    font-family: FuturaNew, sans-serif;
    font-size: 24px;
    color: #252525;
}

.developpement-produits-accordion {
    margin-bottom: 26px;
}

.developpement-produits-accordion .card {
    border: 1px solid #377d21;
    margin-bottom: 10px;
    border-radius: 0;
}

.developpement-produits-accordion .card-header {
    position: relative;
    background-color: #377d21 !important;
    padding: 0;
}

.developpement-produits-accordion .card-header .btn {
    height: 56px;
    color: white;
    width: 100%;
    white-space: normal;
    font-size: 14px;
    text-align: left;
    padding: .375rem .75rem;
    padding-right: 30px;
    font-family: FuturaNew, sans-serif;
}

.developpement-produits-accordion .card-header .btn:hover,
.developpement-produits-accordion .card-header .btn:focus,
.developpement-produits-accordion .card-header .btn:active,
.developpement-produits-accordion .card-header .btn:visited {
    text-decoration: none !important;
    outline: none !important;
}

.developpement-produits-accordion .card-header .btn.collapsed~i:before {
    content: "\f078";
}

.developpement-produits-accordion .card-header i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 15px;
}

.developpement-produits-accordion .card-body ul li a {
    color: #595959;
    font-family: FuturaNewDemi, sans-serif;
}

.developpement-produits-accordion .card-body ul {
    list-style: disc;
    padding-left: 20px;
}

.developpement-produits-accordion .card-body {
    font-family: FuturaNewBold, sans-serif;
    font-size: 14px;
    border: 0;
    margin-top: 0;
    padding: 1.25rem;
}

.developpement-produits-accordion .card-body ul li.active {
    color: #377d21;
}

.developpement-produits-accordion .card-body ul li.active a {
    color: #377d21;
}

.developpement-produits {
    /*padding:  42px 65px;*/
    /*border: 1px solid #cdcdcd;*/
    background-color: white;
}

.developpement-produits h5,
#collapse-19 h5 {
    color: #377d21;
    font-family: FuturaNewBold, sans-serif;
    font-size: 17px;
}

.developpement-produits img {
    width: 100%;
}

.developpement-produits ul {
    list-style: disc;
    padding-left: 80px;
}

.developpement-produits ul li {
    color: #848484;
    font-size: 15px;
    font-family: FuturaNewBook, sans-serif;
    text-align: justify;
}


/*=================================================================
            ***** Page - Home *****
===================================================================*/

.navbar .collapse ul li {
    position: relative;
}

.navbar .collapse ul li:hover>ul {
    display: block;
}

.navbar .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    /* min-width: 140px; */
    min-width: 250px;
    display: none;
    max-width: 100%;
    width: 100%;
}

.navbar .collapse ul ul li {
    position: relative;
    padding: 5px 20px;
    transition: background .24s;
}

.navbar .collapse ul ul li:hover>ul {
    display: block;
}

.navbar .collapse ul ul ul {
    position: absolute;
    top: -8px;
    left: 100%;
    min-width: 250px;
    display: none;
    /* min-width: 175px; */
}

.navbar .dropdown-menu {
    /* background: linear-gradient(to bottom, rgba(55, 125, 33, 1) 0%, rgba(208, 212, 33, 1) 170%) left bottom #ffffff no-repeat; */
    background: #377d21;
    color: #ffffff;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, .3);
    border: 0;
    border-radius: 0;
    margin: 0;
}

.news-slider .news-detail {
    height: 300px;
}

.swiper-slide-active .news-detail {
    height: 310px;
    position: relative;
}

@media (min-width: 1140px) {
    .ao-ppp-modal .modal-dialog.modal-lg {
        max-width: 1014px;
    }
}

.navbar {
    padding: 0 !important;
}

.nav-item {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 768px) {
    .navbar {
        padding: .5rem 1rem;
    }
    .news-slider .swiper-slide-active .news-detail {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.dropdown-toggle::after {
    content: none;
}


/*****/


/*** Espace producteur page ***/

.input-style {
    height: 60px;
    border-radius: 0;
    border: 2px solid #377d21;
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 18px;
    padding-right: 30px;
    background-color: white;
}

.green-btn-big {
    background: #b4cb00 !important;
    font-size: 24px !important;
    font-family: FuturaNew, sans-serif !important;
    color: #ffffff !important;
    padding: 8px 45px !important;
    text-align: center !important;
    transition: .3s !important;
    border-radius: 0 !important;
    margin: 40px auto 0 auto !important;
    display: block !important;
}

.green-btn-big:hover {
    background: #535353 !important;
}

.webform-button--submit.green-btn-big:hover {
    background: #bbc509 !important;
}

.webform-button--submit.green-btn-big {
    background: #377d21 !important;
}

#webform-submission-espace-producteur-add-form input,
#webform-submission-espace-producteur-add-form select,
#webform-submission-espace-producteur-node-77673-add-form input,
#webform-submission-espace-producteur-node-77673-add-form select {
    padding-left: 30px;
    background-color: white;
}

#webform-submission-espace-producteur-add-form,
#webform-submission-espace-producteur-node-77673-add-form {
    background: white url(../img/ppp-form-bg.png) no-repeat bottom left;
}

#edit-flexbox-form-juridique {
    margin: 10px 0;
}

#edit-flexbox-form-juridique .fieldset-legend {
    display: inline-block;
    position: relative;
    top: -9px;
}

#edit-flexbox-form-juridique input[type=checkbox] {
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#edit-flexbox-form-juridique label {
    padding-left: 35px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#edit-flexbox-form-juridique input[type=checkbox]:checked+label {
    background-position: 0 -25px;
}

#edit-flexbox-form-juridique legend {
    float: left;
    width: auto;
}

#edit-flexbox-form-juridique .fieldset-wrapper {
    display: flex;
    justify-content: space-evenly;
}

#edit-unite--wrapper,
#edit-unite--wrapper {
    line-height: 50px;
}

#edit-unite--wrapper legend,
#edit-autorisation--wrapper legend {
    float: left;
    width: auto;
}

#edit-unite--wrapper #edit-unite,
#edit-autorisation--wrapper #edit-autorisation {
    display: flex;
    justify-content: space-evenly;
    margin-top: 8px;
    width: 70%;
    margin-left: auto;
}

#edit-autorisation--wrapper #edit-autorisation {
    width: auto;
}

#webform-submission-espace-producteur-add-form input[type=radio]+label,
#webform-submission-espace-producteur-node-77673-add-form input[type=radio]+label {
    padding-left: 35px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
}

#webform-submission-espace-producteur-add-form input[type=radio],
#webform-submission-espace-producteur-node-77673-add-form input[type=radio] {
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#webform-submission-espace-producteur-add-form input[type=radio]:checked+label,
#webform-submission-espace-producteur-node-77673-add-form input[type=radio]:checked+label {
    background-position: 0 -25px;
}

#webform-submission-espace-producteur-add-form input[type=checkbox]+label,
#webform-submission-espace-producteur-node-77673-add-form input[type=checkbox]+label {
    background-image: url(../img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#webform-submission-espace-producteur-add-form input[type=radio]+label,
#webform-submission-espace-producteur-node-77673-add-form input[type=radio]+label {
    background-image: url(../img/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-item-lieu-de-valorisation~.webform-flex--1 {
    flex: 0 0 100%;
    max-width: 100%;
}

.form-item-lieu-de-valorisation~.webform-flex--1 .webform-flex--container {
    margin: 0 15px;
    text-align: right;
}

.form-item-lieu-de-valorisation~.webform-flex--1 .webform-flex--container input {
    display: inline-block !important;
    min-width: 227px;
    margin: 40px auto 0 auto !important;
}

.production-fieldset-title h3 {
    text-transform: uppercase;
    margin: 15px 0px 33px 0;
    color: #377d21;
    font-family: FuturaNewBold, sans-serif;
    font-size: 24px;
}

#webform-submission-espace-producteur-add-form select,
#webform-submission-espace-producteur-node-77673-add-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../img/select-arrow.png');
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
}


/*** #Espace producteur page ***/

.ao-status {
    background-image: url(../img/bg-status.png);
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    right: 0;
    background-size: cover;
}

.ao-status span {
    font-size: 17px;
    font-family: "FuturaNewBook";
    color: rgb(255, 255, 255);
    line-height: 1.412;
    padding: 0 25px 0 45px;
}


/*****/

.navbar .collapse ul ul li:hover {
    background: white;
}

.navbar .collapse ul ul li:hover>a {
    color: #377d21;
    text-shadow: none;
}

#edit-flexbox-01 h2,
#edit-flexbox-02 h2 {
    text-transform: uppercase;
    margin: 15px 0px 33px 0;
    color: #377d21;
    font-family: FuturaNewBold, sans-serif;
    font-size: 24px;
}

.contact-box {
    border: 1px rgb(205, 205, 205) solid;
    padding: 20px;
    background-color: white;
    min-height: 252px;
}

.contact-box p {
    margin: 0;
}

.cb-title {
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    font-family: FuturaNewBold;
}

.cb-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cb-row img {
    margin-right: 28px;
}

.contact-box.cb-2 {
    height: 281px;
}

.search-item {
    border-left: 5px solid #d4d6d6;
    border-top: 1px solid #377d21;
    border-bottom: 1px solid #377d21;
    border-right: 1px solid #377d21;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 30px;
    margin-top: 12.5px;
    margin-bottom: 15px;
    width: 100%;
    display: flex;
}

.search-item:hover {
    border-left: 5px solid #377d21;
    -webkit-box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 0px 16.6px 0.4px rgba(0, 0, 0, 0.19);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: all .2s;
    transition: all .2s;
}

.search-item .h4 {
    display: block;
    font-size: 18px;
    font-family: FuturaNewDemi, sans-serif;
    color: #6a7271;
    color: #377d21;
}

#search-form {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

#search-form label {
    display: inline-block;
    margin-right: 14px;
    font-size: 18px;
    font-family: FuturaNewDemi, sans-serif;
    color: #377d21;
    margin-bottom: 0;
}

#search-form [type=search] {
    outline: 0;
    border: 1px solid #c1c1c1 !important;
    display: flex;
    flex-grow: 1;
}

#search-form .form-item-keys {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search-form~h2 {
    display: none;
}

#search-form #edit-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: transparent;
    margin-right: 15px;
    overflow: hidden;
    border: 0;
    color: transparent;
    cursor: pointer;
}

#search-form #edit-submit:focus {
    outline: none;
}

#search-form .form-item-keys:after {
    content: "\f002";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(117, 117, 117);
    font-size: 20px;
    margin-right: 11px;
    cursor: pointer;
}

#high-contrast-switch label {
    padding-left: 25px;
    width: 25px;
    height: 20px;
    display: inline-block;
    color: transparent;
    text-indent: -99999px;
    overflow: hidden;
    margin: 0;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../img/eye-slash.png) !important;
    background-size: contain;
    opacity: .7;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#high-contrast-switch input[type=checkbox]:checked+label {
    background-color: white !important;
}

#high-contrast-switch input[type=checkbox] {
    display: none;
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#high-contrast-switch #edit-submit {
    display: none !important;
}

#views-exposed-form-listing-faq-page-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 25px;
}

#views-exposed-form-listing-faq-page-1 label {
    display: inline-block;
    margin-right: 15px;
}

#views-exposed-form-listing-faq-page-1 #edit-field-rubrique-target-id {
    width: 86%;
    padding-left: 30px;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
}

#views-exposed-form-listing-faq-page-1 .form-item-field-rubrique-target-id {
    width: 88%;
}

#accordionExample ul {
    list-style: unset;
    padding-left: 1em;
}

.webform-submission-form select {
    color: #888888;
}


.ao-arrow-right-scroll {
    text-align: right;
    display: none;
}

.ao-arrow-right-scroll i {
    font-size: 12px;
    margin-left: 20px;
}

.ao-arrow-right-scroll {
    width: 100%;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 5px;
}


/* Responsive */


/** Update **/

@media (max-width: 1280px) {
    .swiper-button-next-links {
        right: 0;
    }
    .swiper-button-prev-links {
        left: 0;
    }
}


/** Update **/

@media (max-width: 1093px) {
    .contact-info ul {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 1024px) {
    /*sk*/
    /*  .top-header {
        display: none;
    }*/
    .home-slider {
        min-height: 300px;
    }
    .home-slider .slide-img {
        position: relative;
        max-height: 300px;
    }
    .home-slider .slide-img img {
        width: 100%;
        height: 300px;
    }
    .w-450,
    .w-280,
    .w-380 {
        width: 50%;
    }
    .media-item iframe {
        width: 100%;
    }
    .bottom-effect {
        position: absolute;
        bottom: -2px;
        z-index: 9;
        width: 100%;
    }
    .top-effect {
        position: absolute;
        top: -3px;
        z-index: 9;
        width: 100%;
    }
    .useful-links {
        background-position: 100% 100%;
    }
    .swiper-button-prev-links {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 9;
        transform: translateY(-50%);
    }
    .swiper-button-next-links {
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 9;
        transform: translateY(-50%);
    }
    .recruitment {
        padding-left: 20px;
    }
    .recruitment-item2 {
        width: 100%;
    }
    .news-item_detail {
        height: auto;
    }
    /* Org chart */
    /*sk*/
    /* .profile-item--3 .profile {
        max-width: 134px;
    } */
    .profile-item--3 .profile-content,
    .profile-item--4 .profile-content {
        padding: 45px 10px 8px;
    }
    /* Org chart */
    /* .navbar .collapse ul ul {
        position: static !important;
    } */
    .navbar .collapse ul li {
        margin: 0 !important;
    }

    .ao-ppp-project-modal .modal-header .modal-title {
        font-size: 25px;
    }
    .ao-arrow-right-scroll {
        display: block;
    }
}


/** Update **/

@media(max-width: 991.98px) {
    .navbar .navbar-collapse {
        background: linear-gradient(to bottom, rgba(145, 172, 23, 1) 0%, rgba(208, 212, 33, 1) 100%) left bottom #fff no-repeat;
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar .navbar-brand {
        padding-left: 15px;
    }
    .navbar .navbar-toggler {
        padding-right: 15px;
    }
    .navbar {
        padding: .5rem 1rem;
        background: #fff;
    }
    .navbar-toggler i {
        color: #377d21;
    }
    .nav-header .navbar-brand img {
        max-width: 200px;
        display: inline-block;
    }
    .news-item_date:after {
        height: 230px;
    }
}

@media (max-width: 768px) {
    .nav-header .navbar-brand img {
        max-width: 200px;
        display: inline-block;
    }
    .offer-item {
        padding-left: 30px;
        padding-right: 40px;
    }
    /* Org chart */
    .profile-item--3 .profile {
        max-width: 134px;
    }
    .profile-item--3 .profile-content,
    .profile-item--4 .profile-content {
        padding: 45px 10px 8px;
    }
    .profile {
        width: 150px;
    }
    .prfl-itm--chld--4,
    .prfl-itm--chld--5 {
        padding-top: 50px;
    }
    .prfl-itm--chld--4:first-of-type,
    .prfl-itm--chld--4:nth-of-type(2),
    .prfl-itm--chld--4:nth-of-type(3) {
        padding-left: 0px;
    }
    .event a .event-title {
        width: 55%;
    }
    .event a .event-date {
        width: 30%;
    }
    .event a .event-location {
        width: 15%;
    }
    .picture-item {
        padding: 10px;
    }
    .picture-item .pic {
        height: 130px;
    }
    .navbar .navbar-brand {
        padding-left: 15px;
    }
    .navbar .navbar-toggler {
        padding-right: 15px;
    }
    .navbar .navbar-collapse {
        background: linear-gradient(to bottom, rgba(145, 172, 23, 1) 0%, rgba(208, 212, 33, 1) 100%) left bottom #fff no-repeat;
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar {
        padding: .5rem 1rem;
        background: #fff;
    }
    .navbar-toggler i {
        color: #377d21;
    }
    .news-slider .swiper-slide-next {
        margin-left: 0 !important;
    }
    .news-slider .swiper-slide-prev {
        margin-right: 0 !important;
    }
    .offers .container {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .achievement>div span,
    .development>div span {
        font-size: 28px;
    }
    .useful-links {
        padding-top: 0px;
    }
    .access .access-title,
    .platform .platform-title {
        font-size: 28px;
    }
    .home-slider .caption-slide .title-caption {
        font-size: 20px;
    }
    .home-slider .caption-slide .date-caption {
        font-size: 14px;
    }
    .home-slider .swiper-pagination-bullet {
        font-size: 18px;
        line-height: 28px;
    }
    .home-slider .swiper-pagination-bullet-active {
        padding-right: 35px;
        line-height: 25px;
    }
    .home-slider .swiper-button-next-slider,
    .home-slider .swiper-button-prev-slider {
        display: none;
    }
}


/** Update **/

@media (max-width: 750px) {
    .news-pagination .text {
        display: none;
    }
}

@media (max-width: 750px) {
    .title span,
    .title-w span {
        font-family: FuturaNewBold, sans-serif;
        font-size: 20px;
        text-align: center;
        position: relative;
    }
    .news-slider .swiper-slide-prev {
        margin-right: auto !important;
        z-index: 1;
    }
    .news-slider .swiper-slide-next {
        margin-left: auto !important;
        z-index: 1;
    }
    .news-slider .swiper-slide-active {
        margin-top: 0px;
        width: 100% !important;
        z-index: 3;
    }
    .home-slider .caption-slide {
        background: rgba(53, 53, 53, .7);
        position: absolute;
        top: initial;
        transform: initial;
        right: initial;
        color: #ffffff;
        max-width: 600px;
        padding: 15px 20px;
        z-index: 2;
        bottom: 0;
    }
    .swiper-pagination-slider {
        display: none;
    }
    .home-slider .caption-slide .date-caption {
        font-size: 13px;
        font-family: FuturaNewDemi, sans-serif;
    }
    .home-slider .caption-slide .title-caption {
        font-size: 16px;
        font-family: FuturaNewBold, sans-serif;
    }
    .offers {
        position: relative;
        min-height: auto;
    }
    .offers .container {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .achvm-dvlpm {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .achvm-dvlpm .col-md-6 {
        margin-bottom: 20px;
    }
    .achievement,
    .development {
        min-height: 250px;
        max-width: 100%;
        margin: 0 auto;
        padding: 15px;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .achievement>div,
    .development>div {
        padding-left: 15px;
        padding-right: 15px;
    }
    .achievement>div span,
    .development>div span {
        color: #ffffff;
        font-size: 18px;
        font-family: FuturaNewBold, sans-serif;
        text-align: center;
    }
    .bottom-effect {
        position: absolute;
        bottom: 0;
        /*sk*/
        /*z-index: 9;*/
        z-index: 1;
        width: 100%;
    }
    .top-effect {
        position: absolute;
        top: 0;
        /*sk*/
        /*z-index: 9;*/
        z-index: 1;
        width: 100%;
    }
    .media-pdf span {
        font-family: FuturaNewDemi, sans-serif;
        font-size: 18px;
    }
    .media-pdf {
        padding-top: 10px;
    }
    .media-item {
        max-height: 140px;
    }
    .media-item iframe {
        width: 100%;
        height: 140px;
    }
    .media-pdf img {
        max-height: 30px;
    }
    .media-pdf span {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .link-logo {
        max-width: 300px;
        margin: 0 auto;
    }
    .swiper-button-prev-links {
        position: absolute;
        top: 50%;
        left: 10px;
        /*sk*/
        /*z-index: 9;*/
        z-index: 1;
        transform: translateY(-50%);
    }
    .swiper-button-next-links {
        position: absolute;
        top: 50%;
        right: 10px;
        /*sk*/
        /*z-index: 9;*/
        z-index: 1;
        transform: translateY(-50%);
    }
    .container-links {
        padding: 30px 15px;
    }
    .footer-list {
        max-width: 170px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .social {
        margin-bottom: 20px;
    }
    footer .footer-list {
        margin-bottom: 20px;
    }
    .access,
    .platform {
        max-width: 230px;
        max-height: 150px;
        margin: 0 auto;
    }
    .access img,
    .platform img {
        max-width: 60px;
        margin-bottom: 10px;
    }
    .access .access-title,
    .platform .platform-title {
        font-size: 20px;
    }
    .contact img {
        max-width: 230px;
        margin-bottom: 20px;
    }
    .contact .contact-btn {
        margin-bottom: 15px;
        font-size: 23px;
    }
    .contact .contact-btn:hover {
        background: #535353;
    }
    .access,
    .platform {
        margin-bottom: 20px;
    }
    .home-slider .caption-slide {
        padding-bottom: 50px;
    }
    .breadcrumb--l,
    .breadcrumb--r {
        display: none;
    }
    .external-link {
        display: block;
    }
    .external-item1,
    .external-item2 {
        margin-left: 0;
        margin-bottom: 30px;
        display: inline-flex;
        width: 100%;
        height: 90px;
    }
    .dg-picture {
        float: initial;
        margin-top: 20px;
    }
    .dg-prst {
        padding-top: 0px;
    }
    .dg-prst .quote-t {
        position: absolute;
        top: -20px;
        margin-left: 0;
        max-width: 25px;
    }
    .dg-prst .quote-b {
        position: absolute;
        max-width: 25px;
        margin-top: 10px;
    }
    .dg-content {
        position: relative;
        margin-bottom: 30px;
    }
    .img-banner {
        height: 250px;
    }
    .title-w {
        font-family: FuturaNewBold, sans-serif;
        font-size: 20px;
    }
    .offer-item {
        padding-left: 15px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .offer-item .offer-file-num {
        font-size: 14px;
    }
    .offer-item .offer-title {
        font-size: 16px;
    }
    .offer-item .offer-date {
        font-size: 13px;
    }
    .nav-external-link li {
        width: 100%;
    }
    .nav-external-link li:first-child {
        padding-right: 0px;
    }
    .nav-external-link li:last-child {
        padding-left: 0px;
    }
    .tab-external-link {
        margin-top: 0px;
    }
    .filter li {
        display: block;
    }
    .recruitment {
        display: block;
        padding-left: 10px;
    }
    .recruitment-item1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .recruitment-item2 {
        width: 100%;
    }
    .iconfile {
        background-position: -4px -4px;
        background-size: 100%;
    }
    .main {
        padding-top: 70px;
    }
    /*
    .profile-item--2,
    .profile-item--3,
    .profile-item--4,
    .profile-item--5 {
        background-image: initial;
    }

    .profile {
        text-align: center;
        width: 170px;
    }

    .profile-content {
        padding: 45px 10px 20px;
    }

    .profile-item--2 .profile {
        margin: 0 0 15px;
    }

    .profile-item--2 .profile:last-child {
        float: initial;
    }

    .profile-item--2 {
        top: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .profile-item--3 {
        margin-top: 20px;
    }

    .profile-item--3 .profile {
        margin-bottom: 15px;
    }

    .profile-item--4 .profile {
        margin-left: 0;
    }

    .profile-item--4 {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .profile-item--5 {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .profile-item--5 .profile {
        margin-left: 0;
        margin-right: 0;
    }
*/
    /* Org chart */
    .profile-item--2 {
        top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .profile-item--2 .profile {
        margin-top: 15px;
    }
    .profile-item--3 {
        margin-top: 15px;
    }
    .profile-item--3:before {
        border-top: 0;
    }
    .active--profile-item--3:after,
    .active--profile-item--4:after {
        border-left: 0;
    }
    .profile-content {
        padding: 45px 10px 20px;
    }
    /*sk*/
    /* .profile-item--1:after {
        border-left: 0;
    }
    .profile-item--2:before {
        border-top: 0;
    }*/
    .prfl-itm--chld--4:first-of-type:before {
        border-top: 0;
    }
    .prfl-itm--chld--4:nth-of-type(2):before {
        border-top: 0;
    }
    .prfl-itm--chld--5:before {
        border-top: 0;
    }
    .prfl-itm--chld--4:nth-of-type(3):before {
        border-top: 0;
    }
    .prfl-itm--chld--4:nth-of-type(4):before {
        border-top: 0;
    }
    .prfl-itm--chld--4:nth-of-type(5):before {
        border-top: 0;
    }
    .profile-item--4 .profile {
        margin-left: 0;
    }
    .profile-item--5 .profile {
        margin-left: 15px;
        margin-right: 15px;
    }
    .recruitment-item2 {
        display: block;
    }
    .recruitment-item--3 {
        display: inline-block;
        max-width: 60px;
    }
    .recruitment-item--3 small,
    .recruitment-item--3 i {
        display: block;
    }
    .recruitment-item1,
    .recruitment-item2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .press a {
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .press-icon {
        margin-right: 20px;
    }
    .press-img {
        background-image: url(../img/press-icon-m.png);
        background-repeat: no-repeat;
        display: block;
        width: 70px;
        height: 55px;
        background-position: -2px -3px;
    }
    .press a:hover .press-img {
        background-position: -78px -2px;
    }
    .press-title {
        font-size: 14px;
    }
    .event a {
        display: block;
        padding: 20px 10px;
    }
    .event a .event-title {
        width: 100%;
        padding-right: 15px;
        display: inline-block;
        margin-bottom: 15px;
    }
    .event a .event-date {
        width: 75%;
        display: inline-block;
    }
    .event a .event-location {
        width: 20%;
        display: inline-block;
    }
    footer .first-col p,
    footer .first-col h5,
    footer .first-col div,
    footer .second-col {
        display: none;
    }
    footer .first-col .footer-logo {
        margin-bottom: 0;
    }
    .footer-col {
        padding-bottom: 20px;
    }
    .contact {
        height: auto;
    }
    .contact .contact-btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .contact .contact-content {
        margin-bottom: 30px;
    }
}


/** Update **/

.filter li:first-of-type {
    margin-right: 30px;
}

.filter li:last-of-type {
    margin-left: 30px;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: white !important;
    background-color: #686868
}

.search-language .dropdown-menu {
    width: 83px !important;
    min-width: unset;
    transform: translateX(-11%);
    top: 93%;
}

.lang-mobile .dropdown-item.active,
.lang-mobile .dropdown-item:focus,
.lang-mobile .dropdown-item:hover {
    background-color: #377d21;
}

.dropdown-item:focus a,
.dropdown-item:hover a {
    color: #ffffff !important;
}

.navbar-expand-lg .navbar-collapse div {
    width: 100%
}

.navbar-expand-lg .navbar-nav {
    justify-content: space-between;
    /*sk*/
    width: 100%;
}

.title-underline {
    font-size: 16px;
}

.shoot-list li::before {
    content: "-";
    margin-right: 15px
}

.dotted-list {
    list-style: inside;
}

#block-ada-tabs-2 {
    position: fixed;
    top: 300px;
    left: 0;
    background: #377d219c;
    padding: 10px 30px 0px 30px;
}

#block-ada-tabs-2 ul li a {
    color: white;
    font-weight: bold;
    line-height: 1.8;
}

#block-ada-tabs-2 ul li a:hover {
    text-decoration: underline !important;
}

.navbar-nav .nav-link {
    position: relative;
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: -5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a {
    position: relative;
    display: block;
    line-height: 15px;
    margin-bottom: 10px;
}

.achievement a {
    text-align: center
}


/** Drupal**/

.toolbar-tray-horizontal ul li li.menu-item {
    width: 100%;
}


/*omar style*/


/************  Menu Mobile ********************/

.nav-div-mobile #nav-div-mobile-back {
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition-duration: .3s;
}

.nav-div-mobile {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 3;
    width: 100%;
}

.btn-group .dropdown-item {
    font-size: 12px;
}

@media (max-width: 991.98px) {
    .nav-div-mobile {
        position: fixed;
        top: 0;
        left: 0;
        display: block!important;
    }
    .header {
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: white;
        position: fixed;
        height: 60px!important;
        z-index: 10;
        box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.478);
        -webkit-box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.478);
        -ms-box-shadow: 0px 1px 7px -2px rgba(0, 0, 0, 0.478);
    }
    #sidebarMenu {
        height: 100%;
        position: fixed;
        left: 0;
        width: 270px;
        margin-top: 0px;
        top: 60px;
        z-index: 14;
        transform: translateX(-270px);
        -webkit-transition: -webkit-transform 250ms ease-in-out;
        transition: -webkit-transform 250ms ease-in-out;
        -o-transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out;
        transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
        background-color: white;
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        background: linear-gradient(to bottom, #377d21 0%, #377d21 100%) left bottom #ffffff no-repeat;
    }
    .nav-div-mobile input[type=checkbox] {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
    .sidebarIconToggle {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 0;
        /* right: -50px; */
        height: 57px;
        width: 50px;
        padding: 20px 15px;
        background-color: white;
    }
    .spinner {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #377d21;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .horizontal {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    .diagonal.part-1 {
        position: relative;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }
    .nav-div-mobile #sidebarMenu #accordion .card {
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background-color: inherit;
        color: inherit
    }
    .nav-div-mobile #sidebarMenu #accordion .card .btn.btn-link {
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 15px 10px;
        color: #252525;
        position: relative;
        font-size: 16px;
    }
    .nav-div-mobile .header img {
        width: 100%;
        height: 40px;
        object-fit: contain;
    }
    .nav-div-mobile .header .btn-group {
        position: absolute;
        right: 0px;
        top: 13px;
    }
    .nav-div-mobile .search {
        height: 60px;
        width: 65%;
        max-width: 400px;
        left: 60px;
        top: 6px;
    }
    .nav-div-mobile .search form {
        width: 100%;
        height: 100%;
    }
    .nav-div-mobile .search form .txtsearch {
        background-color: white;
        border: none;
        position: absolute;
        left: 5px;
        width: 94%;
        height: 30px;
        padding: 3px 5px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border-bottom: 1px solid #808080a2;
    }
    .nav-div-mobile .search form .txtsearch:focus {
        outline: none;
    }
    .nav-div-mobile #sidebarMenu #accordion .card .btn.btn-link {
        font-weight: bold;
        background-color: #377d21;
        border-radius: 0;
        color: white;
        width: 100%;
        text-align: start
    }
    .nav-div-mobile #sidebarMenu #accordion .card .btn.btn-link.collapsed {
        font-weight: normal;
    }
    .nav-div-mobile #sidebarMenu #accordion .card button.btn.btn-link.collapsed::after {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .nav-div-mobile #sidebarMenu #accordion .card button.btn.btn-link::after {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f078";
        font-weight: 900;
        top: 15px;
        right: 15px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border: none;
        font-size: 12px;
        color: inherit;
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -o-transform: scale(0.1);
    }
    .nav-div-mobile #sidebarMenu #accordion .card .btn.btn-link.collapsed::before {
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -o-transform: scale(0.1);
    }
    .nav-div-mobile #sidebarMenu #accordion .card button.btn.btn-link::before {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f077";
        font-weight: normal;
        top: 15px;
        right: 15px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border: none;
        font-size: 12px;
        color: inherit;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .nav-div-mobile #sidebarMenu #accordion {
        overflow: auto;
        height: calc(100% - 60px);
    }
    .nav-div-mobile #sidebarMenu #accordion .card button:hover {
        text-decoration: none;
    }
    .nav-div-mobile #sidebarMenu #accordion .card .card-header {
        padding: 0;
    }
    .nav-div-mobile #sidebarMenu #accordion .card .card-body {
        padding: 0!important;
    }
    .nav-div-mobile #sidebarMenu #accordion .card .card-body .card .card-header button {
        /* background-color: white; */
        padding-left: 32px;
        color: white;
        white-space: normal
    }
    .nav-div-mobile #sidebarMenu #accordion .card .card-body h5 {
        margin: 0;
    }
    .nav-div-mobile #sidebarMenu #accordion .card .card-body h5 a {
        color: white;
        padding: 15px 15px 15px 33px;
        display: block;
        border-bottom: 1px solid #00000020;
        font-size: 14px;
    }
    .btn-langue {
        font-size: 12px;
        margin-right: 0;
    }
    .nav-div-mobile.show #sidebarMenu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.nav-div-mobile.show #nav-div-mobile-back {
    pointer-events: all;
    opacity: 1;
}

.collapse:not(.show) {
    display: none;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
    margin-bottom: 18px !important;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
    display: none;
}

.form-item--error-message {
    color: red;
    padding: 0px 0 12px 0;
}


/*-------------------------------------*/


/*sk style*/


.search-language .dropdown-item:focus,
.search-language .dropdown-item:hover {
    background-color: #c9d01f;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: none;
}

#navbarSupportedContent ul li.nav-item:last-child ul.dropdown-menu {
    left: -131px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.toolbar-fixed .fixed-header {
    top: 78px;
}

.bg_header_separator {
    height: 2px;
    background-color: #c9d01f;
}

.nav-div-desktop li.nav-item.dropdown::after {
    content: "";
    width: 1px;
    position: absolute;
    right: -40px;
    top: 50%;
    height: 50%;
    transform: translateY(-50%);
    background-color: #52983c;
}

.nav-div-desktop .link-pages li:last-child::after {
    content: none;
}

.main {
    padding-top: 40px;
}

.main p.text-align-right {
    text-align: right;
}

.main p.text-align-left {
    text-align: left;
}


/*videotheque_modals*/

.videotheque_modals .modal-dialog {
    width: 50%;
    max-width: 60%;
    height: 50%;
    max-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.videotheque_modals .modal-content,
.videotheque_modals iframe {
    height: 100%;
    width: 100%;
}

.videotheque_modals .modal-header {
    padding: 5px;
}

.video-item .bg_img_video,
.media-item.bg_img_video {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-item .bg_img_video::before,
.media-item.bg_img_video::before {
    content: "";
    width: 69px;
    height: 50px;
    background-image: url(../img/play_video.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    cursor: pointer;
}

.video-item .bg_img_video,
.media-item.bg_img_video,
.overlay_videotheque {
    -webkit-transition: ease 0.25s all;
    transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
}

.videotheque_modals .modal-body .close {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #377d21;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #ffffff !important;
    opacity: 1 !important;
}

.videotheque_modals .modal-body .close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    text-decoration: none;
}

.videotheque_modals .modal-body {
    padding: 0;
    margin: 0;
}

.overlay_videotheque {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.videos-items .embed-responsive-16by9::before {
    padding-top: 0;
}


/*end*/

.clearfix {
    clear: both;
}


/*menu links*/

.nav-item span,
.nav-item span:hover,
.nav-item span:focus,
.nav-item span:active {
    color: #ffffff;
    text-shadow: 0px 0px 5px #666;
    font-family: FuturaNewBold, sans-serif;
    font-size: 15px;
    cursor: pointer;
}

.dropdown-menu li span.dropdown-toggle::after {
    right: 10px;
}

.navbar .collapse ul ul.dropdown-menu li:hover span.dropdown-toggle {
    color: #377d21;
    text-shadow: none;
}


/**/


/*titles style*/

#block-ada-mainpagecontent h1,
#block-ada-mainpagecontent h2,
#block-ada-mainpagecontent h3,
#block-ada-mainpagecontent h4,
#block-ada-mainpagecontent h5,
#block-ada-mainpagecontent h6,
.main p.bold,
.main p strong {
    color: #377d21;
}


/**/

.recruitment span.recruitment-file-num {
    display: none;
}

.copyright a:hover,
.copyright a:focus {
    color: #377d21;
    outline: none;
}

.top-header .search-language li .lang {
    padding: 9px 0;
    width: 45px;
    text-align: left;
    padding-left: 10px;
}

.content ul.nav.nav-external-link {
    padding: 0;
    list-style: none;
}

.profile .profile-missions {
    text-align: center;
}

.content p.Default {
    margin: 0 !important;
}

#block-ada-mainpagecontent .news-item:nth-child(10n+0) .news-item_date:after {
    content: none;
}

.modal-backdrop {
    display: none;
}

.modal-open .modal {
    background: #0000008c;
}

.dis_table {
    min-height: 88px;
    display: table;
    width: 100%;
    margin: 0;
}

.dis_tablecell {
    display: table-cell;
    vertical-align: middle;
}

.col-100 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
}

.contact-info iframe {
    max-width: 100%;
    width: 100%;
}

.profile-content i.fa-angle-up {
    min-height: 30px;
    color: transparent;
    font-size: 30px;
    margin-top: 5px;
}

#block-customblocksblockmediapubhome .media-item iframe {
    max-width: 100%;
    max-height: 100%;
}

#block-ada-mainpagecontent .rh img {
    max-width: 100%;
}

.lang.dropdown-toggle::after {
    right: 5px;
}

.top-header .search-language li .lang {
    position: relative;
}

#block-ada-mainpagecontent img.align-center {
    max-width: 100%;
    height: auto;
}

#webform-submission-espace-producteur-add-form {
    background-image: url(../img/ppp-form-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}

.profile .profile-phone {
    min-height: 30px;
}

#block-ada-mainpagecontent .content {
    padding: 20px 15px;
}

.modal.fade {
    z-index: 10000000 !important;
}

.sidebar .sidebar_videos .swiper-container {
    z-index: 0;
}


/*sk producteur*/

#edit-autorisation--wrapper .fieldset-wrapper {
    float: right;
    width: 135px;
}

label[for=edit-autorisation-oui],
label[for=edit-unite-tonne] {
    margin-right: 10px;
}

#edit-unite--wrapper .fieldset-wrapper {
    width: 143px;
    float: left;
    margin-left: 15px;
}

#edit-unite--wrapper #edit-unite {
    margin: 0;
    width: 100%;
    margin-top: 8px;
}


/*end sk producteur*/


/*END OF SK STYLE*/


/*sk responsive*/


/* 
@media (max-width: 1440px) {
    .nav-header .container.nav-div-desktop .container {
        padding: 0;
    }
    .navbar .collapse ul ul {
        min-width: 125px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        max-width: 120%;
        width: 120%;
    }
    #navbarSupportedContent ul li.nav-item:last-child ul.dropdown-menu {
        left: 0px;
        max-width: 100%;
        width: 100%;
    }
} */

@media (max-width: 1400px) {
    .nav-div-desktop li.nav-item.dropdown::after {
        left: -20px;
    }
}

@media (max-width: 1330px) {
    .nav-div-desktop li.nav-item.dropdown::after {
        content: none;
    }
}

@media (max-width: 1280px) {
    /*sk*/
    /* .navbar .collapse ul ul {
        min-width: 113px;
    } */
    /**/
    .navbar .collapse ul ul ul {
        top: 8px;
    }
    .navbar .collapse ul ul li {
        padding: 5px 5px;
    }
    /* .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 210px;
        min-width: 100%;
    } */
    /* .nav-header .container.nav-div-desktop {
        max-width: 100%;
    } */
    .dropdown-toggle::after {
        right: -5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link,
    .nav-item a {
        font-size: 13px;
    }
}

@media (max-width: 1230px) {
    #navbarSupportedContent .navbar-nav .nav-item:nth-child(6n) .dropdown-menu .dropdown-menu {
        left: 160px;
    }
    #navbarSupportedContent ul li.nav-item:last-child ul.dropdown-menu {
        left: -135px;
    }
}

@media (max-width: 1200px) {
    #block-customblocksblockmediapubhome .w-380,
    #block-customblocksblockmediapubhome .w-450,
    #block-customblocksblockmediapubhome .w-280 {
        width: 33.33%;
    }
    #block-customblocksblockmediapubhome .w-100 {
        height: 100%;
    }
    .achievement,
    .development {
        text-align: center;
    }
    .achievement>div span,
    .development>div span {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .container.nav-div-desktop .container {
        max-width: 100%;
    }
    /* videotheque */
    .videotheque_modals .modal-dialog {
        margin: 0;
        width: 92%;
        max-width: 100%;
    }
    /*productrue*/
    .col-md-6.js-form-item-numero-de-l-autorisation {
        width: 40%;
        flex: none;
        max-width: 40%;
    }
    #edit-autorisation--wrapper {
        width: 60%;
        max-width: 60%;
        float: left;
        flex: none;
    }
    /**/
    #views-exposed-form-listing-faq-page-1 .form-item-field-rubrique-target-id,
    #views-exposed-form-listing-faq-page-1 #edit-field-rubrique-target-id {
        width: 100%;
    }
    .recruitment {
        display: block;
    }
    .recruitment .recruitment-item1 {
        width: 100%;
        margin-bottom: 27px;
    }
    .recruitment .recruitment-item2 {
        display: initial;
        width: 100%;
    }
    .img-banner .title-w {
        font-size: 30px;
    }
    #accordion .modal .views-row {
        overflow: scroll;
    }
}

@media (max-width: 1095px) {
    .navbar-expand-lg .navbar-nav .nav-link,
    .nav-item a {
        font-size: 12px;
    }
    /* .navbar .collapse ul ul {
        min-width: 108px;
    } */
}

@media (max-width: 1024px) {
    /*sk*/
    /* .navbar .collapse ul ul {
        min-width: 100px;
    } */
    /**/
    .home-slider {
        min-height: 500px;
    }
    .home-slider .slide-img {
        max-height: 500px;
    }
    .home-slider .slide-img img {
        height: 100%;
    }
    .home-slider .caption-slide .date-caption {
        font-size: 16px;
    }
    .home-slider .caption-slide .title-caption,
    .home-slider .swiper-pagination-bullet {
        font-size: 25px;
    }
    .home-slider .swiper-pagination-bullet,
    .home-slider .swiper-pagination-bullet-active {
        line-height: 30px;
        padding-right: 20px
    }
}

@media (max-width: 992px) {
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0 !important;
    }
    .breadcrumb-item {
        padding-right: 10px;
        padding-left: 0;
    }
    .another-articles .news-img {
        width: 100%;
    }
    .img-banner .title-w {
        font-size: 25px;
    }
    .home-slider {
        min-height: 425px;
    }
    .home-slider .slide-img {
        max-height: 425px;
    }
    .home-slider .slide-img img {
        height: 425px;
    }
    .home-slider .caption-slide .date-caption {
        font-size: 15px;
    }
    .home-slider .caption-slide .title-caption {
        font-size: 16px;
    }
    img.quote-t,
    img.quote-b {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .achievement>div,
    .development>div {
        min-height: 280px;
    }
    .nav-div-mobile .lang.dropdown-toggle::after {
        font-size: 13px;
        right: 30px;
        left: initial;
        top: 12px;
        font-family: "FontAwesome";
        content: "\f078";
        border: none;
        margin: 0;
        vertical-align: initial;
    }
    .lang-mobile .dropdown-menu {
        padding: 0px;
        margin: 0px;
        transform: none;
        border-radius: 0px;
        width: 100% !important;
        background: #377d21;
    }
    .lang-mobile .dropdown-menu li,
    .lang-mobile .dropdown-menu a {
        color: #ffffff;
    }
    #sidebarMenu #accordion .collapse .card-body .card-header .btn-link {
        font-size: 14px;
        font-weight: 500;
    }
    #sidebarMenu #accordion .collapse .collapse .card-body h5 a {
        margin-left: 15px;
        font-weight: normal;
    }
}

@media (max-width: 991px) {
    .top-header {
        display: none;
    }
    .sidebar_videos,
    .sidebar_actus {
        width: 50%;
        float: left;
    }
    .lang-mobile #dropdownMenuButton {
        font-weight: 500;
        text-align: left;
        border: none;
        -webkit-appearance: none;
        border-bottom: 1px solid #2e651c;
        border-radius: 0;
        background: #377d21;
        color: #ffffff;
        padding: 10px 15px;
        display: block;
        width: 100%;
        position: relative;
        padding-left: 10px;
    }
    .lang-mobile .language-switcher-language-url {
        padding: 0;
    }
    .lang-mobile .search-language,
    .lang-mobile .dropdown {
        width: 100%;
    }
    .nav-div-mobile #sidebarMenu #accordion {
        padding-top: 0;
    }
    .achievement>div span,
    .development>div span {
        font-size: 25px;
    }
}


/*agenda*/

@media (min-width: 768px) {
    .event-location {
        position: relative;
        padding-left: 25px;
    }
    .event-location-icon {
        margin-left: 0 !important;
        position: absolute;
        left: 0;
    }
}

@media (max-width: 768px) {
    .page_breadcrumb {
        display: none;
    }
    .main {
        padding-top: 0px;
    }
    .img-banner .title-w {
        font-size: 22px;
    }
    .home-slider .caption-slide {
        width: 80%;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 80%;
        min-width: 80%;
        /*sk*/
        height: max-content;
    }
    .bottom-effect {
        max-height: 30px;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px !important;
    }
    .news-slider .swiper-slide-active {
        min-width: auto !important;
    }
    #block-customblocksblockmediapubhome .w-380,
    #block-customblocksblockmediapubhome .w-450,
    #block-customblocksblockmediapubhome .w-280 {
        width: 50%;
    }
    .event-date-icon {
        width: 35px;
    }
    .offers-slider .offer-content p {
        max-height: 120px;
        overflow: scroll;
    }
}

@media (max-width: 767px) and (min-width: 750px) {
    .contact-faq .access,
    .contact-faq .platform {
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .event-date span {
        width: auto;
    }
    /*producteur*/
    #edit-autorisation--wrapper,
    .col-md-6.js-form-item-numero-de-l-autorisation {
        width: 100%;
        max-width: 100%;
    }
    /**/
    .profile-item--1:after {
        height: 140%;
    }
    .dg-picture {
        margin: 0 auto;
    }
    footer {
        padding-top: 0;
    }
    .content p img {
        max-width: 100%;
    }
    .sidebar_videos,
    .sidebar_actus {
        width: 100%;
    }
    .sidebar-video,
    .sidebar-logo {
        float: left;
        max-width: 100%;
    }
    .sidebar-news a .sidebar-news-detail {
        width: 80%;
    }
    .contact-box {
        height: auto !important;
        min-height: auto;
    }
    .another-articles .col-4 {
        max-width: 100%;
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .another-articles .news-detail a {
        position: relative;
    }
    .another-articles .news-detail {
        height: auto;
        min-height: auto;
    }
    .news-item_date {
        width: 55px;
        height: 50px;
        position: absolute;
        top: 50px;
    }
    .news-item_date span:first-child {
        font-size: 20px;
    }
    .news-item_date span:last-child {
        font-size: 12px;
        margin-top: -3px;
    }
    .news-item_date:before {
        top: 50px;
        border-top: 0;
    }
    .news-item_date:after {
        top: 50px;
        border-left: 0;
    }
    .news-item {
        display: block;
        position: relative;
    }
    .news-item_img {
        max-width: 250px;
        height: 150px;
        margin: 0 auto;
    }
    .news-item_detail {
        margin-left: 0;
        width: 100%;
        height: auto;
        padding-left: 15px;
    }
    .img-news {
        height: 180px;
    }
    .details-new {
        padding: 50px 20px 30px 20px;
    }
    .news-title {
        margin-bottom: 10px;
    }
    .news-pagination {
        margin-top: 30px;
    }
    /* .home-slider .caption-slide .title-caption {
        max-height: 107px;
        overflow: scroll;
    } */
    .dg-picture {
        width: 100%;
        text-align: center;
    }
    .recruitment {
        padding-right: 10px;
        padding-left: 10px;
    }
    .recruitment-item--3 {
        max-width: 25%;
        width: 24%;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
    }
    .recruitment .iconfile {
        margin: 0 auto;
        background-size: 80%;
        background-position: center;
    }
    .recruitment-item--3 small,
    .recruitment-item--3 i {
        display: block;
    }
    #block-ada-mainpagecontent ul.filter li {
        width: 100%;
        margin: 0 !important;
        text-align: center;
    }
    /*#accordion .modal table{
    width: 100%;
    table-layout: fixed;
}*/
    /*agenda*/
    .event a {
        display: block;
    }
    .event a .event-title {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .event a .event-date {
        width: max-content;
        max-width: 100%;
    }
    .event-date-icon,
    .event-location-icon {
        width: 25px;
    }
    .event a .event-location {
        width: max-content;
        margin-left: 20px;
    }
    .event a>div>i.event-location-icon {
        margin-right: 0;
    }
    .event a>div>i.event-date-icon {
        margin-bottom: -5px;
        margin-left: 0;
    }
    footer .footer-col {
        display: none;
    }
    /*producteur*/
    #edit-autorisation--wrapper .fieldset-wrapper {
        width: 150px;
        float: left;
        margin-left: 20px;
    }
    .contact .contact-content img {
        display: block;
        margin: 20px auto;
    }
    .contact .contact-content {
        text-align: center;
    }
    .achvm-dvlpm .col-md-6 {
        margin-bottom: 10px
    }
}

@media (max-width: 750px) {
    .next-link {
        float: left;
    }
}

@media (max-width: 640px) {
    .offers-slider .swiper-slide {
        height: auto;
    }
    .offers-slider .offer-content p {
        max-height: 100%;
        overflow: initial;
    }
    .achievement>div,
    .development>div {
        min-height: 250px;
    }
}

@media (max-width: 480px) {
    .img-banner .title-w {
        font-size: 20px;
    }
    .recruitment-item--3 {
        max-width: 100%;
        width: 49%;
        margin-bottom: 15px;
    }
    #accordion {
        padding-top: 60px;
    }
    #views-exposed-form-listing-faq-page-1 {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .event a .event-date {
        width: 100%;
    }
    .event a .event-location {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    .event a>div>i.event-location-icon {
        margin-left: 0;
    }
    .achievement>div,
    .development>div,
    .achievement,
    .development {
        min-height: 160px;
    }
    .achievement>div span,
    .development>div span {
        font-size: 22px;
    }
}

@media (max-width: 375px) {
    .breadcrumb-container {
        max-width: 100%;
        width: 100%;
    }
    /* .breadcrumb-item+.breadcrumb-item::before {
        content: none !important;
    }
    li.breadcrumb-item {
        width: 100%;
        padding: 0 !important;
        text-align: center;
    } */
    .breadcrumb {
        max-width: 100%;
    }
    #edit-unite--wrapper legend,
    #edit-autorisation--wrapper .fieldset-wrapper {
        width: 100%;
        margin: 0;
    }
    #edit-unite--wrapper .fieldset-wrapper,
    #edit-autorisation--wrapper #edit-autorisation {
        width: 100%;
        display: inline-block;
    }
    #edit-unite--wrapper #edit-unite {
        display: inline-table;
        margin: 0;
    }
    #edit-unite .form-item,
    #edit-autorisation .form-item {
        width: 80px;
        float: left;
        margin-right: 30px;
    }
    #edit-autorisation .form-item {
        width: 80px;
        float: left;
    }
    #edit-unite--wrapper .fieldset-wrapper {
        margin: 0;
    }
    #edit-autorisation--wrapper #edit-autorisation {
        margin-bottom: 10px;
    }
    .logos-docs {
        width: 100%;
        display: block;
        flex: none !important;
        max-width: 100% !important;
    }
    .profile-item--3 .profile,
    .profile-item--2 .profile,
    .profile-item--1 .profile {
        padding: 0;
        max-width: 45%;
        width: 45%;
    }
    .profile-item--3 .profile:last-child .profile-content::before {
        width: 13%;
    }
}

.webform-submission-form .fieldset-legend {
    font-size: 17px;
}


/*Hide errors*/

div[role="contentinfo"] div[role="alert"] {
    display: none;
}

.msg-succes {
    background-color: #e7ffd9;
    padding: 14px;
    font-size: 16px !important;
}


/*org sk 10-07*/

.organizational-chart .profile-item--3,
.organizational-chart .profile-item--4,
.organizational-chart .profile-item--5,
.prfl-itm--chld--4,
.prfl-itm--chld--5,
.prfl-itm--chld--3 {
    display: flex;
    justify-content: center;
}

.organizational-chart .profile {
    flex: 1;
}

.organizational-chart .profile-content {
    height: 100%;
}

.profile .fa-angle-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.organizational-chart .profile-item--3 {
    margin-top: 50px;
}

.profile-item--3:before {
    width: 66%;
}

.prfl-itm--chld--4:nth-of-type(5):before {
    width: 54.5%;
    right: 16.5%;
}

.prfl-itm--chld--5.p-5-2#prftab2-pprftab-prfl-itm--chld--4--12::before,
.prfl-itm--chld--5.p-5-1#prftab2-pprftab-prfl-itm--chld--4--11::before {
    content: none;
}

.prfl-itm--chld--5.p-5-2#prftab2-pprftab-prfl-itm--chld--4--12::after {
    width: 40.5%;
    right: 17%;
}

.prfl-itm--chld--5.p-5-1#prftab2-pprftab-prfl-itm--chld--4--11::after {
    width: 22.5%;
    right: 35%;
}

.prfl-itm--chld--5.p-5-10#prftab2-pprftab-prfl-itm--chld--4--10::before {
    width: 15%;
    left: 32%;
}

.prfl-itm--chld--5.p-5-10#prftab2-pprftab-prfl-itm--chld--4--10::after {
    right: 27%;
    width: 26.5%;
}

.prfl-itm--chld--5.p-5-9#prftab2-pprftab-prfl-itm--chld--4--9::before {
    left: 29%;
    width: 33.5%;
}

.prfl-itm--chld--4.p-4-4#prftab-prfl-itm--chld--4--4::before {
    width: 23%;
    right: 26%;
}

.prfl-itm--chld--5.p-5-8#prftab2-pprftab-prfl-itm--chld--4--8::before {
    width: 20%;
    left: 32%;
}

.prfl-itm--chld--5.p-5-8#prftab2-pprftab-prfl-itm--chld--4--8::after {
    right: 26%;
    width: 22%;
}

.prfl-itm--chld--5.p-5-7#prftab2-pprftab-prfl-itm--chld--4--7::before {
    width: 20.5%;
    left: 42.2%;
}

.prfl-itm--chld--4.p-4-3#prftab-prfl-itm--chld--4--3::before {
    width: 42%;
    left: 36.5%;
}

.prfl-itm--chld--5.p-5-6#prftab2-pprftab-prfl-itm--chld--4--6::before {
    width: 21%;
    left: 42%;
}

.prfl-itm--chld--5.p-5-5#prftab2-pprftab-prfl-itm--chld--4--5::before {
    width: 26%;
    left: 36.5%;
}

.prfl-itm--chld--4.p-4-2#prftab-prfl-itm--chld--4--2::before {
    width: 37%;
    left: 34%;
}

.prfl-itm--chld--5.p-5-4#prftab2-pprftab-prfl-itm--chld--4--4::before {
    left: 49%;
    width: 22%;
}

.prfl-itm--chld--5.p-5-3#prftab2-pprftab-prfl-itm--chld--4--3::before {
    width: 20.4%;
    left: 42.2%;
}

.prfl-itm--chld--4.p-4-1#prftab-prfl-itm--chld--4--1::before {
    left: 186px;
    width: 56%;
}

.prfl-itm--chld--5.p-5-1#prftab2-pprftab-prfl-itm--chld--4--1::before {
    left: 42%;
}

.prfl-itm--chld--5.p-5-2#prftab2-pprftab-prfl-itm--chld--4--2::before {
    width: 31%;
    left: 42%;
}

.profile-content {
    padding: 20px 15px 20px;
}

.profile-item--3 .profile .profile-function {
    min-height: 88px;
}

.profile-item--4 .profile .profile-function {
    min-height: 66px;
}

.profile-item--5 .profile .profile-function {
    min-height: 0;
}

.profile-item--3 .profile .profile-function {
    min-height: 88px;
}

.profile-item--2,
.profile-item--1 {
    min-height: auto;
}

.profile-item--2 .profile,
.profile-item--1 .profile {
    flex: none;
}

.profile-item--2 .profile-content,
.profile-item--1 .profile-content {
    padding: 15px;
}

.profile-item--2 .profile-function-name,
.profile-item--1 .profile-function-name {
    display: block;
    min-height: auto;
}

.profile-item--2 .profile-name,
.profile-item--1 .profile-name {
    margin-bottom: 0;
}

.profile-item--2 .fa-angle-up,
.profile-item--1 .fa-angle-up,
.profile-item--1 .fa-angle-down {
    display: none;
}

.profile-content {
    padding: 15px;
}

.profile-name {
    margin: 0;
}

.profile-item--3 .profile-content,
.profile-item--4 .profile-content {
    padding-bottom: 30px;
}

#prftab2-pprftab-prfl-itm--chld--4--9 .profile-function-name {
    min-height: 0px;
}

.prfl-itm--chld--5.p-5-9#prftab2-pprftab-prfl-itm--chld--4--9 .profile::before {
    height: 44%;
}

#prftab2-pprftab-prfl-itm--chld--4--12::before {
    width: 40%;
    left: 42.5%;
}

#prftab2-pprftab-prfl-itm--chld--4--11::before {
    width: 41%;
    left: 32%;
}


/*organigramme responsive*/

@media (max-width: 1199px) {
    .profile-item--3:before {
        width: 79%;
    }
    .prfl-itm--chld--4.p-4-5#prftab-prfl-itm--chld--4--5::before {
        width: 66%;
        right: 10.5%;
    }
    .prfl-itm--chld--5.p-5-2#prftab2-pprftab-prfl-itm--chld--4--12::after {
        width: 47.3%;
        right: 12%;
    }
    .prfl-itm--chld--5.p-5-1#prftab2-pprftab-prfl-itm--chld--4--11::after {
        width: 25.5%;
        right: 33.5%;
    }
    .prfl-itm--chld--5.p-5-10#prftab2-pprftab-prfl-itm--chld--4--10::before {
        width: 18%;
        left: 28.5%;
    }
    .prfl-itm--chld--5.p-5-10#prftab2-pprftab-prfl-itm--chld--4--10::after {
        right: 22.5%;
        width: 31%;
    }
    .prfl-itm--chld--5.p-5-9#prftab2-pprftab-prfl-itm--chld--4--9::before {
        left: 24%;
        width: 41%;
    }
    .prfl-itm--chld--4.p-4-4#prftab-prfl-itm--chld--4--4::before {
        width: 25%;
        right: 24.5%;
    }
    .prfl-itm--chld--5.p-5-8#prftab2-pprftab-prfl-itm--chld--4--8::before {
        width: 31%;
        left: 28.58%;
    }
    .prfl-itm--chld--5.p-5-8#prftab2-pprftab-prfl-itm--chld--4--8::after {
        right: 22.5%;
        width: 23%;
    }
    .prfl-itm--chld--5.p-5-7#prftab2-pprftab-prfl-itm--chld--4--7::before {
        width: 23.5%;
        left: 41.2%;
    }
    .prfl-itm--chld--4.p-4-3#prftab-prfl-itm--chld--4--3::before {
        width: 50%;
        left: 32.5%;
    }
    .prfl-itm--chld--5.p-5-6#prftab2-pprftab-prfl-itm--chld--4--6::before {
        width: 24%;
        left: 41%;
    }
    .prfl-itm--chld--5.p-5-5#prftab2-pprftab-prfl-itm--chld--4--5::before {
        width: 32%;
        left: 33%;
    }
    .prfl-itm--chld--4.p-4-2#prftab-prfl-itm--chld--4--2::before {
        width: 44%;
        left: 31%;
    }
    .prfl-itm--chld--5.p-5-4#prftab2-pprftab-prfl-itm--chld--4--4::before {
        width: 26%;
    }
    .prfl-itm--chld--5.p-5-3#prftab2-pprftab-prfl-itm--chld--4--3::before {
        width: 24%;
        left: 41.2%;
    }
    .prfl-itm--chld--4.p-4-1#prftab-prfl-itm--chld--4--1::before {
        left: 103px;
        width: 64%;
    }
    .prfl-itm--chld--5.p-5-2#prftab2-pprftab-prfl-itm--chld--4--2::before {
        width: 34%;
        left: 41%;
    }
    .prfl-itm--chld--5.p-5-1#prftab2-pprftab-prfl-itm--chld--4--1::before {
        left: 41%;
        width: 24%;
    }
    .profile {
        width: 190px;
        max-width: 190px;
    }
}

@media (max-width: 991px) {
    /*remove before*/
    .profile-item--3 .profile:before {
        content: none;
    }
    /*remove before*/
    .organizational-chart .profile-item--3,
    .organizational-chart .profile-item--4,
    .organizational-chart .profile-item--5,
    .prfl-itm--chld--4,
    .prfl-itm--chld--5,
    .prfl-itm--chld--3 {
        display: inline-block;
        justify-content: initial;
    }
    .organizational-chart .profile {
        flex: none;
    }
    .profile-item--3 .profile .profile-function {
        min-height: 0;
    }
    .profile-item--3 .profile-content,
    .profile-item--4 .profile-content {
        padding: 30px 5px;
    }
    .organizational-chart .profile-item--3 {
        margin-top: 0px;
    }
    .profile-item--2 .profile-content,
    .profile-item--1 .profile-content {
        padding: 15px 5px;
    }
    .page_organigramme .container {
        width: 95%;
        max-width: 100%;
    }
    /*organigrame*/
    .profile .modal-content p {
        margin-bottom: 8px;
    }
    .profile-item--1 {
        margin-bottom: 60px;
    }
    .profile-item--2:before {
        width: 27%;
        left: 50%;
        transform: translateX(-50%);
    }
    .profile-item--1:after {
        height: 240%;
    }
    .profile-item--3:before {
        content: none;
    }
    .profile-item--3 .profile:nth-child(odd) .profile-content::before {
        content: "";
        position: absolute;
        border-top: 1px dashed #a3b80d;
        width: 60%;
        left: 100%;
    }
    .profile-item--3 .profile,
    .profile-item--2 .profile {
        display: inline-block;
        max-width: 50%;
        position: relative;
        padding: 0 5px;
        width: 40%;
        margin-bottom: 30px;
    }
    .profile-item--1 .profile {
        width: 40%;
        max-width: 50%;
    }
    .profile-item--3 .profile:nth-child(odd),
    .profile-item--2 .profile:nth-child(odd) {
        float: left;
    }
    .profile-item--3 .profile:nth-child(even),
    .profile-item--2 .profile:nth-child(even) {
        float: right;
    }
    .profile-item--3 .profile:last-child .profile-content::before {
        width: 27%;
    }
    .profile-item--3 {
        position: relative;
        display: inline-block;
    }
    .profile-item--3::after {
        content: "";
        display: inline-block;
        position: absolute;
        z-index: 0;
        border-left: 1px dashed #a3b80d;
        top: 0;
        height: 72%;
        left: 50%;
    }
    .profile-item--4,
    .profile-item--5,
    .profile-content .fa {
        display: none !important;
    }
    .profile-item--2 {
        padding: 0;
    }
}

@media (max-width: 759px) {
    .profile-item--2 .profile:nth-child(2) .profile-function {
        min-height: 44px;
    }
}

@media (max-width: 740px) {
    .profile-item--3 .profile:nth-child(2) .profile-name {
        min-height: 66px;
    }
}

@media (max-width: 559px) {
    .profile-item--3 .profile:nth-child(2) .profile-name {
        min-height: 44px;
    }
}

@media (max-width: 441px) {
    .profile-item--2 .profile:nth-child(2) .profile-function {
        min-height: 66px;
    }
    .profile-item--3 .profile:nth-child(2) .profile-name {
        min-height: 55px;
    }
    .profile-item--3::after {
        top: -35px;
        height: 76%;
    }
}

@media (max-width: 389px) {
    .profile-item--2 .profile:nth-child(2) .profile-name {
        min-height: 44px;
    }
    .profile-item--3::after {
        top: -45px;
        height: 77%;
    }
}

@media (max-width: 375px) {
    .profile-item--3 .profile,
    .profile-item--2 .profile,
    .profile-item--1 .profile {
        padding: 0;
        max-width: 45%;
        width: 45%;
    }
    .profile-item--3 .profile:last-child .profile-content::before {
        width: 13%;
    }
    .profile-item--2 .profile:nth-child(2) .profile-name {
        min-height: 0;
    }
    .profile-item--2 .profile:nth-child(2) .profile-function {
        min-height: 0;
    }
}

@media (max-width: 372px) {
    .profile-item--2 .profile:nth-child(2) .profile-function {
        min-height: 66px;
    }
}

@media (max-width: 326px) {
    .profile-item--2 .profile:nth-child(2) .profile-name {
        min-height: 44px;
    }
}


/*end of organigramme responsive*/

/* Media print Start*/
@media print {
    body {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }

    .the_headers, .sidebar, footer .container, .container-news, .breadcrumb-container, .news-pagination div{
        display: none;
    }

    .img-banner {
        height: 100px;
        background: none !important;
    }

    .img-banner::before {
        content: url(/themes/custom/ada/assets/img/logo-ada.png);
        position: absolute;
        left: 28%;
    }

    .main{
        background: none;
    }
}   
/* Media print End*/