/*
Theme Name: The Friends - News
Description: Inside Web - thème
Version: 1.0.0
Author: Inside Web
Author URI: https://www.insideweb.be
*/
@import url("https://use.typekit.net/udi4khk.css");
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300;400;500;600;700;900&family=Outfit:wght@300;400;500;600&family=Source+Serif+4:opsz@8..60&display=swap');

/*===========================
  COMMON css
===========================*/
:root {
    --aktiv: 'aktiv-grotesk', sans-serif;
    --lexend: 'Lexend Deca', sans-serif;
    --kepler: 'kepler-std', sans-serif;
    --area: 'area-normal', sans-serif;
    --outfit: 'Outfit', sans-serif;
    --source: 'Source Serif 4', serif;
    --red: #f91947;
    --light-red: #fee8ed;
    --primary: #155bd5;
    --primary-dark: #1c3ab6;
    --primary-light: #e2f1ff;
    --accent: #00d4d7;
    --accent-dark: #00bac1;
    --accent-light: #dff9f8;
    --success: #13d527;
    --success-dark: #00ae11;
    --success-light: #eafbe7;
    --secondary: #8f15d5;
    --secondary-dark: #6013c7;
    --secondary-light: #f4e5fa;
    --info: #15b2d5;
    --info-dark: #0f8ca8;
    --info-light: #e0f5fa;
    --caution: #dbbb25;
    --caution-dark: #d58f15;
    --caution-light: #fbf9e4;
    --error: #e6185e;
    --error-dark: #bf1257;
    --error-light: #fce4eb;
    --black: #1d1d1d;
    --dark-1: #2d2d2d;
    --dark-2: #4d4d4d;
    --dark-3: #6d6d6d;
    --gray-1: #8d8d8d;
    --gray-2: #adadad;
    --gray-3: #cdcdcd;
    --gray-4: #F7F5F5;
    --light-1: #efefef;
    --light-2: #f5f5f5;
    --light-3: #fafafa;
    --white: #ffffff;
    --gradient-1: linear-gradient(180deg, #155bd5 0%, #1c3ab6 100%);
    --gradient-2: linear-gradient(180deg, #155bd5 13.02%, #00d4d7 85.42%);
    --gradient-3: linear-gradient(180deg, #155bd5 0%, #8f15d5 100%);
    --gradient-4: linear-gradient(180deg, #155bd5 0%, #13d527 100%);
    --gradient-5: linear-gradient(180deg, #155bd5 0%, #15bbd5 100%);
    --gradient-6: linear-gradient(180deg, #155bd5 0%, #dbbb25 100%);
    --gradient-7: linear-gradient(180deg, #155bd5 0%, #e6185e 100%);
    --gradient-8: linear-gradient(180deg, #1c3ab6 0%, #00bac1 100%);
    --gradient-9: linear-gradient(180deg, #00d4d7 13.02%, #155bd5 85.42%);
    --shadow-1: 0px 0px 1px rgba(40, 41, 61, 0.08), 0px 0.5px 2px rgba(96, 97, 112, 0.16);
    --shadow-2: 0px 0px 1px rgba(40, 41, 61, 0.04), 0px 2px 4px rgba(96, 97, 112, 0.16);
    --shadow-3: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    --shadow-4: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    --shadow-5: 0px 2px 8px rgba(40, 41, 61, 0.04), 0px 16px 24px rgba(96, 97, 112, 0.16);
    --shadow-6: 0px 2px 8px rgba(40, 41, 61, 0.08), 0px 20px 32px rgba(96, 97, 112, 0.24);
    --h1-size: 50px;
    --h2-size: 50px;
    --subtitle-size:28px;
    --width:250px;
    --height:calc(var(--width) / 2);
}


body{
    font-family: var(--outfit);
    font-weight:400;
    margin: 0;
    overflow-y: scroll;
    font-size: 16px;
    color:#777;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    transition: 0.3s;
}
html {
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
}

@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
}

a {
    display: inline-block;
}

a,
button,
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: var(--black);
    margin: 0px;
}

h1,
.h1 {
    font-size: 2.75em;
    line-height: 1.25;
}

h2,
.h2 {
    font-size: 2.25em;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 1.75em;
    line-height: 1.25;
}

h4,
.h4 {
    font-size: 1.5em;
    line-height: 1.25;
}

h5,
.h5 {
    font-size: 1.25em;
    line-height: 1.25;
}

h6,
.h6 {
    font-size: 0.875em;
    line-height: 1.25;
}

.display-1 {
    font-size: 5.5em;
    line-height: 1.25;
}

.display-2 {
    font-size: 4.75em;
    line-height: 1.25;
}

.display-3 {
    font-size: 4em;
    line-height: 1.25;
}

.display-4 {
    font-size: 3.25em;
    line-height: 1.25;
}

p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark-3);
    margin: 0px;
}

.text-small {
    font-size: 0.875em;
    line-height: 1.5;
}

.text-lg {
    font-size: 1.15em;
    line-height: 1.5;
}

.bg_cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.btn {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid transparent;
}
.btn:hover {
    color: inherit;
}
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn.btn-lg {
    font-size: 1.15em;
    padding: 16px 24px;
}
.btn.btn-sm {
    padding: 8px 16px;
}
.btn.square {
    border-radius: 0px;
}
.btn.semi-rounded {
    border-radius: 12px;
}
.btn.rounded-full {
    border-radius: 50px;
}
.btn.icon-left span,
.btn.icon-left i {
    margin-right: 8px;
}
.btn.icon-right span,
.btn.icon-right i {
    margin-left: 8px;
}
.btn.icon-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    line-height: 48px;
}
.btn.icon-btn.btn-lg {
    width: 56px;
    height: 56px;
    line-height: 56px;
}
.btn.icon-btn.btn-sm {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

/*===========================
NAVBAR
===========================*/

 .navbar-brand img {
    max-width: 350px;
    height: auto;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    color: var(--black);
}

.navbar-light .navbar-toggler{
    border: none;
}

.navbar-dark{
    background-color: var(--black);
}

.navbar-dark .navbar-toggler{
    border: none;
    display: none;
}

.backgroundBlack{
    background-color: var(--black);
    height:100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.centered-text {
    text-align: center;
    z-index: 99999;
}
.centered-text img{
    width: 600px;
    height: auto;
    margin: 20px;
}
.centered-text h1{
    color: white;
    font-size: 80px; /* Adjust font size as needed */
    text-align: center;
    display: block;
}


/*===========================
ACTUALITÉS
===========================*/
.actu-listing{
    padding-top: 60px;
    margin-bottom: 100px;
    min-height: calc(100vh - 468px);
    background-color: var(--white);
}
.actu-listing .section-title{
    text-align: center;
    margin-bottom: 80px;
}

.actu-listing .single-actu-card{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.actu-listing .single-actu-card .no-img{
    padding-left: 2rem;
}

.actu-listing .subtitle{
    font-weight: 600;
    font-style: italic;
    font-size: 2.75em;
    color: var(--black);
    font-family: var(--kepler);
}

/*===== PAGINATION =====*/


#actualites iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 22%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}


.pagination .progress-bar {
    display: flex;
    height: 0.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: var(--gray-2);
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagination .progress{
    border-radius: 0;
    background-color: var(--black);
}

.pagination span{
    font-size: 15px;
    line-height: 21px;
    color:var(--black);
}

.pagination .rounded-full{
    margin: auto;
    border: 1px solid var(--black);
    color: var(--black);
    max-width: 220px;
    transition: 0.3ms;
}

.pagination .rounded-full:hover{
    background-color: var(--black);
    color: var(--white);
}


.actu-listing .single-actu-card .btn-section{
    height: 100%;
    display: flex;
    align-items: end;
}

.actu-listing .single-actu-card .date{
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 23px;
    color: var(--black);
    margin-bottom: 10px;
    font-family: var(--area);
    text-align: center;
}

.actu-listing .content-info{
    height: 234px;
    border-left: 1px solid var(--black);
    padding-left: 30px;
    position: relative;
}

.actu-listing .content-info svg{
    position: absolute;
    top: -3px;
    left: -7px;
}

.actu-menu{
    margin-bottom: 5rem;
}

.actu-menu button {
    border: 1px solid var(--black);
    background: var(--white);
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    line-height: 48px;
    padding: 0 30px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    z-index: 5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    text-transform: uppercase;
    margin: 5px;
}

.actu-menu button:hover, .actu-menu button.active {
    color: var(--white);
    background-color: var(--black);
}

.actu-listing .single-actu-card h2{
    font-size: 25px;
    font-weight: 100;
    line-height: 27px;
    color: var(--black);
    letter-spacing: 0;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* Number of lines to show */
    text-overflow: ellipsis;
    font-style: italic;
    margin-bottom: 10px;
    font-family: var(--kepler);
    text-transform: uppercase;
}

.actu-listing .single-actu-card h4{
    font-size: 25px;
    font-weight: 900;
    line-height: 27px;
    color: var(--black);
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4; /* Number of lines to show */
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.actu-listing .single-actu-card .image{
    position: relative;
    height: 100%;
}

.home .actu-listing .single-actu-card .listing-img{
    aspect-ratio: 1.6;
    object-fit: cover;
    height: 234px;
    width: auto;
}

.actualites .actu-listing .single-actu-card .listing-img{
    aspect-ratio: 1.6;
    object-fit: cover;
    height: 234px;
    width: auto;
}


.actu-listing .single-actu-card .content .rect-bottom{
    position: absolute;
    max-width: 35px;
    top: 20%;
    right: -17px;
}


.actu-listing .single-actu-card .description{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.8px;
    color: var(--black);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5; /* Number of lines to show */
    text-overflow: ellipsis;
    font-family: var(--area);
}

.actu-listing .hide {
    display: none;
}
.actu-listing .show {
    display: block;
}


.actu-listing .single-actu-card .btn{
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25px;
    color: var(--black);
    transition: 0.3ms;
}

.actu-listing .single-actu-card .btn:hover{
    color: var(--red);
}

.actu-listing .single-actu-card .button-section button{
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 25px;
    color: var(--gray-3)!important;
    border: none;
    background-color: var(--white);
    transition: 0.3ms;
    padding-bottom: 15px;
}

.actu-listing .single-actu-card .button-section .btn:hover{
    color: var(--red);
}

.actu-listing .pagination-style{
    margin-top: 80px;
}


.actu-listing .pagination{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.actu-listing .pagination-style .page-numbers i{
    font-size: 34px;
}


.actu-listing .pagination-style .current{
    display: none;
}

.actu-listing .pagination-style .page-numbers{
    display: none;
}


.actu-listing .pagination-style .prev{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--black);
    margin: 5px;
    padding: 13px;
    color: var(--black);
    transition: 0.3ms;
}

.actu-listing .pagination-style .next{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--white);
    border: 1px solid var(--black);
    margin: 5px;
    padding: 13px;
    color: var(--black);
    transition: 0.3ms;
}

.actu-listing .pagination-style .prev:hover{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    border: 1px solid var(--red);
    margin: 5px;
    padding: 13px;
    color: var(--white);
}

.actu-listing .pagination-style .next:hover{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: var(--red);
    border: 1px solid var(--red);
    margin: 5px;
    padding: 13px;
    color: var(--white);
}


@media (max-width: 992px) {

    .actu-listing .single-actu-card .date{
        padding-top: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
    }

    .actu-listing .single-actu-card .no-img .date{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0;
    }

    .actu-listing .single-actu-card .no-img {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .actu-listing .single-actu-card .content .rect-bottom {
        position: absolute;
        max-width: 35px;
        bottom: -17px!important;
        top: unset;
        right: 45%;
    }

    .actu-listing .single-actu-card {
        margin-bottom: 80px;
    }
}





.ball {
    width: var(--width);
    height: var(--height);
    background-size: contain;
    background-repeat: no-repeat;
    position:absolute;

    animation: toRight linear 6.8s infinite alternate, bounce linear 17s infinite alternate;
}

@keyframes bounce {
    0% {
        top:0;
    }
    48% {
    }
    50% {
        top: calc(100% - var(--height));
    }
    52% {
    }
    100% {
        top: 0;
    }
}

@keyframes toRight {

    0% {
        left: 0;
    }

    100% {
        left: calc(100% - var(--width));
    }
}

.hide{
    display: none;
}

/*===========================
  SING IN SING UP css
===========================*/
.signin-one {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--light-2);
    height: 100vh;
    min-height: 800px;
}
.signin-one .form-input {
    margin-top: 16px;
}
.signin-one .form-input .main-btn {
    width: 100%;
}
.signin-one .form-input .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
}
.signin-one .form-input .text a {
    color: var(--primary);
}
.signin-one .signin-form {
    background-color: var(--white);
    padding: 40px;
    border: 1px solid var(--gray-4);
    border-radius: 8px;
}
.signin-one .rounded-buttons {
    margin-top: 20px;
}
.signin-one .rounded-buttons .primary-btn {
    width: 100%;
}
.signin-one .rounded-buttons .primary-btn-outline {
    width: 100%;
}
.signin-one .form-input .help-block {
    margin-top: 2px;
}
.signin-one .form-input .help-block .list-unstyled li {
    font-size: 12px;
    line-height: 16px;
    color: var(--error);
}
.signin-one .form-input label {
    font-size: 12px;
    line-height: 18px;
    color: var(--dark-3);
    margin-bottom: 8px;
    display: inline-block;
}
.signin-one .form-input .input-items {
    position: relative;
}
.signin-one .form-input .input-items input, .signin-one .form-input .input-items textarea {
    width: 100%;
    height: 44px;
    border: 2px solid;
    padding-left: 44px;
    padding-right: 12px;
    position: relative;
    font-size: 16px;
}
.signin-one .form-input .input-items textarea {
    padding-top: 8px;
    height: 130px;
    resize: none;
}
.signin-one .form-input .input-items i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 20px;
    z-index: 9;
}
.signin-one .form-input .input-items.default input, .signin-one .form-input .input-items.default textarea {
    border-color: var(--gray-4);
    color: var(--dark-3);
}
.signin-one .form-input .input-items.default input:focus, .signin-one .form-input .input-items.default textarea:focus {
    border-color: var(--primary);
}
.signin-one .form-input .input-items.default input::placeholder, .signin-one .form-input .input-items.default textarea::placeholder {
    color: var(--dark-3);
    opacity: 1;
}
.signin-one .form-input .input-items.default i {
    color: var(--dark-3);
}
.signin-one .form-input .input-items.error input, .signin-one .form-input .input-items.error textarea {
    border-color: var(--error);
    color: var(--error);
}
.signin-one .form-input .input-items.error input::placeholder, .signin-one .form-input .input-items.error textarea::placeholder {
    color: var(--error);
    opacity: 1;
}
.signin-one .form-input .input-items.error i {
    color: var(--error);
}
.signin-one .form-style-two .form-input .input-items input, .signin-one .form-style-two .form-input .input-items textarea {
    border-radius: 5px;
    padding-left: 12px;
    padding-right: 44px;
}
.signin-one .form-style-two .form-input .input-items i {
    left: auto;
    right: 13px;
}

.signin-content .signin-title {
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
}
.signin-content .text {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-3);
    margin-top: 8px;
}

/* ===== Buttons Css ===== */
.signin-one .rounded-buttons .primary-btn {
    background: var(--red);
    color: var(--white);
    box-shadow: var(--shadow-2);
}
.signin-one .rounded-buttons .active.primary-btn, .signin-one .rounded-buttons .primary-btn:hover, .signin-one .rounded-buttons .primary-btn:focus {
    background: var(--light-red);
    color: var(--red);
    box-shadow: var(--shadow-4);
}

.signin-one .error-message{
    color: var(--black);
    font-weight: bold;
}

/*===== FOOTER TEN =====*/
.footer-ten {
    background-color: var(--black);
}
.footer-ten .footer-logo {
    margin-bottom: 30px;
}

.footer-ten .footer-logo img{
    max-width: 350px;
}
.footer-ten .social-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--white);
}
.footer-ten .footer-top-content {
    padding: 20px 0 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-ten .footer-top-content {
        padding: 80px 0 60px 0;
    }
}
@media (max-width: 767px) {
    .footer-ten .footer-top-content {
        padding: 50px 0 50px 0;
    }
}
.footer-ten .footer-top-content p {
    color: var(--white);
}
.footer-ten .social {
    margin-top: 25px;
}
.footer-ten .social li {
    display: inline-block;
    margin: 0 4px;
}
@media (max-width: 767px) {
    .footer-ten .social li {
        margin: 4px;
    }
}
.footer-ten .social a {
    font-size: 18px;
    color: var(--red);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--white);
}
.footer-ten .social a:hover {
    color: var(--white);
    background-color: var(--red);
    border-color: transparent;
}
.footer-ten .footer-support {
    padding-top: 21px;
}
.footer-ten .footer-support span {
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    margin-top: 9px;
    display: block;
}
@media (max-width: 767px) {
    .footer-ten .footer-support span {
        display: block;
    }
}
.footer-ten .footer-copyright {
    padding: 25px 0;
    background-color: var(--black);
}
.footer-ten .footer-copyright .copyright .text{
    color: var(--white);
    font-size: 12px;
}

.footer-ten .footer-copyright .copyright .text a{
    color: var(--red);
    font-size: 12px;
}

.footer-ten .footer-copyright .copyright .text a:hover{
    color: var(--white);
    font-size: 12px;
}

.cookieinfo{display: none}

@media only screen and (max-width: 1440px){ 

}
@media only screen and (max-width: 1250px){
    .actu-listing .single-actu-card .date{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1150px){ 

}
@media only screen and (max-width: 1040px){ 

}
@media only screen and (max-width: 995px){ 

}
@media only screen and (max-width: 992px){
    .home .actu-listing .single-actu-card .listing-img {
        aspect-ratio: 1.6;
        object-fit: cover;
        height: auto;
        width: auto;
    }
    .actu-listing .single-actu-card .content .rect-bottom {
        position: absolute;
        max-width: 35px;
        bottom: -17px!important;
        top: unset;
        right: 45%;
    }
}
@media only screen and (max-width: 768px) {
    .actu-menu button {
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
        line-height: 34px;
    }
    .navbar-brand img {
        max-width: 200px;
        height: auto;
    }

    .actu-listing .section-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .actu-menu {
        margin-bottom: 2rem;
    }
}