:root {
    --wp-primary-700: 2, 67, 80; /* dark turquoise */
    --wp-primary-500: 1, 152, 179; /* blue */
    --wp-primary-400: 246, 246, 246; /* light grey */
    --wp-secondary-700: 251, 133, 14; /* orange */
}

/* colors - content */
#Bloc-Virtuelle .subtitle span, #video .subtitle h2 {color: #ffffff;}
h2, #events .subtitle h2, #partners .subtitle h2, footer .estab-desc p, footer .estab-desc a  {color: rgba(var(--wp-primary-700), 1);}
h1 {color: rgba(var(--wp-primary-500), 1);}
header div.main-nav nav ul li.current-menu-item a, header div.main-nav nav ul li a:hover, #news .subtitle h2 {color: rgba(var(--wp-secondary-700), 1);}
nav.page > ul > li::marker, nav.page ul li.current-menu-item > a, nav.page ul > li:hover > a {color: rgba(var(--wp-secondary-700), 1);}
#VideoDocuments, .footer-mentions, .footer-mentions:before {background-color: rgba(var(--wp-primary-700), 1);}
#galerieHome .linkMore:hover, .content .btn, #jobs,.header-info a:hover {background-color: rgba(var(--wp-primary-500), 1);}
#news .linkMore, span.prev, span.next, #galerieHome:before, #galerieHome, #partners .linkMore, #news .linkMore, #highlighted2-pages .highlighted li, .footer-social a:hover, #highlighted2-pages .highlighted li:last-child, #highlighted2-pages .highlighted li:first-child, .header-info a {background-color: rgba(var(--wp-secondary-700), 1);}
#jobs span.date, .home-news .sousTitle > span, .BlockItems .sousTitle > span {background-color: #cad4d3;}
#engagements .item_bloc_content img, #engagements .item_bloc_content svg {fill: rgba(var(--wp-primary-500), 1);}
footer .estab-desc svg path,  #events span.prev svg, #events span.next svg {fill: rgba(var(--wp-secondary-700), 1);}
.footer-social a svg path, .header-info a svg path {fill: #ffffff;}

/* style - content */
.footer-social a, .header-info a {transition: all .25s ease-in-out;}

/* header */
.blocLogo {padding: 15px 0 10px 0;}

.header-info.links {flex-wrap: wrap;}
.header-access {display: inline !important;margin-bottom: 20px;}
.header-access p {display: inline-block;}
#accessibility {width: 180px;position: relative;padding: 4px 18px 4px 42px;font-size: 18px;transition: background-color .2s ease-in-out;font-weight: 600;border-radius: 25px;display: inline-flex;align-items: center;color: #ffffff;background-color: #011e24;margin-left: 38px;}
#accessibility:hover {background-color: #fc9758;}
#accessibility::before {position: absolute;content: '';width: 25px;height: 25px;background: url('images/accessibilite.svg') no-repeat center center;background-size: contain;top: 4px;left: 11px;}

#welcome {padding-top: 110px;}

/* news */
.home-news ul li a.content {background: linear-gradient(180deg, rgba(var(--wp-primary-700), 0.9) 60%, rgba(255, 255, 255, .1) 100%);}

/* events */
#events .eventLink::before {background-color: rgba(var(--wp-primary-700), 0.8);}

/* jobs */
#jobs .jobs-list::before {background: linear-gradient(270deg, rgba(var(--wp-primary-500),.1) 0%, rgba(var(--wp-primary-500),.95) 100%);}
#jobs .jobs-list::after {background: linear-gradient(90deg, rgba(var(--wp-primary-500),.1) 0%, rgba(var(--wp-primary-500),1) 100%);}
#jobs .jobsContent::before {background: linear-gradient(rgba(var(--wp-primary-500),.5) 0%, rgba(var(--wp-primary-500),1) 100%);}

/* footer */
footer #static-map.one-pin .map_marker {background-image: url('images/marker.svg');}
.logo-footer img {height: 140px;}

#socialwall {width: 100%;}

/* RWD */
@media(max-width: 1159px) {
    #logo {height: 115px;}
}

@media(max-width: 991px) {
    .header-info {width: calc((100% - 500px) / 3);}
}

@media(min-width: 768.9px) {
    .header-access p {margin-left: 30px;margin-top: 0 !important;}
    .footer-contact .estab-info {justify-content: start;}
    .footer-social {width: unset;padding-left: 150px;}
}

@media(max-width: 768.9px) {
    .header-info.links {display: block;}
    .header-access {position: absolute;top: 0;left: 0;}
    #logo {position: relative;top: 58px;}
    .blocLogo {height: 20vh;}
}

@media(max-width: 635px) {
    #logo {height: 105px;}

}