/*
Theme Name: Divi Child
Theme URI: https://univblida.tahfifa.com
Template: Divi
Author: Elegant Themes
Author URI: https://ayoungleader.com/
Description: Divi Child Theme
Version: 1.0.0.1606379939
Updated: 2020-11-26 08:38:59

*/


/*GENERAL CENTER CLASS*/

.center-class {
display : flex ; 
flex-direction : column ;
justify-content : center;
align-items : center;
}


/**/



#dropDownMegaMenu,#dropDownMegaMenu2,#dropDownMegaMenu3,#dropDownMegaMenu4,#dropDownMegaMenu5,#dropDownMegaMenu6,#dropDownMegaMenu7{
    position: fixed;
    top: 195px;
    display: none;
    
}

#exitButton,#exitButton2,#exitButton3,#exitButton4,#exitButton5,#faculteSciences,#sciencesVeterinaires,#exitButton6,#exitButton7{
    cursor: pointer !important;
}


#dropDownMegaMenuEN,#dropDownMegaMenu2EN,#dropDownMegaMenu3EN,#dropDownMegaMenu4EN,#dropDownMegaMenu5EN,#dropDownMegaMenu6EN,#dropDownMegaMenu7EN{
    position: fixed;
    top: 195px;
    display: none;
    
}

#exitButtonEN,#exitButton2EN,#exitButton3EN,#exitButton4EN,#exitButton5EN,#exitButton6EN,#exitButton7EN{
    cursor: pointer !important;
}



.myClass {
    background-color: 'white' !important;
}
#mainHeaderSection {
    position: fixed;
    top:50px;
}
.footerLinkStyle {
    color: #fff !important;
}
.footerLinkStyle:hover {
    color: #f9f9f9 !important;
}
.aylgroup {
    color: #fc8e71 !important;
}
.et_pb_section_2.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider {
    background-image: none !important;
}

.rectoratPanel:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
      border-image: linear-gradient(to right,#1d4c43,#4fa16c) 1 !important;

}

/*How Can We Help You Cards*/
@media (min-width:981px){
.flip-box-row {
  background-color: transparent;
  width: 20%;
  height: 400px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
 
.flip-box-column {
  position: relative;
  width:100%;
  height: 100%;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
 
.flip-box-row:hover .flip-box-column {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
 
.flip-box-front, .flip-box-back{
  position: absolute;
   width:100%;
  height: 300px;
  -webkit-transform: translate3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
  
  
 
.flip-box-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  height: 400px;
}
}
.help-cards-container {
    display : flex !important;
}

/*EVENTS CARDS*/

* {
font-family: "PT SERIF";

}

.event-card:hover {
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
      border-image: linear-gradient(to right,#1d4c43,#4fa16c) 1;

}
 .event-card {

  overflow: hidden;
  transition: all 0.4s;
  border-width: 10px;
  height : 550px;

 }

.event-date-badge {
  position: absolute;
  top: 20px;
  right: 10px;
  background: #1d4c43;
  padding-top: 10px;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  height: 55px;
  width: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}
.event-date-badge div:first-child {
  font-size: 18px;
  line-height: 1.2;
}


 .events-image {
  
  position: relative;
  overflow: hidden;
  background: black;
  flex-shrink : inherit;

 }
 .event-description {
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
 
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  overflow: hidden;
}


.event-card:hover  {
  transform: scale(1.1);
  opacity: 0.95;
}


.events-cards-body {
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;

}

.event-card-body {

height: 60% ;

}


/*NEWS CARDS*/


@media only screen and (max-width: 950px) {
  .news-cards-box  {
        flex-direction: column !important;
         height: auto !important;
         justify-content : center;
         align-items : center;
  }

.news-image {
  width: 80% !important;
  height:auto;
}

.news-body-card

{
  width: 100% !important; 
  height:auto;
  overflow: hidden; 
  word-wrap: break-word 
}


}

.news-body-card

{width: 40%; 
  height:auto;
  overflow: hidden; 
  word-wrap: break-word 
}

.news-cards-box {
  position: relative;
  margin-bottom: 25px;
  /*background: #f2f2f2;*/
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 2;
  news-cards-box-sizing: border-news-cards-box;
  padding: 30px 10px;
  news-cards-box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
  display: flex; flex-direction: row;justify-content: space-around;
  height: 250px;
}


.news-cards-box p {
  margin: 0;
  padding: 10px;
  color : #333;
  size : 10px;
}


 .news-cards-box  a {
        color: #333;
      
      }

.news-cards-box:hover h4{
 color :"white";

}


.news-cards-box-reverse {
    flex-direction: row-reverse;
    
}

.news-image {
  width: 40%;
  height:auto !important;
  transition: all 0.6s ease-in;
}

.news-cards-box:hover {
  /*color: #f2f2f2;*/
  news-cards-box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
  
}

.all-news-button {
    
     border: solid 3px;
     box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
    border-image: linear-gradient(to right,#4fa16c,#01b7ab) 1;
    color : #333;
}

/* 
.news-cards-box:hover{
  opacity: 0.1;

  background: #01b7ab;
  background-image: url("../pattern-transparent.png");
  
  background-repeat: repeat;
  background: -moz-linear-gradient(-45deg, #01b7ab 15%, #4fa16c 100%);
  background: -webkit-linear-gradient(-45deg, #01b7ab 15%,#4fa16c 100%);
  background: linear-gradient(135deg, #01b7ab 15%,#4fa16c 100%);

} */


.news-cards-box:hover  .news-image {
  border: solid 10px;
  box-shadow: 0 1px 35px 0 rgba(0, 0, 0, 0.3);
  border-image: linear-gradient(to right,#4fa16c,#01b7ab) 1;
  transform: scale(1.1);

}
#arrow {

opacity: 0;
transition: all 0.5s ease-in;
margin : 15px 0 ;
}

.news-cards-box:hover  #arrow{
  visibility: visible;
  opacity: 1;
}
/************************************************************************/
.et_pb_menu .et_pb_menu__search-input{
    color:white;
}

/*Offre de formation styles */
.chimieSpec,.physiqueSpec,.mathematiqueSpec,.informatiqueSpec,.electroniqueSpec,.hydroliqueSpec,.energieSpec,.genieprocedesSpec,.geniemecaniqueSpec,.genicivilSpec,.bpoSpec,.bpcSpec,.biotechnologieSpec,.alimentaireSpec,.aeronautiqueSpec,.archiSpec,.staSpec,.medecineSpec,.medecineDSpec,.pharmacieSpec,.cliniqueSpec,.precliniqueSpec,.animauxSpec{
    display:none;
  
}
.chimie,.physique,.mathematique,.informatique,.electronique,.hydrolique,.energie,.genieprocedes,.geniemecanique,.genicivil,.bpo,.bpc,.biotechnologie,.alimentaire,.sta,.archi,.aeronautique,.medecine,.medecineD,.pharmacie,.clinique,.preclinique,.animaux{
    cursor:pointer;
}
.specLinks{
    color: #333;
    cursor:pointer;
}
.specLinks:hover{
    color:#1d4c43;
    text-decoration:none;
}

/******************LABOS*****************************************/


.team-captain {
    
border : solid 8px !important ;
 border-image: linear-gradient(to right,#1d4c43,#4fa16c) 1 !important;
    
}

.space-list li{
  margin-bottom: 15px;
}


@media only screen and (max-width: 840px) {
table.responsivetables {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}

@media only screen and (max-width: 840px) {
table.res-table {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}

@media only screen and (max-width: 1200px) {
table.big-res-table {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}

/*OBJECTIFS OFFRES DE FORMATIONS*/


.show-testimonial {
display : block !important;
opacity: 1 !important;
top: 0 !important;
}
  
.testimonial-active {
transform: translateX(-10%);
}
  
[id*="testimonial-person"]{ 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;

cursor: context-menu;  
}  
  
[id*="testimonial-copy"]  {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease; 


top: -100px;
bottom: auto;
left: 0;
right: auto;  
  
display: none;
opacity: 0;  
}

/*-------------------------*/
/*---Team Section Layout---*/
/*-------------------------*/

/*Transparent header text*/
.ds-team-header h2 {
    font-family: 'Open Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    line-height: 1.4em;
    text-align: center;
    padding: 7% 12%;
    background: rgba(0,0,0,.5);
    color: white !important;
    mix-blend-mode: multiply;
}

/*Transparent header text mobile settings*/
@media only screen and (max-width: 767px) {
.ds-team-header h2 {
    font-size: 2em;
    line-height: 1em;
    padding: 10% 12%;
    }
}

/*Animated gradient background*/
.ds-gradient-overlay {
  background: rgba(176,202,201,.7);
  -webkit-animation:colour 15s linear infinite;
  -moz-animation:colour 15s linear infinite;
}

@-webkit-keyframes colour{
	0%{
		background:rgba(176,202,201,.7);
	}

	25%{
		background:rgba(166,163,158,.7);
	}

	50%{
		background:rgba(247,247,247,.7);
	}

	75%{
		background:rgba(166,163,158,.7);
	}
    
    100%{
		background:rgba(176,202,201,.7);
	}
}

@-moz-keyframes colour{
	0%{
		background:rgba(176,202,201,.7);
	}

	25%{
		background:rgba(166,163,158,.7);
	}

	50%{
		background:rgba(247,247,247,.7);
	}

	75%{
		background:rgba(166,163,158,.7);
	}
    
    100%{
		background:rgba(176,202,201,.7);
	}
}


/*Person Module*/
.ds-person-module img {
    border-radius: 50%;
    margin-top: -50%;
    display: inline-block !important;
}

.ds-person-module .et_pb_team_member_description {
    padding: 20px;
}

.ds-person-module .et_pb_member_social_links, .ds-person-module h4, .ds-person-module .et_pb_member_position {
    text-align: center !important;
}

.ds-person-module .et_pb_member_position {
    font-size: 20px;
    font-style: italic;
    color: #B0CAC9 !important;
    padding-top: 10px;
}

.ds-person-module p {
    text-align: center !important;
}

.ds-person-module .et_pb_member_social_links li {
    margin-right: 0;
}

.ds-person-module .et_pb_member_social_links a:before {
    color: #f7f7f7;
}

.ds-person-module .et_pb_member_social_links a {
    color: #fff;
    background: #B0CAC9;
    padding: 10px;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 10px;
    border-radius: 50%;
    -webkit-transition: background-color .7s ease;    

    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}

.ds-person-module .et_pb_member_social_links a:hover {
    background: transparent !important;
}

.ds-person-module .et_pb_member_social_links a:hover:before {
    color: #a6a39e;
}

/*Person module mobile settings*/
@media only screen and (max-width: 980px) and (min-width: 767px) {
    .ds-person-module .et_pb_member_social_links {
    width: 280px;
    margin: -50px 0 0 -325px;
    }
    
    .ds-person-module {
    margin-bottom: 50%;
    }
}

.ds-profile-button {
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-weight: normal !important;
    margin-top: 5px;
    -webkit-transition: background-color .7s ease;
    -moz-transition: background-color .7s ease;
    transition: background-color .7s ease;
}


.bbuton{
     display:inline-block !important;
   margin-right:5px !important;
}

/*slide title*/
.et_pb_slide_title a:hover{
		text-decoration:none !important;
		color:#fff !important;
}
