


/*====================== QUATRIEME SECTION START ==========================*/

.quatrieme_section  {
    font-family: 'Poppins', 'Titillium', 'Concert_One',  "Lato",  "Roboto",     Arial,  sans-serif;
    margin-top: 150px;
    padding-left: 40px;
    padding-right: 40px;
}

.quatrieme_section .content-text  {
    padding: 30px;
    line-height: 25px;
}

.quatrieme_section .section_head{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003953;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 30px;
}


.quatrieme_section .section_head h2::after{
  display: block;
  content: "";
  width: 25%;
  height: 5px;
  background-color: #e67e22;
  position: relative;
  top: 10px;
  left: 37.5%;
}

/*================================================== TABLE ========================================================*/

/* ===================================== product-list-div =============================================*/
/*=============================== TABLE ===========================*/

table.dataTable thead th, table.dataTable.display tbody, table.dataTable.display tbody tr, table.dataTable.no-footer,
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border: none
}

.dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc{
  display: none;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display tbody tr, table.dataTable.display tbody tr:hover {
  background-color: white;
}

/* ========================================== TABLE STEPPER ======================================*/

.dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_info{
  margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: none;
  background-color: #f5f6fa;
  border: none;
  border-radius: 10px;
  color: #57606F;
  margin-right: 10px;
  margin-bottom: 3em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  color: #57606F !important;
  background: none;
  background-color: #f5f6fa;
  border: none;
  border-radius: 10px;
}

/* .sorting_1, tbody{
  width: 100% !important;
} */

table.dataTable.display tbody td.row {
  justify-content: center;
}


/*================================================== END TABLE ====================================================*/

/*================================================== FILTER SECTION ===============================================*/
.custom-filter{
    margin-bottom: 2em;
}

.filter-bloc{
    padding: 10px;
    margin-right: 20px;
    font-size: .8em;
    background-color: #dfe4ea;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms ease;
    margin-bottom: 1.2em;
}

.filter-bloc:hover, .filter-bloc.active {
    color : white;
    background-color: #003953;
}


/*================================================== FILTER END ===================================================*/


.galerie_line{
  justify-content: center;
}

.galerie_card{
  padding: 10px;
}

.mb-20{
  margin-bottom: 20px;
}

.no-loader img{
  height: 100px;
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.no-content img {
  height: 400px;
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.galerie_card_content {
  height: 340px;
  width: 100%;
  padding: 0px 20px 0px 20px;
  margin-bottom: 40px;
  transition: transform 0.5s;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
}

.galerie_card_image{
  height: 340px;
  width: 100%;
  z-index: 10;
	transition: transform 0.5s;
}

.galerie_card_descritpion{
  height: 180px;
  width: 100%;
  padding: 20px;
  background-color: #dfe6e9;
  color: white;
  font-size: .85em;
  transform: translateY(0px);
  transition: transform 0.5s, opacity 0.1s 0.4s;
}

figcaption h3{
  font-size: 1em;
  margin-top: 15px;
  line-height: 1.5em;
  color:   #2c3e50;
}

.project-type {
  font-weight: bold;
  background-color: #dfe6e9;
  font-size: .85em;
  color:   #2c3e50;
}

.project-type::after{
  display: block;
  content: "";
  width: 20%;
  height: 3px;
  background-color: #2c3e50;
  position: relative;
  top: 5px;
  left: 0%;
}


.galerie_card_content:hover .galerie_card_image{
	transform: translateY(-60px);
}

.galerie_card_content:hover figcaption {
	opacity: 1;
	transform: translateY(-180px);
	transition: transform 0.5s, opacity 0.1s;
}


.galerie_card_descritpion .button-div{
  justify-content: flex-end;
  padding-right: 20px;
}


button.lire_link{
  vertical-align: middle;
   border: none;
   background: none;
   color: #2c3e50;
   font-weight: bold;
   padding: 10px;
   padding-right: 30px;
   padding-left: 30px;
   background-color: white;
   -webkit-transition: background 0.3s linear;
   -moz-transition: background 0.3s linear;
   -o-transition: background 0.3s linear;
   -ms-transition: background 0.3s linear;
}

button.lire_link:hover{
   background-color: #95a5a6;
}

.lire-plus .on_top, .lire-plus  .on_bottom  {
      height: 30px;
      width: 30px;
      z-index: 2;
}


/*============================================== MOBILE =========================================*/
@media only screen and (max-width: 416px) {

  .quatrieme_section  {
      padding-left: 20px;
      padding-right: 20px;
  }

  .filter-bloc{
    margin-bottom: 1em;
    padding: 10px;
  }

  .galerie_line, .galerie_card, .galerie_card_content{
    padding: 0px;
  }

  figcaption h3{
    font-size: .8em;
  }

  .galerie_card_descritpion .button-div{
    margin-top: 2em;
  }

  .no-content img {
    height: 150px;
  }

}
