foo/* Style CSS RESD */


/* Général */

@font-face {
    font-family: "Open sans" ;
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

/*

"Noto Naskh Arabic"

@font-face {
    font-family: "Open sans";
    font-style: italic;
    src: url('../fonts/OpenSans-Italic.eot');
    src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Italic.woff') format('woff'),
    url('../fonts/OpenSans-Italic.ttf') format('truetype');

}
@font-face {
    font-family: "Open sans";
    font-weight: bold;
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff') format('woff'),
    url('../fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/OpenSans-BoldItalic.eot');
    src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-BoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-weight: bolder;
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-weight: bolder;
    font-style: italic;
    src: url('../fonts/OpenSans-ExtraBoldItalic.eot');
    src: url('../fonts/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
    url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-weight: lighter;
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff') format('woff'),
    url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-weight: lighter;
    font-style: italic;
    src: url('../fonts/OpenSans-LightItalic.eot');
    src: url('../fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-LightItalic.woff') format('woff'),
    url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-weight: 600;
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Semibold.woff') format('woff'),
    url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: "Open sans";
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/OpenSans-SemiboldItalic.eot');
    src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'),
    url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype');
}*/



body
{
	font-family: "Open Sans";
	letter-spacing: 1px;
}

.row
{
	margin-left: 0px;
	margin-right: 0px;
}

p
{
    /* Utilisera OpenSans-Regular.ttf */
    font-style: normal;
    font-weight: normal;	
}

h1 {
    /* Utilisera OpenSans-Bold.ttf */
    font-style: normal;
    font-weight: bold;
}


@media (max-width: 991px) {
	footer #bottom .piedDePage, header .navbar-collapse, header .navbar-header 
	{
		max-width: 992px;
		min-width: 100%;
		background-color: #4d75b2;
		color: white;
		margin: auto;
	}
	.corp,.partenaire
	{
		max-width: 992px;
		min-width: 100%;
		margin: auto; /*Centre au millieu de la page web*/
		background-color: white;
	}

}

@media (min-width: 992px) {

	footer #bottom .piedDePage, header .navbar-collapse, header .navbar-header 
	{
		width: 992px;
		background-color: #4d75b2;
		color: white;
		margin: auto;
	}
	.corp
	{
		width: 991px;
		margin: auto; /*Centre au millieu de la page web*/
		background-color: white;
	}

	.partenaire
	{
		margin: auto; /*Centre au millieu de la page web*/
		background-color: white;
	}
}





/*@media (min-width: 768px) {

	footer #bottom .piedDePage, header .navbar-collapse, header .navbar-header 
	{
		width: 992px;
		background-color: #4d75b2;
		color: white;
		margin: auto;
	}
	
}*/


.italic
{
	font-style: italic;
}

.flotte
{
	float:left;
	margin-right: 8px;
}


/* Fin général */






/* Header => bar de navigation*/

header .container-fluid
{
	background-color: #4d75b2;
	padding-right: 0px;
	padding-left: 0px;
}


header a
{
	color:white;
	cursor: pointer;
}

header a:hover
{
	color:#fcfc9a;
	text-decoration: underline;
}

header .navbar
{
	margin-bottom: 0px;
}

header .backgroundHaut
{
	background-color: #4d75b2;
}

header .backgroundMenu
{
	background-color: #2d5796;
}

header .abrev
 {
 	color: white;
 	text-transform: uppercase;
 	font-weight: bolder;
 	display: inline-block;
 }

 header .nom
 {
 	color: white;
 	text-transform: uppercase;
 	font-weight: bold;
 }

@media (max-width: 767px) {
	header .zoneBanniere 
	{
		height: 175px;
	}

	header .zoneBanniere .banniere, .zoneBanniereReduit .banniere 
	{
		height: 90%;
		margin-left: 20px;
	}

	header .zoneTexte
	{
		padding-left: 5px;
		padding-top: 7px;
		text-align: center;
		width: 190px;
		margin-left: 30px;

	}

	header .abrev
	{
	 	font-size: 0.9em;
 	}

	header .nom
	{
		font-size: 0.5em;
		line-height: 0.5;
	}
}

@media (min-width: 768px) {
	header .zoneBanniere 
	{
		height: 95px;
	}
	header .zoneBanniere .banniere
	{
		float: left;
	}

	header .zoneBanniere .banniere, .zoneBanniereReduit .banniere 
	{
		height: 100%;
		margin-left: 20px;
	}

	header .zoneTexte
	{
		padding-left: 190px;
		padding-top: 25px;
		height: 100%;
	}

	header .abrev
	{
	 	font-size: 1.8em;
	 	padding-bottom: 18px;
 	}

	header .nom
	{
		font-size: 1.1em;
		line-height: 1.5;
	}
}

@media (min-width: 840px) {

	header .zoneBanniere .banniere, .zoneBanniereReduit .banniere 
	{
		height: 100%;
		margin-left: 20px;
	}

	header .abrev
	{
	 	font-size: 2em;
	 	padding-bottom: 18px;
 	}

	header .nom
	{
		font-size: 1.3em;
		line-height: 1.5;
	}
}

@media (min-width: 992px) {
	header .zoneBanniere 
	{
		height: 95px;
		margin-top: 3px;
	}
	header .zoneBanniere .banniere
	{
		float: left;
	}

	header .zoneBanniere .banniere, .zoneBanniereReduit .banniere 
	{
		height: 100%;
		margin-left: 0;
	}

	header .zoneTexte
	{
		padding-left: 150px;
		padding-top: 15px;
		height: 100%;
	}

	header .abrev
	{
	 	font-size: 1.5em;
	 	padding-bottom: 10px;
 	}

	header .nom
	{
		font-size: 0.8em;
		line-height: 1;
	}
}

header .navbar-header
{
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 0.8em;
	color: white;
}
header .navbar-brand {
  padding: 0px;
}


header .zoneBanniereReduit
{
	height: 175px;
		left: 15px;
}

header .navbar .zoneDroite 
{
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
}

header .navbar-toggle
{
	margin-right: 0px;
	width: 44px;
	height: 34px;
}

header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle:focus
{
	background-color: #fcfc9a;
	top: 1px;
}

header .glyphicon-chevron-up:hover, header .glyphicon-chevron-up:focus
{
	color: #4d75b2;
}

header .navbar-default .navbar-toggle .icon-bar
{
	background-color: white;
}

header .navbar-default .navbar-toggle:hover .icon-bar, header .navbar-default .navbar-toggle:focus .icon-bar
{
	background-color: #4d75b2;
}

header .navbar .zoneDroite img
{
	
}

header .logoSearch
{
	background: transparent url(../img/picto/moteur_de_recherche.svg) no-repeat center center;
	background-size : 18px 18px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9999999px;
 	height: 40px;
 	width: 40px;
}
header .logoSearch:hover
{

	background-color: #fcfc9a;
	cursor: pointer;
}


header .navbar-collapse
{
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 768px) {
	header .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand 
	{
	  margin-left: 0px;
	}
}

header .navbar-nav 
{
	min-height: 50px;
	margin: 0px;
}

header .navbar-default .navbar-collapse
{
	background-color: #2d5796;
}


header .navbar-default .navbar-nav>li>a
{
		color: white;
}

header .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
		color:#2d5796;
	    background-color: #fcfc9a;
}


header .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
{
	margin-left: 0px;
	margin-right: 0px;
}

header .container-fluid>.navbar-collapse, .navbar-nav
{
	padding: 0px;
}

header .navbar
{
  border: none;
}

header .navbar-default .navbar-nav > [class*='col-']
{
	padding-right: 0px;
	padding-left: 0px;
}

header .search 
{
	color: #4d75b2;
}

header .btn-default, header .btn-default:hover
{
	color: #4d75b2;
}

header .btn-default:hover
{
	background-color: #fcfc9a;
}

header .navbar-form
{
	padding: 0;
	display:none;
}

@media (max-width: 767px) {
	header .navbar-form
	{
		margin-left: 1px;
		margin-right: 20px;
	}
	header .zoneSearch
	{
		margin-top: 11px;
	}
	header .formSearch
	{
		margin-top: 12px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border: none;
	}
}

@media (min-width: 768px) {
	header .navbar-form
	{
		margin-top: 20px;
	}
	.navbar-nav > li > a {
   		padding-top: 10px; 
  		padding-bottom: 10px; 
	}
}


@media (min-width: 992px) {
	header .navbar-form
	{
		margin-top: 10px;
	}

}


/* Sous menu*/

.dropdown-menu
{
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
}

.dropdown-menu li ul 
{
	padding-left: 0px;
}

.dropdown-menu li ul li
{
	display: inline;
}

.dropdown-menu > li > a
{
	white-space : normal;
}

header .navbar-nav>li>ul>li>a {
  line-height: 1.5;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
	padding-top: 10px;
	padding-bottom: 0;
	color: #2d5796;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
{
	color: white;
	background-color: #2d5796;
}

header .navbar-nav>li>ul>li {
	border-bottom: 1px #2d5796 solid;
	background-color: #fcfc9a;
	font-size: 0.9em;
}

.dropdown-menu > li > a:hover
{
	background-color: #fcfc9a;
	color: #2d5796;
}

header .navbar-nav>li>ul>li:last-child {
	border-bottom: none;
}

header .navbar-nav>li>a>span
{
	text-transform: uppercase;

}
@media (min-width: 768px) {
	
	header .navbar-header {
		float: none;
	}

	/*Menu direct*/
	
	header .navbar-nav>li {
		height: 50px;
	  border-right: 1px white solid;
	}

	header .navbar-nav>li:nth-child(5) {
	
	}
	
	
	header .navbar-nav>li>a {
	  height: 50px;
	  display: block;
	  line-height: 1.8;
	}
	
	header .navbar-nav>li>a>span
	{
		line-height: 1.2;
		vertical-align: middle;
		font-size: 0.7em;
		display: inline-block;
	}

	/*Sous menu*/


	header .navbar-nav>li>ul>li>a {
	  display: block;
	}
}

@media (max-width: 767px) {

	header .navbar-nav>li
	{
		border-bottom: 1px white solid;
	}

		header .navbar-nav>li a
	{
		padding-top: 12px;
		padding-bottom: 12px;
	}

	header .navbar-nav>li>ul>li:first-child
	{
	  border-top: 1px #2d5796 solid;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	header .dropdownProject
	{
		width: 663.5%!important;
		left:-120%!important;
	}

	header .dropdownPartners
	{
		width: 181.5%!important;
		left:-1px!important;
	}

	header .dropdownMembers
	{
		width: 359%!important;
		left:-1px!important;
	}

	header .dropdownPartners>li>a
	{
		padding-left: 10px!important;
	}
}

@media (min-width: 992px) {

 	header .navbar-nav>li:nth-child(2) {
	  border-left: 1px white solid;
	}
		header .navbar-nav>li:nth-child(5) {
	  border-right: 1px white solid;
	}

	.dropdown-menu
	{
		font-size: 0.8em;
	}

	.dropdownProject
	{
		width: 743px;
		left:-119px;
	}

	.dropdownPartners
	{
		width: 239px;
		left:-1px;
	}

	.dropdownMembers
	{
		width: 239px;
		left:-1px;
	}
}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
}
 

@media (min-width: 768px) {
	.col-xs-5ths {
    	width: 9.5%;
    	float: left;
	}
	.col-sm-5ths {
        width: 12%;
        float: left;
    }
    .col-md-5ths {
        width: 14%;
        float: left;
    }
    .col-lg-5ths {
        width: 17%;
        float: left;
    }
}
@media (min-width: 992px) {
	.col-xs-5ths {
    	width: 12%;
    	float: left;
	}
	.col-sm-5ths {
        width: 12%;
        float: left;
    }
    .col-md-5ths {
        width: 12%;
        float: left;
    }
    .col-lg-5ths {
        width: 15%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 15%;
        float: left;
    }
}

header .navbar-nav
{
	width: 100%;
}

header .navbar-nav>li
{
	text-align: center;
}

header .navbar-nav>.menuBas
{
	text-align: left;
	height: 80px;
}

header .navbar-nav>.menuBas .langue
{
	text-align: right;
	display: inline-block;
	padding-top: 27px;
	padding-right: 30px;
	font-size: 0.8em;
}

header .dropdown-menu li span
{
	padding-left: 0px;
}

header .dropdown-menu li span
{
	padding-right: 10px;
}


/* Fin header*/











/* Home */

#home .backgroundDiapo
{
	background-color: #2d5796;
}

#home .diaporama {
		position: relative;
		height: 300px;
		max-width: 1900px;
		margin: auto;
}

#home .diaporama .image {
		position: absolute;
		width: 100%;
		height: 300px;
		top:0;
	
}


#home .diaporama .cycle-prev
{
	position: absolute;
	z-index: 1000;
	background: transparent url(../img/picto/slider_fleche_de_gauche.svg) no-repeat center center; 
	background-size: 60px; 
	height: 60px;
	width: 60px;
	top: 120px;
	left: 93px;
	margin-left:-30px;	
	cursor: pointer;
}

#home .diaporama .cycle-next
{
	position: absolute;
	z-index: 1000;
	background: transparent url(../img/picto/slider_fleche_de_droite.svg) no-repeat center center; 
	background-size: 60px; 
	height: 60px;
	width: 60px;
	top: 120px;
	right: 93px;	
	margin-right:-27px;	
	cursor: pointer;
}

#home .diaporama p {
	font-weight: bold;
	font-size: 0.8em;
}

#home .corp
{
	padding-top: 25px;
}

#home .corp .row
{
	margin-right: 0px;
	margin-left: 0px;
}

#home .corp .zoneBloc1,#home .corp .zoneBloc2, #home .corp .zoneBloc3
{
	padding-bottom: 25px;
}

#home .corp .zoneBloc3:nth-child(3n+4) {
  clear: both;
}

#home .corp .zoneVideo
{
	border-bottom: 7px #fcfc9a solid;
	position: relative;
	padding-bottom: 100%;
	height: 0; overflow: hidden;
}

#home .corp .bloc1,#home .corp .bloc2,#home .corp .bloc3
{
	border-bottom: 2px #4d75b2 solid;
	padding-bottom: 25px;
	height: 100%;
}

#home .corp .corpHaut .bloc1,#home .corp .corpHaut .bloc2,#home .corp .corpBas .bloc3
{
	width: 100%;
}

#home .corp .corpHaut .bloc1 .illustration,#home .corp .corpHaut .bloc2 .illustration,#home .corp .corpBas .bloc3 .illustration
{
	width: 100%;
	height: auto;
}

#home .corp .zoneBloc3 .contenu p, #home .corp .zoneBloc1 .contenu p, #home .corp .zoneBloc2 .contenu p {
	/*text-align: justify; */
}

@media (min-width: 768px) {

	#home .corp .corpHaut .zoneBloc1
	{
		padding-left: 30px;
		padding-right: 30px;
	}

	#home .corp .corpHaut .zoneBloc2, #home .corp .corpBas .zoneBloc3
	{
		padding-left: 30px;
		padding-right: 30px;
	}

	#home .corp .corpHaut .bloc1
	{
		max-width: 646px;
		/*min-height: 300px;*/
	}

	#home .corp .corpHaut .bloc2, #home .corp .corpBas .bloc3
	{
		max-width: 300px;
	/*	min-height: 300px;*/
	}

	
	#home .corp .corpHaut .bloc1 .zoneIllustration
	{
		max-height: 327px;
	}

	#home .corp .corpHaut .bloc1 .illustration
	{
		width: 100%;
		max-height: 297px;
	}

	#home .corp .corpHaut .bloc2 .zoneIllustration
	{
		max-height: 327px;
	}


	#home .corp .corpHaut .bloc2 .illustration
	{
		width: 100%;
		max-height: 297px;
	}

	#home .corp .corpHaut .bloc3 .zoneIllustration
	{
		max-height: 327px;
	}

	#home .corp .corpBas .bloc3 .illustration
	{
		width: 100%;
		max-height: 277px;
	}
}


#home .corp .illustration
{
	border-bottom: 7px #fcfc9a solid;
}

#home .corp .contenu h1
{
	color: #4d75b2;
    font-size: 1em;
	line-height: 1.7;
	margin-top: 10px;
}

#home .corp .plusBleu
{
	width: 20px;
	height: 20px;
	float: right;
}
#home .corp .zonePlusBleu
{
	height: 20px;
	position: absolute;
    bottom: 35px;
    right: 30px;
}

/* Fin home */





/* Footer - Partenaire */

footer #bottom
{
		width:100%;
		background-color: #4d75b2;
		font-size: 0.8em;
		/*margin-bottom:10px; */
}

footer #bottom .piedDePage 
{
	padding-bottom: 10px;
}

footer #bottom .piedDePage h2
{
	color: #fcfc9a;
	font-size: 1.1em;
	margin-bottom: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

footer #bottom .piedDePage p
{
	line-height: 1.4;
}

footer #bottom .piedDePage .listeReseau li
{
	display: inline-block;
	margin-right: 18px;
}

#bottom .piedDePage .listeReseau li:last-child
{
	margin-right: 0px;
}

footer #bottom .piedDePage .listeReseau 
{
	margin-top: 20px;
	margin-bottom: 25px;
}

footer #bottom .piedDePage .listeReseau a
{
	text-indent: -9999999px;
	background-size : 40px 40px;
	display: block;
	height: 40px;
	width: 40px;
}

footer #bottom .piedDePage .listeReseau #logoFB
{
	background: transparent url(../img/picto/roll-over_bouton_partager_icone_facebook.svg) no-repeat center center;
	background-size : 17px 17px;
	background-color: white;
	border-radius: 50%;
}


footer #bottom .piedDePage  .listeReseau #logoYoutube
{
	background: transparent url(../img/picto/roll-over_bouton_partager_icone_youtube.svg) no-repeat center center;
	background-size : 26px 26px;
	background-color: white;
	border-radius: 50%;
}
footer #bottom .piedDePage .listeReseau #logoTwitter
{
	background: transparent url(../img/picto/roll-over_bouton_partager_icone_twitter.svg) no-repeat center center;
	background-size : 17px 17px;
	background-color: white;
	border-radius: 50%;
}

footer #bottom .piedDePage .listeReseau #logoFB:hover,#bottom .piedDePage .listeReseau #logoYoutube:hover,#bottom .piedDePage .listeReseau #logoTwitter:hover
{
    background-color: #fcfc9a;
}

footer #bottom .piedDePage ul
{
	list-style-type: none; 
	margin-left:0;
	padding-left:0;	
}

footer #bottom .piedDePage .listeLien 
{
	margin-top: 45px;
}


footer #bottom .piedDePage .listeLien li
{
	margin-bottom: 5px;
}

footer #bottom .piedDePage .listeLien li:last-child
{
	margin-bottom: 0;
}

footer #bottom .piedDePage .listeLien a
{
	color:#fcfc9a;
}

footer #bottom .piedDePage .listeLien a:hover
{
	color:#fcfc9a;
	text-decoration: underline;
}

@media (max-width: 767px) {
	
	footer #bottom .piedDePage .event
	{
		border-top: 2px white solid;
	}
}

@media (max-width: 767px) {
	footer #bottom .piedDePage .facebook,#bottom .piedDePage .twitter
	{
		border-top: 2px white solid;
	}
	footer #bottom .piedDePage .contact,#bottom .piedDePage .event
	{
		padding-bottom: 30px;
	}
}

@media (min-width: 768px) {
	footer #bottom .piedDePage .event .lastEvent div
	{
		border-bottom: 2px white solid;
	}

	footer #bottom .piedDePage .event .lastEvent div
	{
		padding-bottom: 10px;
	}
		#bottom .piedDePage .facebook .lastFb div:last-child,#bottom .piedDePage .tiwtter .lastTwit div:last-child
	{
		padding-bottom: 0px;
	}
}

@media (min-width: 992px) {
	footer #bottom .piedDePage .facebook .lastFb .unFb,#bottom .piedDePage .twitter .lastTwit .unTwit
	{
		border-bottom: 2px white solid;
	}

	footer #bottom .piedDePage .facebook .lastFb div,#bottom .piedDePage .twitter .lastTwit div
	{
		padding-bottom: 0;
	}
}

footer #bottom .piedDePage .event .lastEvent div, #bottom .piedDePage .facebook .lastFb div, #bottom .piedDePage .twitter .lastTwit div
{
	margin-bottom: 10px;
}

footer #bottom .piedDePage .facebook .lastFb .unFb:last-child,#bottom .piedDePage .twitter .lastTwit .unTwit:last-child
{
	border-bottom: none;
	padding-bottom: 0px;
}

footer #bottom .piedDePage .event .lastEvent .titreEvent a
{
	color: #fcfc9a;
}




footer .event .allPublication a
{
	display: inline-block;
	min-height: 30px;
	color: white;
	text-align:left;
}
footer .event .allPublication a span
{
	line-height: 3.2;
	text-align: right;
}

@media (min-width: 768px) {
	footer .croixBlanche
	{
		
	}
}

footer .croixBlanche
{
	width: 20px;
	height: 20px;
	float: right;	
}

footer .croixBlanche svg
{
	width: 20px;
	height: 20px;
}



footer .text a
{
	color:white;
}

footer .enSavoirPlus
{
	color:#fcfc9a;
}

footer .partenaire
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

footer .partenaire img
{
	width: 100%;
}





/* Pour tout type d'écran inferieur à 768px */
@media all and (max-width: 767px)
{
	

}

/*Corp*/

.corp a img:hover
{
	opacity: 0.6;
}

.corp p
{
    font-size: 0.8em;
	line-height: 1.5;
}

.corp a
{
    font-size: 1em;
	line-height: 1.5;
}

.corp h1,.corp h2
{
	margin-top: 0px;
}

.corp h1
{
	text-transform: uppercase;
}

.corp h2
{
	margin-bottom: 2px;
}

.corp .titre .date
{
	margin-bottom: 5px;
}

.corp .blocCentralTop
{
	height: 55px;
	padding-top: 15px;
}

.corp .blocCentralTop img
{
	float:right;
	height: 28px;
	margin-top: 5px;
}

.corp a, .colonneDroite a, .corp .blocCentralTop p
{
	color: #4b75b4;
}

.corp .blocCentralCorp .diaporama
{
	position: relative;
	margin-bottom: 12px;
}

.corp .blocCentralCorp .diaporama .image {
		position: absolute;
		width: 100%;
		top:0;	
}

.corp .blocCentralCorp .diaporama .cycle-prev
{
	position: absolute;
	z-index: 1000;
	background: transparent url(../img/picto/slider_fleche_de_gauche.svg) no-repeat center center; 
	background-size: 60px; 
	height: 60px;
	width: 60px;
	margin-left:-30px;	
	margin-top:-30px;
	cursor: pointer;
}

.corp .blocCentralCorp .diaporama .cycle-next
{
	position: absolute;
	z-index: 1000;
	background: transparent url(../img/picto/slider_fleche_de_droite.svg) no-repeat center center; 
	background-size: 60px; 
	height: 60px;
	width: 60px;	
	margin-right:-30px;	
	margin-top:-30px;
	cursor: pointer;
}

@media (max-width: 991px) {

	.corp .blocCentralCorp
	{
		padding-bottom: 30px;
	}


}

@media (min-width: 992px) {
	.corp .blocCentralCorp, .corp .blocCentralTop, .corp .titre, .corp .filters
	{
		border-right: 1px #4d75b2 solid;
	}

	.corp .blocCentralCorp
	{
		padding-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.corp .blocCentralCorp,.corp .blocCentralTop
	{
		padding-right: 30px;	
	}
}

/*Membres*/
#membres .corp .allMembres .blocCentralCorp,#membres .corp .allMembres .blocCentralTop,#membres .corp .allMembres .titre
{
	border-right: none;
	padding-right: 0px;	
}

#contact .corp .blocCentralCorp,#contact .corp .blocCentralTop,#contact .corp .titre
{
	border-right: none;
	padding-right: 0px;	
}

#partenaires .corp .blocCentralCorp,#partenaires .corp .blocCentralTop,#partenaires .corp .titre, #countries .corp .blocCentralCorp,#countries .corp .blocCentralTop,#countries .corp .titre
{
	border-right: none;
	padding-right: 0px;	
}

#espace .corp .blocCentralCorp,#espace .corp .blocCentralTop,#espace .corp .titre
{
	border-right: none;
	padding-right: 0px;	
}

.corp .titre .sousTitre
{
	font-size: 1.1em;
}

.corp .titre h1
{
	color: #4b75b4;
	font-size: 1.1em;
	line-height: 1.3;
	
}

/*
@media (max-width: 767px){
	.arabe .corp .blocCentralCorp .cadre
	{
		border-bottom: 1px #4b75b4 solid;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.arabe .corp .blocCentralCorp .cadre:first-child
	{
		padding-top: 0px;
	}
	.arabe .corp .blocCentralCorp .unCoordinateur {
	  padding-bottom: 0px !important;
	}

}*/


.corp h1,.corp h2
{
	font-weight: bold;
	text-transform: uppercase;
}

.corp .blocCentralCorp .sousTitre
{
	margin-top:0px;
	padding-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.corp .blocCentralCorp h2
{
	font-size: 1em;
	line-height: 1.7;
}



.corp .blocCentralCorp article p
{
	font-size: 0.8em;
	line-height: 1.7;
	text-align: justify;
}


@media (max-width: 767px) {

		.corp .blocCentralCorp .diaporama
	{
		max-height: 370px;
	}

	.corp .blocCentralCorp .diaporama .image 
	{
		width: 100%;
		height: 99.3%
	}
	

	.corp .blocCentralCorp .diaporama .cycle-prev
	{
		top: 190px;
		left: 45px;
	}

	.corp .blocCentralCorp .diaporama .cycle-next
	{
		top: 190px;
		right: 45px;	
	}
}


@media (min-width: 768px) and (max-width: 991px) {

		.corp .blocCentralCorp .diaporama
	{
		max-height: 515px;
	}

	.corp .blocCentralCorp .diaporama .image 
	{
		width: 100%;
		height: 99.3%;
	}

	.corp .blocCentralCorp .diaporama .cycle-prev
	{
		top: 51%;
		left: 45px;
	}

	.corp .blocCentralCorp .diaporama .cycle-next
	{
		top: 51%;
		right: 45px;	
	}
}



@media (min-width: 992px) {


		.corp .blocCentralCorp .diaporama
	{
		max-height: 370px;
	}

	.corp .blocCentralCorp .diaporama .image 
	{
		width: 100%;
		height: 99.3%;
	}

	.corp .blocCentralCorp .diaporama .cycle-prev
	{
		top: 190px;
		left: 45px;
	}

	.corp .blocCentralCorp .diaporama .cycle-next
	{
		top: 190px;
		right: 45px;	
	}
}



/*Colonne de droite*/

@media(max-width: 768px){
.corp .colonneDroite 
{
	/*border-left: 1px #4b75b4 solid;*/
	border-left:none;
	right: 1px;
}

}


@media(min-width: 991px){
.corp .colonneDroite 
{
	border-left: 1px #4b75b4 solid;
	/*border-left:none;*/
	right: 1px;
}

}


.corp .colonneDroite h1,.blocSommaire h1
{
	font-size: 1.1em;
	line-height: 1.7;
	color: #4b75b4;
	margin-bottom: 5px;
}

.corp .colonneDroite p
{
	font-size: 0.7em;
}

.corp .colonneDroite .lastBloc
{
	border: none;
}








/*Bloc ressource*/

.corp .blocRessource
{
	border-bottom: 1px #4b75b4 solid;
	padding-bottom: 60px;
	margin-bottom: 60px;
	margin-left: 5px;
}

.blocRessource a
{
	color:#4d75b2;
}

.corp .colonneDroite .blocRessource p
{
	font-size: 0.9em;
}

.corp .blocRessource h1
{
	margin-bottom: 10px;
	margin-top: 0px;
}

.blocRessource .left-arrow
{
	padding-left: 45px;
	background: transparent url(../img/picto/puce_de_listes.svg) no-repeat left 100%;
	background-size: 35px;
}

.blocRessource .left-arrow.la
{
	color:#7090C1;
}

.blocRessource .left-arrow:hover, .blocRessource .left-arrow.la
{
	opacity: 0.8;
}

.blocRessource ul
{
	padding-left: 0px;
	list-style-type: none; 
}

.blocRessource ul li
{
	list-style-type: none; 
}

.blocRessource a
{
    font-size: 0.75em;
}





/* Publication */

.publications .corp .titre
{
	padding-bottom: 10px;
}


/*Bloc publication*/

.blocPublication
{
	border-bottom: 1px #4b75b4 solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-left: 5px;
}

.blocPublication .unePublication
{
	min-height: 20px;
	padding-bottom: 10px;
}

@media (max-width: 767px) {

	.blocPublication .unePublication div
	{
		width: 95%;
		padding-right: 15px;
	}
	.blocPublication .allPublication span
	{
		padding-right: 5px;
		font-size: 1em;
		width: 90%;
	}
}


@media (min-width: 768px) and (max-width: 991px) {

	.blocPublication .unePublication div
	{
		width: 97%;
		padding-right: 15px;
	}
	.blocPublication .allPublication span
	{
		padding-right: 5px;
		font-size: 1em;
		width: 28%;
	}
}

@media (min-width: 992px) {


	.blocPublication .unePublication div
	{
		width: 90%;
		padding-right: 10px;
	}
	.blocPublication .allPublication span
	{
		width: 84%;
		padding-right: 5px;
		font-size: 1em;
	}
}




.blocPublication .unePublication a
{
	color:#4d75b2;
}


.blocPublication .allPublication
{
	line-height: 2;
	font-size: 0.9em;
	color: #4b75b4;
	font-weight: bold;
}

/*Toutes les Publications*/

.blocCentralCorp .unePublication
{
	margin-bottom: 20px;
}

.blocCentralCorp .unePublication p
{
	margin-bottom: 0px;
}

.unePublication img,.unePublication div,.allPublication img,.allPublication span
{
	vertical-align: middle;
    display: inline-block; 
   
}

.blocCentralCorp .unePublication div
{
	width: 95%;
	padding-right: 15px;
}

.lienPublication 
{
	color: black; 
}

.lienPublication :hover
{
	color:#2d5796;
}

/*une publication*/

.blocCentralCorp .zoneAnnexe
{
	padding-top: 10px;
}

.publications .blocCentralCorp h2
{
	padding-bottom: 0;
}

.blocCentralCorp .zoneAnnexe .left-arrow
{
	padding-left: 35px;
	background: transparent url(../img/picto/puce_de_listes.svg) no-repeat left 90%;
}

.blocCentralCorp .zoneAnnexe .left-arrow:hover
{
	opacity: 0.8;
}


.blocCentralCorp .zoneAnnexe ul
{
	padding-left: 0px;
	list-style-type: none; 
}

.blocCentralCorp .zoneAnnexe ul li
{
	list-style-type: none; 
}

 .blocCentralCorp .zoneAnnexe a
{
    font-size: 0.8em;
}

.blocPublication .allPublication a
{
	display: inline-block;
	width: 100%;
	min-height: 30px;
}

.blocPublication .iconePlus
{
	padding-right: 30px;
	background: transparent url(../img/picto/en_savoir_plus_croix_bleu.svg) no-repeat right center;
	background-size: 20px 20px;
}

.blocPublication .iconePlus:hover
{
	opacity: 0.8;
}








/*membres*/

.membres .blocCentralTop, .membres .blocCentralCorp,.membres .titre
{
	padding-right:0px;
	border-right: none;
}

.corp .blocCentralCorp .cadre
{
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 767px){
	.corp .blocCentralCorp .cadre
	{
		border-bottom: 1px #4b75b4 solid;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.corp .blocCentralCorp .cadre:first-child
	{
		padding-top: 0px;
	}
	.corp .blocCentralCorp .unCoordinateur {
	  padding-bottom: 0px !important;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	.corp .blocCentralCorp .cadre
	{
		min-height: 300px;
		border-right: 1px #4b75b4 solid;
	}

	.corp .blocCentralCorp .cadre:nth-child(3n+1)
	{
		border-right: none;
	}

	.corp .blocCentralCorp .cadre .unCoordinateur
	{
		min-height: 300px;
		border-bottom: 1px #4b75b4 solid;
	}

	.corp .blocCentralCorp .cadre:nth-child(n+5) .unCoordinateur
	{
		padding-top: 30px;
	}

	.corp .blocCentralCorp .cadre:last-child .unCoordinateur, .corp .blocCentralCorp .cadre:nth-last-child(2) .unCoordinateur, .corp .blocCentralCorp .cadre:nth-last-child(3) .unCoordinateur
	{
		border-bottom: none;
	}
}

@media (min-width: 992px){

	.corp .blocCentralCorp .cadre
	{
		border-right: 1px #4b75b4 solid;
		min-height: 190px;
	}

	.corp .blocCentralCorp .cadre:nth-child(3n+1)
	{
		border-right: none;
	}

	.corp .blocCentralCorp .cadre:nth-child(4n+1) {
  		clear: both;
	}

	.corp .blocCentralCorp .cadre:nth-child(7n+1) {
  		clear: both;
	}

	.corp .blocCentralCorp .cadre .unCoordinateur
	{	
		min-height: 210px;
		border-bottom: 1px #4b75b4 solid;
	}

	.corp .blocCentralCorp .cadre:nth-child(n+5) .unCoordinateur
	{
		padding-top: 30px;
	}


	.corp .blocCentralCorp .cadre:last-child .unCoordinateur, .corp .blocCentralCorp .cadre:nth-last-child(2) .unCoordinateur, .corp .blocCentralCorp .cadre:nth-last-child(3) .unCoordinateur
	{
		border-bottom: none;
	}
}


.corp .blocCentralCorp .unCoordinateur
{
	padding-bottom: 30px;
}

.corp .blocCentralCorp .unChercheur p, .corp .blocCentralCorp .unCoordinateur p
{
	padding-top: 5px;
	margin-bottom: 0px;

}

#membres .blocCentralCorp .zoneUnChercheur
{
	padding-bottom: 30px;
}

#membres .allMembres .unChercheur
{
	border-bottom: 1px #4b75b4 solid;	
	height: 100%;
}

#membres .zoneUnChercheur:nth-child(2n+4) {
	clear:both;
}

@media (min-width: 768px){
	#membres .zoneUnChercheur:nth-child(even)
	{
		padding-right: 20px;
	}
		#membres .zoneUnChercheur:nth-child(odd)
	{
		padding-left: 20px;
	}
}

#membres .unChercheur 
{
	background: #FFF;
}

#membres .unChercheur .zoneImageChercheur
{
	width: 110px;
	height: 102%;
	margin-right:10px;
	float: left;
	z-index: 1;
	background: #E4EAF3 url(../img/picto/angle_des_photos_des_chercheurs.svg) no-repeat left top; 
}



#membres .oneMembre .unChercheur .zoneImageChercheur
{
	background-color: none;
}

#membres .oneMembre .unChercheur .zoneImageChercheur {
	width: 150px;
	height: 150px;
	background-color: #FFF;
	min-height: 150px;
}

#membres .unChercheur .zoneImageChercheur .imageChercheur
{
	/*border-radius:50%;*/
	width: 110px;
	height: 110px;
	padding: 10px;
}

#membres .oneMembre .unChercheur .zoneImageChercheur .imageChercheur {
	width: 150px;
	height: 150px;
}

#membres .allMembres .unChercheur .detailChercheur
{
	min-height: 100px;
	margin-left: 110px;
	margin-bottom: 20px;
	z-index: 1;

	background-image:-moz-linear-gradient(#E4EAF3, white);
	background-image:-webkit-linear-gradient(#E4EAF3, white);
	background-image:-o-linear-gradient(#E4EAF3, white);
	background-image:linear-gradient(#E4EAF3, white);

}

/*#membres .allMembres .unChercheur .detailChercheur div
{
	background-image:-moz-linear-gradient(#E4EAF3, white);
	background-image:-webkit-linear-gradient(#E4EAF3, white);
	background-image:-o-linear-gradient(#E4EAF3, white);
	background-image:linear-gradient(#E4EAF3, white);
}*/

	



#membres .allMembres .researcherTeam .detailChercheur
{
	margin-bottom: 20px!important;
}


#membres .unChercheur .zonePlusBleu
{
	height: 20px;
    position: absolute;
    bottom: 40px;
    right: 20px;
}
#membres .unChercheur .zonePlusBleu .plusBleu
{
	width: 20px;
    height: 20px;
    float: right;
}



#membres .oneMembre .unChercheur
{
	min-height: 180px;
	padding-bottom: 50px;
}

#membres .oneMembre .unChercheur .detailChercheur
{
	margin-left: 190px;
}

#membres .oneMembre .descriptionOneMembre
{
	padding-bottom: 10px;
}

#membres .oneMembre .descriptionOneMembre p {
	text-align: justify;
}


@media (max-width: 468px) {

	#membres .unChercheur .zoneImageChercheur
	{
		min-height:195px;
	}

	#membres .allMembres .unChercheur .detailChercheur {
  		min-height: 173px;
  	}
}

/*Tous les Evenements*/

.evenements .unEvenement h2,.communications .uneCommunication h2
{
	margin-top: 0px;
}

.blocCentralCorp .unEvenement, .blocCentralCorp .uneCommunication
{
	margin-bottom: 15px;
}

.evenements .unEvenement img,.evenements .unEvenement div,.communications .uneCommunication img,.communications .uneCommunication div
{
	vertical-align: middle;
    display: inline-block; 
   
}

.evenements .unEvenement div,.communications .uneCommunication div
{
	width: 94%;
}

.evenements a,
{
	color: black; 
}

.evenements a:hover,.communications a:hover
{
	color:#2d5796;
}

.evenements .sousTitre
{
	margin-top:0px;
	margin-bottom: 20px;
	font-size: 1.3em;
	line-height: 1.7;
}


.evenements .diaporama
{
	margin-top: 20px;
}

.blocCentralTop .fleches
{
	height: 30px;
	padding-right: 20px;
	display: inline;
}

.blocDroitTop .fleches
{
	height: 28px;
	margin-left: 20px;
	margin-top: 20px;
}

.blocDroitTop .fleches img
{
	height: 28px;
}

.flecheGauche
{
	margin-right: 15px;
}

.flecheDroite
{
	margin-right: 20px;
}

/* Contact */

.input-recaptcha{
 width:172px;   
}



/* Espace Chercheur */

#espace .contenu a
{
	color:#4d75b2;
}


#espace .zoneNotif .contenuNotif
{
   font-size: 1em!important;
}

#espace .zoneNotif .contenuNotif li, #espace .zonePlanning .contenuPlanning li
{
	display : list-item;
 	list-style-image : url(../img/picto/puce_de_listes.svg);

}

#espace .zoneAnnuContact .table
{
	font-size: 0.8em;
}

#espace .titreEspace
{

	display: inline-block;
}

#espace .panel-primary > .panel-heading
{
	background-color: #4d75b2;
	border-color:#4d75b2;
}



#espace .panel:nth-child(n+2) .contenu
{
	display: none;
}


#espace .panel-heading a
{
	color: white;
	cursor: pointer; 
}

#espace .panel-heading a:hover
{
	color: #fcfc9a;
}

#espace .panel-heading a:hover
{
	text-decoration:underline;
}



#espace .zoneBoutonTop
{
	text-align: right;
}


#espace .glyphicon-file, #espace .glyphicon-user
{
	color: white;
}

#espace .zoneBoutonTop button:hover span
{
	color: #4d75b2;
}

#espace .zoneBoutonTop .textBouton
{
	font-size: 0.9em;
	margin-left: 10px;
	color: white;
}

#espace .zoneBoutonTop button
{
	background-color: #4d75b2;
}
#espace .zoneBoutonTop button:hover
{
	background-color: #fcfac9;
}

#espace .textBouton
{
	margin-left: 10px;

}

#espace .listeContactChercheur li
{
	padding-top: 15px;
}


#espace .zoneDownload .left-arrow
{
	padding-left: 35px;
	background: transparent url(../img/picto/puce_de_listes.svg) no-repeat left 90%;
}

#espace .zoneDownload .left-arrow:hover
{
	opacity: 0.8;
}

#espace .zoneDownload ul
{
	padding-left: 0px;
	list-style-type: none; 
}

#espace .zoneDownload ul li
{
	list-style-type: none; 
}


/* Formulaire lightbox */

label,legend
{
	color:#4d75b2;
}



/* Formulaire lightbox Publication */

#formulairePublication
{
	padding: 15px;
}

.fancybox-inner
{
	overflow: visible !important;
}

#formulairePublication .btn
{
	background-color: #4d75b2;
	color: white;
}
#formulairePublication .btn:hover
{
	background-color: #fcfc9a;
	color: #4d75b2;
}




/*Formulaire lightbox modification de profil*/

#formulaireProfil
{
	padding: 15px;
}

#formulaireProfil #send
{
	margin-left: 14px;
}

#formulaireProfil img
{
 width: 100%;
 border: 1px #cccccc solid ;
 padding: 12px;
 border-radius: 5px;
 background-color: #6f8fc1;
}

#formulaireProfil .zoneLoadImage
{
	margin-bottom: 20px;
}

#formulaireProfil button
{
	background-color: #4d75b2;
	color: white;
}
#formulaireProfil button:hover
{
	background-color: #fcfc9a;
	color: #4d75b2;
}









/*Formulaire lightbox echanger des documents*/

#formulaireEchangeDocument .selectionChercheur #sortable1, .selectionChercheur #sortable2 
{
    border: 1px solid #eee;
      width: 100%;
      height: 250px;
    min-height: 20px;
    margin: 0;
    float: left;
    margin-right: 10px;
    overflow: auto;
}

#formulaireEchangeDocument .selectionChercheur #sortable1 li, #formulaireEchangeDocument .selectionChercheur #sortable2 li 
{
    width: 100%;
    cursor:pointer;
}


#formulaireEchangeDocument .selectionChercheur .zoneFleche
{
  text-align: center;
  height: 250px;
  padding-top: 10%;
}

#formulaireEchangeDocument .selectionChercheur .zoneListe, #formulaireEchangeDocument .selectionChercheur .zoneReceptionListe
{
  border: 1px #aaaaaa solid;
  min-height: 250px;  
}

#formulaireEchangeDocument button {
  background-color: #4d75b2;
  color: white;
}

#formulaireEchangeDocument button:hover {
  background-color: #fcfc9a;
  color: #4d75b2;
}

#formulaireEchangeDocument .row ul li
{
  list-style-type: none;
}

#formulaireEchangeDocument .row ul
{
  padding-left: 0px;
}

#formulaireEchangeDocument .search-input
{
	width: 100%;
}

#formulaireEchangeDocument .ms-selectable input, #formulaireEchangeDocument .ms-selection input
{
	margin-left: 0px;
}

#formulaireEchangeDocument #ms-keep-order 
{
	padding-top: 15px;
}







/* Contact */

@media (max-width: 767px) {
	#contact #nom, #contact #objet, #contact #email
	{
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#contact #nom, #contact #objet, #contact #email
	{
		width: 45%;
	}
}

@media (min-width: 992px) {
	#contact #nom, #contact #objet, #contact #email
	{
		width: 45%;
	}
}

#contact button {
  background-color: #4d75b2;
  color: white;
}


#contact .attente
{
	text-align:left;

	padding:15px 22px;
	display:none;
}

#contact .loader 
{
	background:url("../img/ajax-loader.gif") no-repeat center left;
}

#contact .success {
	background:url("../img/success.png") no-repeat center left;
}

#contact .error {
	background:url("../img/error.png") no-repeat center left;
}






/* Joindre le réseau */

@media (max-width: 767px) {
	#joindre #nom, #joindre #prenom, #joindre #email
	{
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
		#joindre #nom, #joindre #prenom, #joindre #email
	{
		width: 45%;
	}
}

@media (min-width: 992px) {
		#joindre #nom, #joindre #prenom, #joindre #email
	{
		width: 35%;
	}
}


#joindre button {
  background-color: #4d75b2;
  color: white;
}


#joindre .attente
{
	text-align:left;

	padding:15px 22px;
	display:none;
}



#joindre .loader 
{
	background:url("../img/ajax-loader.gif") no-repeat center left;
}

#joindre .success {
	background:url("../img/success.png") no-repeat center left;
}

#joindre .error {
	background:url("../img/error.png") no-repeat center left;
}




/* Credits */

#credits .corp .blocCentralTop, #credits .corp .titre, #credits .corp .blocCentralCorp
 {
  border-right: none;
}

/* SideBar */


/*Bloc sommaire*/

.blocSommaire
{
	margin-bottom: 60px;
	background-color: #2d5796;
	width: 180px;
	posiion: absolute;
	top:190px;
	float:left;
}

.blocSommaire ul
{
 	padding-right: 10px; 
 	padding-left: 30px;
}
.blocSommaire ul li
{
 	list-style-type: none;
}

.blocSommaire ul li:hover p
{
 	color: #fcfc9a;
 	text-decoration:underline;
}

.blocSommaire .cercle
{
  background: white;
  border-radius:50%;
  width:12px;
  height:12px;
  float:left;
  margin-top: 7px;
}

.blocSommaire ul li:hover .cercle
{
 	background: #fcfc9a;
}

.blocSommaire .lienSom
{
	display: inline-block;
	padding-left: 15px;
}

.blocSommaire p
{
	line-height: 1.5;
	font-size: 0.8em;
}



.blocSommaire h1,.blocSommaire p
{
	color: white;
}

.blocSommaire h1
{
	text-align: center;
}

.blocSommaire .flotte
{
	float:left;
	margin-right: 20px;
	margin-left: 27px;
}


.clear {
    clear: both;
}


.colonneGauche
{

    position: absolute; /* IMPORTANT! */
    width: 180px;
    height: 100%;
    left: -200px;
    padding-bottom: 60px;
    top:159px;
}


#presentation
{
	position: relative;
}

#presentation .corp
{
	 position: relative;
}
.blocSommaire
{

}



.blocSommaire .listeAncre::before
{
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  width: 2px;
  background: white;
  left: 25%;
  margin-left: -10px;
  height: 100%;
}



.blocSommaire .listeAncre 
{
  position: relative;
}

.zoneImage
{
	position: absolute;
	width: 100%;
	height: 100%;
	padding-bottom: 54.3%;
}


.diaVideo
{
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 54.02%;
  height: 0; 
  overflow: hidden;
}



/* Gestion responsive video */
#arabe  .videoWrapCycle {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapCycle iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* Page Arabe */

@font-face {
    font-family: "Geeza Pro";
    src: url('../fonts/geeza_pro.eot');
    src: url('../fonts/geeza_pro.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geeza_pro.woff') format('woff'),
    url('../fonts/geeza_pro.ttf') format('truetype');
}

#arabe 
{
	font-family: "Geeza Pro"!important;
}


#arabe header .navbar .zoneDroite {
  text-align: left!important;
}

#arabe .banniere {
  float: right!important;
}

#arabe header .zoneDroite p {
	font-family: "Open Sans";
}


#arabe .backgroundDiapo
{
	background-color: #2d5796;
}

#arabe .diaporama {
		position: relative;
		height: 300px;
		max-width: 1900px;
		margin: auto;
}

#arabe .diaporama .image {
		position: absolute;
		width: 100%;
		height: 300px;
		top:0;
	
}

#arabe .diaporama .image .content
{
	max-width: 490px;
	background-color: black;
	background-color : rgba(0,0,0,0.5);
	padding-right: 40px;
	padding-left: 40px;
	/*padding-top: 25px;*/
	position: absolute;
	top: 70px;	
	right: 183px;
	height: 55%;
	color: white;
	font-weight: bold;
	font-size: 1.3em;
	display: table;
}

#arabe .diaporama .image .content p {
	display: table-cell;
	vertical-align: middle;
}

#arabe .diaporama .cycle-prev
{
	position: absolute;
	z-index: 1000;
	background: transparent url(../img/picto/slider_fleche_de_gauche.svg) no-repeat center center; 
	background-size: 60px; 
	height: 60px;
	width: 60px;
	top: 120px;
	left: 93px;
	margin-left:-30px;	
	cursor: pointer;
}

#arabe .diaporama .cycle-next
{
	position: absolute;
	z-index: 1000;
	background: transparent url(../img/picto/slider_fleche_de_droite.svg) no-repeat center center; 
	background-size: 60px; 
	height: 60px;
	width: 60px;
	top: 120px;
	right: 93px;	
	margin-right:-27px;	
	cursor: pointer;
}

#arabe .corp
{
	padding-top: 50px;
}

#arabe .corp .blocCentralTop, #arabe .corp .titre, #arabe .corp .blocCentralCorp
{
  border-right: none;
}

#arabe .corp  h1 {
  padding-bottom: 10px;
  color: #4b75b4;
  font-size: 1.6em;
  line-height: 1.3;
}

#arabe .corp .blocCentralCorp article {
	padding-bottom: 35px;
}

#arabe .corp .blocCentralCorp article p {
	font-size: 1.2em;
}

#arabe .corp .zoneBloc2
{
	padding-bottom: 40px;
}

#arabe .corp .bloc2
{
	border-bottom: 2px #4d75b2 solid;
	padding-bottom: 0;
	width: 100%;
	padding-bottom: 10px;
}


#arabe .corp .bloc2 .illustration
{
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {

}


@media (min-width: 768px) {

	#arabe .corp .bloc2
	{
		max-width: 300px;
	}

	#arabe .corp .bloc2 .zoneIllustration
	{
		/*max-height: 327px;*/
	}

	#arabe .corp .bloc2 .illustration
	{
		width: 100%;
		/*max-height: 327px;*/
	}

	#arabe .corp .blocCentralTop, #arabe .corp .titre, #arabe .corp .blocCentralCorp
	{
	   padding-right: 40px;
	}
}

#arabe .corp .illustration
{
	border-bottom: 7px #fcfc9a solid;
}

#arabe .corp .contenu h1
{
	color: #4d75b2;
    font-size: 1.5em;
	line-height: 1.7;
	margin-top: 10px;
}

#arabe .corp p, #arabe  .corp a {
  font-size: 1.2em;
}

#arabe footer #bottom .piedDePage .contact .listeReseau {
	text-align: right;
}

#arabe footer #bottom .piedDePage .contact .listeReseau li {
  margin-right: 0;
  margin-left: 18px;
}

#arabe footer #bottom .piedDePage {
  padding-bottom: 0;
}

#arabe footer .col-sm-6.col-md-12 {
	padding-right: 0;
}

#arabe footer .col-sm-6.col-md-12 .listeReseau {
	clear: both;
	padding-right:15px;
}

#arabe address {
	margin-top:20px;
	margin-right: 15px;
	font-family: "Open Sans";
 	letter-spacing: 1px;
 	text-align:left;
 	float:right;
}








/* Formulaire lightbox connexion */
#formulaireConnexion, #formulaireForgotPassword
{
	padding: 15px;
}

#formulaireConnexion a, #formulaireForgotPassword a
{
	color:#4d75b2;
}

#formulaireConnexion .zoneBoutonConnexion, #formulaireForgotPassword .zoneBoutonConnexion
{
    text-align:center;
}

#formulaireConnexion button, #formulaireForgotPassword button, #recoveryPassword button, #espace .btnEspace
{

	padding-right: 32px;
	padding-left:  32px;
	font-size: 16px;
	display: inline-block;
	background-color: #4c74b2;
	color: white;
}

#recoveryPassword button
{
	margin-left: 14px;
}

#formulaireConnexion button:hover, #formulaireForgotPassword button:hover, #recoveryPassword button:hover, #espace .btnEspace:hover
{
	background-color: #fcfc9a;
	color: #4c74b2;
}


#formulaireConnexion .zoneOubliMp p a 
{display: inline-block;}


#formulaireConnexion .zoneOubliMp p 
{text-align: center;}

#formulaireConnexion .form-control-feedback, #formulaireForgotPassword .form-control-feedback
{
	top:28px;
	right:18px;
}


#formulaireConnexion #required, #formulaireForgotPassword #required
{
	padding-right: 5px;
	padding-left: 5px;
}

#formulaireConnexion input, #formulaireForgotPassword input, #recoveryPassword input
{
	width: 80%!important;
	display: inline-block;
}

#recoveryPassword input
{
	max-width: 200px;
}

#formulaireProfil form input
{
	margin-bottom: 15px;
}

#formulaireProfil .zoneMsg, #formulairePublication .zoneMsg, #formulaireEchangeDocument .zoneMsg
{	
	font-size: 0.8em;
	margin-left: 15px;
}

#formulaireProfil .success
{
	color: #3c763d;
	background:url("../img/ajax-check.svg") no-repeat center left;
	background-size: 15px 15px;
}

#formulaireProfil .error
{
	color: #a94442;
	background:url("../img/ajax-cross.svg") no-repeat center left;
	background-size: 15px 15px;
}

#formulaireProfil .msg
{
	padding-left: 20px;
}

#formulaireProfil .zoneMsg .glyphicon
{
	margin-left: 5px;
}

#formulaireProfil .loader 
{
	background:url("../img/ajax-loader.gif") no-repeat center left;
	background-size: 15px 15px;
}


#espace .zonePubliPlatforme .various, #espace .zonePubliPlatforme .visualiser, #espace .zonePubliPlatforme .delete
{
	cursor: pointer;
	font-size: 1em;
}

#formulaireEchangeDocument .module_upload, #formulairePublication .module_upload
{
  width:300px;
  float:left; 
  padding-right:15px; 
  padding-bottom:20px;
  background-color:#ffffff!important;
}
 
#formulaireEchangeDocument .upload-field, #formulairePublication .upload-field
{
  
  float:left;
  border: #CCC 1px solid;
  padding:4px 4px 3px 4px;
  width:160px;
  margin-right : 10px;
  overflow:hidden;
  height: 31px;
  cursor:pointer;
}

#formulaireEchangeDocument .upload-delete, #formulairePublication .upload-delete
{
  vertical-align:middle; 
  padding-bottom:2px;
}

#formulaireEchangeDocument .upload-loader, #formulairePublication .upload-loader
{
  display:none;
  vertical-align:middle; 
  padding-bottom:1px;
}

#formulaireEchangeDocument .upload-file-download-link, #formulairePublication .upload-file-download-link
{
  text-decoration:none;
}


#formulaireEchangeDocument input.save, #formulaireEchangeDocument input.submit.plus , #formulairePublication input.save, #formulairePublication input.submit.plus
{
	color: #333333!important;
}

#formulaireEchangeDocument input.submit.plus, #formulairePublication input.submit.plus
{
	margin-top: 4px!important;
}

#formulaireEchangeDocument .upload-field:hover, #formulairePublication .upload-field:hover
{
	  color : #4d75b2!important;
}

#formulaireEchangeDocument .fa, #formulairePublication .fa
{ 
 margin-right: 2px!important;
}


#formulaireEchangeDocument #titleUpload
{
	display: inline-block;
}

#formulaireEchangeDocument .contenuUpload, #formulairePublication .contenuUpload
{
	padding-left: 10px;
}

#formulaireEchangeDocument .zoneMsg img, #formulairePublication .zoneMsg img
{
	height: 15px;
	width: 15px;
}

#formulaireEchangeDocument .zoneMsg, #formulairePublication .zoneMsg 
{
	margin-bottom: 10px;
	padding-left: 20px;
}

#formulaireEchangeDocument .msg, #formulairePublication .msg
{
	color: #48763d;
	padding-left: 5px;
}

#formulairePublication .msgLoader, #formulaireEchangeDocument .msgLoader
{
	padding-left: 20px;
}

#formulairePublication .zoneMsgLoader .glyphicon, #formulaireEchangeDocument .zoneMsgLoader .glyphicon
{
	margin-left: 5px;
}

#formulairePublication .loader, #formulaireEchangeDocument .loader
{
	background:url("../img/ajax-loader.gif") no-repeat center left;
	background-size: 15px 15px;
}



.zoneDownload .fileRemove:hover, .zoneDownload .iconeRessource span:hover
{
	cursor: pointer;
	text-decoration : underline;
} 


@media print
 {

     .publications .iconeRessource, .publications .printPublication
     { visibility: hidden; }
 }

 .publications .posteur
 {
 	color: black;
 	font-size: 0.5em;
 	float: right;
 	padding-top: 5px;
 	padding-right: 5px;
 }

 #espace .actionPanel p
 {
 	padding-top: 5px;
 	font-size: 0.9em;
 }

 #formulaireEchangeDocument .zoneReception ul
 {
 	max-height: 110px;
 	overflow: auto;
 }

  #formulaireEchangeDocument .zoneReception li
 {
 	margin-left: 5px;
 }


  #formulaireEchangeDocument .zoneReception .voirDestinataires
  {
  	color: #4c74b2;
  	display: inline-block;
  	margin-left: 8px;
  }

  #formulaireEchangeDocument .zoneReception .voirDestinataires:hover
  {
  	opacity: 0.5;
  	cursor: pointer;
  }


  #formulaireEchangeDocument .zoneListeSearchSend
  {
  	height: 25px;
  	font-size: 0.8em;
  	margin-left: 5px;
  }



/* RESD V2 */

.imgPartenair
{
	max-width: 145px;
	min-width: 100px;
}


footer .event .iconePlusBlanc
{
	width: 180px;
}

#espace .panel-body
{
	padding-top: 0px;
}

#espace .panel-body .contenuNotif, #espace .panel-body .contenuPlanning, #espace .panel-body .contenuZoneDownload
{
	padding-top: 10px;
	font-size: 0.8em;
}


#espace .panel-body
{
	display: none;
}

#home .diaporama .image .content
{
	
	background-color: black;
	background-color : rgba(0,0,0,0.7);
	padding-right: 8%;
	padding-left: 8%;
	/*padding-top: 40px;*/
	position: absolute;
	bottom: 0px;	
	height: 15%;
	color: white;
	font-weight: bold;
	font-size: 1em;
	display: table;
	width: 100%;
}

#home .diaporama .image .content p {
	display: table-cell;
	vertical-align: middle;
}

.cycle-overlay
{
	position: absolute;
    z-index: 900;
    bottom: 0px;
    background-color: black;
	background-color : rgba(0,0,0,0.7);
	width: 100%;
	height: 15%;
	color: white;
    font-weight: bold;
	font-size: 1em;
    display: table;
}

@media (min-width: 768px) and (max-width: 991px) {

	.cycle-overlay div:nth-child(2)
	{
		padding-right: 8%;
		padding-left: 8%;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	.cycle-overlay div:nth-child(2)
	{
		padding-right: 10%;
		padding-left: 10%;
	}

}

@media (min-width: 1200px) and (max-width: 1699px) {

	.cycle-overlay div:nth-child(2)
	{
		padding-right: 14.5%;
		padding-left: 14.5%;
	}

}

@media (min-width: 1700px) {

	.cycle-overlay div:nth-child(2)
	{
		padding-right: 18%;
		padding-left: 18%;
	}

}



.cycle-overlay div 
{
	display: table-cell;
	vertical-align: middle;
}

.cycle-overlay div p
{
	display: table-cell;
	vertical-align: middle;
}

.filters
{
	padding-bottom: 10px;
}

.filters h2
{
	font-size: 1.4em;
}


.filters ul
{
    padding: 0;
    margin-top: 10px;
} 

.filters ul li
{
	display:inline;
	margin-right: 5px;
}  

.filters ul li button
{
	border: 1px #94acd1 solid; 
	background-color: white;
} 



.filters ul li:hover
{
	
} 

.filters ul li button
{
    font-size: 0.8em;
    font-style: normal;
    font-weight: normal;
}

.filters ul li button:focus 
{
    border: 1px dashed #1591E0;
    outline: 0 none;
}


.filters button.active
{
    color: #f2f2f2;
    border-color: #1591e0;
    background: #4d75b2 !important;
    border: 1px solid #4d75b2!important;
}


.filters .allFilters  button
{
	background-color: #dddddd;
}   

.blocCentralCorp .uneCommunication
{
	display: none;
} 

.blocCentralCorp .uneCommunication.active
{
	display: block;
}

.backgroundHaut p
{
	font-size: 0.9em;
}


.jvectormap-legend-tick-text
{
	display: none;
}


@media (min-width: 992px) {

	.listeZone
	{
		margin-top: 80px;
	}
}



.listeZone .uneZone:hover
{
	border: 1px solid #4d75b2!important;
}

.listeZone .uneZone table
{
	width: 100%;
}

.listeZone .uneZone table td
{
	width: 93%;
    float: left;
    font-size: 0.8em;
}

.listeZone .uneZone table td+td
{
	width: 7%;
    float: left;
}


.listeZone .uneZone .titleZone
{
	padding-right: 5px;
}

#world-map
{
	margin-left: 60px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback
{
	background: white!important;
	color: #4d75b2!important;
	border: 1px solid #4d75b2!important;
}

.jvectormap-zoomin:hover, .jvectormap-zoomout:hover, .jvectormap-goback:hover
{
	background: #4d75b2!important;
	color: white!important;
	border: 1px solid #4d75b2!important;
}

.jvectormap-zoomout
{
	padding-left: 1px!important;
	padding-right: 4px!important;
	padding-top: 2px!important;
	padding-bottom: 4px!important
}

.jvectormap-zoomin
{
	padding-left: 3px!important;
	padding-right: 2px!important;
}


.unePaysList, .titreListePays
{
	display: none;
}

.unePaysList ul
{
	list-style:none;
}

.mapPays
{
	padding-bottom: 40px;
}


.encadreFiche
{
	
	margin-bottom: 20px;
	padding-top: 7px;
	background: url(../img/picto/angle_des_photos_des_chercheurs.svg) no-repeat left top; 
}

.encadreDonnees
{
	text-align: left!important;
}
.encadreFiche p
{
	margin-bottom: 0px;
	text-align: justify;
}

.sousEncadreFiche
{
	list-style:none;
	padding-left: 0px;
}

.zoneImgLink
{
	padding-top: 6px;
}

.zoneBlocDownload .row:first-child
{
	margin-top: 10px!important;
}


.drapeauFiche 
{
	height: 70px;
}

.drapeauFiche img
{
	width: 100px;
}

.donneesFiche
{
	padding-left: 20px;
}

.donneesFiche tr td
{
	padding-right: 15px;
	font-size:  0.9em!important;
}

.donneesFiche tr td:last-child
{
	padding-right: 0px;
}

.zoneFichePays h2
{
	padding-bottom: 10px;
}

.zoneFichePays b
{
	padding-bottom: 10px;
}

#espace .panel-heading
{
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}

#espace .panel-heading .btn
{
	padding-top: 6px!important;
	padding-bottom: 6px!important;
}

.allMembres .blocCentralCorp
{
	margin-top: 10px;
}


.contenuPlanning
{
	font-size: 1em!important;
}

@media (min-width: 992px) {
	.indicationZone {
	    margin-top: 50px;
	}
}
.indicationZone
{
	list-style: none;
}

.indicationZone li
{
	border: 1px solid #dedede;
    width: 215px;
    line-height: 1.42857;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 0.7em;
}

.countries-list li
{
	margin-bottom: 8px;
}

.tumbLink
{
	width: 100%;
}

.sousEncadreFicheLink ul
{
	list-style: none;
}

.sousEncadreFicheLink ul li
{
	margin-bottom: 15px;
}

.sousEncadreFicheLink .left-arrow {
    padding-left: 35px;
    background: transparent url(../img/picto/puce_de_listes.svg) no-repeat left 12px;
}

.sousEncadreFicheLink .linkImg {
    padding-left: 35px;
    background: transparent url(../img/picto/puce_de_listes.svg) no-repeat left 12px!important;
}

.sousEncadreFicheLink .linkImg a:hover img
{
	opacity: 0.6;
}

.zoneBloc1 h1 a, .zoneBloc2 h1 a, .zoneBloc3 h1 a
{
	font-size: 1em!important;
}

.mapPays
{
	margin-top: 20px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
	background-color: #4c74b2;
    border-color: #4c74b2;
}

.blocCentralTop p
{
	font-size: 0.7em!important;
}

.blocCentralTop p a
{
	font-size: 1em;
}

.listeZone 
{
	list-style: none;
}


.listeZone .uneZone
{
	border: 1px solid #dedede;
	
	line-height: 1.42857;
	cursor: pointer;
	padding-top:8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;

	margin-bottom: 10px;
}


@media (max-width: 991px) {


}



@media (min-width: 992px) {

	.listeZone
	{
		width: 215px;
	}

	.listeZone .uneZone
	{
		width: 215px;
	}

}

.zoneFichePays .encadreFiche
{
	word-wrap: break-word;
}

@media (min-width: 839px) and (max-width: 937px) {

	.nav > li > a {
	    padding: 10px 7px;
	}

}

@media (min-width: 768px) and (max-width: 838px) {

	.nav > li > a {
	    padding: 10px 1px;
	}

}

.zoneFichePays .sousEncadreFicheContent p
{
	text-align: justify
}

@media (max-width: 767px) {
	.unePaysList ul, .listeZone
	{
		padding-left: 7%;
	}

	.listeZone
	{
		padding-right: 7%;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.listeZone
	{
		width: 50%;
	}

	html[lang='fr'] .menuProject span br
	{
		display: none;
	}

}

.titreListePays
{
	padding-left: 15px;
}

.encadreFiche .sousEncadreFicheContent a
{
    font-size: 1em;
}

.ficheCountryMap
{
	width: 100%;
	padding-bottom: 15px;
}
.encadreFiche
{
	padding-left: 12px;
}

.donneesFiche
{
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.zoneFichePays .zoneDroite
{
	padding-right: 0px!important;
}

.sousEncadreFiche
{
	padding-right: 0px!important;
}

.sousEncadreFiche .plusBleu
{
	margin-left: 2px;
}

.sousEncadreFicheLink .zoneTitre
{
	padding-left: 0px!important;

}

.sousEncadreFicheLink .zoneTitre li
{
	margin-bottom: 10px!important;

}

.sousEncadreFicheLink .zoneBlocDownload
 {
 	padding-left: 5px!important;
 }





#joindre .corp .blocCentralCorp, #joindre .corp .blocCentralTop, #joindre .corp .titre
{
	border-right: none;
	border-left: none !important;
	padding-right: 0px;	
}


#partenaires .blocCentralCorp img
{
     width: 100%;
}


/*Css Page d'erreur*/
.evenements404 .page404
{
	height: 50vh;
	display: flex;
	flex-direction:column;
	justify-content:center;
	text-align: center;
}

.evenements404  h1
{
    font-family: inherit, serif;
	font-weight:500;
	line-height: 1.1;
	color: inherit;
}
/*
.evenements404 .contenu404 h1
{
	font-size: 36px;
	font-family: inherit;
	color: inherit;
}
*/*
.evenements404 .big 
{
	background-color: #4c74b2;
	width: 461px;
	height: 95px;
	margin:auto;
}

.evenements404 .blocCentralTop 
{
	border-right: none;
}

.evenements404 .blocCentralCorp
{
	border-right: none;
}

.page404 a.bouton
{
	display: inline-block;

}

.page404 h1
{
	margin:10px;
	text-transform:lowercase;
}


a.bouton {
    margin-top: 30px;
	background-color: #4c74b2;
	padding: 15px;
	text-align: center;
	color: white;
	letter-spacing: 1px;
	font-size: 0.7rem;
	
	text-transform: uppercase;
	border-radius: 4px;
	transition: box-shadow ease 0.3s;

}

.page404 a:hover {
    box-shadow: inset 1200px 0 0 0 #fcfc9a;
	color:#4c74b2;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    
}

@media (max-width: 992px){
.publications .col-md-3
{
	position: initial!important;
}
}