@charset "UTF-8";
/*
*
* Variables générales
*
*/
@font-face {
  font-family: "Roboto-pdf";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-weight: 900;
  font-style: italic;
}

@media (max-width: 1399.98px) {
  #header #menu_haut .nav-link,
  #header #menu_bas .nav-link {
    font-size: 16px;
  }
  #actualites .actualite {
    padding: 1.5rem;
  }
  body#index #agenda .evenements {
    gap: 1rem;
  }
  body#index #agenda .evenements .evenement a {
    padding: 0.5rem;
  }
  body#index #agenda .evenements .evenement a .col_titre {
    font-size: 1rem;
  }
  body#index #liens_accueil a:first-of-type .images {
    height: 48%;
  }
}
@media (max-width: 1199.98px) {
  .h2,
  .page_content h2 {
    padding-left: 0;
    margin-bottom: 1.5rem;
    /*&::after {
        border: none !important;
    }*/
  }
  .h2::before,
  .page_content h2::before {
    /* background-size: 35px 35px;
    height: 35px;
    width: 35px;*/
    content: inherit;
  }
  #actualites .actualite .titre span {
    font-size: 1.125rem;
  }
  #actualites .actualite .sous-titre span,
  #actualites .actualite .categorie span {
    font-size: 1rem;
  }
  body#index #slider_home_container .slide_home .titres .titre1 {
    font-size: 2vw;
  }
  body#index #slider_home_container .slide_home .titres .titre2 {
    font-size: 2.9vw;
  }
  body#index #agenda .evenements .evenement a .col_date .jour,
  body#index #agenda .evenements .evenement a .col_date .mois,
  body#index #agenda .evenements .evenement a .col_date .annee {
    font-size: 1rem;
    line-height: 1;
  }
  body#index #liens_accueil a:last-of-type .sous-titre {
    font-size: 0.9rem;
  }
}
@media (max-width: 991.98px) {
  #header #logo_background {
    border-radius: 0;
    text-align: center;
  }
  #header #menu_haut {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  #header #menu_haut #bouton_recherche {
    width: 40px;
  }
  #header #menu_bas {
    font-size: 1.2rem;
  }
  #header #menu_bas .dropdown-menu {
    border-color: rgb(243, 151, 28);
  }
  #header #menu_bas .nav-link {
    /* mask-image: none !important;
    background-image: none !important;*/
    font-size: 18px;
  }
  #header #menu_bas #_mobile_menu2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  #header #menu_bas #_mobile_menu2 .nav-link {
    width: 40px;
    background-color: rgb(10, 72, 138);
    background-repeat: no-repeat;
    height: 40px;
  }
  #header #menu_bas #_mobile_menu2 .nav-link span {
    display: none;
  }
  #header #menu_bas #_mobile_menu3 .nav-link {
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
  }
  #header .border-mobile {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgb(10, 72, 138);
  }
  #header .border-mobile:last-of-type {
    border-bottom: none;
  }
  #actualites {
    margin-bottom: 3rem;
  }
  body#index #alerte_accueil {
    padding: 1rem;
    gap: 1rem;
    max-width: 90%;
    width: -moz-max-content;
    width: max-content;
  }
  body#index #alerte_accueil div {
    text-wrap: wrap;
  }
  body#index #content #bg_capsule,
  body#index #content #content_background {
    display: none;
  }
  body#index #slider_home_container #slider_home_overlay {
    display: none;
  }
  body#index #slider_home_container .slick-dotted.slick-slider {
    margin-bottom: 5vw;
  }
  body#index #slider_home_container .slide_home .titres {
    bottom: 14%;
    gap: 0.8rem;
    align-items: center;
    text-align: center;
  }
  body#index #slider_home_container .slide_home .titres .titre1, body#index #slider_home_container .slide_home .titres .titre2, body#index #slider_home_container .slide_home .titres .lien {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }
  body#index #agenda {
    margin-bottom: 2rem;
  }
  body#index #agenda .evenements .evenement a {
    background-size: 9% auto;
  }
  body#index #agenda .evenements .evenement a .link_picto_plus {
    opacity: 1;
    width: 2%;
  }
  body#index #liens_accueil {
    /* flex-direction: row;
    flex-wrap: wrap;*/
    flex-direction: unset;
    gap: 1rem;
  }
  body#index #liens_accueil a {
    flex-grow: 1;
  }
  body#index #liens_accueil a:first-of-type .images {
    height: 60px;
  }
  #_mobile_liens_lateraux a {
    height: 40px;
    width: 40px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 50%;
  }
  #_mobile_liens_lateraux a .icone {
    -webkit-mask-position: cover;
            mask-position: cover;
    width: 100%;
    height: 100%;
    background-color: rgb(10, 72, 138);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 60%;
            mask-size: 60%;
  }
  #_mobile_liens_lateraux a span {
    display: none;
  }
  .page_content #haut_page #haut_page_background {
    display: none;
  }
  #page_formation_contenu {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  #page_formation_contenu .contenu_gauche_bloc .accordion-item .accordion-button {
    padding-left: 20px;
  }
  #page_formation_contenu .contenu_gauche_bloc .accordion-item .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page_fille #blocs .bloc .row_bloc,
  #page_fille #blocs .bloc .container-sm .row_bloc {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #page_fille #blocs .bloc .row_bloc .bloc_background_image,
  #page_fille #blocs .bloc .container-sm .row_bloc .bloc_background_image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
  #page_fille #blocs .bloc_accroche {
    aspect-ratio: inherit;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 0;
    line-height: 1;
    text-align: center;
  }
  #page_fille #blocs .bloc_accroche .bloc_accroche_background {
    display: none;
  }
  #page_sommaire #bloc_children {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    /*.bloc_child {
        margin-bottom: 1.5rem;
    }*/
  }
  #footer #footer_top_left .links .links_pictos {
    display: none;
  }
  #footer #footer_top_left .links .links_pictos_hover {
    opacity: 1;
    -webkit-mask-position: center;
            mask-position: center;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    margin-bottom: 0;
  }
  #footer #footer_top_left .links .links_picto {
    text-align: center;
  }
  #footer #footer_top_left .links .link_picto_plus {
    opacity: 1;
    width: 30px;
  }
  #footer #footer_top_right #visite_lien {
    aspect-ratio: 2/1;
  }
  #footer #footer_top_right #visite_lien #visite_cercle {
    width: 40%;
  }
  #footer #footer_top_right #visite_lien #visite_cercle #visite_pictos {
    width: 40%;
  }
  #footer #footer_top_right #visite_lien #visite_cercle #visite_pictos #visite_pictohover {
    display: none;
  }
  #footer #footer_reseaux {
    font-size: 2rem;
    line-height: 1;
    /* span {
        display: none;
    }*/
  }
  #footer #footer_bottom .liens_externes {
    max-width: 20vw;
  }
}
@media (max-width: 767.98px) {
  #page_fille #blocs .bloc .row_bloc,
  #page_fille #blocs .bloc .container-sm .row_bloc {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #page_fille #blocs .bloc .row_bloc .bloc_background_image,
  #page_fille #blocs .bloc .container-sm .row_bloc .bloc_background_image {
    margin-top: 1.5rem;
  }
  #actualites .actualite {
    aspect-ratio: 2/1;
  }
  body#index #liens_accueil {
    flex-direction: column;
  }
  body#index #liens_accueil a:first-of-type .images .image, body#index #liens_accueil a:first-of-type .images .image_hover {
    width: 15%;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  body#index #slider_home_container .slide_home {
    aspect-ratio: 2/1.3;
  }
  body#index #slider_home_container .slide_home .titres {
    bottom: 14%;
    /*.titre1 {
        padding-left: 2rem;
        padding-right: 2rem;
        //font-size: 3vw;
    }

    .titre2 {
        padding-left: 2rem;
        padding-right: 2rem;
        //font-size: 3.8vw;
    }*/
  }
}
@media (max-width: 575.98px) {
  #actualites {
    margin-bottom: 2rem;
  }
  #actualites .text-center {
    margin-top: 1rem;
  }
  body#index #agenda .evenements .evenement a {
    background-size: 13% auto;
  }
  body#index #agenda .evenements .evenement a .link_picto_plus {
    width: 3%;
  }
  body#index #content {
    margin-bottom: 2rem;
  }
  body#index #nos_atouts {
    margin-bottom: 2rem;
  }
  body#index #nos_atouts h2 {
    margin-bottom: 1.5rem !important;
  }
  body#index #nos_atouts .slick .slick-list {
    width: 100%;
  }
  body#index #nos_atouts .slick .slide:not(:first-of-type) {
    margin-left: 0;
  }
  body#index #nos_atouts .slick .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
  body#index #nos_atouts .slick .slick-dots li button {
    background-color: rgb(243, 151, 28);
    border-radius: 50%;
    width: 15px;
    height: 15px;
  }
  body#index #nos_atouts .slick .slick-dots li button:before {
    content: inherit;
  }
  body#index #nos_atouts .slick .slick-dots li.slick-active button {
    background-color: rgb(10, 72, 138);
  }
  #page_fille #blocs .bloc .row_bloc,
  #page_fille #blocs .bloc .container-sm .row_bloc {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
  }
  #page_fille #blocs .bloc .row_bloc .bloc_background_image,
  #page_fille #blocs .bloc .container-sm .row_bloc .bloc_background_image {
    width: 80%;
    margin-top: 1.5rem;
  }
  #page_fille #blocs .bloc_accroche {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  #footer #footer_top_right #visite_lien {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #footer #footer_top_right #visite_lien #visite_cercle {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header #menu_bas .dropdown {
    transition: 0.3s;
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .col-20 {
    width: 20% !important;
  }
  body#index #header #logo_background.home {
    height: 150%;
    background-image: url("../images/SVG/Franz_Stock_logo.svg");
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 80% 80%;
  }
  body#index #header #logo_background.home a {
    display: block;
    height: 100%;
  }
  body#index #header #logo_background.home a .logo {
    opacity: 0;
  }
  #header #menu_haut {
    height: 38px;
  }
  #header #menu_haut #menu_bleu {
    gap: 1rem;
  }
  #header #menu_haut #_desktop_menu2 {
    position: relative;
  }
  #header #menu_haut #_desktop_menu2:before {
    content: "";
    display: block;
    border-left: 1px solid rgb(255, 255, 255);
    position: absolute;
    top: 2px;
    left: 0;
    height: 28px;
  }
  #header #menu_haut #_desktop_menu3 {
    height: 100%;
  }
  #header #menu_bas {
    height: calc(100% - 38px);
  }
  #header #menu_bas .navbar {
    height: 100%;
  }
  #header #menu_bas .navbar #offcanvasNavbar {
    height: 100% !important;
  }
  #header #menu_bas .navbar #offcanvasNavbar .offcanvas-body {
    height: 100%;
  }
  #header #menu_bas .navbar #offcanvasNavbar .offcanvas-body .navbar-nav {
    height: 100%;
  }
  #header #menu_bas .navbar #offcanvasNavbar .offcanvas-body .navbar-nav .nav-item {
    height: 100%;
  }
  #header #menu_bas .navbar #offcanvasNavbar .offcanvas-body .navbar-nav .nav-item .nav-link {
    font-weight: 700;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #menu_bas .dropdown-toggle::after {
    content: inherit;
  }
  #header #menu_bas .dropdown {
    transition: 0.3s;
  }
  #header #menu_bas .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  #header #menu_bas .dropdown-menu {
    border-radius: 0px 0px 40px 40px;
    text-align: center;
    box-shadow: 17px 17px 20px rgba(0, 0, 0, 0.16);
    border: 0;
    visibility: hidden;
    transition: 0.3s;
    display: block;
    opacity: 0;
    margin-top: -8px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #header #menu_bas .dropdown-menu::before {
    content: "";
    width: 60%;
    margin-top: -16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: 8px solid rgb(10, 72, 138);
    padding-top: 8px;
  }
  #header #menu_bas .dropdown-menu .dropdown-item {
    font-size: 18px;
    transition: 0.3s;
    padding: 0.8rem;
    line-height: 1;
    font-weight: 700;
  }
  #header #menu_bas .dropdown-menu .dropdown-item:hover, #header #menu_bas .dropdown-menu .dropdown-item:focus {
    color: rgb(243, 151, 28);
    background: transparent;
  }
  #_desktop_liens_lateraux {
    position: fixed;
    right: 0;
    width: 240px;
    top: 66%;
    z-index: 100;
  }
  #_desktop_liens_lateraux a {
    display: flex;
    font-weight: 700;
    padding-left: 33%;
    transition: 0.3s;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 35px 0 0 35px;
    text-decoration: none;
    padding: 0.3rem 1rem;
    position: relative;
    font-size: 1.172rem;
    left: 68%;
    text-align: right;
    align-items: center;
    justify-content: space-between;
  }
  #_desktop_liens_lateraux a .icone {
    width: 50px;
    height: 50px;
    -webkit-mask-size: 35px auto;
            mask-size: 35px auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  #_desktop_liens_lateraux a:first-child {
    background-color: rgb(255, 255, 255);
    margin-bottom: 1rem;
    color: rgb(10, 72, 138);
  }
  #_desktop_liens_lateraux a:first-child .icone {
    background-color: rgb(10, 72, 138);
  }
  #_desktop_liens_lateraux a:last-child {
    background-color: rgb(10, 72, 138);
    color: rgb(255, 255, 255);
  }
  #_desktop_liens_lateraux a:last-child .icone {
    background-color: rgb(255, 255, 255);
  }
  #_desktop_liens_lateraux a:hover {
    left: 0;
  }
  .page_content #haut_page {
    min-height: 300px;
  }
  /*page fille*/
  #page_fille #blocs .bloc .row_bloc .order-lg-1 {
    padding-right: 3rem;
  }
  #page_fille #blocs .bloc .row_bloc .order-lg-2 {
    padding-left: 3rem;
  }
  #footer #footer_bottom .bg-white {
    border-top-left-radius: 40px;
  }
  #footer #footer_bottom .menu_bas2 {
    height: 75%;
  }
  #footer #footer_bottom .row_25 {
    height: 25%;
  }
  #footer #footer_bottom .liens_externes {
    transition: 0.3s;
  }
  #footer #footer_bottom .liens_externes:hover {
    transition: 0.3s;
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .container-sm {
    width: 1100px;
  }
}
@media (min-width: 1400px) {
  .container-md {
    width: 1200px;
  }
  .col-70 {
    width: 70% !important;
  }
  .col-30 {
    width: 30% !important;
  }
}
@media (min-width: 1500px) {
  .container-xl {
    max-width: 1380px;
  }
}/*# sourceMappingURL=responsive.css.map */