
.wrapper-head-cours {
    padding: 30px 0 30px;
    /* background-color: #e6f0f9; */
    border-bottom: 1px solid #e9e9e9;
}

.wrap-head-cours.row-container {
    color: #878c9f;
    font-family: roboto;
    font-size: 15px;
    font-weight: 500;
    justify-content: start;
}

.wrap-head-cours.row-container >a {
    position: relative;
    color: #878c9f;
    margin: 0 8px;
}

.wrap-head-cours span {
    font-weight: 500;
    color: #c3922a;
    margin-left: 7px;
}




section.biography-wrapper {
    background-image: url("../images/banniere/banniere-interne.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 190px 0 60px;
    overflow: hidden;
}
.skip-link-pill {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 10px;
    color: var(--second-color);
    font-size: 13px;
    background: rgb(173 209 241 / 15%);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid var(--second-color);
    transition: 0.4s var(
    --ease);
}

.skip-link-pill em { font-style: italic; opacity: 0.85; font-weight: 400; }
.skip-link-pill strong { font-weight: 700; }

.skip-link-pill .arrow-circle {
    width: 26px;
    height: 26px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--white);
    transition: transform 0.4s var(--ease);
}

.skip-link-pill:hover {
    background: #10b98100;
    transform: translateY(-2px);
}

.skip-link-pill:hover .arrow-circle { transform: translateY(4px); }


.biography-shape-1 {
    position: absolute;
    height: 400px;
    width: 400px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    top: -255px;
    left: -258px;
}

.biography-shape-3 {
    position: absolute;
    left: -100px;
    margin: auto;
    top: 75px;
}

.biography-shape-3 img {
    animation: rotate-y 15s normal infinite linear;
}

.biography-shape-4 {
    top: 170px;
    position: absolute;
    right: 160px;
}

.biography-shape-4 img {
    animation: float-bob-x-2 4s alternate infinite linear;
}

.biography-shape-2 {
    position: absolute;
    left: 74px;
    top: 152px;
    z-index: 1;
    animation: float-bob-y 4s alternate infinite linear;
}

.biography-shape-2 span {
    display: block;
    background-color: #F8B81F;
    height: 70px;
    width: 70px;
    border-radius: 50% 50% 50% 50%;
}


.breadcrumblist {
    /* background-color: var(--second-color); */
    padding: 0px 20px;
    border-radius: 24px;
    color: var(--white-color);
}

.content-text-center {
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
  flex-direction: column;
  /* padding-top: 25px; */
}
h1.title-banner-center {
    color: var(--white-color);
}
h3.title-banner-center {
    line-height: 1;
    font-size: 38px;
    font-weight: 700;
    color: var(--white-color);
}

.breadcrumblist {
    flex-wrap: wrap;
    margin: 10px 0 0;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.biography-btn {
    margin-top: 20px;
}

.breadcrumblist li a {
    color: inherit;
}

.breadcrumblist li:not(:last-child) {
    padding-right: 13px;
}

.breadcrumblist>li {
    display: inline-block;
}

.breadcrumblist>li:not(:first-child) {
    padding-left: 13px;
}
.breadcrumblist>li:last-child {
    padding-left: 13px;
    font-weight: 700;
    color: var(--second-color);
}


.wrapper-page-interne {
    padding: 50px 0;
}

.wrap-page-interne {
    align-items: unset;
}

.header-liste {
    width: 100%;
    text-align: center;
}

.header-liste h2 {
    padding-bottom: 20px;
    color: #044b7a;
    font-size: 25px;
}


/**********************************************Pagination*************************************************/


.wrapper-pagination {
    padding: 15px 15px 0;
}

.pagination {
    display: flex;
    justify-content: space-between;
}

.wrapper-pagination-left {
    font-size: 16px;
    color: #737373;
}

.wrapper-pagination-left span {
    font-weight: 600;color: var(--second-color);
}

.wrapper-pagination-right {
    display: flex;
    align-items: center;
}

.wrap-pagination {
    padding: 5px 10px;
    border: 1px solid var(--second-color);
    margin: 0 5px;
    font-size: 13px;
    border-radius: 3px;
    color: var(--second-color);
    height: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.wrap-pagination.actif, .wrap-pagination:hover {
    background-color: var(--second-color);
    color: #fff;
}

.void-pagination {
    padding-bottom: 8px;
}



/******************************************************BLOC-Right-cours***********************************************/



.rounded-pill {
    border-radius: 50rem!important;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-color);
    text-align: center;
    white-space: nowrap;
    border-right: none;
    padding: 1rem 2px 1rem 20px;
    width: 15%;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    /* border-radius: 30px; */
    background: white;
}
.form-control {
    border: 0 none;
    font-weight: 300;
    color: var(--pxpTextColor);
    background-color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 1rem 0.75rem;
    display: block;
    width: 85%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    /* font-weight: 400; */
    line-height: 1.5;
    color: #212529;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: 0.25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.list-group {
    margin-top: 1rem!important;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    /* display: none; */
}

.list-group {}

label.list-group-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    color: #17171D;
    align-items: center;
}

.les-etoiles {
    color: #f8c51c;
}
span.d-flex {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    align-content: center;
    line-height: 1;
}

input.form-check-input {
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    margin-right: 0.5rem;
}

.form-check-input {
    width: 1em;
    height: 1em;
    /* margin-top: 0.25em; */
    vertical-align: top;
    background-color: #fff;
    /*! background-repeat: no-repeat; */
    /*! background-position: center; */
    /*! background-size: contain; */
    border: 1pxsolidrgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    border: 1px solid var(--primary-color);
}

.form-check-input:checked {
    background-color: #0969C3;
    border-color: #0969C3;
}

.form-check-input:checked[type=checkbox] {
    background-image:url("../images/icons/check-image.svg");
}    

.header-title-liste-offre >h2 {
    font-weight: 600;
    /* font-size: 1.45rem; */
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
}

.header-title-liste-offre {
    /* margin-bottom: 30px; */
}

.count-element {
    color: var(--second-color);
}


.header-liste-cours-left {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

select.form-select {
    background-color: white;
    border: 0 none;
    padding: 0 20px 0 8px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 1.5;
    color: #263238;
    /* border: 1px solid #e9ecef; */
    padding: 10px 8px;
    border-radius: 4px;
}

.bloc-form .form-select {
    width: 80%;
}
.listing-pagination> li {
    display: flex;
    justify-content: center;
}

.item-liste-cours {
    background-color: #e6f0f9;
    /* padding: 10px 20px; */
    border-radius: 10px;
    /* margin-bottom: 30px; */
}


.item-latest-courses {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 8px;
    align-items: center;
}

.image-latest-course {
    display: flex;
    justify-content: center;
    width: 37%;
    overflow: hidden;
    border-radius: 5px;
    padding-right: 4%;
}

.info-latest-course {
    width: 63%;
}

.tile-course {
    font-size: 15px;
    margin: 0 0 5px;
    line-height: 21px;
    font-weight: 600;
}

.tile-course>a {
    /* font-size: 15px; */
    /* margin: 0 0 5px; */
    transition: all ease 0.5s;
}

.item-liste-cours.lastest-courses > h3 {
    font-weight: 500;
}

.statut-course.free {
    text-transform: uppercase;
    color: #c4932c;
}

.statut-course.not-free {
    text-transform: uppercase;
    color: #054c7a;
}

.statut-course {
    font-weight: 600;
}

.tile-course:hover >a {
    color: #c4932c;
}

.filter-liste-cours {
    line-height: 40px;
}

.tabs-section {
    position: relative;
    border: 1px solid var(--border-color);
    box-shadow: 0px 9px 14px #fbfbfb;
    border-radius: 10px;
    padding-bottom: f;
    overflow: hidden;
    background-color: #ffff;
}
.tabs {
    display: flex;
    gap: 2px;
}
.tab {
    font-size: 14px;
    padding: 20px;
    cursor: pointer;
    border-top: 5px solid transparent;
    font-weight: bold;
    background-color: #F3F7FB;
    transition: all 0.3s;
    width: 25%;
    text-align: center;
}
.tab.active {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: transparent;
}
.tab-content {
    padding: 30px 20px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}










aside.aside_right {
    width: 30%;
    position: relative;
    padding-left: 15px;
}

div#bloc_aside_page {
    position: sticky;
    top: 15px;
}

.widget-aside {
    /* background-color: #e6f0f9; */
    padding: 25px;
    border-radius: 10px;
    margin-top: 45px;
    box-shadow: 0 0 10px #00000017;
    background-color: #fff;
}


.searchform-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-radius: 30px;
    /* box-shadow: 0px 6px 12px rgb(0 0 0 / 5%); */
    background: white;
}

.searchform-wrap input {
    border: 1px solid var(--primary-color);
    padding: 1rem 0.75rem;
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    /* color: var(--primary-color); */
    -moz-appearance: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 10px;
}




.title-item {
    margin: 5px 0 10px;
    color: #0b0b0b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 1rem;
}
.title-item:after {
  content: "\f107";
  position: relative;
  font-family: "FontAwesome";
}

.title-item.active:after {
  content: "\f106";
}



/*************************** shapes *******************************/

.cta-shape-1, .cta-shape-2 {
    position: absolute;
    width: 300px;
    z-index: 0;
}

.cta-shape-2 {
    right: 0;
    top: -200px;
}

.cta-shape-1 {
    bottom: -46px;
}

.shape-cta {
    position: absolute;
}

.shape-cta.shape-1 {
    border: 1px solid var(--second-color-light);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: -61px;
    left: -50px;
}

.shape-cta.shape-2 {
    border: 1px solid var(--second-color-light);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    right: -39px;
    bottom: -40px;
}

.shape-cta.shape-3 {
    left: 50%;
    top: -100px;
    animation: rotate-y 15s normal infinite linear;
}

.shape-cta.shape-4 {
    left: 2px;
    top: 0;
    animation: float-bob-y 2s normal infinite linear;
}

.shape-cta.shape-5 {
    right: 0;
    bottom: 0;
    animation: float-bob-x 2s normal infinite linear;
}
