@charset "UTF-8";
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .item_element_big_2 .wrapper_big .img_wrapper_left {
    position: relative;
    top: 62px !important;
  }
}
@media (max-width: 991px) {
  .menu-container.mobile {
    width: 100%;
  }
  #menu-desktop {
    display: none;
  }
  #mobile-menu {
    display: block;
  }
  .hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-left: 15px;
    width: 100%;
    height: 43px;
    cursor: pointer;
    z-index: 9998;
    background: #ebebeb;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  .bar,
  .bar:after,
  .bar:before {
    width: 30px;
    height: 3px;
  }
  .bar {
    position: relative;
    transform: translateY(10px);
    background: black;
    transition: all 0ms 300ms;
  }
  .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: black;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: black;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
  }
  .mobile-menu li {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    padding-left: 15px;
  }
  .mobile-menu li:first-child {
    margin-top: 70px;
  }
  .mobile-menu li:hover {
    background: #cccccc;
  }
  .mobile-menu li a {
    text-decoration: none;
    color: black;
  }
  /* Mobiles Menu - Slide IN */
  .mobile-menu {
    top: 0;
    max-width: 100%;
    left: -100%;
    width: 100%;
    background: #ebebeb;
    color: black;
    height: 100%;
    position: fixed;
    z-index: 9997;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 205px);
    -moz-transform: translate3d(0, 0, 205px);
    transform: translate3d(0, 0, 205px);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .mobile-menu.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  /* Mobiles Menu - Dropdown Submenu */
  .has-children:hover {
    cursor: hand;
  }
  .children {
    display: none;
  }
  .mobile-menu .children li:first-child {
    margin-top: 0px;
  }
  .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: black;
    top: 5px;
    right: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
  }
  .icon-arrow:after {
    content: "▼";
  }
  .icon-arrow.open {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
  }
  .hamburger-menu {
    display: flex;
    justify-content: space-between;
    min-height: 54px;
    align-items: center;
    height: 50px !important;
    background: #fff;
    padding-top: 0;
  }
  .hamburger-menu > div {
    display: flex;
    gap: 0 20px;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
  }
  .hamburger-menu > div div#searchIcon {
    display: block !important;
  }
  .left-burger img {
    width: 48px;
    height: 32px;
  }
  .bar.animate:after {
    top: -5px;
  }
  .bar.animate:before {
    bottom: 5px;
  }
  .bar {
    position: relative;
    top: -7px;
  }
  .right-burger button {
    background: #FFEB7A;
    border: 0;
    border-radius: 7px;
    padding: 5px 12px;
    color: #042F52;
    text-align: center;
    font-family: "Lato";
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .menu-container.mobile .back-btn {
    background: #017EB5;
    display: block;
    align-items: center;
    padding: 20px;
    margin-top: 17px;
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    align-content: center;
  }
  .menu-container.mobile .arrow_white_left {
    float: left;
  }
  .mobile-menu li:first-child {
    margin-top: 15px;
  }
  .showing___search .mobile-menu-search,
  .showing___search .mobile-menu-search > div {
    display: block !important;
  }
  .showing___search .menu-container.mobile {
    display: none;
  }
  .bar-search.showing___search_1 {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .bar-search {
    top: 0;
    max-width: 100%;
    left: -100%;
    width: 100%;
    background: #ebebeb;
    color: black;
    height: 100%;
    position: fixed;
    z-index: 9997;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 205px);
    -moz-transform: translate3d(0, 0, 205px);
    transform: translate3d(0, 0, 205px);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .bar-search.showing___search_1 .mobile-menu-search.d-none,
  .bar-search.showing___search_1 .mobile-menu-search.d-none > div {
    display: block !important;
    position: relative;
  }
  .mobile-menu.showing___search.active .menu-container.mobile {
    display: block;
  }
  .bar-search.showing___search_1 .mobile-menu-search.d-none > div {
    opacity: 1;
  }
  .bar-search.showing___search_1 {
    background: #0F4376;
  }
  .menu-container.mobile {
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    border-radius: 0;
  }
  .footer {
    background: #B8D1EC;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 0 !important;
  }
  .search-box.d-none.d-lg-block.openSearch {
    margin: auto;
    width: 90%;
    right: auto;
    max-width: 100%;
    margin-top: 20px;
    transform: initial;
  }
  span.country {
    bottom: 20px;
    left: 46px;
    color: #042F52;
    font-family: "Lato";
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-left: 12px;
  }
  header .nav .search-icon {
    color: #004278;
    font-size: 20px;
    cursor: pointer;
    width: 28px;
    height: 28px;
  }
  .global-search a.btn.btn-block.jaune {
    line-height: normal;
    display: block;
    background-color: #B8D1EC;
    position: relative;
    top: 27px;
    width: 150px;
    margin-left: 25%;
    color: #042F52;
    text-align: center;
    font-family: "Lato";
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  header .nav .search-box {
    pointer-events: auto !important;
  }
  .block-histoire .swiper-pagination .swiper-slide {
    font-size: 30px !important;
    margin: auto !important;
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0F4376;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .block-histoire .swiper-pagination-slider .swiper-wrapper {
    justify-content: center;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    gap: 0 0;
    position: relative;
    right: 0;
    left: 45px !important;
    margin: auto;
    margin-right: 0;
    width: 100% !important;
  }
  .block-histoire .swiper-pagination .swiper-slide {
    padding: 0;
    border-radius: 0;
    width: auto;
    text-align: center;
    font-size: 20px;
    color: #004278;
    opacity: 1;
    background: inherit;
    height: auto;
    color: transparent;
    -webkit-text-stroke: 4px #004278;
    font-size: 90px !important;
    text-align: center;
    margin: 0 35px 0 0 !important;
    font-weight: 900;
    line-height: normal;
    left: 0;
    right: 0;
    width: 33% !important;
  }
  .block-histoire .swiper-pagination .swiper-slide.swiper-slide-active {
    color: #004278;
    font-weight: bold;
    background: linear-gradient(to right, #FFEB7A 100%, #FFEB7A 100%);
    width: auto !important;
    font-size: 45px !important;
  }
  .block-histoire .swiper-pagination .swiper-slide {
    font-size: 30px !important;
    margin: auto !important;
    text-align: center;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #0F4376;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
  }
  .bannier-home {
    height: auto;
    max-height: 100%;
    margin-top: 3%;
  }
  .content-banniere {
    max-width: 80%;
  }
  .block-chiffres .d-flex {
    flex-wrap: wrap;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px 0 !important;
    justify-content: center !important;
  }
  .block-accordeon-content .col-3 {
    width: 100% !important;
  }
  .btns-secteur .btn-secteur.d-flex.flex-column {
    width: 23%;
  }
  .btns-secteur .row.btn-secteurs {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btns-secteur img {
    width: 100%;
    height: 70px;
    width: 70px;
  }
  .btn-secteur a span {
    font-size: 14px;
    height: 69px;
    display: block;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  section.btns-secteur.justify-content-center.pb-3 {
    padding: 0 15px;
  }
  .bannier-home {
    padding-bottom: 40px;
  }
  .size_header .content-banniere .field--name-field-titre-body .field__item {
    margin-top: 20%;
  }
  .size_header h1 span {
    color: #FFEA7A;
    font-size: 50px;
    line-height: 60px;
  }
  .size_header h1 br {
    display: none;
  }
  .block-nos-actu {
    background: linear-gradient(0deg, #FFF 60%, #FFEB7A 50%, #FFEB7A 50%);
    margin-bottom: 5%;
  }
  .block-nos-actu .slider-actu {
    padding: 9px 7px 15px;
  }
  .btns-secteur .btn-secteur.d-flex.flex-column {
    width: 23%;
  }
  .btns-secteur .row.btn-secteurs {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btns-secteur img {
    width: 100%;
    height: 70px;
    width: 70px;
  }
  .btn-secteur a span {
    font-size: 14px;
    height: 69px;
    display: block;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .btns-secteur p {
    padding-top: 11px;
  }
  .block-nos-angagement .btn-secteur {
    width: 32%;
  }
  .block-nos-angagement {
    padding: 0 15px;
  }
  .block-cols {
    padding: 0 20px;
  }
  .block-cols .left {
    flex-direction: column;
  }
  .block-chiffres .d-flex {
    margin: auto;
  }
  section.block-nos-actu.block-offres.mb-4.pt-4 > .title-with-button {
    flex-direction: row;
    justify-content: space-between;
  }
  section.block-nos-actu.block-offres.mb-4.pt-4 > .title-with-button h2 {
    width: 68%;
  }
  section.block-nos-actu.block-offres.mb-4.pt-4 > .title-with-button .arrows {
    width: 27%;
    justify-content: right;
  }
  .block-nos-actu.block-offres {
    padding: 40px 20px 0 20px;
  }
  .block-nos-actu.block-offres .slider-offres {
    margin-top: 30px;
  }
  .block-cols .right {
    flex-direction: column;
  }
  .block-nos-actu .button-with-icon {
    margin: auto;
    margin-top: 10%;
  }
  .col-12.gap-3.d-flex.block-profil.\.rounded-circle {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .block-nos-actu .button-with-icon {
    padding: 0 40px;
  }
  .ctn-body.has-left-hooks {
    width: 82%;
    display: block;
    margin: auto;
  }
  .ctn-body .field__item h2 {
    padding: 0px;
    font-size: 20px;
  }
  .ctn-body .field__item > h2 + p {
    padding: 0px;
  }
  span.right-hooks {
    position: relative;
    right: -25px;
  }
  section.block-cols.container.container-fluid.pt-5 {
    padding-bottom: 30px;
  }
  section.block-cols.container.container-fluid.pt-5 {
    padding-top: 15px !important;
  }
  .block-ns-trouver .map {
    gap: 30px 0;
  }
  .block-ns-trouver .map .list {
    order: 2;
    flex-basis: 100%;
  }
  .block-ns-trouver .map .img {
    order: 1;
    flex-basis: 100%;
  }
  .news-listing .row .row > div:first-child {
    display: none;
  }
  .list_news .views-row:first-child .card .row > div {
    width: 100%;
  }
  .contact-presse {
    padding-top: 40px;
    margin: 0 10px;
  }
  .contact-presse .nom {
    font-size: 15px;
  }
  .contact-presse h2 {
    font-size: 18px;
  }
  .contact-presse ul li {
    margin-bottom: 0.4em;
    font-size: 13px;
  }
  .contact-presse ul {
    padding-left: 30px;
  }
  .container.list_news > .row {
    padding-bottom: 30px;
  }
  .list_news .btn--news {
    display: none;
  }
  .banner--hight .news-listing__header.row {
    min-height: 95px;
  }
  .news-listing__header .news-listing__title {
    font-size: 25px;
    margin-left: 0;
    display: inline;
  }
  .news-listing__header .news-listing__title br {
    display: none;
  }
  .news-listing > div {
    margin-bottom: 15px;
    padding: 3% 9%;
    overflow: hidden;
  }
  .list_news .tags-with-date {
    margin-bottom: 12px;
    align-items: center;
    gap: 0 10px;
  }
  .list_news span.cat {
    padding: 5px 9px;
    height: auto;
    font-size: 12px;
  }
  .list_news span.date-cat {
    font-size: 12px;
    padding-bottom: 0px;
  }
  .list_news .p-3 {
    padding: 0.3rem !important;
  }
  .news-listing .text-center.infinity-sc a {
    background: #b8d1ec;
    color: #042F52;
    font-size: 15px;
    padding: 9px 18px;
  }
  .news-listing h6.card-title {
    font-size: 15px;
    line-height: normal;
  }
  .field--name-field-summary {
    font-size: 12px;
    color: #042F52;
    line-height: normal;
  }
  .paragraph--markup.jaune .text-align-center {
    text-align: center !important;
    font-size: 25px !important;
    padding: 7% 10% !important;
  }
  .paragraph--markup.jaune .text-align-center br {
    display: none;
  }
  .strategie-wrapper {
    margin-bottom: 10%;
  }
  .strategie .step .bg-blue-middle {
    height: auto;
  }
  .strategie .step .bg-blue-middle .text {
    padding: 0 24% 6%;
  }
  .bannier-small .row {
    justify-content: space-evenly !important;
  }
  .bannier-small .col-6 h2 span {
    font-size: 20px;
  }
  .links .title-bloc {
    margin-bottom: 10px;
  }
  .links .links-container .button-blue-dark {
    padding: 8px 16px;
  }
  .block-cols ul {
    margin-bottom: 10px !important;
  }
  .block-cols ul li {
    font-size: 15px;
    color: #0F4376;
  }
  section.bannier-small.doc {
    height: 95px;
    margin-top: 8%;
  }
  section.bannier-small.doc .title {
    font-size: 25px;
  }
  .sii-documentation-filter-form {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .sii-documentation-filter-form .form-item-total .placeholder {
    font-size: 45px;
  }
  .sii-documentation-filter-form .form-item-total span {
    font-size: 16px;
  }
  .sii-documentation-filter-form .filtre_mobile {
    display: grid;
    justify-items: center;
    justify-content: space-around;
  }
  .sii-documentation-filter-form .form-item-category {
    width: 50%;
  }
  .sii-documentation-filter-form .form-markup {
    font-size: 12px;
    margin-right: 5%;
  }
  .sii-documentation-filter-form .js-multiple-select {
    font-size: 11px;
    padding: 6px 30px 6px 8px;
  }
  .sii-documentation-filter-form .js-multiple-select .ms-choice > span {
    font-size: 11px;
  }
  .sii-documentation-filter-form .container_doc {
    max-width: 340px;
  }
  .documentation svg {
    width: 18px;
    height: 23px;
  }
  .documentation .documentation__container {
    padding: 1% 2% 16% 8%;
  }
  .documentation .documentation__container .document {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .documentation .documentation__container .document .first_col_doc {
    align-items: flex-start;
  }
  .documentation .documentation__container .document .first_col_doc .document__name {
    font-size: 13px;
    padding-left: 6px;
  }
  .documentation .documentation__container .document .document__type {
    padding: 4px 6px;
  }
  .documentation .documentation__container .document .document__category {
    display: none;
  }
  .documentation .documentation__container .document .document__date, .documentation .documentation__container .document .document__size {
    font-size: 12px;
    margin-left: 40px;
    text-align: left;
  }
  .documentation .documentation__container .document .document__open {
    padding: 10px 12px;
    margin: 5% auto 1%;
    flex: unset;
  }
  .documentation .documentation__load-more {
    font-size: 15px;
    padding: 5px 10px;
  }
  #sii-documentation-filter-form .form-item-total {
    padding-right: 20px;
  }
  #sii-documentation-filter-form .d-flex {
    align-items: center;
    margin-bottom: 5px;
    width: 100%;
    justify-content: unset !important;
  }
  #sii-documentation-filter-form .form-wrapper {
    display: flex;
    margin: 0 8%;
  }
  .block-evenements .desc-video-in-block span {
    font-size: 13px;
  }
  .video-in-block img.w-auto.icone-play-video {
    width: 60.817px !important;
    height: 60.817px !important;
  }
  #page-7823 .bannier-small h1 {
    width: 100%;
  }
  #page-7823 .item-slider-expertise-audit .col:first-of-type {
    width: 240px;
  }
  #page-7823 .item-slider-expertise-audit h4 {
    margin-top: 4%;
    font-size: 25px;
  }
  .block-accordeon-content h2 {
    padding: 0px !important;
  }
  .block-accordeon-content .accordion-button {
    align-items: flex-start;
  }
  .block-accordeon-content .accordion-body ul {
    padding: 0px;
  }
  .block-accordeon-content .accordion-body ul li strong {
    font-weight: 900;
  }
  .block-accordeon-content .accordion-body {
    margin: 0% !important;
  }
  .block-evenements .title-bloc {
    padding: 1%;
  }
}

/*# sourceMappingURL=mobile-page.css.map */
