

section.biography-wrapper {
    background-image: url(../images/banniere/banners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: var(--primary-color);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 0;
    color: var(--white-color);
    /* background-color: var(--second-color); */
}

h3.title-banner-center {
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
}

.breadcrumblist {
    flex-wrap: wrap;
    margin: 5px 0 0;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
}




.wrapper-breadcrumbs {
    padding: 20px 0 20px;
    background: #eee;
}

.wrap-breadcrumbs {}

.content-breadcrumb {
    text-transform: capitalize;
    color: var(--black-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.content-breadcrumb li {}

.content-breadcrumb li + li {
    /* margin-left: 14px; */
}

.content-breadcrumb li + li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 15px;
    font-size: 10px;
}

.content-breadcrumb li:last-child {
    color: #777;
}





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

.wrap-page-interne {
    align-items: unset;
    z-index: 0;
    position: relative;
}

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

.header-liste h2 {
    padding-bottom: 20px;
    color: #var(--second-color);
    font-size: 25px;
}



.wrapper-pagination {
    padding: 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(--primary-color);
}

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

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

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

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






/********************************************ASIDE RIGHT********************************************/




aside.social-media {
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

ul.social-icons {
    box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
    border-radius: 20px;
    overflow: hidden;
    width: 70px;
    background: #fff;
    padding: 16px;
    text-align: center;
    margin-bottom: 0;
    display: block;
    position: static;
    position: sticky;
    top: 105px;
}

ul.social-icons li {}

.social-icons a {
    width: 40px;
    aspect-ratio: 1;
    margin: 0 0 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    background: #808080;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons .in {
    background: #3371b7;
}
.social-icons .fb {
    background: #285da1;
}


.social-icons .tw {
    background: #03a9f4;
}

.social-icons .yb {
    background: red;
}

.social-icons .wh {
    background: #20b038;
}

.social-icons .en {
    background: #95a5a6;
}

.social-icons .pin {
    background: #c92619;
}

.social-icons .dit {
    background: #e74a1e;
}

.social-icons a:hover {
}


/* *******************************************Debut formulaire header programme ******************************************* */

.wrapper-form {
  padding: 0 15px;
  margin-bottom: 45px;
  position: relative;
}

.wrapper-form form {
    background-color: var(--white-color);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    height: 80px;
    border-radius: 40px;
    padding: 0 15px 0 20px;
    position: relative;
    /* z-index: 2; */
}

.form {
  display: flex;
  justify-content: start;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
}

.input-form.industry {
  border: none;
}

.wrapper-form .input-form,
.wrapper-form .input-select {
  width: 30%;
  border-right: 1px solid #dedede;
  padding: 0 5px;
  position: relative;
}

.wrapper-form .input-select {
  box-sizing: border-box;
}

.btn-primary{
  /* width: 10%; */
  /* height: fit-content; */
  margin-left: auto;
}

.location-icon i {
  position: absolute;
  left: 90%;
}

.wrapper-form .wrap-input, 
.wrapper-form .wrap-select {
  position: relative;
  display: flex;
  align-items: center;
}

.wrapper-form i.fas.fa-dot-circle-o {
  left: 91%;
}

.wrapper-form i.fas.fa-angle-left {
  position: absolute;
  left: 93%;
  transform: rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  top: 50%;
}

.wrapper-form .btn-primary {
}

.btn.btn-primary button {
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* margin-left: auto; */
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    background: var(--second-color);
    line-height: 1.8;
}

.input-form.mot-cles {
  width: 30%;
  border-right: 1px solid #dedede;
}

.wrapper-form i {
  color: #696969;
  font-size: 15px;
  line-height: 21px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.input-select.category {
  position: relative;
}





/*********************************************Fin Formulaire************************************************************ */




/* ************** ASIDE RIGHT ***************************** */



.aside_left {
    width: 70%;
    padding: 0 15px 0 0;
}

.rating-av .filled {
    color: #c4932c;
}

.wrap-aside-left {
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
}



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

#bloc_aside_page, .bloc_aside_page {
    position: sticky;
    top: 30px;
}



.widget-aside {
    padding: 35px 40px 40px;
    margin-bottom: 40px;
    border: 1px solid #f0f0f0;
}

.widget-aside.widget_search {
    border-color: transparent;
    border-radius: 5px;
    background-color: #fafafa;
    /* box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03); */
}

.widget-content {}

h2.widget-title {
    font-size: 26px;
    margin-bottom: 41px;
    /* padding-bottom: 12px; */
    position: relative;
    color: #1b2336;
    line-height: 1.2;
    font-weight: 600;
}

.widget-title:before {
    width: 50px;
    height: 4px;
    margin-left: 8px;
    background: var(--primary-color);
    position: absolute;
    content: "";
    bottom: -13px;
}

.widget-title:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: 0;
    bottom: -13px;
    background: var(--primary-color);
}

form.search-form {
    position: relative;
}

form.search-form input {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 8.5px 24px;
    font-size: 16px;
    font-style: italic;
    line-height: 95px;
    color: #939393;
    box-shadow: rgba(149,157,165,.2)0 8px 24px;
    height: 51px;
    transition: all 200ms linear 0ms;
    width: 100%;
    border-radius: 10px;
}

form.search-form button {
    padding: 0;
    border: none;
    line-height: 55px;
    height: 100%;
    width: 55px;
    position: absolute;
    outline: none;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 400;
    background-color: var(--primary-color);
    background-image: none;
    border-radius: 0;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}






.widget-aside {
    position: relative;
    margin: 0 0 30px;
    padding: 30px 40px 30px;
    border-radius: 10px;
    background: url(../images/bg/bg-widget.jpg) no-repeat center center/cover;
    padding-right: 35px;
    padding-left: 35px;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.06), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.03);
}

