@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto-Regular.woff2);
}
@font-face {
    font-family: Pochoir;
    src: url(/fonts/Pochoir-pleine.woff2)
}
@font-face {
    font-family: Ubuntu;
    src: url(/fonts/Ubuntu-Regular.woff2);
}
.sb-navbar {
    position: fixed;
    z-index: 2000;
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 0;
}
.sb-navbar-1 {
    line-height: 22px;
    height: 50px;
    font-family: Roboto;
    background-color: #434a54;
    color: #f4f5f5;
    white-space: nowrap;
    position: relative;
    overflow: visible;
    text-transform: uppercase;
}
.sb-navbar-login {
    position: fixed;
    right: 25px;
    top: 8px;
    font-size: 14px;
}
.sb-navbar-login span {
    padding: 0 8px;
    color: white;
    opacity: 0.86;
}
.sb-navbar-login a {
    color: white;
    text-decoration: none;
}
.sb-button a {
    text-decoration: none;
}
.sb-navbar-1 ul {
    display:inline-block;
    font-size: 12px;
    font-family: Roboto;
    line-height: 50px;
    padding: 0px 20px;
    list-style-type: none;
    text-align: left;
}
.sb-navbar-1 ul li {
    padding: 0 20px;
    position: relative;
}
.sb-navbar-1 ul li[aria-current="page"]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    height: 10px;
    width: 40%;
    border-top: 1px solid #fff;
}
.sb-navbar-2 {
    position: relative;
    background-color: #7239ab;
}
.sb-navbar-container {
    padding: 22px 32px;
    display: flex;
    height: 96px;
}
.sb-overnavbar-container {
    padding: 0 32px;
    display: flex;
    height: 50px;
    background-color: #434a54;
    color: #f4f5f5;    
    font-family: Roboto;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    box-sizing: border-box;
}
.sb-overnavbar-container > div {
    padding: 0 20px;
    line-height: 50px;
    margin-left: 10%;
}
.sb-navbar-container > a {
    width: 52px;
}
.sb-logo {
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
}
.sb-main-navigation {
    z-index: 3000;
    background-color: transparent;
    font-family: Ubuntu;
    font-size: 25px;
    font-weight: 400;
    list-style-type: none;
    margin: 0;
    font-family: Ubuntu;
    font-size: 25px;
    font-weight: 400;
    
}
.sb-bkgcolor-rpi {
    background-color: #597b19 !important;
}
.sb-main-navigation-gestion a {
    color: #FFE795 !important;
}
.sb-main-navigation a:hover::after, .sb-main-navigation a[aria-current="true"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30%;
    height: 10px;
    width: 40%;
    border-top: 1px solid #fff;
}
.sb-main-navigation-gestion a:hover::after, .sb-main-navigation-gestion a[aria-current="true"]::after {
    border-top: 1px solid #FFE795 !important;
}
.sb-main-navigation li {
    padding: 0;
    float: left;
    position: relative;
    display: block;
}
.sb-main-navigation a, .sb-main-navigation span {
    color: white;
    opacity: 0.86;
    padding: 14px 29px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}
.sb-main-navigation a:hover {
    opacity: 1;
    transition: opacity .15s ease-in-out;
}
.sb-navbar-toggler {
    color: white !important;
    font-size: 2rem !important;
}
.sb-navbar-image-web {
    width: 100%;
    height: auto;
    margin-top: 95px;
    min-height: 120px;
    max-height: 305px;
    object-fit: cover;
}
.sb-navbar-image-rpi {
    width: 100%;
    margin-top: 145px;
}
.sb-navbar-image-rpi > img {
    min-height: 120px;
    max-height: 305px;
    object-fit: cover;
}
.sb-bloctitre-web {
    position: absolute;
    bottom: 25px;
    font-family: Pochoir;
    width: 6em;
    font-size: 44px;
}
.sb-bloctitre-web-xl {
    font-size: 56px;
    width: 364px;
}
.sb-bloctitre-rpi {
    position: absolute;
    top: 1.5em;
    font-family: Pochoir;
    width: 364px;
    font-size: 56px;
}
.sb-bloctitre-2-web {
    bottom: 20px;
    width: 462px;
    font-size: 42px;
}
.sb-bloctitre-2 {
    top: 1em;
    width: 5em;
    font-size: 42px;
}
.sb-bloctitre-rpi > div {
    background-color: #597b19;
    color: white;
}
.sb-bloctitre-web > div {
    background-color: #7239ab;
    color: white;
}
.sb-margin-top {
    margin-top: 2em;
}
.sb-main {
    font-family: Ubuntu;
}
.sb-outersquare {
    width: 60%;
    padding-bottom: 60%;
    position: relative;
}
.sb-innersquare {
    border: 2px solid grey;
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.sb-text-fluid {
  font-size: clamp(1rem, 2vw + 1rem, 3rem) !important;
}
.sb-square {
    width: 2rem;
    height: 2rem;
}
.sb-aspect-square {
    aspect-ratio: 1 / 1;
  }
.sb-margin-1 {
    margin-top:3em;
    margin-bottom:1em;
}
.sb-portal-link {
    color: inherit;
    text-decoration: none;
}
.sb-portal-link-2 {
    color: inherit;
    text-decoration: underline;
}
.sb-bkg-1 {
    background-color: #087992;
    color: white;
}
.sb-bkg-2 {
    background-color: #2872C2;
    color: white;
}
.sb-bkg-3 {
    background-color: #597B19;
    color: white;
}
.sb-bkg-4 {
    background-color: #ae2849;
    color: white;
}
.sb-bkg-5 {
    background-color: #FBC800;
}
.sb-footer {
    background-color: white;
}
.sb-footer-trait {
    border-top: 1px solid black;
    margin-bottom: 2em;
    visibility: hidden;
}
.sb-footer-bas a {
    color: white !important;
    text-decoration: none;
}
.sb-footer-bas a:hover {
    text-decoration: underline;
}
.sb-footer-bas li {
    list-style: none;
}
.sb-footer-container {
    padding: 22px 32px;
    height: auto;
    background-color:  #292e34;
    color: #f4f5f5;
}
.sb-navbar-container > a {
    width: 52px;
}
#flash-messages {
    margin: 1em 15%;
    background-color: #ffe47a;
    color: black;
    font-weight: bold;
}
/* Utilisé dans la page des SBX pour gérer la rotation de l'icône de progression */
[data-action-name="encours"] .icon.action-icon svg {
    animation: tourner 2s linear infinite;
}
@keyframes tourner {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.field-collection .field-value > ul > li {
    list-style: square;
}
.sb-navbar-ea {
    position: fixed;
    top: 96px;
    z-index: 1990;
    background-color: #ae2849;
}
.sb-navbar-container-ea {
    padding: 0;
    height: 96px;
}
.sb-navbar-ea .container > div {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sb-navigation-ea {
    font-size: 22px;
    font-weight: 400;
    width: auto;
    background-color: white;   
}
.sb-navigation-ea li a {
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
}
.sb-navigation-ea a:hover::after {
     border-top: 1px solid black;
}
#sb-slash::before {
    content: "";
    width: 20px;
    background-color: #ae2849;
    height: 100%;
    position: relative;
    left: -41px;
    transform: skew(-10deg);
    bottom: 0;
  }
.sb-bloctitre-ea {
    font-size: 40px;
    color: white;
    background-color: transparent;
    bottom: 0;
    left: 32px;
    width: auto;
}
@media not print {
    .ea .wrapper {
        margin-top: 192px;
    }
}
@media print {
    #rgpd-banner {
        display: none;
    }
}
/* pour affichage certaines pages en pleine largeur lors de l'impression */
@media print {
    .row {
        display: flex; 
        flex-direction: column !important; 
      }
    .row > [class*="col-"] {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
}
/*.collapse.show .navbar-nav {*/
.sb-menu-dropdown > ul {
    background: rgb(47, 57, 79);
    position: absolute;
    top: 96px;
    height: 190px;
    left: auto;
    width: auto !important;
    right: 0px;
}
/* important : contrer l'élasticité vertiacle. Le wrapper .ea doit pouvoir se rétracter */
.ea .wrapper {
    min-block-size: initial !important;
}