@font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light'), url('../fonts/gilroy/Gilroy-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium'), url('../fonts/gilroy/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-SemiBold'), url('../fonts/gilroy/Gilroy-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular'), url('../fonts/gilroy/Gilroy-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold'), url('../fonts/gilroy/Gilroy-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-ExtraBold'), url('../fonts/gilroy/Gilroy-ExtraBold.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy'), url('../fonts/gilroy/Gilroy-Heavy.woff') format('woff');
}


body {
    font-family: 'Gilroy-Regular', sans-serif !important;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background: #f3f3f3;
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3 {
    font-family: 'Gilroy-Bold', sans-serif;
}

h4,
h5 {
    font-family: 'Gilroy-SemiBold';
}

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

.icon-bar {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    display: block;
    background: #C2CEE1;
}

.navigation {
    background: linear-gradient(90deg, #003382 9.13%, #1200AA 80.1%, #5F0FE1 136.9%);
    box-shadow: 0px 0px 10px 0px #00245B;
    color: #C2CEE1;
    padding: 10px 0;
    box-shadow: 0 0 10px #00245B;
    position: relative;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    animation: smoothScroll 0.6s forwards;
}
.fixed-navigation {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
  }
  

@keyframes smoothScroll {
    0% {
        transform: translateY(-90px);
    }

    100% {
        transform: translateY(0px);
    }
}


.navigation a.navbar-brand svg {
    height: 40px;
}

.navigation a.navbar-brand svg path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation a.navbar-brand:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation nav .nav-item .nav-link.btn {
    color: #f7bc31;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation nav .nav-item .nav-link.btn:hover {
    font-weight: 400 !important;
    font-style: italic !important;
}

.navigation nav .nav-item .nav-link {
    color: #C2CEE1;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

.navigation nav .nav-item .nav-link:hover,
.navigation nav .nav-item .nav-link.active {
    color: #f7bc31;
    font-weight: 700;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navigation a.navbar-brand svg {
    height: 40px;
}

.navigation a.navbar-brand svg path {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation a.navbar-brand:hover {
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation nav .nav-item .nav-link.btn {
    color: #f7bc31;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navigation nav .nav-item .nav-link.btn:hover {
    font-weight: 400 !important;
    font-style: italic !important;
}

/* L'état du bouton hamburger transformé */
.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

@media all and (max-width: 767px) {
    .navbar-toggler {
        position: absolute;
    }

    a.navbar-brand {
        margin: auto;
    }

    .navbar-nav .nav-login {
        margin: 0px;
    }

    navbar-nav.nav-item {
        margin-left: 0px;
    }

    .navbar .nav-item .dropdown-menu {
        position: absolute;
    }

    .navigation nav .nav-item .nav-link {
        padding: 6px !important;
    }
}
.modal-body .dropdown-item {
    white-space: normal !important;
}
.title-menu {
    font-family: Gilroy-Bold;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #274392;
}

.node-share a.a2a_button_facebook,
.node-share a.a2a_button_twitter {
    display: none;
}
.node-share-bottom a.a2a_button_linkedin {
    display: none;
}

#edit-actions-submit,
.btn_secondary_new {
    font-family: 'Gilroy-Mediun', sans-serif;
    background: #F8BD31 !important;
    border-radius: 40px !important;
    color: #fff !important;
    padding: 15px 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    border: none !important;
    box-shadow: none !important;
}

#edit-email {
    padding: 11px;
    height: auto;
    max-width: 300px;
    display: block;
    background: #FFFFFF !important;
    border: 1px solid #909090 !important;
    border-radius: 35px;
    color: #828282 !important;
    padding-left: 30px;
    font-size: 18px;
    font-family: 'Gilroy-Regular', sans-serif;
}

.btn_secondary_new:hover {
    background: #E0A61C;
    color: #003382 !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0);
}

.navbar .nav-item .dropdown-menu {
    background: #ffffff;
    color: #00245b;
    width: max-content;
    box-shadow: 0 4px 20px #00000040;
    border-radius: 10px;
    min-width: 800px;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.menu-container {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.navigation .menu-item {
    text-align: left;
    width: 30%;
}

.navigation .menu-item h5 {
    color: #1e3c72;
    margin-bottom: 15px;
    font-family: Gilroy-Bold;
}

.navigation .menu-item ul {
    list-style-type: none;
    padding: 0;
}

.navigation .menu-item ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #1e3c72;
}

.navigation .menu-item ul li img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}
.article-image img {
    width: 100%;
    height: auto;
}
.articles #block-getlooka-webform {
    max-width: 550px;
    margin-bottom: 60px;
}

#edit-processed-text h3 {
    max-width: 500px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #274392;
}

#edit-processed-text p {
    color: #003382;
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 600px;
}

.js-form-wrapper.d-flex {
    align-items: center;
    gap: 20px;
}

#block-getlooka-views-block-articles-block-article .un-article {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px !important;
    overflow: hidden;
}

#block-getlooka-views-block-articles-block-article .un-article .article-infos {
    padding: 35px;
}

.node__content {
    text-align: justify;
}

.node__content img {
    margin-bottom: 20px;
}

.node__content img.align-left {
    margin-right: 20px;
}

.view-display-id-block_related_post .article-category a,
.path-taxonomy .views-element-container .un-article .article-category a,
.articles .article-category a,
.articles .views-field-field-categorie-article a {
    padding: 5px 15px;
    display: inline-block;
    background: #F8BD31;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    width: fit-content;
}
.view-display-id-block_related_post .article-category,
.path-taxonomy .views-element-container .un-article .article-category,
.articles .article-category {
    position: absolute;
    top: -15px;
}

#block-getlooka-views-block-articles-block-article {
    margin-bottom: 60px;
}

#block-getlooka-views-block-articles-block-article .un-article .views-field-title a {
    font-size: 24px;
    line-height: 1.3;
    color: #274392;
    margin-top: 15px;
    font-family: 'Gilroy-SemiBold', sans-serif;
    display: block;
}

#block-getlooka-views-block-articles-block-related-post .views-view-responsive-grid__item-inner .views-field-fieldset .field-content .un-article,
#block-getlooka-views-block-articles-block-related-post .views-view-responsive-grid__item-inner .views-field-fieldset .field-content,
#block-getlooka-views-block-articles-block-related-post .views-view-responsive-grid__item-inner .views-field-fieldset,
#block-getlooka-views-block-articles-block-related-post .views-view-responsive-grid__item-inner,
#block-getlooka-views-block-articles-block-articles .views-view-responsive-grid__item-inner .views-field-fieldset .field-content .un-article,
#block-getlooka-views-block-articles-block-articles .views-view-responsive-grid__item-inner .views-field-fieldset .field-content,
#block-getlooka-views-block-articles-block-articles .views-view-responsive-grid__item-inner .views-field-fieldset,
#block-getlooka-views-block-articles-block-articles .views-view-responsive-grid__item-inner {
    height: 100%;
    display: block;
}

.path-taxonomy .views-element-container .un-article h5 a,
#block-getlooka-views-block-articles-block-related-post .un-article .article-infos h5 a,
#block-getlooka-views-block-articles-block-articles .un-article .article-infos h5 a {
    font-size: 18px;
    color: #212529;
    margin-top: 15px;
    font-family: 'Gilroy-Bold', sans-serif;
    display: block;
    line-height: 24px;
    margin-bottom: 10px;
}
.path-taxonomy .views-element-container .un-article .article-infos,
#block-getlooka-views-block-articles-block-related-post .un-article .article-infos,
#block-getlooka-views-block-articles-block-articles .un-article .article-infos {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

#block-getlooka-views-block-articles-block-related-post .un-article .article-infos .views-field-fieldset-1,
#block-getlooka-views-block-articles-block-articles .un-article .article-infos .views-field-fieldset-1 {
    margin-top: auto;
}
.path-taxonomy .views-element-container .un-article,
#block-getlooka-views-block-articles-block-related-post .un-article,
#block-getlooka-views-block-articles-block-articles .un-article {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    height: 100%;
    overflow: hidden;
}
.view-display-id-page_taxonomy_feed .feed-icons {
    display: none;
}
.path-taxonomy .page-title {
    margin: 20px 0 40px;
}
.article-head hr {
    margin: 40px 0;
}

.un-article .views-field-body {
    font-size: 16px;
    line-height: 1.5;
    color: #010101;
    margin-top: 10px;
}

.un-article img {
    max-width: 100%;
    height: auto;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.un-article:hover img {
    transform: scale(1.1);
}

.un-article .ecrit-par-le {
    font-family: 'Gilroy-Regular', sans-serif;
    font-size: 12px;
    line-height: 22px;
    margin: 0 !important;
    color: #6c757d;
    display: flex;
    gap: 10px;
    margin-top: auto !important;
    padding-top: 10px;
}
#related_post {
    padding: 80px 0 40px 0;
}
#related_post h2 {
    margin-bottom: 30px;
    font-family: 'Gilroy-SemiBold';
    font-size: 36px;
    color: #274392;
    text-align: center;
}

.avatar img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    object-fit: cover;
}
.bread a {
    color: #3c3c3c;
    font-family: 'Gilroy-Medium', sans-serif;
    display: block;
    margin: 20px 0 35px;
}
.bread img {
    height: 16px;
    width: auto;
    padding-right: 10px;
}
#block-getlooka-content .page-title {
    max-width: 650px;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: 'Gilroy-SemiBold', sans-serif;
}

.category .field--name-field-categorie-article {
    margin: 0 10px 0 0;
    font-weight: inherit;
    display: inline-block;
    color: #707070;
    border: solid 1px #00000029;
    padding: 5px 15px;
    border-radius: 25px;
}

.node-meta-share {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.node-meta-share .node-meta {
    gap: 15px;
    align-items: center;
}


.switchlanguage {
    position: relative;
    display: flex;
    height: 32px;
    width: 90px;
    border-radius: 0.25em;
    text-align: right;
    padding-right: 13px;
}

.switchlanguage::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    background-color: #34495e;
    transition: .25s all ease;
    pointer-events: none;
}

.switchlanguage::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: url('../img/arrow-down-white.svg') no-repeat left center;
    background-size: 8px 7px;
    z-index: -1;
}

.switchlanguage .form-control {
    background: transparent !important;
    border: none;
}

.switchlanguage select {
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 20px 0px 5px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    text-align: right;
    text-transform: uppercase;
    border: none !important;
}

.switchlanguage.lang-fr::before {
    content: '';
    position: absolute;
    background: url('../img/fr.svg') no-repeat left center;
    background-size: 30px 24px;
    left: 0;
    top: 2px;
}

.switchlanguage.lang-en::before {
    content: '';
    position: absolute;
    background: url('../img/en.svg') no-repeat left center;
    background-size: 30px 24px;
    left: 0;
    top: 2px;
}

.switchlanguage:hover::after {
    color: #f39c12;
}

.navbar-primary .switchlanguage select {
    color: #fff;
}

.navbar-primary .switchlanguage::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 15px;
    width: 12px;
    height: 12px;
    background: url('../img/arrow-down-white.svg') no-repeat left center;
    background-size: 8px 7px;
    z-index: -1;
}
.pagination {
    justify-content: center;
    margin-top: 40px;
}
.pagination .page-link {
    padding: 10px 15px;
    margin-left: 5px;
    border-radius: 6px;
    color: #274492;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #274492;
    border-color: #274492;
}



footer {
    padding: 0;
    background: #f7f7f7;
    color: #707070;
    font-size: 13px;
}

footer .widget h6 {
    font-weight: 600;
}

footer .widget li a {
    display: block;
    padding: 5px 0;
}

footer a {
    color: #707070;
    cursor: pointer;
}

footer .copyright p {
    font-size: 13px;
}

footer .nav-item a.nav-link.active {
    border-bottom: 2px solid #274392;
}

footer .nav-item a.nav-link:hover,
.nav-item a.nav-link.active {
    color: #274392;
}

footer .nav-item a.nav-link {
    color: #000;
}

footer .bg_jaune {
    background: #F8BD31;
    padding: 40px 0 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

footer .bg_jaune p {
    margin-bottom: 1rem !important;
}

footer ul {
    gap: 30px;
}

footer ul li {
    list-style: none;
}

footer .terms-policy img {
    height: 24px;
    width: auto;
}

footer .terms-policy a {
    padding: 5px 20px;
    text-decoration: none;
}