@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-primary: #0048B4;
    --color-primary-hover: #0366a8;
    --color-secondary: #00A676;
    --color-white: #fff;
}

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333333;
}

.btn {
    padding: 12px 30px;
    font-weight: 500;
}

.btn-primary {
    background: var(--color-primary);
    color: var(--color-white);
    border-color: var(--color-primary);
}

.btn-primary:hover {
    background: var(--color-primary-hover);
    color: var(--color-white);
    border-color: var(--color-primary-hover);
}

.btn-white {
    background: var(--color-white);
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-white:hover {
    background: var(--color-white);
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-secondary {
    background: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary);
}

.btn-secondary:hover {
    background: var(--color-white);
    color: var(--color-secondary);
    border-color: var(--color-white);
}

h2.block-title {
    font-size: 40px;
    margin-bottom: 40px;
}

.form-select,
.form-control {
    padding: 10px 15px;
    font-size: 16px;
}

.form-item label {
    margin-bottom: 5px;
    font-weight: 600;
}

.gap-30 {
    gap: 30px !important;
}

.text-primary {
    color: var(--color-primary) !important;
}

p.block-subtitle {
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 1px;
}

.navbar {
    padding: 15px 0;
}

header .navbar-nav .nav-link {
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #333333;
    padding: 10px 15px !important;
    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;
}

header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link.active {
    color: var(--color-secondary);
}

.navbar .region-nav-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.language-switcher-language-url ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 0;
}

.language-switcher-language-url .language-link {
    display: block;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    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;
}

.language-switcher-language-url .language-link[hreflang="fr"] {
    background-image: url('../images/fr.svg');
}

.language-switcher-language-url .language-link[hreflang="en"] {
    background-image: url('../images/en.svg');
}

.language-switcher-language-url .language-link[hreflang="de"] {
    background-image: url('../images/de.svg');
}

.language-switcher-language-url .language-link:hover,
.language-switcher-language-url .language-link.is-active {
    opacity: 1;
}

/******************/
/** slide **/
#slide .item {
    height: 700px;
    position: relative;
}

#slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slide .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

#slide .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
    max-width: 700px;
}

#slide .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: var(--color-white);
}

#slide .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: var(--color-white);
}

#slide .item .cover .header-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: var(--color-white);
}

#slide .item .cover .header-content a.btn {
    margin-left: 0;
}

#slide .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#slide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#slide .owl-item.active h4,
#slide .owl-item.active a,
#slide .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#slide .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#slide .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

#slide .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: var(--color-white);
}

#slide .owl-nav .owl-prev:focus {
    outline: 0;
}

#slide .owl-nav .owl-prev:hover {
    background: #000 !important;
}

#slide .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

#slide .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: var(--color-white);
}

#slide .owl-nav .owl-next:focus {
    outline: 0;
}

#slide .owl-nav .owl-next:hover {
    background: #000 !important;
}

#slide:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#slide:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/******************/
#aboutus,
#services {
    padding: 110px 0;
    background: #F6FBFF;
    position: relative;
}

#activites {
    padding: 110px 0;
    background: #ffffff;
    position: relative;
}

#services .services {
    position: relative;
    z-index: 1;
}

#services .services::before {
    position: absolute;
    content: '';
    background: url('../images/pattern-1.svg') no-repeat top right;
    background-size: 80%;
    height: 310px;
    width: 260px;
    top: -80px;
    right: 0;
}

#services::after {
    position: absolute;
    content: '';
    background: url('../images/blue-bg-bottom.svg') no-repeat;
    background-size: 100%;
    height: 300px;
    width: 100%;
    bottom: 0;
}

#services .un-service {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 30px #0000001a;
    display: flex;
    gap: 20px;
}

#services .un-service .views-field-view-node a {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
    position: relative;
}

#services .un-service .views-field-field-icone {
    height: fit-content;
    padding: 15px;
    border-radius: 6px;
    background: #EFF7FD;
}

#services .un-service .views-field-title a {
    color: #061C3D;
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

#services .un-service .views-field-body {
    color: #42526B;
    font-weight: 300;
}

.une-activite {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px #0000002e;
}

.une-activite .meta {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #E9EFF4;
    display: none;
}

.une-activite .views-field-created,
.une-activite .views-field-uid {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}

.une-activite .views-field-created::before,
.une-activite .views-field-uid::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 20px;
    left: 0;
    top: 0;
}

.une-activite .views-field-uid::before {
    background: url('../images/user.svg') no-repeat center center;
    background-size: 100%;
}

.une-activite .views-field-created::before {
    background: url('../images/calendar.svg') no-repeat center center;
    background-size: 100%;
}

.une-activite .views-field-title a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
}

.une-activite .meta-and-content {
    padding: 20px;
}

#contactform {
    padding: 110px 0;
    background: #F6FBFF;
    position: relative;
}

#contactform .contactform {
    position: relative;
    z-index: 1;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px #00000017;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

body.path-contact .contact_infos .btn {
    display: none;
}

.webform-submission-contact-form #edit-processed-text {
    text-align: center;
    color: var(--color-white);
}

#title-breadcrumb {
    height: 300px;
    background: url('../images/bg-breadcrumb-min.jpg') no-repeat center center;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    background-size: cover;
}

.path-contact #title-breadcrumb {
    margin-bottom: 0;
}

.breadcrumb .breadcrumb-item::before,
.breadcrumb .breadcrumb-item {
    color: var(--color-white);
}

.breadcrumb .breadcrumb-item a {
    color: var(--color-secondary);
    font-weight: 600;
    text-decoration: none;
}

#title-breadcrumb h1 {
    color: var(--color-white);
    font-weight: 600;
}

#title-breadcrumb ol.breadcrumb {
    justify-content: center;
}

.ck-widget.row {
    align-items: center;
}

/*.ck-widget.row img {
    margin: 50px;
    max-height: 400px;
    width: auto;
}*/
.ck-widget.row img {
    margin: 10px;
    width: 100%;
    height: auto;
}

#block-meweptaah-views-block-partenaires-block-partenaire h2.block-title {
    text-align: center;
}

#block-meweptaah-views-block-partenaires-block-partenaire .views-view-responsive-grid--horizontal {
    margin-bottom: 50px;
}

#block-meweptaah-views-block-partenaires-block-partenaire .views-view-responsive-grid--horizontal .views-field-field-logo {
    text-align: center;
}

#block-meweptaah-views-block-partenaires-block-partenaire .views-view-responsive-grid--horizontal .views-field-field-logo img {
    max-height: 80px;
    width: auto;
    margin: auto;
}

.view-display-id-page_activites .view-header {
    max-width: 600px;
    margin-bottom: 40px;
}

.view-services .un-service {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 30px #0000001a;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.view-services .un-service .service-content {
    padding: 20px 30px;
}

.view-services .un-service .views-field-title a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
    font-family: "Arsenal", sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.view-services .un-service .views-field-view-node a {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--color-primary);
    font-weight: 700;
    text-decoration: none;
    width: fit-content;
    position: relative;
}

#contact_infos {
    padding: 100px 0;
    background: #1B75BA;
    color: var(--color-white);
}

#contact_infos .ck-widget.row img {
    margin: 0;
    max-height: 400px;
    width: auto;
    margin-right: 20px;
}

#contact_infos .intro {
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px;
}

#contact_infos .intro h6 {
    margin-bottom: 3px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-white);
}

#contact_infos .intro h1 {
    color: var(--color-white);
}
#additional_blocks {
    margin-top: 50px;
}







.footer_rs img {
    height: 18px;
    width: auto;
}

footer.footer {
    position: relative;
    color: var(--color-white);
    padding: 80px 0 0 0;
    background: #161717a6 url('../images/bg-footer.jpg');
    border-top: solid 8px var(--color-secondary);
}

.footer_copyright {
    background: #000;
}

.footer_copyright,
.footer_widgets {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    font-size: 14px;
}

footer.footer::before {
    position: absolute;
    content: '';
    width: 100%;
    background: url('../img/circles-pattern-w.svg') no-repeat center top 30px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

footer .navbar-nav a.nav-link {
    padding: 10px 20px !important;
    color: #b2b2b2;
    font-size: 16px;
    font-weight: initial;
    line-height: normal;
    position: relative;
}

footer .navbar-nav a.nav-link::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--color-secondary);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    left: 3px;
    top: 16px;
}

.footer_widgets {
    position: relative;
    z-index: 2;
}

.footer_newsletter {
    padding: 10px 30px;
    border-radius: 20px;
}

.footer_newsletter h5,
.footer_menus h5 {
    font-size: 28px;
    color: var(--color-white);
}

.footer_newsletter h3 {
    color: var(--color-white);
}

.footer_newsletter p {
    margin-bottom: 0;
}



/******************/
/** Back to top **/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(27, 117, 186, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: url('../images/arrow-up.svg');
    text-align: center;
    line-height: 40px;
    color: var(--color-primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--color-primary);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/*****************/
/** Responsive ***/
/*****************/

@media screen and (max-width: 575px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #services .un-service {
        flex-wrap: wrap;
    }
    #slide .item .cover .header-content {
        padding: 30px;
    }
    #slide .item .cover .header-content h1 {
        font-size: 36px;
    }
}
