/*
Theme Name: PIA ACE
Author: Davi
Description:
Version: 0.0.1
*/
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: bold;
    src: url("fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-weight: 100;
    src: url("fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    src: url("fonts/Poppins-Medium.ttf") format("truetype");
}

* {
    box-sizing: border-box;
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: normal;
}

h1 {
    font-size: 3em;
    text-transform: uppercase;
}

a,
a:visited {
    color: #50b2bf;
    text-decoration: none;
}

a:hover,
a:visited:hover {
    color: white;
}

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

img.item-thumbnail {
    margin-bottom: 10px;
    height: 180px;
    width: auto;
    overflow: hidden;
}

input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid white;
    border-left: none;
    border-radius: 0 5px 5px 0;
    height: 1.8rem;
    width: 16rem;
    padding: 0 0.5rem;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 0.8em;
}

input[type="search"]::placeholder {
    color: white;
    opacity: 100%;
}

.z-containerHeader {
    height: 190px;
}

.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 15px;
}

label.search {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-right: none;
    border-radius: 5px 0 0 5px;
    height: 1.8rem;
    padding: 0 0.8rem;
}

label.search img {
    max-height: 1em;
}

input[type="text"],
input[type="email"],
textarea,
select {
    border: none;
    border-radius: 5px;
    padding: 0.5em;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
    color: #959292;
    text-transform: uppercase;
    opacity: 1;
}

select {
    margin: 0.4em;
}

.block {
    display: block;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button,
.button:visited {
    border: 1px solid white;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 1em 0.5em;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

.button:hover,
.button:visited:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.whole-screen {
    height: 100vh;
}

.background {
    width: 100%;
    height: 100%;
}

.or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1em 0;
    text-transform: uppercase;
}

.or div {
    height: 1px;
    width: 43%;
    border-bottom: 1px solid white;
}

.close-button {
    position: absolute;
    top: 1em;
    right: 1em;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
}

.close-button:hover div {
    background-color: #50b2bf;
}

.close-button div {
    position: absolute;
    width: 100%;
    height: 10%;
    top: 45%;
    background-color: white;
}

.close-button div:first-of-type {
    transform: rotateZ(45deg);
}

.close-button div:nth-of-type(2) {
    transform: rotateZ(-45deg);
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay.transparent {
    background: none;
    pointer-events: none;
}

.z-container {
    position: relative;
    z-index: 2;
}

.hidden {
    display: none !important;
}

html {
    height: 100%;
}

body {
    display: flex;
    min-height: 100%;
    margin: 0;
    background-color: #161828;
    color: white;
    max-width: calc(100vw - (100vw - 100%));
    overflow-x: hidden;
    overflow-y: auto;
}

#main-header {
    position: fixed;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5rem;
    height: 100vh;
    background-color: #10111d;
    overflow: auto;
}

#main-header .logo {
    width: 80%;
    height: auto;
}

#main-header .chatbot {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

#main-header .help {
    text-align: center;
    font-size: 0.8em;
    width: 80%;
}

.header-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 5rem;
    font-size: 0.7em;
    border-bottom: 1px solid #454557;
}

.header-link:first-child {
    background-color: white;
    width: 5rem;
    border-bottom: none;
}

.header-link:first-child:hover .close .close-button div {
    border-color: white;
}

.header-link:first-child:hover .close .menu {
    color: white;
}

.header-link.current {
    background-color: #50b2bf;
    color: white;
    width: 5rem;
}

.header-link.current svg {
    fill: white;
}

.header-link .close {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.header-link .close .close-button {
    position: relative;
    margin: 0;
    width: 2rem;
    height: 2rem;
    top: unset;
    right: unset;
}

.header-link .close .close-button div {
    height: 20%;
    border: 1px solid #50b2bf;
    border-radius: 1.5rem;
    background-color: unset;
    top: 40%;
    margin: 0;
}

.header-link .close .menu {
    text-align: center;
    color: #50b2bf;
}

.header-link svg {
    fill: #50b2bf;
    margin-bottom: 0.3em;
}

.header-link div {
    transition: margin-top 0.3s ease-in-out;
    margin-top: 0.2em;
}

.header-link:hover svg {
    fill: white;
}

.header-link:hover div {
    margin-top: 0;
}

#content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: calc(100% - 5rem);
    margin-left: 5rem;
    background-image: url("img/fondPIA.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#content-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 4rem;
    width: 97%;
    padding: 3em 1em;
}

#mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
    padding: 0 2rem;
    background-color: #161828;
}

#mobile-header .logo {
    display: block;
    height: 80%;
    width: auto;
}

#mobile-header .icons {
    display: flex;
    height: 38%;
}

#mobile-header .icons a {
    display: block;
    height: 100%;
}

#mobile-header .icons .account {
    height: 100%;
}

#mobile-header .icons img {
    max-height: 100%;
}

.burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #50b2bf;
    cursor: pointer;
}

.burger-menu:hover {
    color: white;
}

.burger-menu:hover .burger div {
    border-color: white;
}

.burger {
    position: relative;
    width: 1.6em;
    height: 1.6em;
}

.burger div {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20%;
    border: 1px solid #50b2bf;
    border-radius: 5px;
}

.burger div:nth-of-type(2) {
    top: 40%;
}

.burger div:nth-of-type(3) {
    top: 80%;
}

.burger-menu-title {
    font-size: 0.8em;
    margin-top: 0.3em;
    font-weight: normal;
}

.user {
    display: flex;
    align-items: center;
}

.user a,
.user a:visited {
    display: block;
    color: white;
}

.user a:hover,
.user a:visited:hover {
    color: #50b2bf;
}

.account {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.8em;
    border: solid 1px black;
    border-radius: 5px;
    padding: 2px 10px 2px 15px;
}

.account span {
    min-width: 7em;
    color: black;
    font-family: "Roboto", serif;
    font-weight: bold;
}

.account img {
    max-height: 27px;
    margin-left: 0.5em;
}

.account:hover {
    background: white;
    border: solid 1px white;
}

#main-content {
    padding: 6rem 5em 2em;
    height: 100%;
}

#main-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 1em 4em;
    margin-top: auto;
    background-color: #161828;
}

.footer-logos,
.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}

.footer-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logos .link {
    display: flex;
    align-items: center;
    border: 1px solid white;
    border-radius: 5px;
    padding: 0.5em 1em;
    text-transform: uppercase;
    font-size: 1.2em;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.footer-logos .link:hover {
    color: #50b2bf;
}

.footer-logos .link img {
    max-height: 1.2em;
    width: auto;
}

.footer-logos .mouse-cursor {
    max-height: 1.3em;
    margin: 0 0.3em 0 0;
}

.footer-logos span {
    margin-left: 2em;
}

.footer-logos img {
    margin: 0 0.8em;
}

.footer-links a,
.footer-links a:visited {
    display: block;
    margin: 0 0.5em;
    color: white;
}

.footer-links a:hover,
.footer-links a:visited:hover {
    color: #50b2bf;
}

#daviAppli {
    right: unset !important;
    left: -100%;
    transition: left 0.4s ease !important;
}

#daviAppli.daviShow {
    right: unset !important;
    left: 5rem;
}

textarea.autoExpand::placeholder {
    text-transform: unset;
}

section.home header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

section.home h2 {
    font-weight: normal;
    margin-top: 0;
    margin-left: 5rem;
}

section.home .see-all {
    margin-right: 5rem;
}

section.welcome {
    position: relative;
    background-image: url(img/usineV2.2.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: end;
    align-items: end;
}

section.welcome .background {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.container-header-background {
    flex: 1;
    display: flex;
    position: relative;
    justify-content: space-between;
}

#chatbot-container,
#chatbot-loader {
    width: 30vw;
    max-height: 30vw;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

#chatbot-mute-button {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    right: 40%;
}

#chatbot-mute-button svg {
    fill: white;
}

#chatbot-container {
    overflow: visible;
    background: none !important;
    position: relative;
}

@media screen and (orientation: landscape) {
    #chatbot-container {
        position: absolute;
        bottom: 0;
        width: 80vh;
        height: 80vh;
        max-height: unset;
        left: 50%;
        transform: translate(-50%, -0%);
    }

    @media (max-width: 1000px) {
        #chatbot-container {
            width: 40vh;
            height: 40vh;
        }
    }
}

@media screen and (orientation: portrait) {
    #chatbot-container {
        position: absolute;
        bottom: 0;
        width: 50vw;
        height: 50vw;
        max-height: unset;
        left: 25vw;
        min-width: 300px;
        min-height: 300px;
    }
}

#chatbot-loader {
    flex-direction: column;
    align-items: center;
    bottom: calc(14em + 12.5vh);
}

#chatbot-loader .logo {
    max-width: 80px;
}

#chatbot-loader .spinner,
#chatbot-loader .spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

#chatbot-loader .spinner {
    margin: 10px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    transform: translateZ(0);
    animation: spinner-spin 1.1s infinite linear;
}

@keyframes spinner-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.chatbot-info-user:after {
    content: "Cliquez, Carole va vous guider";
    position: absolute;
    width: 220px;
    left: calc(50% - 210px);
    padding: 15px;
    bottom: 30px;
    backdrop-filter: blur(20px);
    border-radius: 5px;
    border: 1px solid white;
}

#chatbot-loader .progress {
    margin: 1.5em;
    border: 1px solid white;
    width: 80px;
    display: none;
}

#chatbot-loader .progress .full {
    margin: 2px;
    background: white;
    height: 4px;
    transform-origin: top left;
}

.welcome-message {
    width: 420px;
    padding-left: 70px;
    margin-top: 70px;
}

.welcome-message .explore {
    position: relative;
    display: block;
    margin-top: 2em;
    padding: 0.4em 2em;
    width: fit-content;
    width: -moz-fit-content;
    z-index: 2;
}

.sign-up-call {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2em;
    margin-left: 2em;
    border-radius: 5px;
    text-align: center;
    width: 24em;
}

.sign-up-call h2 {
    margin-bottom: 0.1em;
}

.sign-up-call p {
    margin: 0 0 2em 0;
}

.sign-up-call label,
.sign-up-call select {
    display: block;
    width: 100%;
}

.sign-up-call label {
    text-transform: uppercase;
    font-size: 0.8em;
}

.sign-up-call .button {
    width: 13rem;
}

#welcome-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    padding: 20px 0;
    width: 100%;
    opacity: 1;
    background: #10111d;
}

#welcome-nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#welcome-nav nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-link,
.nav-link:visited {
    align-items: center;
    padding: 10px;
    width: 17.3%;
    margin: 0 0.3em 1em;
    color: white;
    display: flex;
    flex-direction: column;
    border: 1px solid #ffffff;
    /* box-shadow: 0 3px 6px #00000029; */
    border-radius: 5px;
    justify-content: center;
    position: relative;
    transition: color 0.3s 0.1s ease-out;
    overflow: hidden;
}

.nav-link::before {
    position: absolute;
    right: 0;
    margin: auto;
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 400%;
    padding-bottom: 400%;
    left: -150%;
    text-align: center;
    transition: box-shadow 1.5s ease-out;
    z-index: 0;
}

.nav-link:hover {
    color: #fff;
}

.nav-link:hover::before {
    box-shadow: inset 0 0 0 800px #ffffff;
}

.nav-link:hover img,
.nav-link:hover span {
    filter: brightness(0);
}

.nav-link span,
.nav-link:visited span {
    margin-left: 0.5em;
}

.nav-link:hover,
.nav-link:visited:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-link:hover img,
.nav-link:visited:hover img {
    height: 100%;
}

.nav-link-2 {
    width: 22.3%;
    text-align: center;
    margin: 0 0.3em 1em;
    color: white;
}

.nav-link-2:hover {
    color: #50b2bf;
}

.nav-link-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
}

.nav-link-flex > span {
    font-size: 25px;
    letter-spacing: 0.32px;
    font-family: Roboto, sans-serif;
    font-weight: lighter;
}

.nav-link > span {
    font-size: 14px;
    letter-spacing: 0.6px;
    font-family: Roboto, sans-serif;
    font-weight: lighter;
}

.nav-link-subtitle {
    font-size: 12px;
    margin-top: 0.5em;
    width: 90%;
}

.lfse-logo {
    width: 300px;
    position: absolute;
    right: 5.5%;
    bottom: 10px;
    background: white;
    padding: 5px;
    border-radius: 5px;
}

.container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.see-all,
.see-all:visited {
    text-transform: uppercase;
    color: white;
}

.see-all:hover,
.see-all:visited:hover {
    color: #50b2bf;
}

.slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    padding-left: 5rem;
}

.slider::-webkit-scrollbar {
    display: none;
}

section.latest {
    background: linear-gradient(180deg, #160c25 0%, #161828 15%, #140c1f 28%, #160c25 49%, #102534 85%, #102534 100%);
    padding: 3rem 0;
}

section.latest header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

section.latest .acrticles {
    display: flex;
}

.articles {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.articles-header-title {
    text-align: center;
    font-size: 22px;
    font-family: Roboto, serif;
    letter-spacing: 1.1px;
    color: #10111d;
    margin-bottom: 15px;
}

.articles-header-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    z-index: 2;
    flex-direction: column;
}

.articles-header-previous img {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    border: solid 2px white;
    border-radius: 50%;
}

.articles-header-previous {
    margin-right: 15px;
}

.articles-header-next img {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    border: solid 2px white;
    border-radius: 50%;
}

.articles-header-next {
    margin-left: 15px;
}

.articles-header {
    min-width: 261px;
    max-width: 261px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.articles-header img {
    border-radius: 5px 5px 0 0;
}

.articles-header article p {
    font-size: 13px;
}

article {
    width: 261px;
}

.articles-header article,
.articles article {
    display: block;
    background-color: #161528;
    border-radius: 5px;
    width: 261px;
    min-width: 261px;
}

.articles article {
    margin: 0 1.2em 0 0;
}

.articles-header article {
    box-shadow: 0px 3px 6px #00000080;
}

.articles-header-body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-keywords {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    background-color: #161528;
    color: #50b2bf;
    padding: 0.3em;
}

.article-content {
    padding: 0.8em;
    background-color: #454557;
    border-radius: 0 0 5px 5px;
}

.article-title {
    font-weight: normal;
    margin-top: 0;
}

.article-excerpt {
    font-size: 0.9em;
}

.article-date {
    color: #959292;
    font-size: 0.9em;
}

section.news,
#group-news {
    padding: 3rem 0;
    background-color: #334554;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper {
    margin: 0;
    padding: 0;
    background: none;
    max-width: unset;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops {
    display: flex;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 {
    display: flex;
    float: none;
    width: unset;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop {
    display: grid;
    flex-direction: column;
    width: 541px;
    height: 128px;
    margin: 0 1em 0 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop:hover,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop:hover,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop:hover,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::before,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::before,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::before,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::before,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::after,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::after,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::after,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop::after {
    display: none;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 4;
    margin: 0;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image img,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image img,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image img,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-image img {
    height: 128px;
    width: auto;
    border-radius: 5px 0 0 5px;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title {
    grid-column: 2;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title a,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title a,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title a,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-title a {
    color: #c2c901;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-source,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-source,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-source,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-source {
    grid-column: 2;
}

section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-content,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col1 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-content,
section.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-content,
#group-news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoops .scoopit-fulltheme-col2 .scoopit-fulltheme-scoop-wrapper .scoopit-fulltheme-scoop .scoopit-fulltheme-scoop-content {
    grid-column: 2;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wpcf7-form {
    background-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(16px);
    border-radius: 5px;
    padding: 1em;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form textarea {
    max-width: 100%;
    min-width: 100%;
}

.wpcf7-form select {
    margin: 0 0 1em;
    width: 100%;
}

.wpcf7-form .button {
    margin-bottom: 0;
    background-color: unset;
    color: white;
}

.wpcf7-form .button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.wpcf7-form p {
    margin-top: 0;
}

.wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.input-group {
    display: flex;
    justify-content: space-between;
}

.input-group label {
    display: block;
    width: 49%;
    margin-bottom: 1em;
}

.input-group input[type="text"],
.input-group input[type="email"],
.input-group textarea {
    width: 100%;
}

#main-content.links {
    padding-left: 0;
    padding-right: 0;
}

#main-content.links h1 {
    margin-left: 5rem;
}

.useful-links-container {
    padding: 2em 0 2em 5rem;
}

.useful-links-container h2 {
    text-transform: uppercase;
}

.useful-links-container.partners {
    background-color: rgba(144, 151, 186, 0.18);
    backdrop-filter: blur(5px);
    margin: 2em 0;
}

.useful-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
}

.useful-links.slider {
    padding-left: 0;
}

.useful-link {
    min-width: 26em;
    width: 26em;
    border-radius: 5px;
    margin-right: 1.5em;
}

.useful-link .link-content {
    background-color: #454557;
    padding: 1em;
    border-radius: 0 0 5px 5px;
}

.useful-link h3 {
    margin-bottom: 0.2em;
}

.useful-link p {
    margin-top: 0;
}

.useful-link .link {
    font-size: 0.8em;
    text-transform: uppercase;
    text-decoration: underline;
}

#main-content.group {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

#main-content.group h1 {
    margin-left: 5rem;
}

#main-content.group h3 {
    color: #50b2bf;
}

#main-content.group > div {
    padding-left: 5rem;
    padding-right: 5rem;
}

#main-content.group > div.news {
    padding-right: 0;
}

#main-content.group p:empty {
    display: none;
}

#group-news {
    background: none;
    padding: 0;
}

.even-section {
    margin: 2em 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: rgba(144, 151, 186, 0.18);
}

.even-section:last-of-type {
    margin-bottom: 0;
}

body.visite-4-0 {
    overflow: hidden;
}

body.visite-4-0 #content-header,
body.visite-4-0 #main-footer {
    display: none;
}

#main-content.visit {
    position: relative;
    height: 100vh;
    padding: 0;
}

#main-content.visit .z-container {
    display: flex;
    padding: 0 3.33333333rem;
    height: 100%;
    pointer-events: none;
    align-items: baseline;
    flex-direction: column;
}

#main-content.visit .z-container.bg {
    background-image: url("img/fondPIA.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#main-content.visit .z-container * {
    pointer-events: auto;
}

#main-content.visit h1 {
    font-size: 3rem;
    padding-top: 1rem;
    margin-bottom: 0;
    font-weight: bold;
}

#main-content.visit .visit-types {
    display: flex;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
}

#main-content.visit .button {
    padding: 0.6em 1.4em;
    margin: 0.6em 0;
    font-weight: normal;
}

#main-content.visit .button.current {
    background-color: #50b2bf;
    border-color: #50b2bf;
}

#main-content.visit .visit-content {
    position: relative;
    z-index: 1;
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#main-content.visit #free-visit {
    position: unset;
    z-index: unset;
    width: 0;
    height: 100vh;
    padding: 1rem;
    pointer-events: none;
}

#main-content.visit #free-visit * {
    pointer-events: auto;
}

#main-content.visit #viewer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

#main-content.visit #visit-controls {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.displayToit,
.visiteUsine {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid white;
    border-radius: 5px;
    padding: 0.5em 1em;
    margin: 1em 0.5em;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
}

davi-bouton-visite {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.visiteUsine {
    top: 20px;
    display: none;
}

#main-content.visit .copyright {
    position: absolute;
    bottom: 1.5em;
    right: 1.5em;
    z-index: 1;
    width: 60px;
}

#main-content.visit #davi-loader-configurator {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 53;
    flex: 1 300px;
}

#main-content.visit #loaderElement {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#main-content.visit .loaderViewer {
    border: 6px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    width: 3em;
    height: 3em;
    animation: spin 2s linear infinite;
    z-index: 50;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#main-content.visit .textLoaderViewer {
    color: #555;
    font-size: 1em;
    font-weight: 800;
    z-index: 50;
    margin-top: 0.5em;
}

#main-content.visit .textLoader {
    color: #555;
    font-size: 1em;
    font-weight: 800;
    z-index: 5;
}

#davi-component-help {
    position: absolute;
    top: 10em;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#davi-component-help .parentModale {
    position: unset;
    transform: unset;
}

.marker {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: orange;
    border-radius: 50%;
}

.radial-menu {
    position: absolute;
    bottom: 50%;
    left: 50%;
}

.radial-menu .icons {
    width: 100%;
    height: 100%;
}

.radial-menu .icons .icon {
    z-index: 0;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.radial-menu .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    background-color: rgba(236, 142, 0, 0.8);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.radial-menu .icon img {
    opacity: 1;
    transition: opacity 0.2s ease;
}

.radial-menu .icon .text {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.2s ease;
    font-size: 0.6em;
    word-break: break-word;
    text-align: center;
    padding: 15%;
}

.radial-menu .icon:hover img {
    opacity: 0;
}

.radial-menu .icon:hover .text {
    opacity: 1;
}

.radial-menu .icon.empty {
    background-color: #adadad;
    cursor: unset;
}

.radial-menu .icon.empty img {
    filter: grayscale(1);
}

.radial-menu .trigger {
    z-index: 1;
    width: 2rem;
    height: 2rem;
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.radial-menu.active .icons .icon:nth-of-type(1) {
    transform: rotateZ(-90deg) translateX(6rem) rotateZ(90deg);
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    opacity: 1;
}

.radial-menu.active .icons .icon:nth-of-type(2) {
    transform: rotateZ(-18deg) translateX(6rem) rotateZ(18deg);
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    opacity: 1;
}

.radial-menu.active .icons .icon:nth-of-type(3) {
    transform: rotateZ(54deg) translateX(6rem) rotateZ(-54deg);
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    opacity: 1;
}

.radial-menu.active .icons .icon:nth-of-type(4) {
    transform: rotateZ(126deg) translateX(6rem) rotateZ(-126deg);
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    opacity: 1;
}

.radial-menu.active .icons .icon:nth-of-type(5) {
    transform: rotateZ(198deg) translateX(6rem) rotateZ(-198deg);
    margin-top: -1.6rem;
    margin-left: -1.6rem;
    opacity: 1;
}

#radial-info {
    z-index: 1;
    height: 80%;
    width: 80%;
    position: absolute;
    left: 10%;
    top: 5%;
}

#radial-info header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #10111d;
    padding: 1rem;
}

#radial-info header h2 {
    font-size: 1.5rem;
    margin: 0;
    word-wrap: anywhere;
}

#radial-info-content {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 1em;
    color: black;
    height: 100%;
}

#radial-info-content .slide {
    width: 100%;
    padding-bottom: 4em;
}

#radial-info-content figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#radial-info-content figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1.5em;
    text-align: center;
    padding: 0.5em;
}

#radial-info-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#radial-info-content video {
    background-color: black;
}

#radial-info-content iframe {
    width: 100%;
}

#radial-info-content img[src=""],
#radial-info-content video[src=""],
#radial-info-content embed[src=""],
#radial-info-content div:empty {
    display: none;
}

#radial-info-content a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 1em;
}

#radial-info-content a:hover {
    color: black;
}

#radial-info-content a img {
    max-width: 50px;
}

#radial-info-other {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

#radial-info-media-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 1em;
}

#radial-info-media-controls .control {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    margin: 0 0.2em;
    background-color: #54b2bf;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    cursor: pointer;
}

#radial-info-media-controls .control.inactive {
    background-color: #bfbfbf;
}

#radial-info-media-controls .control.left {
    padding-right: 0.2em;
}

#radial-info-media-controls .control.right {
    padding-left: 0.2em;
}

.guided-visit-title {
    margin-top: 1em;
}

.item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    scrollbar-color: #3d3d3d rgba(0, 0, 0, 0.15);
    scrollbar-width: thin;
    position: relative;
    height: 0px;
    gap: 1em;
    flex: 1 1 auto;
}
.item-container::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px;
}

.item-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.item-container::-webkit-scrollbar-thumb {
    background-color: #3d3d3d;
    outline: 1px solid #171717;
}

.item-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.item-list-free {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    background-color: #454557;
}

.item-list-disabled {
    filter: grayscale(1);
    cursor: default;
}

.item-link {
    width: 300px;
    height: 350px;
    box-shadow: 0 5px 10px #0000009a;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #454557;
}

.item-list-disabled > .item-link {
    cursor: default;
}

.item-overlay {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.item-list:hover .item-overlay,
.item-list-free:hover .item-overlay {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.item-overlay button {
    flex: 33%;
    height: 100px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.item-overlay img {
    width: 48px;
    height: 48px;
}

.item-button-web {
    border: 3px solid #50b2bf;
    backdrop-filter: blur(5px);
}

.item-button-web img,
.item-button-web span {
    color: #50b2bf;
    fill: #50b2bf;
}

.item-button-vr {
    border: 3px solid #75b825;
    backdrop-filter: blur(5px);
}

.item-button-vr img,
.item-button-vr span {
    color: #75b825;
    fill: #75b825;
}

.item-button-cube {
    border: 3px solid #faaa42;
    backdrop-filter: blur(5px);
}

.item-button-cube img,
.item-button-cube span {
    color: #faaa42;
    fill: #faaa42;
}

.item-button-web:hover,
.item-button-vr:hover,
.item-button-cube:hover {
    filter: brightness(1.25);
    background: rgba(0, 0, 0, 0.25);
}
.item-button-web:disabled,
.item-button-vr:disabled,
.item-button-cube:disabled {
    filter: grayscale(1);
    background: unset;
}
.item-tags {
    background-color: #161528;
    color: #50b2bf;
    text-align: center;
    font-size: 0.9em;
    padding: 0.5em;
}

.item-info {
    background-color: #454557;
    padding: 10px;
    padding-top: 0;
    border-radius: 0 0 7px 7px;
    flex: 1;
    border-top: unset;
    position: relative;
}

.item-title {
    color: #50b2bf;
    font-size: 1.2em;
    margin: 0 0 0.3em;
    overflow: hidden;
    line-height: 1.2em;
    max-height: 2.4em;
    width: 100%;
}

.item-percentage {
    position: absolute;
    top: -34px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    line-height: 24px;
    backdrop-filter: blur(5px);
}

.item-description {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.2em;
    max-height: 6em;
    overflow: hidden;
}

#guided-visit-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 12rem);
    margin-top: -6rem;
    background-color: black;
}

video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

#main-content.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper {
    background: none;
}

#main-content.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoop {
    background-color: white;
    border-radius: 5px;
}

#main-content.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoop a {
    color: #50b2bf;
}

#main-content.news #scoopit-theme_full.scoopit-embed-full-theme #scoopit-wrapper .scoopit-fulltheme-scoop a:hover {
    color: #2d737c;
}

.subtitle-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 2rem;
}

.subtitle {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0;
}

.tag {
    background-color: #50b2bf;
    color: white;
    font-size: 0.5em;
    padding: 0.5em 0.8em;
    margin-left: 2em;
    border-radius: 3px;
}

.logo-container {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.logo-container img {
    margin-left: 1em;
    height: 3em;
    width: auto;
}

#monitoring-container {
    margin-top: -2rem;
}

#monitoring,
#by-wudo {
    margin-top: 2rem;
}

#by-wudo {
    margin-left: auto;
}

.scoopit-fulltheme-paginator {
    color: white;
}

.grecaptcha-badge {
    display: none !important;
    bottom: 80px !important;
}

@media (max-width: 1600px) {
    #main-footer {
        justify-content: center;
    }

    .footer-links {
        margin-top: 1rem;
    }
}

@media (max-width: 1280px) {
    .nav-link,
    .nav-link:visited {
        font-size: 1.4em;
    }
}

/*@media (max-width: 1024px) {
    #chatbot-container,
    #chatbot-loader {
        right: 0;
        width: 400px;
        height: 400px;
    }


    .nav-link,
    .nav-link:visited {
        font-size: 1.2em;
    }

    #radial-info header h2 {
        font-size: 1rem;
    }
}
@media (max-width: 1200px) {
    #chatbot-container,
    #chatbot-loader {
        right: 0;
        width: 500px;
        height: 500px;
    }


    .nav-link,
    .nav-link:visited {
        font-size: 1.2em;
    }

    #radial-info header h2 {
        font-size: 1rem;
    }
}
@media (max-width: 1024px) {
    #chatbot-container,
    #chatbot-loader {
        right: 0;
        width: 400px;
        height: 400px;
    }


    .nav-link,
    .nav-link:visited {
        font-size: 1.2em;
    }

    #radial-info header h2 {
        font-size: 1rem;
    }
}*/

@media (max-width: 768px) {
    /*#chatbot-container,
    #chatbot-loader {
        right: 0;
        width: 400px;
        height: 400px;
    }*/
}

@media (max-width: 1000px) {
}

.DAVIContainerLoader {
    width: 100%;
    height: 100%;
    background: #000000aa;
    z-index: 54;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex: 1 80%;
    align-items: center;
}

.loaderParent,
.davi-loader-configurator,
davi-loader-mission {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 53;
    flex: 1 300px;
}

davi-loader-mission {
    background-color: rgba(0, 0, 0, var(--data-progress));
}

davi-loader-gallery {
    justify-content: center;
}

.addSetup,
.connexionButton {
    position: fixed;
    top: 29px;
    right: 50px;
    border-radius: 50px;
    padding: 0 20px 0 20px;
    height: 48px;
    background: #50b2bf;
    color: white;
    font-size: 20px;
    line-height: 48px;
    border: none;
}
.deconnexionButton {
    top: 79px;
}
.addSetup {
    display: flex;
}

.addSetup div {
    font-size: 40px;
    padding-left: 10px;
}
.addSetup:hover,
.connexionButton:hover {
    background-color: #2f626a;
}

.connexionButton {
    padding: 0 50px 0 20px;
    background-image: url(/Assets/login.svg);
    background-position: 90%;
    background-size: 24px;
    background-repeat: no-repeat;
}

davi-connexion-account,
davi-create-account {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: calc(50vh - 150px);
    z-index: 5;
    width: 100%;
    height: 100%;
}

.module-iframe-container {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    display: none;
    background: #005669;
    padding-top: 48px;
}

iframe#module-iframe {
    width: 100%;
    height: 100%;
    background: #005669;
}

.close-iframe {
    position: absolute;
    font-size: 48px;
    right: 10px;
    top: 0;
    line-height: 48px;
    transform: rotate(135deg);
    font-family: inherit;
    font-weight: 100;
    cursor: pointer;
}

.infoVRApp,
.infoCubeApp,
.infoFreeVRApp,
.infoFreeCubeApp {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.75);
}

.infoCubeAppContainer,
.infoVRAppContainer {
    max-width: 300px;
    padding: 20px;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #454557;
    flex-direction: column;
    border-radius: 5px;
}

.infoCubeAppContainer div,
.infoVRAppContainer div {
    margin-bottom: 10px;
}

.closeInfoVRApp,
.closeInfoCubeApp,
.closeInfoFreeVRApp,
.closeInfoFreeCubeApp {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 32px;
    line-height: 32px;
    transform: rotate(45deg);
}

.closeInfoVRApp:hover,
.closeInfoCubeApp:hover,
.closeInfoFreeVRApp:hover,
.closeInfoFreeCubeApp:hover {
    color: #aaaaaa;
    cursor: pointer;
}

.loaderItemList {
    background: rgb(0, 0, 0, 0.5);
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resetCourse {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resetCourse svg {
    width: 32px;
    height: 32px;
}
.resetCourse div {
    display: none;
    padding-left: 5px;
}
.resetCourse:hover div {
    display: flex;
    cursor: pointer;
}

davi-poi {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.buttonLaunch {
    background: transparent;
    margin-top: 15px;
    font-size: 18px;
    border: 2px solid #50b2bf;
    color: white;
    padding: 5px;
}

.buttonLaunch:hover {
    background: #50b2bf;
    color: white;
    cursor: pointer;
}

.header-item-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-item-container input {
    height: 32px;
    padding: 0 20px;
    border-radius: 32px;
    width: 250px;
}
.header-item-container input::placeholder {
    text-transform: initial !important;
}
.header-item-container input::-webkit-input-placeholder {
    text-transform: initial !important;
}

.header-item-container input:-moz-placeholder {
    text-transform: initial !important;
}

.header-item-container input::-moz-placeholder {
    text-transform: initial !important;
}

.header-item-container input:-ms-input-placeholder {
    text-transform: initial !important;
}
.header-item-container select {
    height: 32px;
    padding: 0 20px;
    border-radius: 32px;
}

.data-quiz {
    padding-left: 5px;
}

.visibilityIndicator {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #50b2bf;
}

@media (max-width: 1300px) {
    .nav-link-flex > span {
        font-size: 20px;
    }

    .nav-link > span {
        font-size: 10px;
    }
}

@media (max-width: 1000px) {
    .whole-screen {
        height: auto;
    }

    .home-text {
        display: none;
    }

    .container-header-background {
        min-height: 60vh;
    }

    .chatbot-info-user:after {
        left: calc(50% - 180px);
    }

    section.welcome .welcome-message .explore {
        font-size: 12px;
        padding: 0.4em 1em;
    }

    .header-item-container {
        flex-direction: column;
    }
    #main-content.visit .visit-types {
        width: 100%;
        justify-content: space-evenly;
        height: 32px;
        flex: 50%;
    }
    #main-content.visit .button {
        padding: 0.2em 0.2em;
        margin: 0;
        font-size: 0.6em;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .z-containerHeader {
        width: 100%;
        display: flex;
    }
    .guided-visit-title {
        margin: 0.3em 0;
        font-size: 1em;
    }

    .header-item-container div {
        display: flex;
        align-items: center;
    }
    .header-item-container input {
        height: 24px;
        padding: 0 10px;
        border-radius: 32px;
        width: 180px;
    }
    .header-item-container select {
        height: 24px;
        padding: 0 10px;
        border-radius: 32px;
    }
    #main-content.visit h1 {
        padding: 0;
        flex: 0 50%;
    }
    .z-containerHeader {
        margin-top: 5px;
        height: 40px;
    }
    .item-link {
        width: 200px;
        height: 250px;
    }
    .item-title {
        font-size: 0.8em;
    }
    .item-description{
        font-size: 0.6em;
        line-height: 1em;
    }
    .item-percentage {
        line-height: 12px;
        font-size: 10px;
        top: -22px;
    }
    img.item-thumbnail {
        height: 120px;
    }

    .addSetup,
    .connexionButton {
        top: 30px;
        right: 5px;
        padding: 0 5px 0 5px;
        height: 24px;
        background: #50b2bf;
        color: white;
        font-size: 12px;
        line-height: 16px;
        border: none;
        align-items: center;
    }
    .addSetup {
        top: 5px;
    }

    .addSetup div {
        font-size: 16px;
        padding-left: 5px;
    }
    .addSetup:hover,
    .connexionButton:hover {
        background-color: #2f626a;
    }
}

@media (max-width: 768px) {
    .lfse-logo {
        width: 180px;
        position: absolute;
        right: 10px;
        top: 80px;
    }

    #chatbot-mute-button {
        right: 25%;
    }

    #welcome-nav .container .lfse-logo {
        height: 25px;
        margin-right: 0rem;
        margin-bottom: 1em;
    }

    .articles-header-container {
        display: none;
    }

    .header-link {
        height: 4.5rem;
    }

    section.welcome .welcome-message {
        width: 200px;
        padding-left: 20px;
        margin-top: 30px;
    }

    section.welcome .welcome-message img {
        width: 45%;
    }

    section.welcome .welcome-message .explore {
        font-size: 14px;
        padding: 0.4em 1em;
    }

    #welcome-nav nav {
        flex-wrap: wrap;
    }

    #welcome-nav nav .nav-link {
        width: 45%;
    }

    #main-content.news,
    #main-content.group > div,
    #main-content.contact {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    #main-content.visit #visit-controls {
        top: 11em;
    }
    #main-header {
        transform: translateX(-5rem);
        transition: transform 0.5s ease-in-out;
    }

    #main-header.active {
        transform: translateX(0);
    }

    .header-link:first-child {
        background-color: inherit;
        cursor: pointer;
    }

    .header-link .logo {
        display: none;
    }

    .header-link .close {
        display: flex;
    }

    #content {
        margin-left: 0;
        width: 100%;
    }

    #content-header {
        display: none;
    }

    #mobile-header {
        display: flex;
    }

    section.home h2 {
        margin-left: 1.5rem;
    }

    section.home .see-all {
        margin-right: 1.5rem;
    }

    .sign-up-call {
        display: none;
    }

    .nav-link,
    .nav-link:visited {
        font-size: 1.1em;
    }

    #main-footer {
        padding: 1em;
        justify-content: center;
    }

    #main-footer .footer-logos,
    #main-footer .footer-links {
        font-size: 0.7em;
    }

    #main-footer .footer-logos {
        justify-content: center;
        width: 100%;
    }

    #main-footer .footer-logos .flex {
        width: 100%;
        margin: 1em 0 0;
    }

    #main-footer .footer-logos .flex img {
        max-height: 3em;
        width: auto;
    }

    #main-footer .footer-links {
        margin-top: 1rem;
    }

    #main-content.visit {
        padding-top: 4rem;
    }

    #main-content.visit .z-container {
        flex-direction: column;
        padding: 0 2rem;
    }

    #main-content.visit h1 {
        font-size: 1.5rem;
    }

    #main-content.visit #free-visit {
        width: 0%;
    }

    #main-content.visit .visit-types {
        flex-direction: row;
    }

    #main-content.visit #visit-controls {
        top: 5em;
    }

    #radial-info header {
        padding: 0.5em;
    }

    #radial-info header h2 {
        font-size: 1.2rem;
        padding-right: 1.2rem;
    }

    #radial-info .close-button {
        top: 0.25em;
        right: 0.25em;
    }

    #radial-info-content {
        height: calc(100vh - 19rem);
    }

    #main-content.news,
    #main-content.group > div,
    #main-content.contact {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    #main-content.links h1 {
        margin-left: 1.5rem;
    }

    .useful-links-container {
        padding-left: 1.5rem;
    }

    .useful-link {
        min-width: calc(100vw - 2rem * 2);
        width: calc(100vw - 2rem * 2);
    }

    .slider {
        padding-left: 1.5rem;
    }


    #chatbot-mute-button {
        right: 5%;
    }

    #main-content.visit #viewer {
        position: absolute;
        left: 0;
        right: 0;
        top: 4rem;
        bottom: 0;
        z-index: 0;
        width: 100%;
        height: calc(100% - 4rem);
    }
}
