/* FONTS */
/*
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/montserrat/Montserrat-Regular.otf');
}

@font-face {
  font-family: 'Montserrat-light';
  src: url('fonts/montserrat/Montserrat-Light.otf');
}

@font-face {
  font-family: 'Montserrat-medium';
  src: url('fonts/montserrat/Montserrat-Medium.otf');
}

@font-face {
  font-family: 'Montserrat-bold';
  src: url('fonts/montserrat/Montserrat-Bold.otf');
}
*/
@font-face {
  font-family: 'Almarai';
  src: url('fonts/Almarai-Regular.ttf');
}

@import url('https://fonts.cdnfonts.com/css/montserrat');
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, textarea, p, blockquote, th, td, a {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat';
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff;
  --primary-color: #11406e;
  --secondary-color: #F3AD05;
  --secondary-color-hover: #b88300;
  --purple-color: #9437FF;
  --blue-color: #3C6CB3;
  --blue-bg-color: #336699;
  --blue-bg-color-hover: #204e79;
  --white-color: #FBFEFF;

  --bs-body-font-family: 'Montserrat';
}

.font_bold {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
}

.margin-auto {
  margin: auto;
}

#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
}

.card {
  border: none;
}

.btn-whatsapp {
  position: fixed;
  right: 3%;
  top: 80%;
  z-index: 99;
}

.btn-whatsapp img {
  width: 80px;
}

.btn-secondary {
  background-color: var(--secondary-color);
  color: #ffffff;
  border-radius: 0;
  font-weight: 200;
  font-size: 16px;
  padding: 8px 35px;
  border: none;
  text-transform: uppercase;
}

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

.btn-primary {
  background-color: var(--blue-bg-color);
  color: #ffffff;
  border-radius: 0;
  font-weight: 200;
  font-size: 18px;
  padding: 8px 35px;
  border: none;
  text-transform: uppercase;

}

.btn-primary:hover {
  background-color: var(--blue-bg-color-hover);
}

section {
  margin: 0 0 40px;
  /* display: block; */
  /* position: relative; */
  display: inline-block;
  /* overflow: hidden; */
  width: 100%;
}

.title-section {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 25px;
  color: var(--primary-color);
  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  position: relative;
  margin: 20px 0 40px;
  text-transform: uppercase;
}

.title-section:before {
  content: '';
  width: 10px;
  position: absolute;
  left: 0;
  top: 8px;
  border-width: 15px 0px;
  border-style: solid;
  border-color: var(--secondary-color);
}
.page.navigation{
  align-items: center;
  justify-content: center;
  display: flex;

}
.page.navigation .page-link{
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.page.navigation .page-link.active{
  color: gray;
  background-color: var(--secondary-color);
}
/******************************************************************************************/
/**************************************     Header  ***************************************/
/******************************************************************************************/


header {
  padding: 0 5%;
}

header .navbar {
  /*padding: 0 100px;*/
  padding-top: 0;
}

.navbar-brand {
  padding: 0;
}

header .navbar input[type="search"] {
  border-radius: 0px;
  border-color: var(--secondary-color);
}

header .logo {
  /*width: 80px;*/
  width: auto;
  height: 70px;
}

header nav .navbar-nav {
  display: contents;
}

header .navbar-collapse {
  justify-content: center;
}

header nav .navbar-nav .nav-item {
  /*margin: auto;*/
  padding: 0 30px;
}

header nav .nav-item .nav-link {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  height: 80px;
  line-height: 80px;
}

header nav .nav-item .dropdown-menu {
  margin-top: -20px;
}

header nav .nav-item .dropdown-menu .nav-link {
  line-height: 27px;
  position: relative;
  color: var(--white-color);
  height: auto;
  padding: 15px 5px;
}

header nav .navbar-nav .dropdown-menu .nav-item {
  padding: 0;
}

header nav .nav-item .dropdown-menu .nav-link:after {
  content: '';
  width: 62px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  border-width: 0.5px;
  border-style: solid;
  border-color: var(--white-color);
}

header nav .nav-item .dropdown-menu .nav-item:last-child .nav-link:after {
  content: '';
  display: none;
}

header nav .nav-item .dropdown-menu .nav-link:hover {
  color: var(--secondary-color);
}

header nav .nav-item .nav-link.active {
  color: var(--secondary-color);
  text-decoration: none;
  text-decoration-color: var(--blue-color);
  position: relative;
  padding: 0;

}

header nav .nav-item .nav-link.active:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue-color);
}

header .nav-item.dropdown .show,
header .nav-item.dropdown:hover {
  background-color: var(--primary-color);
}

header .nav-item .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  text-align: center;
}

header nav .btn-platforme {
  font-weight: 400;
  font-size: 13px;
  background-color: var(--blue-color);
  padding: 8px 30px;
}

.btn-loop {
  background: url("../images/loupe.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 30px;
  border-radius: 0;
  position: relative;
  border: none !important;

}

header nav .btn-loop:hover,
header nav .btn-loop:focus,
header nav .btn-loop:active {
  /*border:none;*/
}

header nav .btn-loop:after {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  bottom: 2px;
  border-width: 16px 0px;
  border-style: solid;
  border-color: var(--secondary-color);
}

header nav .btn-lang {
  color: var(--secondary-color);
  font-weight: 200;
  font-size: 18px;
  border: none !important;
  color: var(--secondary-color) !important;
}

header nav .btn-lang:hover,
header nav .btn-lang:focus,
header nav .btn-lang:active {
  /*border:none;*/
  /*color: var(--secondary-color);*/
}

header .fixed-top {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(18, 64, 110, .5);
  box-shadow: rgba(18, 64, 110, .5) 0px 1px 8px;
  padding: 0;
}

/******************************************************************************************/
/**************************************    END Header  ***************************************/
/******************************************************************************************/

/******************************************************************************************/
/**************************************     home banner  ***************************************/
/******************************************************************************************/

.section-banner {
  height: 450px;
  position: relative;

}

.section-banner .banner {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-banner .content {
  position: absolute;
  top: 0;
  left: 5%;
  width: 40%;
  bottom: 0;
  margin: auto;
  height: 245px;
}

.section-banner .content p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.section-banner .content .btn-banner {
  margin-top: 30px;
}

.section-padding {
  padding: 0 5%;
}

/******************************************************************************************/
/**************************************     end home banner  ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************     Home Realisation   ***************************************/
/******************************************************************************************/

.section-realisation .card {
  border-radius: 0;
  border: none;
}

.section-realisation .card-body {
  /*background-color: var(--purple-color);*/
  border: 1px solid var(--secondary-color);
  overflow: hidden;
  padding: 20px;
}

.section-realisation .card-img-top {
  height: 220px;
  width: auto;
  object-fit: cover;
}

.section-realisation .card-body .card-title {
  color: var(--secondary-color);
  position: relative;
  font-weight: 800;
  font-size: 13px;

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;

}

.section-realisation .card-body .card-title:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 90px;
  top: 6px;
  border-width: .5px 0px;
  border-style: solid;
  border-color: var(--secondary-color);
}

.section-realisation .card-body .card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;

  color: var(--primary-color);
  margin: 25px 0;
  height: 125px;
  overflow: hidden;
}

/******************************************************************************************/
/**************************************    End  Home Realisation   ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************    End  Home Partenaire   ***************************************/
/******************************************************************************************/

.section-partenaire .slick-slide {
  margin: 0 30px;
}

.section-partenaire img {
  height: 130px;
}

/******************************************************************************************/
/**************************************    End  Home Partenaire   ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************    End  Home Chiffere   ***************************************/
/******************************************************************************************/

.section-chiffres .title-section {
  margin-left: 5%;
}

.section-chiffres .numbers {
  background-color: var(--secondary-color);
  padding: 30px 5%;
}

.section-chiffres .numbers .separ {
  position: relative;

}

.section-chiffres .numbers .separ:after {
  content: '';
  width: 1px;
  position: absolute;
  right: 50px;
  bottom: 32px;
  border-width: 46px 0px;
  border-style: solid;
  border-color: #ffffff;

}

.section-chiffres .numbers .value {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  font-size: 60px;
  line-height: 62px;
  color: var(--blue-color);
}

.section-chiffres .numbers .unite {

  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
  font-size: 28px;
  line-height: 24px;
  color: var(--primary-color);
}

.section-chiffres .numbers .description {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}

/******************************************************************************************/
/**************************************    End  Home Chiffere   ***************************************/
/******************************************************************************************/

/******************************************************************************************/
/**************************************     News letter   ***************************************/
/******************************************************************************************/

.newsletter {
  margin-top: 30px;

}

.newsletter .left img {
  width: 115px;
  float: left;

}

.newsletter .left .text {
  float: left;
  width: calc(100% - 150px);
  padding-left: 25px;
}

.newsletter .left h4 {
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
  font-size: 22px;
  padding-bottom: 8px;
  color: var(--secondary-color);
}

.newsletter .left h5 {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  color: var(--primary-color);
}

.newsletter .right p {
  font-size: 15px;
}

.newsletter .right .adr {
  background-color: #F4F9FE;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 40px;
}

.newsletter .right .btn {
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;

  padding: 13px 35px;
  border: none;

}

/******************************************************************************************/
/**************************************    End  News letter   ***************************************/
/******************************************************************************************/

/******************************************************************************************/
/**************************************   Footer   ***************************************/
/******************************************************************************************/


footer {
  background-color: var(--primary-color);
  padding: 1% 5%;
  color: #ffffff;
}

footer .logo {
  width: 70px;
}

footer h4 {
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 10px;
}

footer p {

  /* font-family: 'Montserrat-light';*/
  font-weight: 100;
  font-size: 18px;
}

footer .federation {
  list-style-type: none;
}

footer .federation li {
  position: relative;
  padding-left: 20px;
}

footer .federation li:before {
  content: '';
  width: 12px;
  position: absolute;
  left: 0;
  top: 10px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--secondary-color);

}

footer .federation li a,
footer .rs li a {
  text-decoration: none;
  color: #ffffff;
}

footer .rs {
  list-style-type: none;
}

footer .rs i {
  color: var(--secondary-color);
  margin-right: 8px;
}

/******************************************************************************************/
/**************************************    End  Footer   ***************************************/
/******************************************************************************************/

/******************************************************************************************/
/**************************************    About   ***************************************/
/******************************************************************************************/

.about_page .title-section {
  padding-left: 50px;
}

.about_page .title-section:before {
  left: 30px;
}

.mot_1 .img {
  background: linear-gradient(180deg, #FFFFFF 25.08%, var(--blue-color) 100%);
  height: 340px;
  /*width: 340px;*/
  padding: 0 20px;
}

.mot_1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 25px;
}

.mot_1 .card-body {
  padding-left: 40px;
}

.mot_1 .card-title {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  color: var(--secondary-color);
  font-size: 25px;
  position: relative;
}

.mot_1 .card-title:after {
  content: '';
  width: 150px;
  position: absolute;
  left: 0;
  bottom: -15px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--blue-color);
}

.mot_1 .card-text {
  font-size: 16px;
  line-height: 35px;
  margin-top: 50px;
  text-align: justify;
}


.mot_2 {
  background-color: var(--secondary-color);
  margin-top: 40px;
}

.mot_2 .title-section {
  padding: 0;
}

.mot_2 .title-section:before {
  width: 8px;
  top: 90px;
  border-width: 25px 0px;
  border-color: #ffffff;
}

.mot_2 p {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
  padding: 0 0 50px 40px;
text-align: justify;
}

.mot_2 p:after {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-width: 0.5px;
  border-style: solid;
  border-color: #ffffff;
  height: calc(100% - 70px);
}

.mot_3 .img {
  padding: 0 120px;
  margin-top: 60px;
}

.mot_3 .img img {
  width: 100%;
  height: 160px;

}

.mot_4 .img {
  padding: 0;
}

.mot_4 .img img {
  width: 100%;
  height: 440px;

}

.mot_5 {
  background: url('../images/bg1.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 2%;
}

.mot_5 .layer {
  background-color: rgba(60, 108, 179, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mot_5 .card {
  background: transparent;
  border: none;
}


.mot_5 .card-body {
  padding-top: 0;
}

.mot_5 .card-title {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  color: var(--secondary-color);
  font-size: 25px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}

.mot_5 .card-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  color: #ffffff;
  padding: 0 20px 0 20px;
}

.mot_5 .card .img img {
  height: 100%;
  object-fit: cover;
}


.mot_6 .card .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mot_6 .card > .row > div {
  height: 340px;
}

.mot_6 .card .card-body {
  height: 100%;
  background-color: var(--secondary-color);
  padding: 10px 30px;
  position: relative;
}

.mot_6 ul {
  list-style: none;
  position: absolute;
  top: 0;
  width: 95%;
  bottom: 0;
  margin: auto;
  height: 220px;
}

.mot_6 .card .card-body li {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.mot_6 ul li::before {
  content: "\2022";
  color: var(--blue-color);
  font-weight: bold;
  display: inline-block;
  width: 20px;
  font-size: 50px;
  margin-right: 8px;
}


.mot_7 .img {
  padding: 0;
  overflow: hidden;
  text-align: center;
  height: 250px;
}

.mot_7 .img img {
  height: 250px;
  width: 270px;
  max-width: 25%;
  margin-right: -35px;
  position: relative;
  transition: transform .5s ease;
  object-fit: cover;
}

.mot_7 .img img:hover {
  transform: scale(1.5);
}

.mot_7 .img img:nth-child(1) {
  z-index: 9;
}

.mot_7 .img img:nth-child(2) {
  z-index: 8;
}

.mot_7 .img img:nth-child(3) {
  z-index: 7;
}

.mot_7 .img img:nth-child(4) {
  z-index: 6;
}


.about_page .mot_8 .title-section {
  margin-bottom: -90px;
}

.mot_8 .img {
  padding: 0;
  margin-top: -100px;
}

.mot_8 .img img {
  width: 100%;
  height: auto;
}

.mot_9 .title-section-two {
  font-size: 25px;
  line-height: 30px;
  color: var(--secondary-color);
  text-transform: uppercase;
  padding-left: 25px;

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  position: relative;
  margin: 40px 0;
}

.mot_9 .table {
  background-color: var(--blue-color);
  border-radius: 94px;

  overflow: hidden;
}

.mot_9 .table th {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 800;
  font-size: 22px;
  padding: 0 0 0 60px;
  line-height: 49px;
  color: var(--secondary-color);
}

.mot_9 .table tr th:nth-child(2) {
  padding: 0 0 0 30px;
}

.mot_9 .table td {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 600;
  font-size: 16px;
  line-height: 41px;
  color: #ffffff;
  padding: 0 0 0 60px;
}

.mot_9 .table tr td:nth-child(2) {
  padding: 0 0 0 30px;
}

.mot_9 .table-group-divider {
  border-color: #ffffff;
}

/******************************************************************************************/
/**************************************    End  About   ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************    Federation   ***************************************/
/******************************************************************************************/
.fed_1 > div {
  padding: 0px 6%;
}

.actualite-slider .slick-slide {
  margin: 0 30px;
}

.fed_1 .img {
  background: linear-gradient(180deg, #FFFFFF 25.08%, var(--secondary-color) 100%);
  width: 185px;
  float: right;
  height: 240px;
  padding: 10px;
}


.fed_1 .img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.fed_1 .card {
  display: block;
  border: none;
  margin-bottom: 5%;
}

.fed_1 .info {
  width: calc(100% - 250px);
  float: left;
  overflow: hidden;
}

.fed_1 .card-body .card-title {
  font-size: 25px;
  line-height: 35px;

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  color: var(--primary-color);
}

.fed_1 .card-body .card-subtitle {
  color: var(--secondary-color);
  position: relative;
  font-size: 16px;
  line-height: 14px;

}

.fed_1 .card-body .card-subtitle:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 120px;
  top: 6px;
  border-width: 0.5px 0px;
  border-style: solid;
  border-color: var(--secondary-color);
}

.fed_1 .card-body .card-text {
  font-size: 16px;
  line-height: 25px;
  /* text-align: right; */
  padding: 20px 0;
}

.fed_1 .img.blue,
.fed_1 .ar .img {
  background: linear-gradient(180deg, #FFFFFF 25.08%, var(--blue-color) 100%);
  float: left;
}

.fed_1 .ar .info {
  float: right;
  text-align: right;
}

.fed_1 .ar .card-body .card-subtitle:after {
  left: -160px;
}

.fed_2 .title-section {
  margin-left: 5%;
}

.fed_2 .title-comunique,
.fed_2 .title-help,
.fed_2 .title-actualite {
  font-size: 25px;
  line-height: 40px;
  color: var(--secondary-color);
  padding-bottom: 30px;
}


.fed_2 .actualites {
  background-color: var(--blue-bg-color);
  padding: 60px 5%;
}

.fed_2 .actualites .card {
  background-color: var(--blue-bg-color);
  display: block;
  border: none;
}

.fed_2 .actualites .card .img {
  width: 200px;
  float: left;
}


.fed_2 .actualites .img img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.fed_2 .info {
  width: calc(100% - 220px);
  float: right;
  overflow: hidden;
}

.fed_2 .card-body .card-title {
  font-size: 18px;
  line-height: 25px;
  color: #79BCFF;
}

.fed_2 .card-body .card-subtitle {
  color: var(--secondary-color);
  font-size: 19px;
  position: relative;
}

.fed_2 .card-body .card-subtitle:after {
  content: '';
  width: 100px;
  position: absolute;
  left: 0;
  top: 40px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--secondary-color);
}

.fed_2 .card-body .card-text {
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  padding-top: 25px;
}

.fed_2 .card:after {
  content: '';
  width: calc(100% - 250px);
  position: absolute;
  left: 0;
  bottom: 21px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--secondary-color);
}

.fed_2 .actualite-slider {
  padding-bottom: 35px;

}

.fed_2 .actualite-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  color: var(--secondary-color);
  background-color: #ffffff;
  border: none;
  padding: 7px 11px;
}

.fed_2 .actualite-slider .slick-next {
  right: 0;
}

.fed_2 .actualite-slider .slick-prev {
  right: 45px;
}


.fed_2 .communique {
  padding: 60px 5%;
}

.fed_2 .communique_elems {
  max-width: 800px;
  display: block;
}

.fed_2 .communique_elems .img {
  float: left;
  padding: 0;
}

.fed_2 .communique_elems .img img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.fed_2 .communique_elems .data {
  background-color: var(--blue-color);
  float: right;
  padding: 20px 15px;
}

.fed_2 .communique_elems .data,
.fed_2 .communique_elems .img {
  height: 300px;
}

.fed_2 .communique_elems .col:nth-child(3n) {

  float: right;
}

.fed_2 .communique_elems .col:nth-child(4n) {
  background-color: var(--secondary-color);
  float: left;
}


.fed_2 .communique_elems .data .title {
  font-size: 19px;
  color: var(--blue-color);
}

.fed_2 .communique_elems .data p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  padding: 20px 0;
  max-height: 300px;
  overflow: hidden;

}

.fed_2 .help {
  margin-top: 25px;
}

.fed_2 .help .title-help {
  padding-left: 5%;
}

.fed_2 .help .content_help {
  background-image: url("../images/bg_help.png");
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
}

.fed_2 .help .btn_help {
  background-color: var(--blue-color);
  font-size: 29px;
  line-height: 53px;
  color: #FFFFFF;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 420px;
  height: 70px;
}


.fed_3 .title-section {
  margin-left: 5%;
}


.fed_3 .content_revendication {
  background-image: url("../images/bg_revendication.png");
  /* height: 500px; */
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  /* position: relative; */
  display: inline-block;
  width: 100%;
}

.fed_3 .content_revendication ul {
  background: #FFFFFF;
  box-shadow: 0px 3px 30px #f3ad05;
  border-radius: 60px;
  margin: 100px;
  list-style: none;
  padding: 50px;
  overflow: hidden;
}

.fed_3 .content_revendication ul li {
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  color: #101010;
  position: relative;
  padding-left: 60px;
}

.fed_3 .content_revendication ul li::before {
  background-image: url("../images/icone-femme.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.fed_3 .content_revendication ul li::after {
  content: '';
  width: calc(100% - 80px);
  position: absolute;
  left: 60px;
  bottom: 0;
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--secondary-color);

}

.fed_3 .content_revendication ul li:last-child::after {
  display: none;
}

.fed_4 {
  margin-bottom: 140px;
}

.fed_4 > div {
  position: relative;
}

.fed_4 p {
  font-size: 16px;
  line-height: 25px;
  color: #3C3C3C;
  padding: 5px 35px;
}

.fed_4 .slick-slide {
  margin: 0 30px;
}

.fed_4 img {
  height: 130px;
}

.fed_4 .partenaire-slider {
  border: 1px solid var(--blue-bg-color);
  padding: 40px 10px 50px;
  margin: 20px;
}

.fed_4 .btn {
  background: var(--blue-bg-color);
  position: absolute;
  bottom: -20px;
  margin: auto;
  left: 0;
  right: 0;
  width: 300px;
}

/******************************************************************************************/
/**************************************    End  Federation   ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************    Bibliotheque   ***************************************/
/******************************************************************************************/
.biblio > div {
  padding: 0 6%;
}

.biblio .img {
  background: linear-gradient(180deg, #FFFFFF 25.08%, var(--secondary-color) 100%);
  width: 240px;
  float: left;
  height: 270px;
  padding: 0 10px 10px 10px;
}

.biblio .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.biblio .card {
  display: block;
  padding: 20px 80px;
  border: none;
  text-align: right;
}

.biblio .card .card-body {
  width: calc(100% - 350px);
  float: right;
  padding-left: 60px;
}

.biblio .card-title {
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 22px;
  line-height: 30px;
}

.biblio .card-text {
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  min-height: 120px;
  /*overflow: hidden;*/
  padding-bottom: 10px;

  text-align: justify;
  direction: rtl;
}

.btn-download {
  background-color: var(--blue-color);
  font-size: 20px;
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
}

.btn-download:hover {
  background-color: #6511bf;
}

.btn-download i.fa-download {
  position: relative;
}

.btn-download i.fa-download:before {
  background-image: url("../images/icon-download.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  content: '';
  width: 40px;
  height: 35px;
  position: absolute;
  left: 0px;
  bottom: -10px;
}

/******************************************************************************************/
/**************************************    End  Bibliotheque   ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************    Contact   ***************************************/
/******************************************************************************************/

.contact h2 {
  /* font-family: 'Montserrat-medium';*/
  font-weight: 600;
  font-size: 18px;
  margin-top: -30px;
  margin-bottom: 20px;
}

.contact h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

.contact .map .left {
  padding: 0;
  height: 290px;
}

.contact .map .left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact .map .right {
  background-color: var(--secondary-color);
  padding: 25px;
  height: 290px;
}

.contact .map h5 {
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.contact .map p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 10px;

}

.contact .map p i {
  color: var(--primary-color);
}

.contact_form {
  background: #F4F9FE;
  margin-bottom: 150px;
}


.contact_form .form_body {
  padding: 40px 60px;
}

.contact_form .form_header {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  color: var(--secondary-color);
  background: var(--blue-bg-color);
  font-size: 25px;
  line-height: 50px;
  text-align: center;
}

.contact_form input,
.contact_form textarea {
  margin-bottom: 15px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  line-height: 25px;
  padding: 10px;
}

.contact_form .btn {
  padding: 8px 35px !important;
  border: none !important;
  font-size: 16px;
}


.contact_form .form-no-label p {
  background-color: #fff;
  /* line-height: 60px; */
  padding: 20px;
}

/******************************************************************************************/
/**************************************    End  Contact   ***************************************/
/******************************************************************************************/


/******************************************************************************************/
/**************************************    Page details   ***************************************/
/******************************************************************************************/

.page_details .banner img {
  width: 100%;
  max-height: 60vh;
  object-fit: contain;
}

.page_details .blog-post-title {

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 5px;
}

.page_details .blog-post-date {
  position: relative;
  color: var(--secondary-color);
  font-size: 16px;

}

.page_details .blog-post-date::after {
  content: '';
  width: calc(100% - 100px);
  position: absolute;
  left: 50px;
  bottom: -5px;
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--secondary-color);

}

.page_details .blog-content {
  margin-top: 50px;
  margin-bottom: 70px;
}
.page_details .blog-action {
  margin-bottom: 200px;
}

.page_details .blog-content p {
  font-size: 16px;
  line-height: 24px;
}

/******************************************************************************************/
/**************************************    End  Page details   ***************************************/
/******************************************************************************************/


#search-form {
  display: none;
}

.search_container form {

}


.search_container input {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
  border: 1px solid var(--secondary-color);
  /* line-height: 30px; */
  padding: 15px;
  height: 55px;
}

.search_container .btn {
  padding: 8px 35px !important;
  height: 55px;
  border-radius: 0;
  border: 1px solid var(--secondary-color);
}

.search_container .btn:hover {
  background-color: #ffffff;
  border: 1px solid var(--secondary-color) !important;
}

.search_container {
  min-height: 40vh;
}

.search_container h2 {
  text-align: center;
  font-size: 20px;
}

.search-results li {
  margin: 25px 10px 45px;
}

.search-results li .search-result__title a {
  color: var(--secondary-color);

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  font-size: 20px;
}

.search-results li .search-result__snippet {
  font-size: 16px;
  line-height: 25px;
}

.search-results li .search-result__info {
  display: none;
}

.search_container .pager {
  margin-bottom: 40px;
}

.search_container .pager .pager__items a {
  color: var(--secondary-color);
}


.user-login-form {
  max-width: 500px;
  margin: 70px auto 120px;
}


.user-login-form .form-text {
  /*margin-bottom: 15px;*/
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  line-height: 25px;
  padding: 10px;
}

.user-login-form .description {
  margin-bottom: 25px;
}

.user-login-form .form-submit {
  background-color: var(--blue-bg-color);
  color: #ffffff;
  border-radius: 0;
  font-weight: 200;
  font-size: 18px;
  padding: 8px 35px;
  border: none;
  text-transform: uppercase;
}

.page_details .blog-content p {
  font-size: 16px;
  line-height: 24px;
}

/******************************************************************************************/
/**************************************    End  Page details   ***************************************/
/******************************************************************************************/


#search-form {
  display: none;
}

.search_container form {

}


.search_container input {
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
  border: 1px solid var(--secondary-color);
  /* line-height: 30px; */
  padding: 15px;
  height: 55px;
}

.search_container .btn {
  padding: 8px 35px !important;
  height: 55px;
  border-radius: 0;
  border: 1px solid var(--secondary-color);
}

.search_container .btn:hover {
  background-color: #ffffff;
  border: 1px solid var(--secondary-color) !important;
}

.search_container {
  min-height: 40vh;
}

.search_container h2 {
  text-align: center;
  font-size: 20px;
}

.search-results li {
  margin: 25px 10px 45px;
}

.search-results li .search-result__title a {
  color: var(--secondary-color);

  /* font-family: 'Montserrat-bold';*/
  font-weight: 900;
  font-size: 20px;
}

.search-results li .search-result__snippet {
  font-size: 16px;
  line-height: 25px;
}

.search-results li .search-result__info {
  display: none;
}

.search_container .pager {
  margin-bottom: 40px;
}

.search_container .pager .pager__items a {
  color: var(--secondary-color);
}


.user-login-form {
  max-width: 500px;
  margin: 70px auto 120px;
}


.user-login-form .form-text {
  /*margin-bottom: 15px;*/
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000000;
  line-height: 25px;
  padding: 10px;
}

.user-login-form .description {
  margin-bottom: 25px;
}

.user-login-form .form-submit {
  background-color: var(--blue-bg-color);
  color: #ffffff;
  border-radius: 0;
  font-weight: 200;
  font-size: 18px;
  padding: 8px 35px;
  border: none;
  text-transform: uppercase;
}
