@charset "utf-8";
/*++++++++ TYPOGRAPHIES ++++++++*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*++++++++ BODY ET HTML ++++++++*/
::selection {
color: var(--white);
background-color: #105649;
}
body {
font-size: 15px;
font-weight: 400;
line-height: 1.45em;
}
/* BREADCRUMB */
.breadcrumb-item + .breadcrumb-item::before {
color: var(--primary);
content: "\f105";
font-family: "Font Awesome 6 Pro";
font-weight: 300;
vertical-align: middle;
line-height: 1.5em;
align-self: center;
}
.breadcrumb {
padding: 1rem 0;
}
.breadcrumb-item {
display: list-item;
font-size: 12px;
}
.breadcrumb-item.active {
color: var(--gray-dark);
}
/* COOKIES MODALE */
#cookiesModale .fa-cookie-bite {
display: inline-block;
-webkit-animation: rotate-center 10s linear infinite both;
animation: rotate-center 10s linear infinite both;
}
@-webkit-keyframes rotate-center {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-center {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.modal-dialog.modal-dialog-slideout {
max-width: 40%;
}
.modal-dialog.modal-dialog-slideout .modal-content {
background: unset !important;
}
.modal-dialog.modal-dialog-slideout .modal-body {
overflow-y: scroll;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
-webkit-transform: translate(0, -100%) scale(1);
transform: translate(0, -100%) scale(1);
margin: 0 0 0 auto;
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
display: flex;
align-items: stretch;
height: 100%;
}
.modal-dialog-slideout .modal-header {
height: 10vh;
border: none;
}
.modal-dialog-slideout .close {
font-size: 4rem !important;
color: var(--primary) !important;
opacity: 1;
text-shadow: unset !important;
}
.modal-open .modal {
overflow: hidden !important;
}
.modal-dialog.modal-dialog-slideleft {
max-width: 25vw !important;
}
.modal-dialog.modal-dialog-slideleft .modal-content {
background: var(--gray) !important;
}
.modal.fade.show .modal-dialog.modal-dialog-slideleft {
-webkit-transform: translate(0.5vw, 70vh);
transform: translate(0.5vw, 70vh);
display: flex;
height: 30vh;
}
.modal.fade .modal-dialog.modal-dialog-slideleft {
-webkit-transform: translate(100%, 0) scale(1);
transform: translate(100%, 0) scale(1);
margin-left: 0;
}
.modal-dialog-slideleft .modal-header {
border: none;
}
.modal-dialog-slideleft .close {
font-size: 1rem !important;
color: var(--secondary) !important;
opacity: 1;
text-shadow: unset !important;
}
/* DIVERS */
.bulle {
border: solid 1px var(--secondary);
border-radius: 0.75rem;
font-size: 13px;
line-height: 1.3em;
}
.caret-left {
display: flex;
height: 0;
width: 0;
border-top: 1.75rem solid transparent;
border-right: 1.75rem solid var(--primary);
border-bottom: 1.75rem solid transparent;
margin-left: 0;
margin-top: 0.05rem;
}
.caret-right {
display: inline-block;
height: 0;
width: 0;
border-top: 1.75rem solid transparent;
border-bottom: 1.75rem solid transparent;
border-left: 1.75rem solid var(--primary);
margin-right: 0;
margin-top: 0.05rem;
}
.center-carets {
align-self: center;
background: var(--primary);
color: #fff;
font-size: 11px;
margin-bottom: 0;
text-transform: none;
min-width: 93%;
}
.procedure li {
text-align: center;
}
.line-dotted {
border-left: dotted 2px var(--secondary);
padding: 0;
max-width: 1px;
}
section {
position: relative;
}
.picto-img {
display: inline-block;
width: 100px;
height: 100px;
border-radius: 100%;
}
.logo-appli {
max-width: 150px;
height: auto;
width: 100%;
}
.img-fit-cover-center {
height: 100%;
object-fit: cover;
object-position: center;
width: 100%;
top: 0px;
left: 0px;
}
.carousel-item .carousel-caption {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 80%;
height: 100%;
left: 10%;
font-size: 12px;
}
.z-n1 {
z-index: -1;
}
.z-n2 {
z-index: -2;
}
.z-n3 {
z-index: -3;
}
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}
.z-0 {
z-index: 1;
}
.z-2 {
z-index: 2;
}
.z-3 {
z-index: 3;
}
#sliderHome {
height: 75vh;
overflow: hidden;
}
#sliderHome img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
object-position: center;
}
#sliderHome .carousel-inner {
height: 100%;
}
#sliderHome .carousel-item {
height: 100%;
}
.carousel-item::before {
content: '';
position: absolute;
z-index: 0;
height: 100%;
width: 100%;
background-color: rgba(var(--primaryRVB), 0.2);
left: 0px;
}
.nav-pills .nav-link {
border-radius: 0;
padding: 1rem;
text-transform: uppercase;
font-weight: 600;
}
/* FAQ */
.faq a:not(.btn) {
color: var(--gray);
}
.faq a:hover:not(.custom-select) {
color: var(--secondary);
}
.faq .sticky-top {
top: 5rem;
}
.faq .breadcrumb {
background-color: transparent !important;
}
.faq .breadcrumb-item + .breadcrumb-item::before {
color: var(--secondary);
content: "\f105";
font-family: "Font Awesome 6 Pro";
}
.faq .breadcrumb-item.active {
color: var(--secondary);
}
.faq .question:hover {
color: var(--secondary);
cursor: pointer;
}
.nav-pills .nav-link {
color: var(--primary) !important;
background-color: unset !important;
;
transition: all 0s;
padding: 0.5rem;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
color: var(--white) !important;
background-color: var(--primary) !important;
transition: all 0s;
}
img.banner {
width: 100%;
max-height: 200px;
object-fit: cover;
object-position: center !important;
}
h3[data-toggle="collapse"] {
cursor: pointer !important;
}
h3[data-toggle="collapse"]:hover, h3[data-toggle="collapse"]:hover i {
color: var(--secondary) !important;
}
.accordion .card {
border: unset !important;
border-radius: 1rem !important;
}
.accordion .btn:focus {
outline: unset !important;
box-shadow: unset !important;
}
.accordion .card-header {
background-color: var(--gray-light) !important;
border-bottom: unset !important;
}
.accordion .card-body {
background-color: var(--gray-light) !important;
}
.accordion > .card > .card-header h3 .btn-link.collapsed::after {
color: var(--secondary) !important;
font-family: "Font Awesome 6 Pro";
content: "\f078";
font-size: 2rem;
line-height: 1em;
position: absolute;
right: 10px;
transform: rotate(-90deg);
transition: all 0.6s;
top: 32.5%;
}
.accordion > .card > .card-header h3 .btn-link::after {
color: var(--primary) !important;
font-family: "Font Awesome 6 Pro";
content: "\f078";
font-size: 2rem;
line-height: 1em;
position: absolute;
right: 10px;
transition: all 0.6s;
}
.card-header button {
padding-right: 2.5rem !important;
}
/* MEGAMENU */
.mega-dropdown {
position: unset;
}
.mega-dropdown-menu ul {
list-style: none;
}
.dropdown-menu.mega-dropdown-menu {
position: absolute;
top: auto;
left: -15px;
right: -15px;
}
.dropdown .mega-dropdown-menu li img {
transition: 0.3s all ease-in;
}
.dropdown .mega-dropdown-menu li img:hover {
opacity: 0.5;
}
.dropdown .mega-dropdown-menu li .active img:hover {
opacity: inherit;
}
/* NAVBAR */
.navbar-nav .nav-item .nav-link {
font-size: 13px;
color: inherit;
padding: 12px 10px;
line-height: 1.1em;
text-transform: uppercase;
font-weight: 600 !important;
}
.navbar-nav .nav-item .nav-link:hover {
color: var(--secondary);
}
.navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
color: var(--secondary);
}
.navbar {
padding: 0px;
align-items: stretch;
}
.dropdown-toggle::after {
margin-top: 1px;
display: inline-block;
width: 0;
height: 0;
vertical-align: -2px;
content: "\f107";
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
color: var(--primary);
font-family: "Font Awesome 6 Pro";
font-weight: 900;
margin-right: 15px;
font-size: 13px;
margin-left: 0.255em;
}
.navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
border-radius: 0px;
}
.navbar-brand {
display: inline-block;
padding-top: 5px;
padding-bottom: 2px;
margin-right: initial;
line-height: inherit;
white-space: nowrap;
color: inherit;
font-size: 24px;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 16rem;
padding: 12px;
margin: 18px 0px;
font-size: 1rem;
color: inherit;
text-align: left;
list-style-type: none;
background-color: #fff;
background-clip: padding-box;
border: none;
border-radius: 0;
box-shadow: 0px 3px 11px 0px rgba(104, 104, 104, 0.09);
}
.dropdown-item {
display: block;
width: 100%;
padding: 15px 15px;
clear: both;
font-weight: 400;
color: inherit;
text-align: inherit;
white-space: normal;
background-color: transparent;
border: 0;
font-size: 15px;
line-height: 1.3em;
}
.dropdown-item:focus, .dropdown-item:hover {
color: var(--secondary);
text-decoration: none;
background-color: transparent;
border-radius: 0;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
color: var(--secondary);
}
.dropdown-menu .dropdown-toggle {
position: relative;
}
.dropdown-menu .dropdown-toggle::after {
transform: rotate(270deg);
position: absolute;
right: 17px;
top: 27px;
}
.dropdown-menu [data-toggle="collapse"]::after {
transform: rotate(00deg);
position: absolute;
right: 17px;
top: 16px;
}
.dropdown-menu .dropdown .dropdown-menu {
left: 100%;
top: 0%;
margin: 0 20px;
border-width: 0;
}
.dropdown-menu .dropdown .dropdown-menu.left {
right: 100%;
left: auto;
}
.dropdown-item.active, .dropdown-item:active {
font-weight: 600;
color: var(--primary);
text-decoration: none;
background-color: var(--gray-light);
border-radius: 0.75rem;
}
.navbar-toggler, .navbar-boxed .navbar-toggler {
padding: 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid #eaeaf0;
border-radius: 0;
position: relative;
}
.navbar-collapse.show .dropdown .dropdown-menu {
background: #fff;
box-shadow: none;
margin: 7px 0px;
}
.navbar-collapse.show .navbar-nav .nav-item .nav-link {
border-bottom: 1px solid rgba(var(--grayRVB),0.15);
}
.navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
border-bottom: 1px solid rgba(var(--grayRVB),0.15);
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
font-size: 0.9em;
text-transform: uppercase;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
color: var(--secondary);
}
#navbar_top.fixed-top {
background: #fff;
height: 60px;
box-shadow: 0 1rem 3rem rgba(104,104,104,0.1);
}
#navbar_top.fixed-top .nav-link {
font-size: 0.75rem;
}
#navbar_top.fixed-top .logo {
max-width: 140px;
}
.fixed-top .navbar-collapse.collapse.show {
background: #fff;
box-shadow: 0 2rem 3rem rgba(104,104,104, 0.3);
margin-top: -3px;
}
.navbar-toggler {
border: none !important;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
background: #fff;
box-shadow: none;
margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
border-bottom: 1px solid rgba(var(--grayRVB),0.15);
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
border-bottom: 1px solid rgba(var(--grayRVB),0.15);
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
background: #fff;
box-shadow: none;
margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
border-bottom: 1px solid rgba(var(--grayRVB),0.15);
}
.icon-bar {
width: 21px;
height: 3px;
background-color: var(--secondary);
display: block;
transition: all 0.2s;
margin-top: 4px;
}
.navbar-toggler:focus {
outline: 0px;
}
.navbar-toggler .top-bar {
transform: rotate(45deg);
transform-origin: 10% 190%;
background-color: var(--secondary);
}
.navbar-toggler .middle-bar {
opacity: 0;
}
.navbar-toggler .bottom-bar {
transform: rotate(-45deg);
transform-origin: 10% -80%;
background-color: var(--secondary);
}
.navbar-toggler.collapsed .top-bar {
transform: rotate(0);
background-color: var(--secondary);
}
.navbar-toggler.collapsed .middle-bar {
opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
transform: rotate(0);
background-color: var(--secondary);
}
/* SWITCH */
.switch {
width: 60px;
height: 30px;
}
.switch input {
display: none;
}
.switch input + label {
position: absolute;
cursor: pointer;
}
.switch input + label:before, .switch input + label:after {
content: "";
position: absolute;
border-radius: 30px;
transition: all 0.25s ease-in-out;
}
.switch input:checked + label:before {
background-color: var(--secondary);
}
.switch input + label:before {
height: 30px;
width: 60px;
background-color: var(--light);
}
.switch input + label:after {
top: 3px;
left: 3px;
width: 24px;
height: 24px;
background-color: var(--secondary);
transform: translate(30px, 0);
}
.switch input:checked + label:after {
background-color: var(--white);
transition: all 0.25s ease-in-out;
transform: translate(0, 0);
}
/* TIMELINE */
.timeline {
white-space: nowrap;
overflow-x: hidden;
}
.timeline ol {
font-size: 0;
width: 100%;
padding: 16rem 0 8rem;
transition: all 1s;
text-align: center;
}
.timeline ol li {
position: relative;
display: inline-block;
list-style-type: none;
width: 160px;
height: 3px;
background: var(--primary);
text-align: left;
}
.timeline ol li:last-child {
width: 280px;
}
.timeline ol li:not(:first-child) {
margin-left: 14px;
}
.timeline ol li:not(:last-child)::after {
content: "";
position: absolute;
top: 50%;
left: calc(100% + 1px);
bottom: 0;
width: 12px;
height: 12px;
transform: translateY(-50%);
border-radius: 50%;
background: var(--secondary);
}
.timeline ol li div {
position: absolute;
left: calc(100% + 7px);
width: 350px;
padding: 15px;
font-size: 1rem;
white-space: normal;
border-left: dotted 2px var(--secondary);
}
.timeline ol li:nth-child(odd) div {
top: -16px;
transform: translateY(-100%);
}
.timeline ol li:nth-child(even) div {
top: calc(100% + 16px);
}
.timeline time {
display: block;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 8px;
color: var(--secondary);
}
/* TOP BAR */
.logo {
height: auto;
max-width: 140px;
}
.fixed-top {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
}
#appli .col-3.text-center.rounded.bg-light.p-3.d-flex.flex-column.align-content-center.justify-content-end {
font-size: 13px;
font-weight: 600;
}
/*++++++++ STYLES DE TEXTE ++++++++*/
a {
transition: all 0.9s;
}
a:hover, a:focus, a:active {
text-decoration: none !important;
outline: none !important;
box-shadow: none;
}
b, strong {
font-weight: 800;
}
h1, .h1 {
font-size: 2.6em;
font-weight: 800;
line-height: 1.1em;
white-space: normal;
font-family: var(--font-family-titres);
margin-bottom: 1.5rem;
}
h2, .h2 {
font-size: 2.75em;
font-weight: 800;
line-height: 1.3em;
font-family: var(--font-family-titres);
margin-bottom: 1.5rem;
white-space: normal;
}
h3, .h3 {
font-size: 1.5em;
font-weight: 700;
line-height: 1.2em;
font-family: var(--font-family-titres);
text-transform: uppercase
}
h4, .h4 {
font-size: 1.4em;
font-weight: 800;
line-height: 1.3em;
font-family: var(--font-family-titres);
text-transform: none;
}
h5, .h5 {
font-size: 1.2em;
font-weight: 600;
letter-spacing: 0.1em;
line-height: 1.1em;
font-family: var(--font-family-titres);
text-transform: uppercase;
}
h6, .h6 {
font-size: 1.1em;
font-weight: 700;
line-height: 1.4em;
text-transform: uppercase;
font-family: var(--font-family-titres);
}
.titre-service {
background: var(--primary);
border-bottom-right-radius: 0.75rem;
color: var(--light);
left: 0;
padding: 0.5rem 1rem;
position: absolute;
top: 0;
font-size: 1rem;
}
.blockquote {
border-left: solid 0.25rem var(--light);
font-size: 1.1em;
line-height: 1.4em;
margin: 0 0 1rem;
padding-left: 1.5rem;
}
.blockquote.stylisee {
border: none;
padding: 0;
text-align: center;
}
.blockquote.stylisee::before {
content: '\f10d';
font-size: 3.5rem;
display: block;
text-align: center;
font-family: "Font Awesome 6 Pro";
font-weight: 900;
font-style: normal;
margin-bottom: 10px;
}
.blockquote.stylisee::after {
content: '\f10e';
font-size: 3.5rem;
display: block;
text-align: center;
font-family: "Font Awesome 6 Pro";
font-weight: 900;
font-style: normal;
margin-bottom: 10px;
margin-top: 10px;
}
.blockquote.stylisee.secondary::before, .blockquote.stylisee.secondary::after {
color: var(--secondary);
}
.lead {
line-height: 1.5rem;
font-weight: 500;
font-size: 1.45em;
text-transform: none;
}
.liste-stylisee {
list-style: none;
padding-left: 0;
margin-bottom: 2rem;
margin-top: 1.5rem;
}
.liste-stylisee li {
margin-bottom: 0.75em;
padding-left: 1.5em;
}
.liste-stylisee li:before {
content: "•";
margin-left: -1.5em;
margin-right: 0.6em;
font-weight: 900;
color: var(--secondary);
}
.liste-stylisee li li {
list-style-type: none;
margin-bottom: 0.25em;
margin-top: 0.25em;
}
.liste-stylisee li li:before {
content: '-';
}
.liste-stylisee.check li::before {
content: '\f00c';
font-weight: 600;
color: var(--secondary);
font-family: "Font Awesome 6 Pro";
}
ol li {
margin-bottom: 1rem;
}
ol li::marker {
color: var(--secondary);
font-weight: bold;
}
.list-unstyled li {
margin-bottom: 0.5rem;
}
sup.ieg {
margin-left: -0.7ex;
}
/*++++++++++++++++++++++ FOOTER ++++++++++++*/
footer.footer {
position: relative;
padding-top: 4rem;
padding-bottom: 4rem;
font-size: 13px;
}
footer.footer a {
color: var(--gray-dark);
}
footer.footer a:hover {
color: var(--secondary);
}
footer.footer li {
margin-bottom: 10px;
}
.logo-footer {
max-height: 65px;
width: auto;
}
.reseaux a {
font-size: 1.5rem;
width: 50px;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
border-radius: 50%;
border: solid 1px;
color: var(--white);
}
.reseaux a:hover {
color: var(--secondary);
background: var(--light);
}
.liste-mentions {
list-style-type: none;
padding: 1rem;
display: flex;
flex-direction: row;
justify-content: center;
font-size: 75%;
text-transform: uppercase;
font-weight: 600;
background: rgba(var(--grayRVB),0.05);
margin: 4rem auto 0;
}
.liste-mentions li::after {
content: '|';
color: rgba(var(--grayRVB),0.5);
margin: 0 0.25rem;
}
.liste-mentions a {
padding: 0.25rem 0.5rem;
color: rgba(var(--secondaryRVB),0.4);
font-weight: 700;
}
.current {
font-weight: 600 !important;
color: var(--primary) !important;
}
/*++++++++ Médias Queries ++++++++*/
@media only screen and (min-width:1280px) {
.dropdown-menu {
margin-top: 0;
border: none;
border-radius: 0;
box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}
}
@media (min-width:1280px) {
.dropdown-menu .dropdown .dropdown-menu {
margin: 0;
border-width: 1px;
}
}
@media only screen and (min-width:1980px) {
body {
font-size: 18px;
}
}
@media only screen and (max-width:380px) {
.breadcrumb-item {
font-size: 10px;
}
}
@media only screen and (max-width:640px) {
body {
font-size: 13px;
}
}
@media only screen and (max-width:767px) {
.liste-mentions {
flex-direction: column;
}
h2, .h2 {
font-size: 7.5vw;
}
.faq .position-relative {
position: inherit !important;
}
.faq .position-relative .fixed-bottom {
bottom: auto !important;
}
}
@media only screen and (max-width:800px) {
body {
font-size: 14px;
}
}
@media screen and (max-width: 979px) {
.timeline ol, .timeline ol li {
width: auto;
}
.timeline ol {
padding: 0;
transform: none !important;
}
.timeline ol li {
display: block;
height: auto;
background: transparent;
}
.timeline ol li:first-child {
margin-top: 25px;
}
.timeline ol li:not(:first-child) {
margin-left: auto;
}
.timeline ol li div {
position: static;
width: 94%;
height: auto !important;
margin: 0 auto 25px;
}
.timeline ol li:nth-child(odd) div {
transform: none;
}
.timeline ol li:nth-child(odd) div::before,
.timeline ol li:nth-child(even) div::before {
left: 50%;
top: 100%;
transform: translateX(-50%);
border: none;
border-left: 1px solid white;
height: 25px;
}
.timeline ol li:not(:last-child)::after {
top: 100%;
left: calc(1.5% + 1px);
}
}
@media only screen and (max-width:980px) {
body {
font-size: 15px;
}
.logo {
max-width: 150px;
}
}
@media only screen and (max-width:991px) {
.line-dotted {
display: none !important;
}
}
@media only screen and (max-width:1023px) {
#navbar_top.fixed-top .navbar-collapse {
width: 100%;
margin-top: -3px;
left: 0;
padding: 1rem;
border-left: solid var(--light);
border-right: solid var(--light);
border-bottom: solid var(--light);
position: absolute;
top: 60px;
}
}
@media only screen and (max-width:1076px) {
#detailsCookieModale .modal-content {
max-height: 95vh;
overflow-y: auto;
}
.modal-dialog.modal-dialog-slideleft {
max-width: 100vw !important;
}
.modal.fade.show .modal-dialog.modal-dialog-slideleft {
-webkit-transform: translate(0vw, 63.5vh);
transform: translate(0vw, 63.5vh);
display: flex;
height: 32.5vh;
}
.modal.fade .modal-dialog.modal-dialog-slideleft {
-webkit-transform: translate(100%, 0) scale(1);
transform: translate(100%, 0) scale(1);
margin-left: 0;
}
}
@media (max-width:1279px) {
.dropdown-menu .dropdown .dropdown-menu {
margin: 0;
border-width: 1px;
}
.nav-item .dropdown.show {
background-color: rgba(var(--grayRVB),0.07);
}
.navbar-collapse.show .dropdown .dropdown-menu.show .dropdown-menu.show {
background-color: transparent;
}
#navbar_top #navbar-classic {
overflow: scroll;
max-height: 80vh;
}
.dropdown-menu.mega-dropdown-menu {
position: static !important;
}
}
@media (min-width:320px) {
#detailsCookieModale .modal-dialog-centered {
min-height: 100%;
}
#detailsCookieModale .modal-dialog {
max-width: 500px;
margin: 0.50em;
}
}
.logo-app {
height: auto;
width: 75px;
}
.logo-app-squared {
height: auto;
width: 40px;
}
