/* 

dcom.css
feuille de style permettantd e pousser du webdesign sur tous les sites du portail g?r?s par dcom

*/

/* lien go top en picto et toujours visible */

#footer-inner .gotop a
	{
	position: fixed;
    left: 93%;
    
    z-index: 20000;
    background: url(/style%20Library/themes/global/gotop.png) no-repeat !important;
    width: 70px;
    height: 70px;
    font-size: 0px;
    cursor: pointer;
    top: 85%;
	opacity:.6;
	background-size:50px 50px !important;
	}
	
/* banniere fête de la science*/

/* #navtop-2 a[href="/Pages/actualites/institutionnel/fete-science-2016.aspx"]::after {
    animation: banner-questionnaire;
    animation-duration:1000s;
	animation-iteration-count:1;
	background: rgba(0, 0, 0, 0) url("http://www.cea.fr/Style%20Library/Themes/global/ban-fdls.jpg") repeat scroll 0 0;
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.5);
    content: " ";
    display: inline-block;
    height: 300px !important;
    left: 435px !important;
    position: absolute;
    top: 64px;
    width: 160px;
    z-index: 66666;
}
*/


/* banniere questionnaire enseignants */
/*  #navquick .last
	{
	position:relative;
	}
 #navquick .nv-item  a[href="/comprendre/enseignants/Pages/questionnaire-enseignants-ressources-cea.aspx"]
  	{
  	font-size:0px !important;
 	position:absolute;
	padding:0px;
  	top:-160px;
  	left:30px !important;
	-webkit-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	-moz-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
	-o-box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
 	box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7); 
  	z-index:66666;
    width:160px !important;
    height:290px !important;
    background:url(http://portail.cea.fr/style%20Library/themes/global/skyscraper-enquete-enseignants.jpg);
	animation: banner-questionnaire;
    animation-duration:1000s;
	animation-iteration-count:1;
  	} 
*/	
@keyframes banner-questionnaire
    {
     0% {
     	opacity:0;
		}
		
	
	0.2%
		{
        opacity:1; 
        }
    
	99.8%
        {
         opacity:1;
        }
    
	99.9%
        {
        opacity:0;
        visibility:hidden;
     }
    
	} 

#navprimary #nav li.nv-item a 
	{
	max-height: 38px;
    overflow-y: hidden;
	}
	
/* raccourcis bottom : iconification des liens vers medias sociaux */
#footer-wrapper .footer a[href="https://twitter.com:443/cea_recherche"],
#footer-wrapper .footer a[href="https://www.youtube.com:443/user/CEAsciences"],
#footer-wrapper .footer a[href="http://www.dailymotion.com/CEA-tv"],
#footer-wrapper .footer a[href="https://www.linkedin.com:443/company/cea"],
#footer-wrapper .footer a[href$="ceascope.aspx"] {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin-left: 4px;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    width: 22px;
}

#footer-wrapper .footer a[href="https://www.linkedin.com:443/company/cea"] {
	background-color: #353535;
    background-image: url("/Style%20Library/Themes/global/linkedin.gif");
	background-repeat:no-repeat;
	background-position: left 2px;
 	padding: 0;
}

#footer-wrapper .footer a[href="https://twitter.com:443/cea_recherche"] {
	background-color: #353535;
    background-image: url("/_layouts/15/I2I/web/img/share/twitter.png");
	background-repeat:no-repeat;
	background-position: left 2px;
 	padding: 0;
}

#footer-wrapper .footer a[href="https://www.youtube.com:443/user/CEAsciences"]{
	background-color: #353535;
    background-image:  url("/Style%20Library/Themes/global/youtube.png");
	background-repeat:no-repeat;
	background-position: left 2px;
}
#footer-wrapper .footer a[href="http://www.dailymotion.com/CEA-tv"] {
	background-color: #353535;
    background-image: url("/Style%20Library/Themes/global/dailymotion.png");
	background-repeat:no-repeat;
	background-position: left 2px;
	padding: 0;
}
#footer-wrapper .footer a[href$="ceascope.aspx"] {
	background-color: #353535;
    background-image: url("/Style%20Library/Themes/global/ceascope.png");
	background-repeat:no-repeat;
	background-position: left 2px;
	width: 52px;
}
	