.bg-primary {
    background: #137A66 !important;
}

.bg-transp {
    background-color: transparent !important;
}

.bg-black {
    background: #181818;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card {
    background-color: transparent;
    border: none;
}

.card .card-header,
.card .card-footer {
    background-color: transparent;
    border: none;
}

.btn-outline-primary {
    border: 1px solid #010205 !important;
    color: var(--black-2-b-2-b-2-b, #2B2B2B);
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    /* 112.5% */
    letter-spacing: -0.5px;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
}

.btn-outline-primary i {
    font-size: 2rem;
    color: #010205;
}

.btn-outline-primary:hover {
    background: #FFF !important;
    opacity: 0.7;
    color: var(--black-2-b-2-b-2-b, #2B2B2B) !important;
    border: 1px solid #010205;
}

a {
    text-decoration: none !important;
}

.btn-rect {
    width: 40px;
    height: 40px;
    padding: 0px 0px;
}

@media(max-width:992px) {
    .btn-rect {
        width: 35px;
        height: 35px;
    }
}

.hero h1 {
    color: var(--Primary, #FFF);
    text-align: center;
    font-family: "Grand Wilson Sans DEMO";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 55.5px;
    /* 50% */
    letter-spacing: -0.5px;
}

.hero p {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    /* 216.667% */
    letter-spacing: -0.5px;
    text-align: center;
}

@media(max-width:992px) {
    .hero h1 {
        font-size: 40px;
    }

    .hero p {
        font-size: 20px;
    }

    .btn-outline-primary {
        font-size: 15px;
    }

    .btn-outline-primary svg {
        width: 20px !important;
        height: 20px !important;
    }
}

@media(max-width:768px) {
    .hero h1 {
        font-size: 35px;
    }

    .hero p {
        font-size: 18px;
    }

    .hero {
        min-height: auto;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .btn-outline-primary {
        font-size: 14px;
    }

}

@media(max-width:570px) {
    .btn-outline-primary {
        font-size: 12px;
    }

    .hero h1 {
        font-size: 30px;
    }

    .hero p {
        font-size: 16px;
        line-height: 25px;
    }
}

/**********************************
membre
***********************************/
.cardMembre {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.cardMembre .card-header {
    text-align: center;
}

.cardMembre .card-header img {
    height: 395px;
    width: 100%;
    object-fit: cover;
    border-radius: 160px;
    border: 1px solid #000;
    background: url(<path-to-image>) lightgray -2.725px -95.96px / 100% 179.637% no-repeat, #C3C3C3;
    filter: grayscale(100%);
}

.cardMembre .card-header img:hover {
    filter: none !important;
}

.cardMembre .card-body {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.cardMembre .card-body h5 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 237.5% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;

}

.cardMembre .card-body p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.cardMembre .card-body .btn {
    display: flex;
    width: 46px !important;
    height: 46px !important;
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0px 0px;
}

.carousel .btn-rect {
    position: relative !important;
    opacity: 1;
    width: 45px !important;
    height: 45px;
}

@media(max-width:992px) {
    .cardMembre .card-header img {
        height: 295px;
        border-radius: 50px;
    }

    .cardMembre .card-body h5 {
        font-size: 20px;
    }

    .cardMembre .card-body p {
        font-size: 12px;
    }

    .cardMembre .card-body .btn {
        width: 36px !important;
        height: 36px !important;
    }
}

@media(max-width:570px) {
    .cardMembre .card-header {
        text-align: left;
    }

    .cardMembre .card-header img {
        height: 270px;
        border-radius: 90px;
    }

    .cardMembre .card-body {
        display: block;
    }

    .cardMembre .card-body h5 {
        font-size: 17px;
    }

    .cardMembre .card-body p {
        font-size: 11px;
    }

    .cardMembre .card-body .btn {
        width: 36px !important;
        height: 36px !important;
    }
}

/*************************************
newsletter
**************************************/
.newsletter {
    background: linear-gradient(94deg, #CFA -0.54%, #3CA69B 48.09%, #77D1A6 101.83%);
}

.newsletter .left {
    display: flex;
    align-items: start;
    justify-content: start;
}

.newsletter .left svg {
    margin-right: 10px;
}

.newsletter .left h5 {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 28.9px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    /* 123.393% */
    letter-spacing: -1.16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.newsletter .left p {
    color: #2B2B2B;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.5px;
    margin-top: 10px;
}

.newsletter .form-label {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 17.9px;
    font-style: normal;
    font-weight: 800;
    line-height: 28.8px;
    /* 160.894% */
    letter-spacing: -0.26px;
}

.newsletter .form-control {
    border-radius: 53px;
    border: 1px solid #000;
    background: #FFF;
    padding: 19px 23px;
    overflow: hidden;
    color: #2B2B2B;
    text-overflow: ellipsis;
    font-family: 'Urbanist', sans-serif;
    font-size: 13.8px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 173.913% */
    letter-spacing: -0.09px;
}

.newsletter .btn-white {
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    color: var(--Black, #000);
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    /* 112.5% */
    letter-spacing: -0.5px;
    padding: 10px 20px;
}

.newsletter .btn-white:hover {
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    color: var(--Black, #000);
    opacity: 0.7;
}

@media(max-width:992px) {
    .newsletter .left h5 {
        font-size: 25px;
    }

    .newsletter .left p,
    .newsletter .form-label {
        font-size: 14px;
    }

    .newsletter .form-control {
        font-size: 12px;
        padding: 14px 19px;
    }

    .newsletter .btn-white {
        font-size: 14px;
        padding: 5px 15px;
    }
}

@media(max-width:570px) {
    .newsletter .left h5 {
        font-size: 20px;
    }

    .newsletter .left p,
    .newsletter .form-label {
        font-size: 12px;
    }

    .newsletter .form-control {
        font-size: 12px;
        padding: 10px 15px;
    }

    .newsletter .btn-white {
        font-size: 12px;
        padding: 10px 15px;
    }
}

/*************************************
actualite 
**************************************/
.actualite h1 {
    color: var(--Text, #333);
    font-family: 'Urbanist', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 54px */
    letter-spacing: -0.792px;
    text-align: left;
}

.actualite span {
    color: var(--Text, #333);
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.264px;
    text-align: left;
}

.actualite p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-align: left;
}

.actualite .images {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 481px;
}

.actualite .images .image_couverture {
    width: 80%;
    height: 481px;
    border-radius: 21px;
    object-fit: cover;
    flex-shrink: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}

.actualite .images .imageBox {
    width: 336px;
    height: 353px;
    flex-shrink: 0;
    position: relative;
}

.actualite .images .imageBox img {
    width: 100%;
    height: 100%;
    border-radius: 21px;
    object-fit: cover;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D9D9D9;
}

.actualite .images .imageBox .btn {
    background-color: #fff;
    border-radius: 0px 21px 0px 0px;
    width: 53px;
    height: 53px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0px;
}

@media(max-width:992px) {
    .actualite h1 {
        font-size: 30px;
    }

    .actualite span {
        font-size: 11px;
    }

    .actualite p {
        font-size: 14px;
    }

    .actualite .images,
    .actualite .images .image_couverture {
        height: 381px;
    }

    .actualite .images .imageBox {
        width: 236px;
        height: 253px;
    }

    .actualite .images .imageBox .btn {
        width: 43px;
        height: 43px;
        border-radius: 0px 15px 0px 0px;
    }

    .actualite .images .imageBox .btn svg {
        width: 33px !important;
        height: 33px !important;
    }
}

@media(max-width:768px) {
    .actualite h1 {
        font-size: 25px;
    }

    .actualite span {
        font-size: 10px;
    }

    .actualite p {
        font-size: 12px;
    }

    .actualite .images,
    .actualite .images .image_couverture {
        height: 281px;
    }

    .actualite .images .imageBox {
        width: 136px;
        height: 153px;
    }

    .actualite .images .imageBox .btn {
        width: 33px;
        height: 33px;
        border-radius: 0px 10px 0px 0px;
    }

    .actualite .images .imageBox .btn svg {
        width: 23px !important;
        height: 23px !important;
    }
}

/********************************************
event
********************************************/
.bg-green-light {
    background-color: #E7F2F0;
}

.section-title h2 {
    text-align: center;
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 72px */
    letter-spacing: -1.056px;
}

.cardEvent {
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D9D9D9;
    position: relative;
    height: 495px;
    width: 95%;
    max-width: 396px;
    display: flex;
    align-items: end;
}

.cardEvent .image-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 495px;
    object-fit: cover;
    z-index: 1;
}

.cardEvent .image-ombre {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 495px;
    object-fit: cover;
    z-index: 2;
}

.cardEvent .box {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 10px;
}

.cardEvent .box h4 {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    /* 36px */
    letter-spacing: -0.528px;
}

.cardEvent .box h5 {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 0px;
    /* 0% */
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.cardEvent .box p {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    /* 80% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardEvent .box img {
    width: 53px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.cardEvent .box .btn {
    display: flex;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: rotate(90deg);
    padding: 0px 0px;
    justify-content: center;
    align-items: center;
    gap: 42px;
    border-color: #fff;
}

.cardEvent .box .btn i {
    color: #fff;
}

.carousel-event .carousel-control-prev {
    border-radius: 70px;
    border: 1px solid #010205;
    min-width: 70px;
    margin-right: 20px;
}

.carousel-event .carousel-control-next {
    border-radius: 70px;
    background: var(--Foundation-Green-Normal, #137A66);
    min-width: 70px;
}

@media(max-width:992px) {
    .section-title h2 {
        font-size: 30px;
    }

    .cardEvent,
    .cardEvent .image-bg,
    .cardEvent .image-ombre {
        height: 395px;
    }

    .cardEvent .box h4 {
        font-size: 20px;
    }

    .cardEvent .box .btn {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:768px) {
    .section-title h2 {
        font-size: 25px;
    }
}

@media(max-width:570px) {
    .section-title h2 {
        font-size: 20px;
    }

    .cardEvent,
    .cardEvent .image-bg,
    .cardEvent .image-ombre {
        height: 295px;
    }

    .cardEvent .box h4 {
        font-size: 17px;
    }

    .cardEvent .box .btn {
        width: 35px;
        height: 35px;
        margin-top: 10px;
    }

    .cardEvent .box .btn i {
        font-size: 1rem;
    }

    .carousel-event .btn-rect {
        min-width: auto !important;
    }
}

/*---------------------------------------
#ARCHIVE
----------------------------------------*/
.cardArchive {
    width: 100%;
    max-width: 313px;
    height: 100%;
    min-height: 500px;
    position: relative;
    border-radius: 0px;
}

/* Carte impaire (1, 3, 5...) en vert */
.colArchive:nth-child(odd) .cardArchive {
    background: #137A66;
}

/* Carte paire (2, 4, 6...) en dark */
.colArchive:nth-child(even) .cardArchive {
    background: #2B2B2B;
}

.cardArchive img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.cardArchive .card-body {
    position: relative;
}

.cardArchive small {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 18px */
}

.cardArchive h4 {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 24px */
}

.cardArchive p {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 21px */
}

.cardArchive a {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

@media(max-width:570px) {
    .cardArchive {
        width: 313px;
        height: 285px;
    }
}

/*-----------------------------------------
# details event
------------------------------------------*/
.event-section a {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-decoration: none;
}

.event-section h1 {
    color: #FFF !important;
    font-family: "Golos Text";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 96px */
    letter-spacing: -1.408px;
}

.event-section p {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
}

.event-section .media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.event-section .media img {
    width: 53px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid #137A66;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #137A66;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
}

.event-section .media h5 {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 0px;
    /* 0% */
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    max-width: 200px;
}

.event-section .media p {
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    /* 80% */
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    max-width: 200px;
}

.event-section .media h6 {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.31);
    padding: 6px 15px;
    color: #FFF;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 18px */
    letter-spacing: -0.264px;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:992px) {

    .event-section a,
    .event-section p {
        font-size: 14px;
    }

    .event-section h1 {
        font-size: 44px;
    }

    .event-section .media img {
        width: 43px;
        height: 43px;
    }
}

@media(max-width:768px) {

    .event-section a,
    .event-section p {
        font-size: 13px;
    }

    .event-section h1 {
        font-size: 34px;
    }

    .event-section .media img {
        width: 33px;
        height: 33px;
    }
}

@media(max-width:570px) {

    .event-section a,
    .event-section p {
        font-size: 12px;
    }

    .event-section h1 {
        font-size: 24px;
    }

    .event-section .media {
        display: block;
    }

    .event-section .media img {
        margin-bottom: 10px;
    }

    .event-section .media p {
        margin-bottom: 10px;
        max-width: none !important;
    }

    .event-section .media h6 {
        margin-left: 0px;
        width: fit-content;
        max-width: none !important;
    }
}

.detailsEvent {
    margin-top: -70px;
}

.cardDetailsEvent .card-header {
    position: relative;
}

.cardDetailsEvent .card-header img {
    width: 100%;
    height: 586px;
    border-radius: 32px;
    border: 10px solid #FFF;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #FFF;
    object-fit: cover;
}

.cardDetailsEvent .card-header .rectangle {
    border-radius: 0px 24px 0px 24px;
    background: #FFF;
    width: 128px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.cardDetailsEvent h5 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 42px */
    letter-spacing: -0.616px;
    text-align: center;
}

.cardDetailsEvent p {
    color: #434040;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
    letter-spacing: -0.396px;
}

@media(max-width:992px) {
    .cardDetailsEvent .card-header img {
        width: 100%;
        height: 486px;
    }

    .cardDetailsEvent h5 {
        font-size: 25px;
    }

    .cardDetailsEvent p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardDetailsEvent .card-header img {
        width: 100%;
        height: 386px;
    }

    .cardDetailsEvent h5 {
        font-size: 20px;
    }

    .cardDetailsEvent p {
        font-size: 14px;
    }

    .cardDetailsEvent .card-header .rectangle {
        width: 100px;
    }
}

@media(max-width:570px) {
    .cardDetailsEvent .card-header img {
        width: 100%;
        height: 286px;
    }

    .cardDetailsEvent h5 {
        font-size: 17px;
    }

    .cardDetailsEvent p {
        font-size: 12px;
    }

    .cardDetailsEvent .card-header .rectangle {
        width: 50px;
    }
}

/**************************************
programme
****************************************/
.card-timeline .card-body {
    padding-left: 0px;
}

.card-timeline .timeline {
    padding-left: 0px;
    list-style: none !important;
}

.card-timeline .timeline .timeline-item {
    border-left: 1px solid #0000001A;
    display: flex;
    align-items: start;
    justify-content: start;
}

.card-timeline .timeline .timeline-item .pill {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #137A66;
    margin-right: 10px;
    margin-left: -5px;
}

.card-timeline .timeline .timeline-header {
    margin-top: -5px !important;
}

.card-timeline .timeline .timeline-item h5 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    /* 140.625% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-timeline .timeline .timeline-item p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.5px;
    /* 140.625% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.programme .images {
    display: flex;
    align-items: start;
    justify-content: center;
}

.programme .images img {
    width: 227px;
    height: 283px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 13px;
}

.programme .images img:first-child {
    z-index: 1;
}

.programme .images img:last-child {
    margin-top: 150px;
    margin-left: -100px;
    z-index: 0;
}

.programme .images-2 img {
    width: 100%;
    height: 100%;
    max-height: 597px;
    object-fit: cover;
}

@media(max-width:992px) {

    .card-timeline .timeline .timeline-item h5,
    .card-timeline .timeline .timeline-item p {
        font-size: 15px;
    }

    .programme .images img {
        width: 200px;
        height: 253px;
        flex-shrink: 0;
    }

    .programme .images-2 img {
        max-height: 397px !important;
    }
}

@media(max-width:768px) {

    .card-timeline .timeline .timeline-item h5,
    .card-timeline .timeline .timeline-item p {
        font-size: 14px;
    }

    .programme .images-2 img {
        max-height: 300px !important;
    }
}

@media(max-width:570px) {

    .card-timeline .timeline .timeline-item h5,
    .card-timeline .timeline .timeline-item p {
        font-size: 13px;
    }

    .programme .images {
        display: block !important;
    }

    .programme .images img {
        width: 100%;
        margin-bottom: 10px;
    }

    .programme .images img:last-child {
        margin-top: auto;
        margin-left: auto;
    }

    .programme .images-2 img {
        max-height: 250px !important;
    }
}

/*************************************************
archive
*************************************************/
.archive-section a {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-decoration: none;
}

.archive-section h1 {
    color: #000;
    font-family: "Golos Text";
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 62.4px */
    margin-top: 0px;
    margin-bottom: 0px;
}

.archive-section p {
    color: #3F3F3F;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 19.2px */
    margin-top: 0px;
    margin-bottom: 0px;
}

.archive-section .imgBox {
    position: relative;
}

.archive-section .imgBox img {
    width: 100%;
    max-height: 639px;
    object-fit: cover;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #D9D9D9;
}

.archive-section .imgBox .box {
    border-radius: 0px 14px 0px 0px;
    background: #FFF;
    width: 70px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:992px) {

    .archive-section a,
    .archive-section p {
        font-size: 15px;
    }

    .archive-section h1 {
        font-size: 42px;
    }
}

@media(max-width:768px) {

    .archive-section a,
    .archive-section p {
        font-size: 14px;
    }

    .archive-section h1 {
        font-size: 32px;
    }

    .archive-section .imgBox .box {
        width: 50px;
        height: 40px;
    }

    .archive-section .imgBox .box svg {
        width: 30px;
        height: 30px;
    }
}

@media(max-width:570px) {

    .archive-section a,
    .archive-section p {
        font-size: 13px;
    }

    .archive-section h1 {
        font-size: 25px;
    }
}

/********************************
card photo 
*********************************/
.cardPhoto {
    position: relative;
    height: 185px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 10px;
    padding: 0px 0px;

}

.cardPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.cardPhoto .text {
    position: relative;
    z-index: 3;
    padding: 10px 10px;
}

.cardPhoto .text h5 {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    /* 108.333% */
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardPhoto .text p {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.5%;
    /* 16.02px */
    text-transform: capitalize;
    opacity: 0.7;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardPhoto .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff59;
    z-index: 2;
    backdrop-filter: blur(1px);
}

.uk-slide-active .cardPhoto {
    height: 251px;
}

.uk-slide-active .cardPhoto .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

@media(max-width:992px) {
    .cardPhoto .text h5 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .cardPhoto {
        height: 100%;
    }

    .cardPhoto .text h5 {
        font-size: 18px;
    }
}

/******************************************
  details archive 
  ******************************************/
.carousel-archive .btn-rect {
    display: flex;
    width: 40px !important;
    height: 40px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
}

.details-archive .boxSlide {
    height: 438.413px;
}

.details-archive .boxSlide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-archive .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.details-archive .text h5 {
    color: var(--Text, #2A2A2A);
    font-family: 'Urbanist', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
}

.details-archive .text p {
    color: var(--Text, #2A2A2A);
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 165%;
    /* 23.1px */
    margin-top: 15px;
    margin-bottom: 15px;
}

.details-archive .text h6 {
    color: var(--Text, #2A2A2A);
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 165%;
    /* 23.1px */
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .details-archive .boxSlide {
        height: 338.413px;
    }

    .details-archive .text h5 {
        font-size: 28px;
    }
}

@media(max-width:768px) {
    .details-archive .boxSlide {
        height: 300.413px;
    }

    .details-archive .text h5 {
        font-size: 25px;
    }

    .details-archive .text {
        order: 1;
    }

    .details-archive .carouselBox {
        order: 2;
    }

    .carousel-archive .btn-rect {
        display: flex;
        width: 35px !important;
        height: 35px !important;
    }
}

@media(max-width:570px) {
    .details-archive .boxSlide {
        height: 258.413px;
    }

    .details-archive .text h5 {
        font-size: 20px;
    }

    .details-archive .text p,
    .details-archive .text h6 {
        font-size: 12px;
    }
}

/******************************
partenaires 
*********************************/
.logos img {
    height: 100px;
    max-width: 192px;
    object-fit: contain;
}

@media(max-width:992px) {
    .logos img {
        height: 90px;
    }
}

@media(max-width:768px) {
    .logos img {
        height: 80px;
    }
}

@media(max-width:570px) {
    .logos img {
        height: 60px;
    }
}

/*************************************
contact
*************************************/
.heroContact .image {
    width: 100%;
    height: 638px;
}

.heroContact .left h6 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    /* 150% */
}

.heroContact .left h1 {
    color: #000;
    font-family: "Golos Text";
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    /* 72.8px */
}

.heroContact .left h5 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.heroContact .left p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    /* 160% */
    margin-top: 15px;
}

.heroContact .left .bar {
    width: 27px;
    height: 3px;
    background: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}

.heroContact .right {
    margin-top: -300px;
}

.heroContact .formulaire {
    border-radius: 32px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 8px 0px -5px #000;
    padding: 40px 40px;

}

.heroContact .formulaire h5 {
    color: #000;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px;
    /* 70.313% */
    letter-spacing: -0.5px;
}

.heroContact .formulaire label {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    /* 150% */
}

.heroContact .formulaire .form-control {
    border: none;
    border-bottom: 1px solid #CACACA;
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    /* 150% */
    box-shadow: none !important;
    border-radius: 0px;
}

.heroContact .formulaire .form-control::placeholder {
    color: #00000082;
}

.heroContact .formulaire .btn {
    border-radius: 32px;
    background: var(--Foundation-Green-Normal, #137A66);
    color: #FFF;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

@media(max-width:992px) {
    .heroContact .image {
        width: 100%;
        height: 538px;
    }

    .heroContact .left h6 {
        font-size: 20px;
    }

    .heroContact .left h1 {
        font-size: 46px;
    }

    .heroContact .left h5 {
        font-size: 18px;
    }

    .heroContact .left p {
        font-size: 15px;
    }

    .heroContact .right {
        margin-top: -250px;
    }

    .heroContact .formulaire {
        padding: 20px 20px !important;
    }

    .heroContact .formulaire h5 {
        font-size: 28px;
    }

    .heroContact .formulaire label {
        font-size: 15px;
    }

    .heroContact .formulaire .form-control {
        font-size: 13px;
    }

    .heroContact .formulaire .btn {
        padding: 0.6rem 0.6rem !important;
        font-size: 14px;
        width: 100%;
    }
}

@media(max-width:768px) {
    .heroContact .image {
        width: 100%;
        height: auto;
    }

    .heroContact .left h6 {
        font-size: 17px;
    }

    .heroContact .left h1 {
        font-size: 36px;
    }

    .heroContact .left h5 {
        font-size: 16px;
    }

    .heroContact .left p {
        font-size: 14px;
    }

    .heroContact .right {
        margin-top: 0px;
    }

    .heroContact .formulaire h5 {
        font-size: 25px;
    }

    .heroContact .formulaire label {
        font-size: 14px;
    }

    .heroContact .formulaire .form-control {
        font-size: 12px;
    }
}

@media(max-width:768px) {
    .heroContact .image {
        width: 100%;
        height: auto;
    }

    .heroContact .left h6 {
        font-size: 14px;
    }

    .heroContact .left h1 {
        font-size: 26px;
    }

    .heroContact .left h5 {
        font-size: 14px;
    }

    .heroContact .left p {
        font-size: 12px;
    }

    .heroContact .right {
        margin-top: 0px;
    }

    .heroContact .formulaire h5 {
        font-size: 20px;
    }

    .heroContact .formulaire label {
        font-size: 12px;
    }

    .heroContact .formulaire .form-control {
        font-size: 12px;
    }

    .heroContact .formulaire .btn {
        font-size: 12px;
    }
}

/******************************
propos
******************************/
.propos h6 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    letter-spacing: 14px;
    margin-bottom: 20px;
}

.propos h1 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    /* 37.5% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.propos p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.propos .logo {
    display: flex;
    align-items: start;
    justify-content: flex-end;
}

.propos .logo img {
    width: 177px;
    object-fit: contain;
}

.propos .images .left img {
    width: 100%;
    height: 599px;
    object-fit: cover;
}

.propos .images .right img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    margin-bottom: 20px;
}

@media(max-width:992px) {

    .propos h6,
    .propos p {
        font-size: 15px;
    }

    .propos h1 {
        font-size: 54px;
    }

    .propos .logo img {
        width: 150px;
    }

    .propos .images .left img {
        width: 100%;
        height: 499px;
    }

    .propos .images .right img {
        width: 100%;
        height: 240px;
    }
}

@media(max-width:768px) {

    .propos h6,
    .propos p {
        font-size: 14px;
    }

    .propos h1 {
        font-size: 44px;
    }

    .propos .logo img {
        width: 150px;
    }

    .propos .images .left img {
        width: 100%;
        height: 399px;
    }

    .propos .images .right img {
        width: 100%;
        height: 190px;
    }
}

@media(max-width:570px) {
    .propos h6 {
        margin-bottom: 20px !important;
        letter-spacing: 2px;
    }

    .propos h6,
    .propos p {
        font-size: 12px;
    }

    .propos h1 {
        font-size: 30px;
    }

    .propos .logo {
        justify-content: start;
        margin-top: 20px;
    }

    .propos .logo img {
        width: 100px;
    }

    .propos .desc {
        margin-top: 0px !important;
    }

    .propos .images .left img {
        width: 100%;
        height: 299px;
    }

    .propos .images .right img {
        width: 100%;
        height: 190px;
    }
}

/************************************
hero
**************************************/
.hero {
    position: relative;
}

.hero .container-2 {
    min-height: 650px;
    border-radius: 44px;
    background: linear-gradient(94deg, rgba(204, 255, 170, 0.70) -0.54%, rgba(60, 166, 155, 0.70) 50.65%, #77D1A6 101.83%);
}

.hero .bgImg {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 0;
}

.hero .socialMedia {
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: absolute;
    left: 1rem;
    top: 16rem;
}

.hero .socialMedia a {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    margin-bottom: 1.5rem;
}

.cardPropos {
    background-image: url('../img/landing/Vector 34.png');
    background-repeat: no-repeat;
    background-size: auto;
    width: 356px;
    height: 226px;
    flex-shrink: 0;
    z-index: 2;
}

.cardPropos h5 {
    color: #116E5C;
    font-family: "Golos Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    /* 93.75% */
    letter-spacing: -0.5px;
}

.cardPropos p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-align: start;
}

.cardPropos .card-body {
    position: relative;
}

.cardPropos .box {
    display: flex;
    width: 74px;
    height: 74px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media(max-width:1200px) {
    .hero .container-2 {
        height: 737px;
    }

    .hero .bgImg {
        width: 100%;
        height: 737px;
    }

    .hero .socialMedia {
        top: 14rem;
    }

    .cardPropos {
        width: 326px;
        height: 196px;
    }

    .cardPropos .box {
        width: 40px;
        height: 40px;
        bottom: 10px;
    }
}

@media(max-width:992px) {

    .hero .bgImg {
        display: none;
    }

    .hero .socialMedia {
        top: auto;
        position: relative;
        display: flex;
        flex-direction: row;
        margin-top: 1rem;
    }

    .hero .socialMedia a {
        margin-right: 10px;
        width: 30px !important;
        height: 30px !important;
    }

    .hero .socialMedia a svg {
        width: 14px !important;
        height: 14px !important;
    }

    .cardPropos {
        height: 196px;
        position: relative;
        background-image: none;
        background-color: #fff;
        border-radius: 30px;
    }

    .cardPropos .box {
        width: 40px;
        height: 40px;
        bottom: 10px;
    }

    .cardPropos h5 {
        font-size: 20px;
    }

    .cardPropos p {
        font-size: 14px;
    }


}

@media(max-width:768px) {

    .cardPropos {
        height: auto !important;
    }

    .bottomSide {
        flex-direction: column-reverse !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

/**************************************
home
*****************************************/
.bg-beige {
    background: #FBFBFB;
}

.section-title-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.membresSlider .btn-step svg {
    display: none !important;
}

.membresSlider .btn-step i {
    color: #000;
    font-size: 2rem;
}

@media(max-width:992px) {
    .section-title-2 h2 svg {
        width: 20px !important;
        height: 20px !important;
    }
}

@media(max-width:570px) {
    .section-title-2 h2 {
        text-align: left !important;
    }

    .section-title-2 h2 svg {
        width: 20px !important;
        height: 20px !important;
    }

    .section-title-2 {
        display: block;
    }
}

/*********************************************
cardDetailMembre
*******************************************/
.cardDetailMembre .images img {
    width: 100%;
    height: 100%;
    max-width: 410px;
    max-height: 506px;
    border-radius: 205px;
    object-fit: cover;
}

.cardDetailMembre .images .btn {
    width: 50px;
    height: 50px;
    background-color: #116E5C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    border-radius: 50%;
}

.cardDetailMembre .images .btn svg {
    width: 25px !important;
}

.cardDetailMembre .text a {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.cardDetailMembre .text h5 {
    color: #116E5C;
    font-family: 'Urbanist', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 31px;
    /* 237.5% */
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    margin-top: 1rem;
}

.cardDetailMembre .text h6 {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    /* 90% */
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    margin-top: 1rem;
}

.cardDetailMembre .text p,
.cardDetailMembre .text .desc a,
.cardDetailMembre .images p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.cardDetailMembre .text .desc,
.cardDetailMembre .text .desc a,
.cardDetailMembre .images p {
    font-size: 16px;
}

.cardDetailMembre .text .desc strong {
    font-weight: 700;
}

.cardDetailMembre .text .desc a {
    color: var(--Colors-Blue, var(--Colors-Blue, #007AFF));
    text-decoration: underline !important;
}

.cardDetailMembre .text h4 {
    color: var(--Foundation-Green-Darker, #072B24);
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    /* 32px */
    letter-spacing: -0.352px;
    margin-top: 0px;
}

.cardDetailMembre .text .btns {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.cardDetailMembre .text .btn {
    border: 1px solid #010205;
    border-radius: 25px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.5px;
}

.cardDetailMembre .text img {
    width: 176px;
    height: auto;
    border-radius: 5px;
}

@media(max-width:992px) {
    .cardDetailMembre .images img {
        width: 100%;
        height: 100%;
        max-width: 310px;
        max-height: 406px;
        border-radius: 102px;
    }

    .cardDetailMembre .text h5 {
        font-size: 28px;
    }

    .cardDetailMembre .text h6 {
        font-size: 18px;
    }

    .cardDetailMembre .text h4,
    .cardDetailMembre .text .desc,
    .cardDetailMembre .text .desc a,
    .cardDetailMembre .images p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardDetailMembre .images img {
        width: 100%;
        height: 100%;
        max-width: 210px;
        max-height: 306px;
        border-radius: 55px;
    }

    .cardDetailMembre .text a {
        font-size: 12px;
    }

    .cardDetailMembre .text h5 {
        font-size: 26px;
    }

    .cardDetailMembre .text h6 {
        font-size: 16px;
    }

    .cardDetailMembre .text p,
    .cardDetailMembre .text .btn {
        font-size: 12px;
    }

    .cardDetailMembre .text h4,
    .cardDetailMembre .text .desc,
    .cardDetailMembre .text .desc a,
    .cardDetailMembre .images p {
        font-size: 15px;
    }

    .cardDetailMembre .images .btn {
        width: 40px;
        height: 40px;
        margin-top: 1rem;
    }

    .cardDetailMembre .images .btn svg {
        width: 20px !important;
    }

    .cardDetailMembre .images {
        margin-bottom: 4rem !important;
        text-align: left !important;
    }
}

@media(max-width:570px) {
    .cardDetailMembre .text h5 {
        font-size: 22px;
    }

    .cardDetailMembre .text h6 {
        font-size: 15px;
        margin-top: 0px;
    }

    .cardDetailMembre .text h4,
    .cardDetailMembre .text .desc,
    .cardDetailMembre .text .desc a,
    .cardDetailMembre .images p {
        font-size: 13px;
    }
}

/*------------------------------------------
#card project
-------------------------------------------*/
.cardProject {
    border-radius: 27px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #000;
    width: 100%;
    max-width: 355px;
    height: 100%;
    max-height: 424px;
    margin-right: 20px;
}

.cardProject .card-header img {
    width: 100%;
    height: 121px;
    object-fit: cover;
    border-radius: 12px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.cardProject .card-body h5 {
    color: #000 !important;
    font-family: "Golos Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.5px;
    /* 93.75% */
    letter-spacing: -0.5px;
}

.cardProject .card-body p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
}

.projects .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 50px;
}

.projects .left p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-align: right;
}

.projectsSlider .btn-step {
    padding: 0px 0px !important;
    width: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectsSlider .btn-step svg {
    display: none !important;
}

.projectsSlider .btn-step i {
    color: #000;
    font-size: 2rem;
}

@media(max-width:992px) {
    .cardProject .card-body h5 {
        font-size: 20px;
    }

    .cardProject .card-body p,
    .projects .left p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardProject .card-body h5 {
        font-size: 18px;
    }

    .cardProject .card-body p,
    .projects .left p {
        font-size: 14px;
        text-align: left;
    }
}

@media(max-width:570px) {
    .cardProject .card-body h5 {
        font-size: 16px;
    }

    .cardProject .card-body p,
    .projects .left p {
        font-size: 12px;
    }

    .projects .left {
        padding-bottom: 0px;
    }
}

/*--------------------------------------
#actualites 
---------------------------------------*/
.actualites .images {
    display: flex;
    align-items: center;
}

.actualites .images img {
    width: 100%;
    max-width: 652px;
    height: 383px;
    object-fit: cover;
}

.actualites .text h5 {
    color: #000;
    font-family: "Golos Text";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.528px;
    margin-bottom: 0px;
    text-align: left;
}

.actualites .text small {
    color: var(--Text, #333);
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    /* 18px */
    text-align: left;
}

.actualites .text p {
    color: #000;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.352px;
    text-align: left;
}

.actualites .text .media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.actualites .text .media img {
    width: 53px;
    height: 53px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #137A66;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, #137A66;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-right: 10px;
}

.actualites .text .media h6 {
    color: var(--Text, #333);
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 0% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.actualites .text .media p {
    color: var(--Text, #333);
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 80% */
    letter-spacing: -0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.stepsBtns {
    display: flex;
    align-items: center;
}

.stepsBtns .btn-step {
    width: 70px;
    height: 40px;
    padding: 0px 0px;
}

@media(max-width:992px) {
    .actualites .images img {
        width: 100%;
        max-width: 652px;
        height: 300px;
        object-fit: cover;
    }

    .actualites .text h5 {
        font-size: 20px;
    }

    .actualites .text p {
        font-size: 15px;
    }

    .actualites .text .media img {
        width: 50px;
        height: 50px;
    }

    .actualites .text .media h6 {
        font-size: 13px;
    }

    .actualites .text .media p {
        font-size: 11px;
    }
}

@media(max-width:768px) {
    .actualites .images img {
        width: 100%;
        max-width: 652px;
        height: 300px;
        object-fit: cover;
    }

    .actualites .text h5 {
        font-size: 18px;
    }

    .actualites .text p {
        font-size: 14px;
    }

    .actualites .text .media img {
        width: 45px;
        height: 45px;
    }

    .actualites .text .media h6 {
        font-size: 13px;
    }

    .actualites .text .media p {
        font-size: 11px;
    }

    .stepsBtns .btn-step {
        width: 50px;
        height: 40px;
        padding: 0px 0px;
    }

    .actualites .text .btn-outline-primary {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #map {
        height: 400px !important;
    }
}

@media(max-width:570px) {
    .actualites .images img {
        width: 100%;
        max-width: 652px;
        height: 280px;
        object-fit: cover;
    }

    .actualites .text h5 {
        font-size: 16px;
    }

    .actualites .text p {
        font-size: 12px;
    }

    .actualites .text .media {
        display: block;
    }

    .actualites .text .media img {
        width: 45px;
        height: 45px;
        margin-bottom: 5px;
    }

    .actualites .text .media h6 {
        font-size: 12px;
    }

    .actualites .text .media p {
        font-size: 10px;
    }

    #map {
        height: 300px !important;
    }
}

/*------------------------------------
404
-------------------------------------*/
.error-section {
    background: #EDF7F5;
}

.cardError {
    width: 100%;
}

.cardError .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardError .card-body img {
    width: 100%;
    max-width: 400px;
    max-height: 147.954px;
    object-fit: contain;
    margin-bottom: 2rem;
}

.cardError .card-body h5 {
    color: #252A34;
    font-family: "Golos Text";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 111.111% */
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.cardError .card-body p {
    color: #000;
    /* h6 */
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 1.5rem;
}

.cardError .card-body .input-group {
    border-radius: 25px;
    background: #FFF;
    width: 100%;
    max-width: 407px;
    border: none;
    margin-bottom: 1.5rem;
}

.cardError .card-body .input-group span {
    background-color: transparent;
    border-radius: 0px 25px 25px 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardError .card-body .input-group input {
    background-color: transparent;
    border-radius: 25px 0px 0px 25px;
    border: none;
    height: 46px;
    color: #219D80;
    /* h6 */
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-outline-secondary {
    border-radius: 25px;
    border: 1px solid #219D80;
    background-color: transparent;
    color: #219D80;

    /* h6 */
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #219D80;
    color: #fff;
}

@media(max-width:992px) {
    .cardError .card-body h5 {
        font-size: 65px;
    }

    .cardError .card-body p,
    .cardError .card-body .input-group input,
    .btn-outline-secondary {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardError .card-body h5 {
        font-size: 55px;
    }

    .cardError .card-body p,
    .cardError .card-body .input-group input,
    .btn-outline-secondary {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cardError .card-body h5 {
        font-size: 45px;
        text-align: center;
    }

    .cardError .card-body p,
    .cardError .card-body .input-group input,
    .btn-outline-secondary {
        font-size: 14px;
        text-align: center;
    }
}

/*-----------------------------
coming soon
*------------------------------*/
.cardComing {
    width: 100%;
    max-width: 579px;
    height: 100%;
    min-height: 400px;
}

.cardComing .card-body {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardComing .card-body img {
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
    object-fit: cover;
}

.cardComing .card-body .box {
    position: relative;
    z-index: 1;
}

.cardComing .card-body h5 {
    color: #FFF;
    text-shadow: 0px 4px 10px #000;
    font-family: "Golos Text";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 96px */
    letter-spacing: -1.408px;
    position: relative;
}

.cardComing .card-body .social {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cardComing .card-body .social a {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
}