/*__________________________________________________________
|                                                           |
|                     GENERAL STYLES                        |
|                                                           |
|___________________________________________________________*/

#entete {width: 80%;    height:200px; padding-top: 10px;  box-shadow: 5px 5px 5px 5px #aaa; 
background-image: url("images/CELLU4.jpg"); margin : 0 auto; }

.rectangle{
	width:220px;
	height:150px;
	background:#DFEFF5;
}

.hexagon {
    width: 200px;
    height: 110px;
    position: relative;
}
.hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    left: 44px;
    width: 114px;
    height: 114px;
    -moz-transform: rotate(145deg) skew(22.5deg);
    -webkit-transform: rotate(145deg) skew(22.5deg);
    transform: rotate(145deg) skew(22.5deg);
}
.hexagon:before {
    top: -58px;
}
.hexagon:after {
    top: 54px;
}
.hexagon, .hexagon:before, .hexagon:after {
    background: red;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.hexagon span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 110px;
    background:red;
    z-index: 1;
}
/*************************************************************************/

.hexagon1 {
    width: 200px;
    height: 110px;
    position: relative;
}
.hexagon1:before, .hexagon1:after {
    content: "";
    position: absolute;
    left: 44px;
    width: 114px;
    height: 114px;
    -moz-transform: rotate(145deg) skew(22.5deg);
    -webkit-transform: rotate(145deg) skew(22.5deg);
    transform: rotate(145deg) skew(22.5deg);
}
.hexagon1:before {
    top: -58px;
}
.hexagon1:after {
    top: 54px;
}
.hexagon1, .hexagon1:before, .hexagon1:after {
    background: #4472C4;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.hexagon1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 110px;
    background:#4472C4;
    z-index: 1;
}
/****************************************************************************/
.hexagon2 {
    width: 200px;
    height: 110px;
    position: relative;
}
.hexagon2:before, .hexagon2:after {
    content: "";
    position: absolute;
    left: 44px;
    width: 114px;
    height: 114px;
    -moz-transform: rotate(145deg) skew(22.5deg);
    -webkit-transform: rotate(145deg) skew(22.5deg);
    transform: rotate(145deg) skew(22.5deg);
}
.hexagon2:before {
    top: -58px;
}
.hexagon2:after {
    top: 54px;
}
.hexagon2, .hexagon2:before, .hexagon2:after {
    background: red;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.hexagon2 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 110px;
    background:red;
    z-index: 1;
}
/**********************************************************************************/
.hexagon3 {
    width: 200px;
    height: 110px;
    position: relative;
}
.hexagon3:before, .hexagon3:after {
    content: "";
    position: absolute;
    left: 44px;
    width: 114px;
    height: 114px;
    -moz-transform: rotate(145deg) skew(22.5deg);
    -webkit-transform: rotate(145deg) skew(22.5deg);
    transform: rotate(145deg) skew(22.5deg);
}
.hexagon3:before {
    top: -58px;
}
.hexagon3:after {
    top: 54px;
}
.hexagon3, .hexagon3:before, .hexagon3:after {
    background: #7030A0;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.hexagon3 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 110px;
    background:#7030A0;
    z-index: 1;
}

/**********************************************************************************/
.hexagon4 {
    width: 200px;
    height: 110px;
    position: relative;
}
.hexagon4:before, .hexagon4:after {
    content: "";
    position: absolute;
    left: 44px;
    width: 114px;
    height: 114px;
    -moz-transform: rotate(145deg) skew(22.5deg);
    -webkit-transform: rotate(145deg) skew(22.5deg);
    transform: rotate(145deg) skew(22.5deg);
}
.hexagon4:before {
    top: -58px;
}
.hexagon4:after {
    top: 54px;
}
.hexagon4, .hexagon4:before, .hexagon4:after {
    background:  #72D242;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.hexagon4 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 110px;
    background: #72D242;
    z-index: 1;
}
/**********************************************************************************/
.hexagon5 {
    width: 200px;
    height: 110px;
    position: relative;
}
.hexagon5:before, .hexagon5:after {
    content: "";
    position: absolute;
    left: 44px;
    width: 114px;
    height: 114px;
    -moz-transform: rotate(145deg) skew(22.5deg);
    -webkit-transform: rotate(145deg) skew(22.5deg);
    transform: rotate(145deg) skew(22.5deg);
}
.hexagon5:before {
    top: -58px;
}
.hexagon5:after {
    top: 54px;
}
.hexagon5, .hexagon5:before, .hexagon5:after {
    background:  #F8A125;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.hexagon5 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 110px;
    background: #F8A125;
    z-index: 1;
}




.logo {width: 25%; float:right; text-align:center;}

.title {width: 75%; float:left; text-align:center;}

h1.titre {color : rgb(16, 95, 127); font-size:30px; text-align:center; font-weight : bold;}
h2.soustitre {color : #4285f4; font-size:25px;  font-weight : bold;  }

 span a h1 {color:white; font-weight : bold; text-align : center; font-size:18px;}

 span a:hover {
    color:white;
    background: transparent; 
}

#chemin {margin : 0 auto; width: 80%; }

#porte
{
margin : 0 auto;
width: 80%;
background-color: #FDFFFF color: black; padding-left : 10px; box-shadow: 5px 5px 5px 5px #aaa;
position: relative; height : auto; padding-right : 10px; font-size : 18;
}

#contenu
{
min-height : 700px;
margin : 0 auto;
width: 80%;
background-color: white; color: black; padding-left:20px; padding-top:20px; box-shadow: 5px 5px 5px 5px #aaa;
}

#contenu h1 {color : #105f7f; font-size: 30px; font-weight : bold;}
table.fac td {
                text-align:center;                    
                      
                      

 
                 }


table.formation  {
                      border: #99a7b1 1px solid;
                      width:90%;
                      font-size:0.9em;
                      margin-top:15px;
                      

 
                 }

table.formation tr.first td   {    text-align:center;
                                   background-color : #CADDE8;
                               }

table.formation tr.unite td   {    
                                   background-color : #F0E3D0;
                               }
table.formation tr {
                      background-color:#f7f2eb;

                    }
table.formation tr td {padding:10px 10px 10px 10px; border: #99a7b1 1px solid; font-weight : bold;}

.section61 {background-color: #FFEEFF; width: 50%; float:right; height:183px;  }
.forum {width: 50%; float:right; text-align:center; height:183px;}
#section1 {
    
    /*box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);*/
    font-family: "Open Sans";
    
    width: 100%;
    height:420px;   
    padding-top : 10px;   border-bottom:1px dashed rgb(16, 95, 127);
}

.contenu11 { width: 50%; float:left; height:410px; padding-top:45px; }
.contenu12 { width: 50%; float:right; height:410px;   font-size : 18px; }

.section11 { width: 50%; float:left; height:410px; padding-top:45px; }
.section12 { width: 50%; float:right; height:410px;   font-size : 18px; }	

#section2 {
    
    
    font-family: "Open Sans";
    
    height:375px;
    width: 100%;  border-bottom:1px dashed green;
   /* padding-top : 10px;*/
       
}

.section21 { width: 50%; float:right; height:375px; }
.section22 { width: 50%; float:left; height:375px; padding-top:30px;}		

#section3 {    
   
    font-family: "Open Sans";
    
    
    width: 100%;
    height:550px;  border-bottom:1px dashed green;
    }	
#section10 {    
   
    font-family: "Open Sans";
    
    
    width: 100%;
    height:400px;  border-bottom:1px dashed green;
    }	
#section4 {    
   
    font-family: "Open Sans";
    
    
    width: 100%;
    height:520px;  border-bottom:1px dashed green;
    }
#section5 {
   
   
    font-family: "Open Sans";
    /*text-align:center;*/
    padding-top : 10px;
    width: 100%;
    height:1020px; border-bottom:1px dashed green;
    }
#section6 {
   
    
    font-family: "Open Sans";
    text-align:center;
    
    width: 100%;
    height:183px;  border-bottom:1px dashed green;
    }
#section7 {
   
    
    font-family: "Open Sans";
    text-align:center;
    
    width: 100%;
    height:150px;  border-bottom:1px dashed green;
    }
#section8 {
    
    
    font-family: "Open Sans";
    text-align:center;
    
    width: 100%;
    height:150px;  border-bottom:1px dashed green;
    
    }
#section9 {
   
    /*background-color: #FAEDCA;*/
    font-family: "Open Sans";
    /*text-align:center;*/
    padding-top : 10px;
    width: 100%;
    height:320px;  border-bottom:1px dashed green;
    }

table
{
margin : 0 auto;
}
/**** font***/

@font-face {
    font-family: "Barlow";
    src: url("./barlow_thin.ttf");
    }
@font-face {
    font-family: "Amiri";
    src: url("Amiri.ttf");
    }
    
/** fin font ****/
/*****nouveau ***/
/* For mobile phones: */
/*responsive*/
/*[class*="col-"] {
  width: 100%;
}
[class*="col-"] {
  float: left;
}*/

/*fin responsive*/
.sections.layout-three .hentry{
	    margin-top:10px;
		width: /*33.33%;*/25%;
		margin-left:5px;
		/*padding-left:5%*/
	}
	.sections.layout-three .hentry:nth-child(4n+1)
{
		clear: both;
	}
	
	.sections .hentry {
		display: inline-block;
	    float: left;
	    padding: 0 0.625em;
	}

#featured-section {
    background-color: /*#fff;*/rgb(16, 95, 127);/*rgb(20,61,124)*/
    box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
    font-family: "Open Sans";
    text-align:center;
    color: #818181;
    width: 80%;
    margin-left:12%;
    margin-top:3%;
    margin-bottom:15%;
   
    /* margin-bottom:10%;*/
    /*height: 200px;*/
}	
	

.section-content-wrap {
	clear: both;
	display: block;
    /*margin-left: 5%;*/
    
    
    
}


#featured-section article {
   /*display: block;*/
  background-color: #f7f7f7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    border-radius: 5px;
    /*font-family: "Oregon";*/
    font-family:'Barlow';
color:rgb(16, 95, 127); 
    /*color: #fff;*/
   /* height: 350px;*/
   width: /*230px;*/18%;
  
    /*margin-left:10%;*/
   /* padding-left:4%;
    padding-right:4%;*/
    margin-left: 3%;
    margin-right: 3%;
}

/*#featured-post-1
{background:rgb(54, 157, 172);
/*background:url("http://193.194.89.119/themes/usthb/assets/images/educ5.jpg");
background-size: cover;
}
#featured-post-2
{background:rgb(188,82,73);}
#featured-post-3
{background:	rgb(229, 141, 33);}

*/
div#featured-post.entry-container {display:block; background-color:#f7f7f7;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
    border: 1px solid #eee;
    border-radius: 3px;
/*	font-family: "Open Sans";    color: #818181; */
font-family: /*"Open Sans"*/"Oregon";
    color: /*#818181*/#fff;
	
	} 
	#our-professors-section .featured-content-image img {
	    margin-top:10px;
	    width:100px;
	    height:100px;
    /*border: 2px solid #34678a;*/
}

#our-professors-section .featured-content-image a:hover img,
#our-professors-section .featured-content-image a:focus img {
	border-color: #d1d1d1;
}

h8 {font-size:20px;
font-weight: 200;
font-family: 'Barlow';
    /*color: /*#818181#fff;*/
     font-family:'Barlow';
color:rgb(16, 95, 127); 
} 

@media only screen and (max-width: 340px) {
h8 {
font-size: 1em;
}
#featured-section article {
  width: 90%;
}
}

/**fin nouveau*/

body{
    padding: 0;
    margin: 0;
    background: white !important;
    /*overflow:hidden;*/
}
/*section {
    width: 90%;
    margin-left:5%;
    
    text-align: center;
}*/


::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #1b3792;
}
::-webkit-scrollbar-thumb {
    background-color: #000;
}
::-webkit-scrollbar-thumb:hover {
    background-color: /*#00383f;*/rgb(16, 95, 127); 
}


.btn-primary-style{
    display: inline-block;
    color:#fff;
    padding: 8px 20px;
    background: rgb(5, 31, 45);
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.btn-primary-style:hover{
    background: rgba(0,15,60,0.7)/*b53434*/;
    color:#0090bc/*#fff*/;
    text-decoration: none;
}

   
/*__________________________________________________________
|                                                           |
|                     MAIN WRAPPER STYLES                   |
|                                                           |
|___________________________________________________________*/



.section-header {
    padding: 30px 0;
    width: 100%;
    text-align: center;
}

.section-header h1 {
    text-transform: uppercase;
}

.section-header .line {
    display: inline-block;
    height: 3px;
    width: 5%;
    background: dodgerblue;
}


.wrapper{
    max-width: 100%;
    position: relative;
    z-index: 500;
    position: relative;
    background: white;    
    
}


.wrapper-inner{
    width: 80%;
    margin-left:10%;
    margin-right:10%;
   margin-top:12%;
  
    height: 100%;
    position: relative;
    height: 45vh; 
    
}


/********************* SLIDER STYLES 
défilement des images
************************/
.new_block{
   
}

.card {
    margin:0;
box-sizing:border-box;
display:block;
position:static;
width: 20%;
  float:right;
   height: 100%;  
  flex: inherit; 
z-index:auto;
}
.carte__titre__icone__choix {
font-size: 2.2rem;
margin-top:0px;
margin-bottom: 1.6rem;
display: flex;
}
.toolboxuniqueCard__content 
{margin-top:25px;
}
.liste__objets {
    list-style : none;
/*line-height : 30px;*/
color: #4c5154;



}
.liste2 {
margin-top:1%;

}
.liste__objets__agenda__date{
    
     width: 40%;
    border-right:5px solid #db2d2c;
    float:left;
    font-size:20px;
    font-weight: bold;
    box-sizing:border-box;
display:block;
float:none;
line-height:17.6px;
position:static;
z-index:auto;
  }
  
.liste__objets__agenda__info
{/* width: 70%;*/
font-size:0.9em;
  float:right;
  box-sizing:border-box;
display:flex;
float:none;
line-height:23px;
position:static;
z-index:auto;
}
.liste__objets a { text-decoration:none;
color:#4c5154;

}
.liste__objets__agenda__date__jour
{ text-align: center;
}

.titre__libelle
{margin-left:2%;
color:#2b2b2c;
}
.agenda:hover {text-decoration:none;}

/***fin aganda *******/
@media only screen and (min-width: 600px) {
    .slider {
         width: 75%;
        }
        .card {
         width: 20%;
        }
}
@media only screen and (max-width: 599px) {
.slider {
         width: 100%;
        }
        .card {
           width: 0%;  
         position: absolute;
         left: -999em;
        }
       
}
.responsive {
  width: 100%;
  max-width: 380px;
  height: auto;
}


.slider {
    float:left;
  /* width: 75%;
   height: 100%;*/
    height: 45vh; 
   overflow: hidden;
   -webkit-box-shadow: 0px 5px 29px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 29px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 29px -6px rgba(0, 0, 0, 0.75);
}
.details  h3
{font-size:20px;
font-weight: 500;
font-family: "Open Sans";;
 /*   rgb(16, 95, 127);*/
}

@media only screen and (max-width: 320px) {
.details  h3 {
font-size: 1em;
}
}

.wrapper-inner .slider .slider-elements {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.wrapper-inner .slider .slider-elements  li {
     list-style:none;
    text-decoration:none;
    position: absolute;
    top: 0;
   width:100%;
   height:45vh;
   background:#f7f7f7;
   /* 50vh;*/
   
}
.wrapper-inner .slider .slider-elements img{
   width:50%;
   height:100%;
   float:right;
    
}
.wrapper-inner .slider .slider-elements .details{
  position: relative;
  display: inline-block;
  float: none;
  width: 45%;
  padding-top: 2vh;/*30px;*/
  padding-bottom:2vh;
  padding-left:2vw;
  padding-right:2vw;
  height:auto;/* 40vh;*/
 /* color:#000;*/
 /* background-image: linear-gradient(rgba(182, 206, 219, 0.33)/*rgb(5, 31, 45), rgba(0,0,0,0.7));
  -webkit-transition: all .45s linear;
  -o-transition: all .45s linear;
  transition: all .45s linear;
  margin-top: 50px;
  margin-left: 50px;*/
}
.wrapper-inner .slider .slider-elements .slider-news {
font-family: "Open Sans";
    color: #000;
}

.wrapper-inner .slider img {
     width:50%;
   float:right;
   height: 100%;   
 /*  width:100%;
   height:auto;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;*/
}

.wrapper-inner .slider .headings{
    position: absolute;
    top: 0; 
    width: 50%; 
    height: 100%;   
    text-align: center;
    background: rgba(0, 0, 0, 0.74);
}

.wrapper-inner .slider .headings-ar{
    right: 0; 
}

.wrapper-inner .slider .headings-fr{
    left: 0; 
}


.wrapper-inner .slider .headings h1{
    color:#fff;
    font-size: 2.4em;    
    padding : 30% 25px;
    height: 100%;
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 30px;
    width: 100%;
}

.wrapper-inner .slider .headings h1 small{
    color:#ddd;
}

.wrapper-inner .slider .headings a.toggleMegaMenu{
    font-size: 1.3em;
    padding: 10px 20px;
    border: 2px solid white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.wrapper-inner .slider .headings a.toggleMegaMenu-fixed{
    position: fixed;
    top:80px;
    z-index: 500;
    left: 0;
}

.wrapper-inner .slider .headings a.blend{
    
    background: #fff;
    color: #000;
    mix-blend-mode: lighten;
    
}

.wrapper-inner .slider .headings a:hover{
    color:white;
    background: transparent;
}


@keyframes glowing {
  0% { background-color: #1b3792; box-shadow: 0 0 3px #1b3792; color:#fff; }
  100% { background-color: #fff; box-shadow: 0 0 3px #fff; color:#1b3792; }
}

@keyframes rin {
  0% { margin: 0px; }
  25% { margin-left: 10px ; }
  50% { margin: 0px ; }
  100% { margin-right: 10px ; }
}

/* PHONE HEADINGS */

.wrapper-inner .slider  .phone-headings{
    position: absolute;
    top: 30%; 
    width: 100%;    
    margin: auto;
    text-align: center;
    
}


.wrapper-inner .slider .phone-headings h1{
    color:#fff;
    font-size: 1.4em;
    text-shadow : 1px 2px 3px black;
    background: rgba(0,0,0,0.3);
    border:5px solid white;
    padding : 30px 25px;
    display: inline-block;
    font-family: 'Arimo', sans-serif;
    margin-bottom: 30px;
}

.wrapper-inner .slider .phone-headings h1 small{
    color:#ddd;
}

.wrapper-inner .slider .phone-headings a{
    color:#ddd;
    font-size: 1.3em;
    border: 2px solid #fff;
    padding: 10px 20px;
}



.slider-thumbs{
    width: 78%;
    position: absolute;
    text-align: center;
    bottom: 2%;
    z-index: 200;
    padding: 0;
}


.dotstyle ul {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dotstyle li {
	position: relative;
	display: block;
	float: left;
	margin: 0 16px;
	width: 20px;/**largeur du dots**/
	height: 8px;
	cursor: pointer;
}

.dotstyle li a {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;	
	background-color: rgba(0,0,0,0.5) !important;
	text-indent: -999em; /* make the text accessible to screen readers */
	cursor: pointer;
	position: absolute;
}

.dotstyle li a:focus {
	outline: none;
}

.dotstyle-fall li::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	left: 0;
	background-color: #db2d2c/*#fff;*/;
	
	-webkit-transform: translateY(-200%);
	transform: translateY(-200%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
}

.dotstyle-fall li a {
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.dotstyle-fall li:hover a,
.dotstyle-fall li a:focus,
.dotstyle-fall li.current a {
	background-color: #fff;
}

.dotstyle-fall li.current::after {
	opacity: 1;
	visibility: visible;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.dotstyle-fall li.current a {
	opacity: 0;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}



/********************* NAVBAR STYLES ************************/

navbar {
    position: absolute;
    background: white;
    z-index: 99;
    
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0px 5px 29px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 29px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 29px -6px rgba(0, 0, 0, 0.75);
}

navbar.navbar-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    left: 0;
}

navbar.navbar-fixed .bottom-menu ul li {
    padding: 10px 15px;
}

navbar ul select {
    border: none !important;
    -webkit-box-shadow: none !important;
     box-shadow: none !important; 
}



navbar .navbar-logo img{
    width: 50px;
}

.wrapper-inner .logo-ar {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px;
    z-index: 109
    background: white ;
   /* background: #263052;*/
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.wrapper-inner .logo-fr {
    position: absolute;
    left: 0;
    top: 0;
    padding: 4px;
    z-index: 109;
    /*background: #263052;*/
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.subheader {
   
}

.subheader h1 {
    color:#fff;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.subheader .line {
    display: inline-block;
    height: 3px;
    background: #fff;
    width: 7%;
}

.subheader-dark {
 padding-left:2.3vw;  
}

.subheader-dark h1 {
    color:#000;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.subheader-dark .line {
    display: inline-block;
    height: 3px;
    background: #000;
    width: 7%;
}

.wrapper-inner .logo a {
    display: block;
}



.wrapper-inner .logo img {
    height: 100px;
}



.wrapper-inner .menu-toggle{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 109;
}

.wrapper-inner .menu-toggle a{
   color: #fff;
   font-size: 1.5em;
}

navbar .top-menu {
    background: /*#051f2d*/rgb(16, 95, 127);
}

navbar .top-menu ul{
    margin: 0;
}

navbar .top-menu ul li{
    display: inline-block;
    padding: 5px 20px;
}

navbar .top-menu ul li a{
    color: #fff;
    -webkit-transition: all.3s linear;
    -o-transition: all.3s linear;
    transition: all.3s linear;
}

navbar .top-menu ul li a:hover{
    color: /*#bfbfbf*/#91D5E6;
    text-decoration: none;
}

navbar .top-menu select{
    color: #fff !important;
    background: transparent !important;
}

navbar .top-menu select option{
    color: #000 !important;
}


navbar .bottom-menu ul {
   margin: 0;
   padding: 0;
}

navbar.navbar-ar .bottom-menu ul li span {
   font-size: 1.3em !important;
}

navbar.navbar-ar .bottom-menu ul li ul li a {
   font-size: 1.1em !important;
}

navbar .bottom-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 20px 15px;   
    cursor: pointer; 
    position: relative;
}

navbar.navbar-fixed .bottom-menu ul li a{
    color:rgb(16, 95, 127);
}

navbar.navbar-fixed .bottom-menu ul .first-nav-child {
    color:#fff;
    padding: 25px 15px;
}

navbar.navbar-fixed .bottom-menu ul li ul li{
    padding: 2px 15px;
}

navbar.navbar-fixed .bottom-menu ul li ul{
    top: 70px;
}

navbar .bottom-menu ul li:hover a{
    color:#91D5E6;
    text-decoration: none !important;
}



navbar ul li a.toggleMegaMenu{
    font-size: 1.4em !important;
}


navbar .bottom-menu ul li span{
    text-decoration:none;
    /*color:#333;*/
    color:rgb(16, 95, 127);
    font-weight:bold;
    font-size: 1em !important;
    font-family: 'Arimo', sans-serif;
    text-transform:uppercase;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}

navbar ul li ul {
    width: 200%;
    top: 60px;
    background:#fff;
    padding: 10px;
    position:  absolute;    
    left: -50%;
    margin: 0;
    padding: 0;
    display: none;    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    text-align: left;
}

navbar ul li ul li {
    display: block !important;
    padding: 0px !important;
}

navbar ul li ul li a{
    display: block !important;
    padding: 10px;
    font-size: 1em !important;
    text-transform: none;
    color:rgb(16, 95, 127)/*#333*/ !important;
    text-decoration: none !important;
}

navbar ul li ul li a i{
    opacity:0;
}

navbar ul li:hover span {
    color:#91D5E6;
    text-decoration: none !important;
}

navbar ul li ul li:hover a {
    background:rgb(16, 95, 127);
    color:#91D5E6 !important;
    text-decoration: none !important;
}

navbar ul li ul li:hover a i{
    opacity: 1;
   /* text-decoration: none;*/
}


li.hyperbutton a {    
    font-size: 1.2em !important;
    color: #b53434;
}

.searchbar-layer{
    width: 100%;
    height: 100vh;
    background: rgba(250,250,250,0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.searchbar-layer .searchbar-input a {
    font-size: 3.5em;
    color:#aaa;
}

.searchbar-layer .searchbar-input {
    display: block;
    width: 100%;
    position: absolute;
    top: 45vh;
    text-align: center; 
}

.searchbar-layer .searchbar-input input {
   width: 70%;
   background: transparent;
   border-bottom:1px solid black;
   border-top:none;
   border-left:none;
   border-right:none;
   color:#444 !important;
}

.searchbar-layer .searchbar-input input:focus  {
   border-bottom:1px solid black;
   outline: none;
}

.searchbar-layer .searchbar-input input[placeholder] {
   font-size: 3.5em;
   color:#444 !important;
}

.searchbar-layer button {
    border: none;
    background: transparent;
}




/*__________________________________________________________
|                                                           |
|                      FOOTER STYLES                        |
|                                                           |
|___________________________________________________________*/


footer{
    text-decoration: none;
    position: relative;
    z-index: 999;
    width: 100%;
    background:rgb(16, 95, 127);
    /* linear-gradient(rgba(0, 0, 0, 0.9), rgba(0,0,0,0.8));*/
    padding: 5px 30px;
    font-family: 'Arimo', sans-serif;
    -webkit-box-shadow: 4px -3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px -3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px -3px 5px 0px rgba(0,0,0,0.75);
}


footer img {
    width: 22%;
    padding-left: 10px;
}
.footerToogle{
    list-style: none;
    text-decoration: none;
    text-align: center;
    display: block;
    background:#b53434;
    color:white;
    font-size:1.1em;;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom:-25px; 
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    cursor:pointer;
    z-index:202;
}

.footerCloseToogle{
    list-style: none;
    text-decoration: none;
    text-align: center;
    display: block;
    background:#1b3792;
    color:white;
    font-size:1.1em;;
    height: 50px;
    width: 50px;
    position: absolute;
    top:-25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    cursor:pointer;
    z-index:202;
}

.footerToogle i{
    list-style: none;
    text-decoration: none;
    margin-top: 18px;
}
.footerCloseToogle i{
    margin-top: 18px;
}
footer h3{
    text-decoration: none;
    color:#fff;
}

footer p {
    color:#ccc;
}
footer .social-links {
    padding: 0;
    margin: 0;
}
footer .social-links li {
    list-style-type: none;
    display: inline-block;
    color:#fff;
  }

footer .social-links li a{
    text-decoration: none;
    
    color:rgb(1, 178, 198);
    padding: 10px;
    font-size: 1.3em;
}

footer .contacts{
    padding: 0;
    margin: 0;
}

footer .contacts li {
   text-decoration: none;
    list-style: none;
    margin: 6px 0;
    color: #fff;
    
}
footer .contacts-ar li {
   text-decoration: none;
    list-style: none;
    margin: 6px 0;
    color: #fff;
    
}

footer .contacts li:before{
    
    content: "\f054";
    font-family: FontAwesome;
    font-size: 7px;
}
footer .sociale-fa li :before{
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 7px;
}
footer .contacts-ar li:before
{
    content: "\f053";
    font-family: FontAwesome;
    font-size: 7px;
    float:right;
    padding-top:8px;
    padding-left:5px;
}
footer .contacts li a{
    padding-left:5px;
    text-decoration: none;
    list-style: none;
    color: #fff;
}
footer .contacts-ar li a{
    padding-left:5px;
    text-decoration: none;
    list-style: none;
    color: #fff;
}
footer .contacts li a:hover
{
color: /*#ddd*/rgb(145,213,230);
}
footer h3 {
color: /*#ddd*/rgb(145,213,230);    
}
.social_icons li {
    text-decoration: none;
    list-style: none;
    border: 1px solid #34678a;
	box-sizing: content-box;
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	border-radius: 50%;
    color: #34678a;
    font-size: 28px;
    height: 28px;
    margin: 5px;
    padding: 8px;
    width: 28px;
}
.social {margin-top:2px:}
.social a {
 text-decoration: none;
 list-style: none;
 
    
}
/*.social1 a {
 text-decoration: none;
 list-style: none;
 font-size: 28px;
 /*color:rgb(16, 95, 127);
     
}*/
.fa-twitter {
    font-size: 28px;
    font-size: 28px;
 color:rgb(16, 95, 127);
 border: 1px solid #fff;
 border-radius: 50%;
 	background:#fff;
}
.fa-facebook {
    font-size: 30px;
    color: #fff;
  }
.social a:hover{
 color: rgb(145,213,230);  
    
}
/*__________________________________________________________
|                                                           |
|                     PHONE MENU WRAPPER STYLES                                      |
|                                                           |
|___________________________________________________________*/

.phone-menu-wrapper{
    width: 100%;
    height: 100vh;
    background: black;
    z-index: 900;
    position: fixed;
    top: 0;
    overflow: scroll;
}

.phone-menu-wrapper .main-phone-nav {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;

}

.phone-menu-wrapper .main-phone-nav .main-phone-nav-elements  {
    list-style-type: none;
    padding: 10px 0;
    border-bottom:1px solid #555;
}

.phone-menu-wrapper .main-phone-nav .main-phone-nav-elements .secondary-phone-nav{
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.phone-menu-wrapper .main-phone-nav .main-phone-nav-elements .secondary-phone-nav .secondary-phone-nav-elements {
    list-style-type: none;
    padding: 10px 0;
    border:none;
}

.phone-menu-wrapper a {
    text-decoration: none;
    color: #bbb;
    display: block;
}

.phone-menu-wrapper a:hover {
    color: #1b3792;
}

.phone-menu-wrapper li.active a {
    color: #1b3792;
}

.phone-menu-wrapper li.active ul li a {
    color: #bbb;
}

.phone-menu-wrapper li.active ul li a:hover {
    color: #1b3792;
}

.phone-menu-wrapper .form-control {
    background: #000;
    color: #fff;
}





/*__________________________________________________________
|                                                           |
|                         LATEST EVENTS                        |
|                                                           |
|___________________________________________________________*/

.owl-stage-outer {
    height: 100%  !important; 
    padding-top: 20px;
}

/*owl-carousel owl-theme ::after { 
    font-size:18px;
    color:#fff;
  content: "News";
  
}*/

.latest-events{
    position: absolute;
    bottom: 11%;
    height: 25vh;
    margin-left:7%;
    width: 20% /*30% !important;
    /*overflow: hidden;*/
 /*   background: rgba(0,0,0,0.5);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;*/
}


.latest-events-ar{
    right: 5%;
}

.latest-events-fr{
    left: 5%;   
}



.latest-events .events-element{
    padding: 0!important;
    text-align: center;
    position: relative;
}


.latest-events .events-element:nth-child(odd) .image-wrapper .layer{
  /*  background: linear-gradient(
      rgba(255, 0, 81, 0.4), 
      rgba(0, 0, 0, 0.1)*/
    );
}

.latest-events .events-element:nth-child(even) .image-wrapper .layer{
   /* background: linear-gradient(
      rgba(51, 139, 183, 0.4), 
      rgba(0, 0, 0, 0.1)*/
    );
}

.latest-events .image-wrapper{
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}


.latest-events .image-wrapper .layer{
  position: absolute
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.latest-events .events-element:hover .layer{
    opacity: 0;
}

.latest-events .image-wrapper a{
     padding: 0;
     margin: 0;
}

.latest-events .image-wrapper .rubbon{
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 7px 15px;
     background: #000;
     color:white;
     font-family: 'Arimo', sans-serif;
}


.latest-events .events-element .image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.latest-events .events-element .image-wrapper img.portrait {
  width: 100%;
  height: auto;
}

.latest-events .details {
  padding: 0 10px !important;
  font-family: 'Arimo', sans-serif;
  position: absolute;
  display: block;
  width: 100%;
  height:100%;
  text-align: center;
  top: 0;
}

.latest-events .details h3{
    color: white;
    font-family: 'Arimo', sans-serif;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-shadow:2px 2px 2px black;
    
}

.latest-events .details a:hover{
    color: white;
    text-decoration: none;
}

.latest-events .details p{
    color: white;
    font-family: 'Arimo', sans-serif;
    height: 90px;
}

.latest-events .details a.more{
    font-family: 'Arimo', sans-serif;
    color:white;
    padding: 7px 25px;  
    position: relative;   
    display: inline-block;
    border-color: black; 
    background: #000;
}

.latest-events .details a.more i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    display: none;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.events-element:hover a.more i {
    display: inline-block;
    opacity: 1;
}



/*__________________________________________________________
|                                                           |
|                         SECTION MENU                      |
|                                                           |
|___________________________________________________________*/


.sections-navigation-inline {
   background:transparent !important;
    width:100% !important;
}

.sections-navigation-inline ul {
    margin: 0 !important;
    padding: 0!important;
    /* position: absolute; */
    /* right: 0; */
    text-align: center !important;
}

.sections-navigation-inline ul li {
    list-style-type: none !important;
    margin: 0 -2px !important;
    background: rgba(255,255,255,0.8) !important;
    display: inline-block !important;
}

.sections-navigation-inline ul li a {

}

.sections-navigation-inline ul li a span{
    padding: 9px 20px !important;
    display: block !important;
    vertical-align: top !important;
    background: rgb(5, 31, 45) !important;
    color: #fff!important;
}

.sections-navigation-inline ul li a .sections-nav-element {
    display: inline-block !important;
    padding: 14px 23px !important;
    margin: 0 !important;
    /* margin-left: 10px; */
    vertical-align: middle !important;
    text-align: center !important;
    font-family: 'Arimo', sans-serif !important;
    font-weight:bold;
}



.sections-navigation {
    background: rgba(255,255,255,0.8);
    position: fixed;
    top:9%;
    left: /*0%;*/5%;
    width: 16%;
}

.sections-navigation .sections-navigation-pipe{
    background: rgb(5, 31, 45);
}
.sections-navigation .sections-navigation-pipe h3{
    color: #bbb;
    padding: 30px 0px;
    margin: 0;
}

.sections-navigation .sections-navigation-pipe h3 span{
    padding: 0 10px;
}

.sections-navigation ul {
    margin: 0;
    padding: 0;
}

.sections-navigation ul li{
    list-style-type: none;
    margin: 0;    
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


.sections-navigation ul li a{
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid #bbb;
    font-family: 'Arimo', sans-serif;
}

.sections-navigation ul li a span {
    padding: 20px 20px;
    display: inline-block;
    vertical-align: top;
    background: rgb(5, 31, 45);
    color: #fff;
}

.sections-navigation ul li a span i {
    width: 10px;
}

.sections-navigation ul li a .sections-nav-element {
    display: inline-block;
    padding: 20px 0;
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'Arimo', sans-serif;
    
}

.sections-nav-expansion {
    padding: 8px 0 10px 60px;
    display: none;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;

}

.sections-nav-expansion p{
    color:#aaa;
    font-size: 0.8em;
}


.sections-navigation ul li:hover{
    background: rgb(5, 31, 45) !important;
}


.sections-navigation ul li:hover a{
    color:#fff;
}

.sections-navigation ul li.active{
    background: rgb(5, 31, 45) !important;
}

.sections-navigation ul li.active a{ 
    color:#fff;
    border: none;
}

.sections-navigation ul li.active .sections-nav-expansion{ 
    display: block;
    opacity: 1;
}


.sections-navigation-ar {
    background: rgba(255,255,255,0.8);
    position: fixed;
    top:9%;
    right: 1%;
    width: 17%;
}

.sections-navigation-ar .sections-navigation-pipe{
    background: rgb(5, 31, 45);
}
.sections-navigation-ar .sections-navigation-pipe h3{
    color: #bbb;
    padding: 50px 0px;
    margin: 0;
}

.sections-navigation-ar .sections-navigation-pipe h3 span{
    padding: 0 10px;
}

.sections-navigation-ar ul {
    margin: 0;
    padding: 0;
}

.sections-navigation-ar ul li{
    list-style-type: none;
    margin: 0;    
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


.sections-navigation-ar ul li a{
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid #bbb;
    font-family: 'Arimo', sans-serif;
}

.sections-navigation-ar ul li a span {
    padding: 20px 20px;
    display: inline-block;
    vertical-align: top;
    background: rgb(5, 31, 45);
    color: #fff;
}

.sections-navigation-ar ul li a span i {
    width: 10px;
}

.sections-navigation-ar ul li a .sections-nav-element {
    display: inline-block;
    padding: 20px 0;
    margin-left: 10px;
    vertical-align: middle;
    font-family: 'Arimo', sans-serif;
}

.sections-nav-expansion {
    padding: 8px 0 10px 60px;
    display: none;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;

}

.sections-nav-expansion p{
    color:#aaa;
    font-size: 0.8em;
}


.sections-navigation-ar ul li:hover{
    background: rgb(5, 31, 45);
}


.sections-navigation-ar ul li:hover a{
    color:#fff;
}

.sections-navigation-ar ul li.active{
    background: rgb(5, 31, 45);
}

.sections-navigation-ar ul li.active a{ 
    color:#fff;
    border: none;
}

.sections-navigation-ar ul li.active .sections-nav-expansion{ 
    display: block;
    opacity: 1;
}



/*__________________________________________________________
|                                                           |
|                         FACULTIES                         |
|                                                           |
|
___________________________________________________________*/



.faculties{
  /*  padding-left:13%;*/
    
   /* width: 80%;
    margin-left:10%;
    margin-right:10%;*/
    text-align: center;
  width: 100%;
    overflow: hidden;
    padding-left:13%;
   /* opacity:0.9;
  filter:alpha(opacity=90);	*/
   background:url('../images/Cover_usthb.jpg') no-repeat;
background-position:center; 
background-size:cover;
    /*-webkit-background-size: cover;
        background-size: cover;*/
   /*linear-gradient(#a2d5d5, #007399);
 /* background:linear-gradient(#f0f5fa,#6496c9);*/
  /* url('../images/eventsheader.jpg');*/
  /*url('../images/usthb_01.jpg')*/
  
  /*background-size: cover;*/
        /*background-image:url(http://193.194.89.119/themes/usthb/assets/images/auditoriaum.jpg?auto=compress&cs=tinysrgb&dpr=2);/*#aac5e7;
        /*  linear-gradient(#f0f5fa,#6496c9);*/
        
       /*learning.jpg  url(http://193.194.89.119/storage/app/media/uploaded-files/usthb2.jpg?auto=compress&cs=tinysrgb&dpr=2); */
        /*url(https://images.pexels.com/photos/586570/pexels-photo-586570.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);*/
    
    /*
    background: url('../images/faculties/bg.jpg') fixed;
    -webkit-background-size: cover;
        background-size: cover;    
        */
    
}
.faculties h1{
    color:#fff;/*rgb(47,79,79);*/
    }




/*__________________________________________________________
|                                                           |
|                         INSCRIPTIONS                      |
|                                                           |
|
___________________________________________________________*/



.inscriptions {
  /*  width: 90%;
    margin-left:5%;*/
   width: 100%;
    color:#fff;
    
    /*
     background: url('../images/inscriptions/bg2.jpg') fixed;
    -webkit-background-size: cover;
        background-size: cover;
        */
}

.black {
     padding: 10px 30px;   
}

.insc-element {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-top: 30px;
    
}
/* 
.insc-element #insc-1 {
    background: rgba(39, 134, 145, 0.69);
}

.insc-element #insc-2 {
    background: rgba(134, 39, 145, 0.69);
}

.insc-element #insc-3 {
    background: rgba(0, 100, 255, 0.5294117647058824);
}

.insc-element #insc-4 {
    background: rgba(145, 39, 39, 0.69);
}

.insc-element #insc-5 {
    background: rgba(39, 61, 145, 0.69);
}

.insc-element #insc-6 {
    background: rgba(6, 184, 128, 0.69);
} */

.insc-element a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;   
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.insc-element-parent:nth-child(odd) a {
     background: rgba(0, 0, 0, 0.5294117647058824);    
}

.insc-element-parent:nth-child(even) a {
    background: rgba(0, 0, 0, 0.5294117647058824);  
}

.insc-element-parent:nth-child(odd) a:hover {
     background: rgba(0, 100, 255, 0);  
}

.insc-element-parent:nth-child(even) a:hover {
    background: rgba(0, 100, 255, 0);   
}


.insc-element a h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 160%;
}

.insc-element a h3 span {
    display: block;
    font-size: 0.6em;
    background: /*rgba(0, 100, 255, 0.5294117647058824)*/rgba(16,95,127, 0.5294117647058824);
    width: 100%;
    text-align:center;
}

.insc-element  .image-wrapper {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.insc-element .image-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.insc-element .image-wrapper img.portrait {
    width: 100%;
    height: auto;
}










.inscriptions .inscription .btn-border{
    text-decoration: none;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    border:1px solid #fff;
    margin: 100px 0 ;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


/*__________________________________________________________
|                                                           |
|                            NEWS                           |
|__________________________________________________________*/
.majors-section{ /*nouveau*/
    width: 90%;
    margin-left:5%;
}

.news-section {
    padding-left:10%;
  /*  width: 90%;
    margin-left:5%;*/
    /*
    background: url('../images/newsbg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    */
     background:linear-gradient(#a2d5d5, #007399); /*#8eb2d7;
     /*linear-gradient(#051f2d42, #00000059), url(http://193.194.89.119/storage/app/media/uploaded-files/photo2.jpg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);*/
     
     /*url(https://images.pexels.com/photos/256467/pexels-photo-256467.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);*/
    background-size: cover;
    background-attachment:fixed;
}
.news-section h1{color:#fff;}
.news-section .line{color:#fff;}

.news .news-element {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: move;
} 

.news .news-element .news-element-inner .details .rubon{
  position: absolute;
  top: -26px;
  left: 50;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}

.news .news-element .news-element-inner .details .rubon-ar{
  position: absolute;
  top: -26px;
  right: 50;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}

.news-section .btn-border {
    color:#fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -15px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.news-section .btn-border:hover {
    color:#1b3792;
    border: 1px solid #fff;
    background: #fff;
}



.news .news-element .news-element-inner .details{
  position: relative;
  display: inline-block;
  float: none;
  width: 85%;
  padding-top: 30px;
  height: 50vh;
  background-image: linear-gradient(rgba(182, 206, 219, 0.33)/*rgb(5, 31, 45)*/, rgba(0,0,0,0.7));
  -webkit-transition: all .45s linear;
  -o-transition: all .45s linear;
  transition: all .45s linear;
  margin-top: 50px;
  margin-left: 50px;
}

.news .news-element .news-element-inner .details:hover{
  background-color:  /*rgba(0,0,0,0.8);*/rgba(0,15,60,0.7);
 /* background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.7));  */
}

.news .news-element .news-element-inner .details a {
    color : #ddd;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.news .news-element .news-element-inner .details a:hover {
    color :/* #b53434*/#0090bc;
    text-decoration: none;
}

.news .news-element .news-element-inner .details h4 {
   color:#ddd;
}

.news .news-element .news-element-inner .details h3 a {
   font-size: 0.8em;
}

.news .news-element .news-element-inner .details .action a {
    color : #ddd;
    font-size: 2em;
}

.news .news-element .news-element-inner .details .action {
    position: absolute;
    bottom: 10px;    
    padding: 10px 0px;
    width: 80%;
    margin-top: -15px;
    text-align: left;
    display: block;
}


/* NEWS NO IMAGE */


.news .news-element-no-image .news-element-inner .details .rubon{
  position: absolute;
  top: 0;
  left: 0;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}

.news .news-element-no-image .news-element-inner .details .rubon-ar{
  position: absolute;
  top: 0;
  right: 0;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}


.news .news-element-no-image .news-element-inner .details{
  background: #fff;
  display: inline-block;
  float: none;
  width: 80%;
  padding: 30px 0;
}

.news .news-element-no-image .news-element-inner .details a {
    color : #333;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.news .news-element-no-image .news-element-inner .details a:hover {
    color :/* #b53434*/#0090bc;
    text-decoration: none;
}

.news .news-element-no-image .news-element-inner .details h3 a {
   font-size: 0.8em;
}

.news .news-element-no-image .news-element-inner .details .action a {
    color : #777;
    float: left;
}

.news .news-element-no-image .news-element-inner .details .action {
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px solid #777;
    width: 80%;
    display: inline-block;
}

@media (max-width: 670px) {
    .btn-primary-style {
        margin-top: 20px !important;
        margin-right: 25px !important;
    }
}

/*__________________________________________________________
|                                                           |
|                            EVENTS                         |
|                                                           |
|
___________________________________________________________*/


.events-section {
   /*  width: 90%;
    margin-left:5%;*/
    /*
    background: url('../images/eventsbg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    */
    cursor: move;
   

}



.events .events-element .events-element-inner .details .rubon{
  position: absolute;
  top: -26px;
  left: 0;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}

.events .events-element .events-element-inner .details .rubon-ar{
  position: absolute;
  top: -26px;
  right: 0;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}

.events-section .btn-border {
    color:#fff;
    border: 1px solid #fff;
    padding: 8px 20px;
    font-size: 1.2em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -15px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.events-section .btn-border:hover {
    color:#1b3792;
    border: 1px solid #fff;
    background: #fff;
}




.events .events-element .events-element-inner .details{
  position: relative;
  display: inline-block;
  float: none;
  /*width: /*90%*/
  padding-top: 30px;
  height: 50vh;  
  background-image: linear-gradient(rgb(5, 31, 45), rgba(0,0,0,0.7));     
  -webkit-transition: all .45s linear;
  -o-transition: all .45s linear;
  transition: all .45s linear;
}

.events .events-element .events-element-inner .details:hover{
  background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0.7));

}
.events .events-element .events-element-inner .details a {
    color : #ddd;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.events .events-element .events-element-inner .details a:hover {
    color :#b53434;
    text-decoration: none;
}

.events .events-element .events-element-inner .details h4 {
   color:#ddd;
}

.events .events-element .events-element-inner .details h3 a {
   font-size: 0.8em;
}

.events .events-element .events-element-inner .details .action a {
    color : #ddd;
    font-size: 2em;
}

.events .events-element .events-element-inner .details .action {
    position: absolute;
    bottom: 10px;    
    padding: 10px 0px;
    width: 80%;
    text-align: left;
    display: block;
}

/* events NO IMAGE */


.events .events-element-no-image .events-element-inner .details .rubon{
  position: absolute;
  top: 0;
  left: 0;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}

.events .events-element-no-image .events-element-inner .details .rubon-ar{
  position: absolute;
  top: 0;
  right: 0;
  background: #b53434;
  color: #fff;
  padding: 3px 16px;
}


.events .events-element-no-image .events-element-inner .details{
  background: #fff;
  display: inline-block;
  float: none;
  width: 85%;
  padding: 30px 0;
}

.events .events-element-no-image .events-element-inner .details{
  background: #fff;
  display: inline-block;
  float: none;
  width: 90%;
  padding-top: 30px;
}

.events .events-element-no-image .events-element-inner .details a {
    color : #333;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.events .events-element-no-image .events-element-inner .details a:hover {
    color : #b53434;
    text-decoration: none;
}

.events .events-element-no-image .events-element-inner .details h3 a {
   font-size: 0.8em;
}

.events .events-element-no-image .events-element-inner .details .action a {
    color : #777;
    float: left;
}

.events .events-element-no-image .events-element-inner .details .action {
    margin-top: 20px;
    padding: 10px 0px;
    border-top: 1px solid #777;
    width: 80%;
    display: inline-block;
}



.numbers{
   background: #f7f7f7;
   /*  background: url('http://193.194.89.119/storage/app/media/stat.jpg');*/
     -webkit-background-size: cover;
     background-size: cover; 
    /* padding-left:5%;*/
     
      
}
.numbers h1{color:rgb(16, 95, 127);}

.numbers .numbers-element .numbers-link{
    display: block;
    color:#fff;
    text-decoration: none;
    padding: 20px 0;
    margin-bottom: 20px;
    /* background: #fff;*/
    background:rgb(16, 95, 127);/*rgba(5, 31, 45, 0.79);*/
     -webkit-background-size: cover;
    background-size: cover;  
    -webkit-transition: all .3s linear;
       -o-transition: all .3s linear;
    transition: all .3s linear;   
    border-bottom: 1px solid white;
    border-radius: 50%;
}

.numbers .direct-links{
   /*  background: rgba(5, 31, 45, 0.79);  */
     padding: 20px 0;
}



.numbers .numbers-element .numbers-link .nbr-icon {
    font-size: 3em;
}

.numbers .numbers-element .numbers-link h2{
    font-size: 1.4em;
    height: 50px;
}

.numbers .numbers-element .numbers-link .btn-border{
    display: inline-block;
    border : 1px solid #000;
    color:#000;
    padding: 8px 20px;
    background: /*transparent*/#fff;
    margin-top: 20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.numbers .numbers-element .numbers-link:hover{
   /* border : 1px solid rgb(16, 95, 127);*/
    /*color:#006889;*/
    background: #0090bc/*rgba(16, 95, 127,0.50);*/;
    cursor: crosshair;
}

.numbers .numbers-element .numbers-link:hover *{
    color:#9ad5e6/*rgb(5, 31, 45)*/;
}

.numbers .numbers-element .numbers-link:hover .btn-border{
    background: #fff;
    color:#000;
}
.numbers .numbers-element{ margin-left:8%;}


#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 10%;
  margin: 5% auto;
  overflow: hidden;
  font-size: 15px;
  list-style-type: none;
}

.hex {
  background: red
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 10%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  
  background: red;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}

.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
    display:block;
    width: 100%;
    height: 100%;
    text-align: center;
   /* color: #fff;*/
    overflow: hidden;
    -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
        -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
            transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}

/*** HEX CONTENT **********************************************************************/
.hex .shape {
  left: -5%;
  right: -5%;
  width: auto;
  height: 5%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
     -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
}

.hex img {
    left: 43px;
}


.hex h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)*/rgba(47, 79, 79,0.80);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex1 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)*/rgba(35,200,178,0.80);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex2 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)*/rgba(188,82,73,0.80);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex3 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:rgba(0,128,128);/*46,139,87,0.80);/*rgba(255,219,88)/*rgba(236,135,0,0.50);*/;
  /* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)rgba(22,101,144,0.40)*/
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex4 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)rgba(75,183,193,0.40)*/rgba(0,201,180,0.70);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex5 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)*/rgba(185,49,53,0.70);
  font-weight: 300;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex6 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63),rgba(18,66,89,0.40)rgba(35,200,178,0.3)*/rgba(34,121,130, 0.78);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
}
.hex7 h1 {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color:/* rgb(0, 56, 63)*//*rgba(182, 206, 219, 0.33)*/rgba(216,237,242,0.70);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 18px;
 
}

.hex h1.red {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: /*rgba(0, 0, 0, 0.73)rgb(0, 105, 129,33)*/rgba(18, 77, 105,0.80);
  font-weight: 20;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.hex h1:hover {
  width: 100%;
  padding: 5%;
  box-sizing:border-box;
  background-color: /*rgba(0, 0, 0, 0.78)*/ rgba(0,15,60,0.7)!important;
  font-weight: 20;
  color:#49b5e4;
}


.hex h1:nth-child(odd), .hex p:nth-child(odd) {
    
    -webkit-background-size: cover;
    background-size: cover;
}

.hex h1:nth-child(even), .hex p:nth-child(even) {
    
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 15%;
}


.hex h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 10%;
  text-align: center;
 /* border-bottom: 1px solid /*#fff;*/
}




/*** HOVER EFFECT  **********************************************************************/
.hexLink h1 {
          margin: 0;
          font-size: 1em;
          color:#fff;
}

.hexLink p{
 
          -webkit-transform:translate3d(0,-100%,0);
          -ms-transform:translate3d(0,-100%,0);
          transform:translate3d(0,-100%,0);
          margin: 0;
          color:#fff;
}

/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  #hexGrid{
    padding-bottom: 4.4%;
     
  }
  .hex {
    width: 20%; /* = 100 / 5 */
  }
  .hex:nth-child(9n+6){ /* first hexagon of even rows */
    margin-left:10%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
  #hexGrid{
    padding-bottom: 5.5%;
    
  }
  .hex {
    width: 25%; /* = 100 / 4 */
  }
  .hex:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid{
    padding-bottom: 7.4%;
    
  }
  .hex {
    width: 33.333%; /* = 100 / 3 */
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 600px) { /* <- 2-1  hexagons per row */
  #hexGrid{
    padding-bottom: 11.2%;
     margin: 0;
  }
  .hex {
    width: 50%; /* = 100 / 3 */
  }
  
  .hex:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:25%;  /* = width of .hex / 2  to indent even rows */
  }
}

@media (max-width: 400px) {
    #hexGrid {
        font-size: 13px;
    }
    
}

#fullpage{
       
    /*width: 98%;/**modifier la largeur*/
    /* background: url('../images/sky.jpg') fixed; */
    background:#CCC ;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 800px) {
    .mySidenav a {
    	display:none;
    }
}

@media screen and (min-width: 800px) {
.mySidenav a {
    position: absolute;
    right: 10px;
    transition: 0.4s;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    animation-name: example;
    animation-duration: 1s;
    animation-direction: normal;
    z-index: 1000;
    text-transform:uppercase;
}}

@keyframes example {
    0%   {right:-100px;}
    100%  {right:0;}
}

.mySidenav a:hover {
    right: 30px;
}

.inscription {
    width: 250px;
    top: 350px;
    background-color: #4CAF50;
    text-align:center;
}

.evenements {
    width: 200px;
    top: 420px;
    background-color: #2196F3;
    text-align:center;
}

.contact {
    width: 150px;
    top: 490px;
    background-color: #f44336;
    text-align:center;
}


@font-face {
    font-family: "MankSans";
    src: url("MankSans/MankSans.ttf") format("truetype");
}

.roundedImageleft{
    display:inline;
    float: right;
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50%;
    border-radius:50%;
    border-style:solid;
    border-width: 10px;
    width:260px;
    height:260px;
    margin-top:-20px;
    /* vertical-align: middle; */
}

.roundedImageright{
    display:inline;
    float: left;
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50%;
    border-radius:50%;
    border-style:solid;
    border-width: 10px;
    width:260px;
    height:260px;
    margin-top:-20px;
    /* vertical-align: middle; */
}

.AvisIdentif {
    float: left;
    display:inline;
    float: left;
    height: 220px;
    margin: 20px;
    margin-left: 270px;
    width:80%;
    /*margin-left:10%;*/
    vertical-align: middle;
}

.identif {
   font-family: Arial ;
   font-size: large ;
   text-align: right;	
   margin:40px;
}

.Avis {
    font-family: Arial ;/* "MankSans" ; */
    font-size: large ;
    margin:20px;
    
    color: #FFF;
	/* background-color: #DDD;*/
	padding: 10px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}

.slider-news p {
font-family: "Open Sans";
color: #818181;

}
.slider-news a {
text-decoration:none;

}
/*.wrapper-inner .slider .slider-elements .details h3{
    color:#337ab7;
 }*/
.wrapper-inner .slider .slider-elements .details a h3{
font-size:3em;
font-family:'Barlow';
color:rgb(16, 95, 127); 
 /*color:#818181;*/
 }
 @media only screen and (max-width: 320px) {
.wrapper-inner .slider .slider-elements .details a h3{
font-size:1.5em;
}
}
 .wrapper-inner .slider .slider-elements .details a:hover{
   text-decoration:none;
 }
