﻿body
{
    background:#ffffff;
    color:#737373;
}

#Page
{
    Position:absolute;
    float:left;
    width :100%;    
    /*max-width :1400px;*/
    margin:0 auto;
    min-height:100%;
}

.row-eq-height
{
	display: flex;
	flex-wrap: wrap;
}
   
   
#HautTrait
{
    display:none;
}

 #Haut
{
    position:relative;
    float:left;
    width:100%;
    background-color:white;
    z-index:300;
}
        
#HautMenu
{
    display:block;
    position:relative;
    float:left;
    width:100%;
}    
    
#Header
{    
    Position:relative;
    float:left;
    width :100%;
}

#Header_Bandeau
{    
    Position:relative;
    float:left;
    width :100%;
    background:#f39353;
}

#Header_BandeauContenu
{    
    Position:relative;
    width :100%;
    max-width :1200px;
    margin:0 auto;
    font-size:0.86em;
    /*background: url("/CIFE_EOA/Images/globle-orange.png") no-repeat 50px;*/
    height:34px;
}

#Header_BandeauContenu a
{
    display:inline-block;
    margin:0 7px;
    color:#ffffff;
    text-decoration:none;
}

#Bandeau_Langues
{
    Position:relative;
    float:left;
    margin-left:10px;
    /* CIFE EOA Mono-langue*/
    display:none;
}

#HautLangue
 {
     position:relative;
     float:left;
 }
 
 #HautLangue div
 {
     position:relative;
     float:left;
 }
 
 #HautLangue input, 
 #AutresLangues input
 {
     position:relative;
     float:left;
     margin:10px 5px 0;
 }
 
 
  #AutresLangues
 {
     position:relative;
     float:left;
 }
 

 #AutresLangues .HautGauche #PanLangueFR,
 #AutresLangues .HautGauche #PanLangueEN,
 #AutresLangues .HautGauche #PanLangueDE
 {
     position:relative;
     float:left; 
     width:42px;
     height:36px;
 }
 
 #AutresLangues .HautGauche
 {
     background:#f1eeed;
 }       
 
 #AutresLangues #HautGauche #PanLangueFR,
 #AutresLangues #HautGauche #PanLangueEN,
 #AutresLangues #HautGauche #PanLangueDE
 {
     position:relative;
     float:left; 
     width:42px;
     height:36px;
 }  

#Bandeau_Raccourcis
{
    Position:relative;
    float:right;
}

#Bandeau_ReseauxSociaux
{
    Position:relative;
    float:right;
}


#Header_Menu
{    
    Position:relative;
    float:left;
    width :100%;
}

#Header_MenuContenu
{    
    Position:relative;
    margin:0 auto;
    width :100%;
    max-width :1200px;
}

#HautLogo
{
    display:block;
    position:relative;
    float:left;
    width:21%;    
}


#HautLogo img,
#LogoTrait img
{    
    margin:0px 0 0 15px;
    width:100%;
	max-width:200px;
}


#HautLogo img
{    
    margin:10px 0 0 15px;
}

/* haut droite */

 
/* MENU */
#bandeauMenu
{
    Position:relative;
    float:right;
    width :79%;
    bottom:0px;
    right:0px;    
}

#bandeauMenu:hover
{
}

#Menu
{    
    Position:relative;
    width :auto;
    margin:25px 0 0;
    height:45px;
    z-index:100;
    text-align:right;
    float: right;
}




/*----------------- Portail -----------------*/
    
        
    .Portail
    {
        position:relative;
        float:left;
        cursor:pointer;
        height:45px;
    }
    
        
    div.PortailLien
    {
        display:block;
        text-align:left;
        height:45px;
    }
        
    div.PortailLien:hover, .PortailLienOver
    {
        background:#f07c2f;
        display:block;
        text-align:left;
        height:45px;
    }
    
    
    div.PortailLienOver a.PortailLien,
    div.PortailLien:hover a.PortailLien  
    {        
		color:#ffffff;
    }
    
    a.PortailLien
    {
        width:100%;
        position:relative;
        float:left;
		color:#737373;
        font-size:0.90em;
        text-decoration:none;
        text-align:left;
        margin:auto;
    }
    
    a.PortailLien:hover
    {
		color:#ffffff;
    }
    
    .PortailLibelle
    {
        position:relative;
        margin:auto;
        display:inline-block;
        margin:5px 15px 0;
        text-transform:uppercase;
    }  
    
    
     /*----------------- Module -----------------*/
        
    a.ModuleLien
    {
        color:#616059;
		font-size:0.87em;
        text-decoration:none;
    }
    
    .CadreModule, .CadrePortail
    {
        position:relative;
        float:left;
        width:100%;
        min-width:200px;
        background:#f1eeed;
    }
    
     #Module1, #Module2, #Module3, #Module4, #Module5, #Module6, #Module7, #Module8, #Module9, #Module10, #Module11
    {
        position:absolute;
        float:left;
        top:45px;
        left:0px;
        border-top:#5482a6 5px solid;
    }
        
    
    .CadreModule:hover, .CadrePortail:hover
    {
		background:#f39454;
    }    
    
    
    .CadreModuleOver, .CadrePortailOver
    {
        position:relative;
        float:left;
        width:100%;
        min-width:200px;
		background:#f39454;
    }
	
	.CadreModuleOver a.ModuleLien, 
	.CadreModule:hover a.ModuleLien
	{
        color:#ffffff;
    }
    
    
    .Module
    {
        position:relative;
        float:left;
        /*Retiré le 27/08/2025*/
        /*width:calc(100% - 14px);
        padding-top:7px;
        padding-bottom:7px;
        padding-left:7px;
        padding-right:7px;*/
        width: 100%;
        /*Fin intervention 27/08/2025*/
	    display:block;
        cursor:pointer;
		text-align:left;
    }
    
    .Module a
    {
        /*Ajouté le 27/08/2025*/
        padding: 7px;
        display: block;
        width: 100%;
        height: 100%;
        /*Fin intervention 27/08/2025*/
    }
	    
    /*.Module:hover a
    {
        color:#ffffff;
    } */
    
        
    .CadreSousModule
    {
        position:absolute;
        left:100%;        
        background:#f1eeed;
        width:200px;
        top:0px;
    }
        
    .SousModule,
    .SousModuleOver
    {
        position:relative;
        float:left;
        width:calc(100% - 7px);
        padding-top:3.5px;
        padding-bottom:3.5px;
        padding-left:3.5px;
        padding-right:3.5px;
        cursor:pointer;
		text-align:left;
    }
    
    .SousModule:hover,
    .SousModuleOver
    {
		background:#5482a6;
    }
    
    
    .CadreModuleOver .SousModule a.ModuleLien, 
	.CadreModule:hover .SousModule a.ModuleLien
	{
        color:#616059;
    }    
    
    .SousModule a.ModuleLien
	{
        color:#737373;
    }
    
    
    /*.CadreModuleOver .SousModule:hover a.ModuleLien, 
	.CadreModule:hover .SousModule:hover a.ModuleLien,	
    .SousModuleOver .SousModule a.ModuleLien, 
	.SousModule:hover a.ModuleLien
	{
        color:#ffffff;
    }*/
	
    
    a.ModuleLien:hover
    {
        text-decoration:none;
    }

#ContenuSlideshow
{   position: relative;
    width: 100%;
    max-width: 1400px; 
    margin: 0px auto;
}

#Slideshow
{
    Position:relative;
    float:left;
    width :100%;
    max-width:1400px;
    margin:0 auto;    
}

/*
.SlideshowImage_wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
}
.SlideshowImage_wrapper:after {
  padding-top: 27%;
  display: block;
  content: '';
}
.SlideshowImage_main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  overflow:hidden;
  
}
*/
.SlideshowImage_main. SlideshowImage img
{
    width:100%;
}

.SlideshowImage
{
    Position:relative;
    float:left;
    width :100%;
}

.BandeauALaUne
{
    Position:absolute;
    width :100%;
	height:100%;
}


.BandeauALaUneContenu
{
    Position:relative;
    width :100%;
	max-width:1200px;
	height:100%;
	margin:0 auto;
	padding-left:15px;
}


.ALaUne
{
    Position:absolute;
    float:left;
    width :20%;
    height:100%;
    top:0;
    background:rgba(0, 0, 0, 0.30);
    z-index:5;
}

.ALaUneContenu
{
    Position:relative;
    float:left;
    margin:35% 10% 0;
    width :80%;
    height:50%;
}


.ALaUne a
{
    color:#ffffff;
    text-decoration:none;
}

.AlaUneTitre
{
    margin-bottom:20px;
}

.AlaUneTitre span
{
    font-size:1.6em;
    line-height:33px;
}

.AlaUneResume
{
    margin-bottom:20px;
}

.AlaUneResume span
{
}


.AlaUneSuite span
{
    border:1px solid #ffffff;
    font-size:0.8em;
    text-transform:uppercase;
    font-weight:bold;
    margin:0;
    Padding:5px 10px;
}

.AlaUneSuite .ALaUneFleche
{
    margin-left:-4px;
}

.AlaUneSuite .ALaUneFleche img
{
    width:inherit;
	display:inherit;
	float:inherit;
}


/* Slideshow rslides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
  
  /*
.rslides li:after{
  padding-top: 27%;
  display: block;
  content: '';

  }*/

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img{
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("/Images/flecheSlideShow.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.rslides_nav:focus{
  outline: none;
  }

.rslides_tabs {
  margin-top: -30px;
  text-align: center;
  z-index:50;
  width:100%;
  text-align:center;  
  position:absolute;
  }

.rslides_tabs li{
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  z-index:100;
  }
  
  #contenu .rslides_tabs li{
  display: inline;}

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  z-index:100;
  }

.rslides_here a{
  background: rgba(0,0,0, .8);
  background: #ffffff;
  z-index:100;
  }
  
/* Fin Slideshow rslides */
#ctl00_PanFiletSousMenu
{
    position: relative;
    float:left;
    width: 100%;
}


.Filet
{
    position: relative;
    margin:10px auto 0;
    width: 100%;
    max-width:calc(1200px - 30px);
    height:5px;
    border-top:1px solid #e6e6e6;
}

#ctl00_PanOutils
{
    position: relative;
    float:left;
    width: 100%;
}

.Outils
{    
    position: relative;
    margin:10px auto 0;
    width: 100%;
    max-width:1200px;
    height:auto;    
    text-align:center;
}

#ctl00_PanFilDAriane
{
    position: relative;
    float:left;
    width: auto;
}

#BlocFilAriane span
{
    font-size:0.87em;
}

#ctl00_PanelPH
{
    position: relative;
    float:left;
    width: 100%;
}

#BlocContenu
{
    position: relative;
    float:left;
    width: 100%;
    /*margin-bottom:173px;*/
}


#ContenuAccueil
{
    position: relative;
    width: 100%;
    float:left;
    max-width: 1400px;
    margin: 20px auto 0;    
   
}

#Contenu
{   position: relative;
    width: 100%;
    max-width: 1200px; 
    margin: 0px auto;
}

.accueil a
{
    color:#737373;
    text-decoration:none;
}

.accueil p
{
    margin:0;
}

#ContenuGauche
{
    padding-right:3%;
}

#ContenuMilieu
{
    border-left:1px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    padding-left:3%;
    padding-right:3%;
}


#ContenuDroite
{
    padding-left:3%;
}



/* Default */
h1
{
    font-size:1.4em;
    padding: 10px 0;
    background: transparent url("/CIFE_EOA/Images/traith1.png") left bottom no-repeat;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:10px;
}


h2
{
    font-size:1.2em;
}

h3
{
    font-size:1.1em;
}


/* Zoom sur */
.Image_wrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
.Image_wrapper:after {
  padding-top: 33%;
  display: block;
  content: '';
}
.Image_main {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* fill parent */
  /* let's see it! */
  color: white;
  overflow:hidden;
  
}

.Image_main img
{
    width:100%;
}

.ZoomTitre
{
    margin-top:15px;
    margin-bottom:8px;
}

.ZoomTitre a
{
    font-weight:bold;
    font-size:1.20em;
    color:#00589c;
    text-decoration:none;
}

.ZoomResume
{
    margin-bottom:15px;
}

.ZoomResume a
{
    text-decoration:none;
}

.ZoomSuite
{
    margin-bottom:40px;
}

.ZoomSuite a
{
    text-decoration:none;
    font-size:0.80em;
    text-transform:uppercase;
    font-weight:bold;
}

.ZoomSuite img
{
    margin-top:-2px;
    margin-left:5px;
}


/* Actualités */

.NewsCIFETitre,
.NewsEOATitre,
.NewsIEEITitre
{
    margin-bottom:8px;
}

.NewsCIFETitre a,
.NewsEOATitre a,
.NewsIEEITitre a
{
    font-weight:bold;
    font-size:1.20em;
    text-decoration:none;
}

.NewsCIFETitre a
{  
    color:#00589c;
}

.NewsEOATitre a
{  
    color:#f16f2a;
}

.NewsIEEITitre a
{  
    color:#b4011f;
}

.NewsCIFEResume,
.NewsEOAResume,
.NewsIEEIResume
{
    margin-left:19px;
    margin-bottom:15px;
}

.NewsCIFEResume a,
.NewsEOAResume a,
.NewsIEEIResume a
{
    text-decoration:none;
}


.NewsCIFESuite,
.NewsEOASuite,
.NewsIEEISuite
{
    margin-left:19px;
    margin-bottom:25px;
}

.NewsCIFESuite a,
.NewsEOASuite a,
.NewsIEEISuite a
{
    text-decoration:none;
    font-size:0.8em;
    text-transform:uppercase;
    font-weight:bold;
}


.NewsCIFESuite img,
.NewsEOASuite img,
.NewsIEEISuite img
{
    margin-top:-2px;
    margin-left:5px;
}

a.LBAllNews
{
    text-decoration:underline;
    font-weight:bold;
}

/* Témoignages */

#CifeTemoignages
{
	position:relative;
	float:left;
    margin-bottom:40px;
}


#CifeTemoignages a
{
	display:block;
}

#CifeTemoignages img
{
	position:relative;
	float:left;
    width:100%;
}

#CifeTemoignages img.LectureVideo
{
	position:absolute;
	width:100%;
	left:0px;
}

/* E-CAMPUS */

#ECAMPUS
{
	position:relative;
	float:left;
	width:100%;
}

#ECAMPUS input[type=text],
#ECAMPUS input[type=password]
{
    border:1px solid #cccccc;
    width:100%;
	 padding:3px 10px;
}

#ECAMPUS a.LBNewUser
{
    color:#737373;
    font-style: italic;
    text-decoration:underline;
    padding:10px 20px;
    float:left;
}

#ECAMPUS a.LBLogIn
{    
    color:#737373;
    font-weight:bold;
    padding:10px 20px;
    background:#f8efef;
    float:right;
}

a.LBHowToApply
{
    width:100%;
    text-align:center;
    background:#ef7c2f;
    color:#ffffff;
    font-weight:bold;
    padding:10px;
    float:left;
    display:block;
    margin:20px 0;
    
}

/* Reseaux Sociaux */
#ReseauxSociaux
{
	position:relative;
	float:left;
    margin-top: 30px;
}
#ReseauxSociaux a
{
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
}

.LabSuivezNous
{
    font-size:0.93em;
    text-transform:uppercase;
    font-weight:bold;
}

#ctl00_PanPartage
{
    position: relative;
    float:left;
    width: 100%;
}

.Partage
{    
    position: relative;
    margin:10px auto 0;
    padding:10px;
    width: 100%;
    max-width:calc(1200px - 30px);
    height:auto;
    background:#f8efef;
    
    text-align:center;
}

.Partage a
{
    margin-left:30px;
}

/* Footer */
#Footer
{    
    Position:relative;  
    float:left; 
    margin:10px auto 0; 
    width :100%;
    height:auto;
    background:#f39353;
    bottom:0px;
}


@media  all and (max-width: 991px)
{
	#Footer
	{    
		Position:relative;  
		float:left; 
	}

}

#FooterContenu
{    
    Position:relative; 
    margin:20px auto; 
    width:100%;
    max-width:1200px;
    border-top:1px solid #aec5d6;
}

#FooterGauche,
#FooterCentre
{    
    Position:relative; 
   display: flex;
   align-items: center;
	
}

#FooterGauche img
{
    margin:20px 0;
}


.LabSoutienErasmus
{
    /* color:#ffffff; */
    /* font-family:Arial; */
    /* font-weight:bold; */
    /* font-size:0.80em; */
    /* font-style:italic; */
	margin-right: 30px;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: none;
    font-weight: normal;
}


#FooterDroite
{    
    Position:relative; 
    text-align:right;
}


#FooterDroite a,
#FooterDroite span
{
    display:inline-block;
    margin-left:20px;
    margin-top:10px;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:0.8em;
}

#FooterDroite span
{
    font-weight:bold;
}


#FooterDroite span.LabTexteFooter
{
    color:#ffffff;
    font-size:0.7em;
    text-transform:none;
    font-weight:normal;
      
}



@media  all and (max-width: 1300px)
{
   #Bandeau_ReseauxSociaux
   {
        margin-right:50px;  
   } 
   
   .CadreModule, .CadrePortail, .CadreModuleOver, .CadrePortailOver, .CadreSousModule
    {
       min-width:150px;
    }
}

