﻿@import url('https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700,800');

/*
@font-face {
    font-family: 'catamaranblack';
    src: url('catamaran-black-webfont.woff2') format('woff2'),
         url('catamaran-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*
@font-face {
    font-family: 'catamaranbold';
    src: url('catamaran-bold-webfont.woff2') format('woff2'),
         url('catamaran-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*
@font-face {
    font-family: 'catamaranextrabold';
    src: url('catamaran-extrabold-webfont.woff2') format('woff2'),
         url('catamaran-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*
@font-face {
    font-family: 'catamaranextralight';
    src: url('catamaran-extralight-webfont.woff2') format('woff2'),
         url('catamaran-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
/*
@font-face {
    font-family: 'catamaranlight';
    src: url('catamaran-light-webfont.woff2') format('woff2'),
         url('catamaran-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

/*
@font-face {
    font-family: 'catamaranmedium';
    src: url('catamaran-medium-webfont.woff2') format('woff2'),
         url('catamaran-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*
@font-face {
    font-family: 'catamaranregular';
    src: url('catamaran-regular-webfont.woff2') format('woff2'),
         url('catamaran-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*
@font-face {
    font-family: 'catamaransemibold';
    src: url('catamaran-semibold-webfont.woff2') format('woff2'),
         url('catamaran-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/
/*
@font-face {
    font-family: 'catamaranthin';
    src: url('catamaran-thin-webfont.woff2') format('woff2'),
         url('catamaran-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

html{
	margin:0;
	padding:0;
	width:100%;
	overflow-y: scroll; /*scrollbar toujours affichées*/
}

body{
	width:100%;
	padding:0;
	margin:0;
}

.centre{
	width:1290px;
	margin:auto;
}

.BlocDessus{
	background: url('../Images/Fond_BlocDessus.jpg');
	background-position:center center;
	background-size:cover;
	height:60px;
}

.BlocDessus .TexteBlocDessus{
	color:white;
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:16px;
	float:left;
	line-height:16px;
	margin-top:24px;
}

.BlocDessus .BlocDroite{
	float:right;
	margin-top:10px;
}

a:focus {
  outline: none;
}
.BlocRecherche{
	float:right;
	margin-left:15px;
	margin-top:5px;
}
.BlocRecherche input[type="text"],.BlocDroite input[type="text"]{
	background-image:url('../Images/loupeBleue.png');
	background-repeat:no-repeat;
	background-position:left 12px center;
	text-decoration:none;
	padding:7px 14px 5px 45px;
	border-radius:5px;
	font-weight:700;
	color:#1f99d2;
	font-size:17px;
	width:150px;
}
.BlocDroite input[type="text"]{
	color:white;
	background-color:transparent;
	border:0px;
	background-image:url('../Images/Loupe.png');
	margin-bottom:0px;
	/*padding:7px 0px 5px 45px;*/
	width:140px;
}
.BlocRecherche input[type="text"]::placeholder,.BlocDroite input[type="text"]::placeholder{
	opacity:1;
	color: white;
}
.BlocDroite input[type="text"]:focus {
	border:0px;
}
.BlocRecherche input[type="text"]:focus{
	border:1px solid #1f99d2;
}
.BlocConnexion {
	float:right;
	margin-left:20px;
	margin-top:5px;
}
.BlocConnexion .image {
	float:left;
	margin-right:20px;
	background-image:url('../Images/user.png');
	background-size:27px auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:rgb(31,153,210);
	width:42px;
	height:42px;
	border-radius:21px;
}
.BlocConnexion .nomprenom {
	float:left;
	margin-right:10px;
	text-align:right;
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:18px;
	color:rgb(31,153,210);
	line-height:18px;
	letter-spacing:1px;
	padding-top:4px;
}
.BlocConnexion .boutonlogin{
	display:block;
	background-color:#1e99d2;
	border-radius:5px;
	color:white;
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	border:0px;
	font-size:19px;
	padding:6px 20px 5px 45px;
	cursor:pointer;
	background-image:url('../Images/loginicone.png');
	background-repeat:no-repeat;
	background-position:left 8px center;
	text-decoration:none;
	float:left;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;/* WebKit */
	-o-transition: background-color 0.2s ease; /* Opera */
	transition: background-color 0.2s ease; /* Standard */
}
.BlocConnexion input[type=text],.BlocConnexion input[type=password] {
	width:250px;
	float:left;
	margin-right:10px;
	border-radius:5px;
	color:#1f99d2;
	padding:5px 14px 4px 14px;
	font-size: 19px;
	display:none;
}
.BlocConnexion #forgotpassword {
	display:none;
	position:absolute;
	margin:43px 0px 0px 292px;
	font-size:12px;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	color:#1f99d2;
	text-decoration:none;
}
.BlocConnexion #forgotpassword:hover {
	text-decoration:underline;
}
.BlocConnexion input[type=password] {
	width:150px;
}
.BlocConnexion input[type=text]:focus,.BlocConnexion input[type=password]:focus {
	border:1px solid #1f99d2;
}
.BlocConnexion .boutonlogin:hover{
	background-color:rgb(19,101,152);
}

.BlocRecherche input::placeholder{
	color:#1f99d2;
	opacity:0.7;
}

.BlocMenu{
	height:164px;
	background-color:white;
	padding-top:23px;
}

.BlocMenu img{
	display:block;
	cursor:pointer;
	float:left;
}

.BlocMenu .MenuSec{
	text-align:right;
	padding-top:90px;
}

.BlocMenu .MenuSec span{
	display:inline-block;
	margin-left:5px;
}

.BlocMenu .MenuSec .Leftmenu1{
	text-decoration:none;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:17px;
	color:#1a80bf;
	margin-left:0px;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:17px;
	padding-right:17px;
	border-radius:5px;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;/* WebKit */
	-o-transition: background-color 0.2s ease; /* Opera */
	transition: background-color 0.2s ease; /* Standard */
}

.BlocMenu .MenuSec .Leftmenu1.actif{
	color:white;
	background-color:rgb(31,153,210);
}

/*.BlocMenu .MenuSec .Leftmenu1:hover{
	border-bottom:1px solid rgb(31,153,210);
}*/


.BlocMenu .MenuSec .niv2{
	position:absolute;
	display:none;
	text-align:left;
	background-color:white;
	border-radius:0px 0px 5px 5px;
	margin-top:7px;
	padding-top:9px;
	-webkit-box-shadow: 0px 14px 18px -7px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 14px 18px -7px rgba(0,0,0,0.53);
	box-shadow: 0px 14px 18px -7px rgba(0,0,0,0.53);
}

.BlocMenu .MenuSec .niv2 a{
	text-decoration:none;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:17px;
	color:#1a80bf;
}

.BlocMenu .MenuSec .niv2 a:hover{
	color:white;
}

.BlocMenu .MenuSec .niv2 td{
	padding-left:17px;
	padding-right:17px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:17px;
	text-decoration:none;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;/* WebKit */
	-o-transition: background-color 0.2s ease; /* Opera */
	transition: background-color 0.2s ease; /* Standard */
}

.BlocMenu .MenuSec .niv2 td:hover{
	background-color:#136598;
	color:white;
}

.BlocMenu .MenuSec .Leftmenu1:hover{
	background-color:#136598;
	color:white;
}

.BlocMenu .MenuSec .niv2 tr:last-child td:hover{
	border-radius:0px 0px 5px 5px;
}

.BlocMenu .MenuSec .niv2 td:hover a{
	color:white;
}

.clearboth{
	clear:both;
}

.BlocFooter{
	/*height:320px;*/
	background-color:rgb(19,101,152);
	color:white;
	padding:40px 0px 20px 0px;
}
.BlocFooter.fixed{
	bottom:0;
	position:absolute;
	width:100%;
}
.BlocFooter a{
	text-decoration:none;
	color:white;
}

.BlocFooter .centre .Titre{
	color:white;
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:29px;
	line-height:29px;
	border-bottom:1px solid rgb(137,178,204);
	padding-bottom:20px;
}

.BlocFooter .centre .QuickLinks{
	float:left;
	margin-right:148px;
}

.BlocFooter .centre .QuickLinks .Titre{
	width:133px;
}

.BlocFooter .centre .QuickLinks .Element{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:33px;
}

.BlocFooter .centre .ASKUS{
	float:left;
	width:178px;
	margin-right:142px;
}

.BlocFooter .centre .ASKUS .Titre{
	color:white;
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:29px;
	line-height:29px;
	border-bottom:1px solid rgb(137,178,204);
	padding-bottom:20px;
}

.BlocFooter .centre .ASKUS .Element{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:33px;
}

.BlocFooter .centre .Followus .Titre{
	color:white;
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:29px;
	line-height:29px;
	border-bottom:1px solid rgb(137,178,204);
	padding-bottom:20px;
	width:115px;
}


.BlocFooter .centre .Followus{	
	float:left;
}

.BlocFooter .centre .Followus .Element{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:33px;
}

.BlocFooter .centre .Followus table td img{
	display:block;
}

.BlocFooter .centre .Followus table td{
	vertical-align:middle;
}

a{
	outline:none;
}

.BlocFooter .centre .EFGCPSec{
	float:right;
	width: 330px;
	text-align:right;
}

.BlocFooter .centre .EFGCPSec .Titre{
	color:white;
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:29px;
	line-height:29px;
	border-bottom:1px solid rgb(137,178,204);
	padding-bottom:20px;
}

.BlocFooter .centre .EFGCPSec .Element{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:33px;
}


.BlocHeaderFixed{
	position:fixed;
	width:100%;
	z-index:1000;
	-webkit-box-shadow: 0px 14px 14px -14px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 14px 14px -14px rgba(0,0,0,0.53);
	box-shadow: 0px 14px 14px -14px rgba(0,0,0,0.53);
	top: 0px;
}

.InfosMessageSlideshow{
	position:absolute;
	overflow:hidden;
	width:740px;
	bottom:50px;
	/*margin-top:-479px;*/
	/*height:450px;*/
}

.InfosMessageSlideshow .Infos{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	color:white;
	text-transform:uppercase;
	font-size:21px;
}

.InfosMessageSlideshow .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:46px;
	color:white;
}

.InfosMessageSlideshow .Desc{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:25px;
	color:white;
}


.InfosMessageSlideshow a{
	color:white;
	text-decoration:none;
}

.InfosMessageSlideshow span{
	font-family: 'Catamaran', sans-serif;
	font-weight:800;
	font-size:21px;
	color:white;
	padding-top:17px;
	padding-bottom:17px;
	padding-left:47px;
	padding-right:47px;
	background-color:rgba(37,197,210,0.9);
	border-radius:10px;
	display:inline-block;
	cursor:pointer;
}

.InfosMessageSlideshow .Bouton{
	margin-top:30px;
}

.slideshowall{
	overflow:hidden;
}


/*.Bloc4carres{
	position:absolute;
	margin-top: -500px;
	margin-left: 886px;
}*/

.Bloc4carres img{
	display:block;
	margin-left:53px;
}

.Bloc4carres .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:20px;
	color:#27a9b8;
	text-align:center;
	line-height:23px;
	margin-top:12px;
}

.TexteSection{
	padding:60px 20px;
	text-align:center;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:21px;
	color:#868686;
	line-height:33px;
}

.TexteSection .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#585858;
	padding-bottom:24px;
}

.BlocLatest{
	width:100%;
	height:675px;
	background-image:url('../Images/BgLatest.png');
	background-size:cover;
	background-position:center center;
}

.BlocLatest .centre .BlocGauche{
	width:620px;
	float:left;
	text-align:left;
	padding-right:25px;
}

.BlocLatest .centre .BlocDroite{
	width:620px;
	float:right;
	text-align:right;
	padding-left:25px;
}

.BlocLatest .centre .BlocDroite .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:40px;
	color:#136598;
	padding-top:29px;
	padding-bottom:4px;
}

.BlocLatest .centre .BlocGauche .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:40px;
	color:#36c6d2;
	padding-top:29px;
	padding-bottom:4px;
}

.BlocLatest .centre .BlocGauche .ligneAtv{
	padding-top:27px;
	padding-bottom:37px;
	border-bottom:1px solid rgb(189,189,189);
	height:127px;
	overflow:hidden;
}

.BlocLatest .centre .BlocGauche .ligneAtv:last-child{
	border-bottom:none;
}


.BlocLatest .centre .BlocGauche .ligneAtv table{
	width:620px;
}

.BlocLatest .centre .BlocGauche .ligneAtv table tr td{
	vertical-align:top;
}

.BlocLatest .centre .BlocGauche .ligneAtv .Infos{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#36c6d2;
	line-height:29px;
	text-transform:uppercase;
}

.BlocLatest .centre .BlocGauche .ligneAtv .TitreAtv{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#262626;
	line-height:31px;
}

.BlocLatest .centre .BlocGauche .ligneAtv .SsTitre{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#262626;
	line-height:31px;
}

.BlocLatest .centre .BlocGauche .ligneAtv .Desc{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#262626;
}

.BlocLatest .centre .BlocDroite .ligneActu{
	padding-top:27px;
	padding-bottom:37px;
	border-bottom:1px solid rgb(189,189,189);
	height:127px;
	overflow:hidden;
}

.BlocLatest .centre .BlocDroite .ligneActu:last-child{
	border-bottom:none;
}

.BlocLatest .centre .BlocDroite .ligneActu table{
	width:620px;
}

.BlocLatest .centre .BlocDroite .ligneActu table tr td{
	vertical-align:top;
}

.BlocLatest .centre .BlocDroite .ligneActu .Infos{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#1b81bf;
	line-height:29px;
	text-transform:uppercase;
}

.BlocLatest .centre .BlocDroite .ligneActu .Infos .Bold{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#1b81bf;
}

.BlocLatest .centre .BlocDroite .ligneActu .TitreAtv{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#262626;
	line-height:31px;
}

.BlocLatest .centre .BlocDroite .ligneActu .SsTitre{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#262626;
	line-height:31px;
}

.BlocLatest .centre .BlocDroite .ligneActu .Desc{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#262626;
}

.PartnersHome{
	/*display:none;*/
}

.PartnersHome ul{
	padding:0;
	margin:0;
}

.PartnersHome .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:40px;
	color:#989898;
	padding-top:43px;
	padding-bottom:43px;
	text-align:center;
}

.BlocPartnerHome{
	width:165px;
	margin-right:60px;
	display: inline;
	list-style: none outside none;
	display:inline-block;
}

.BlocPartnerHome img{
	width:165px;
	display:block;
}

.Banniere{
	min-height:187px;
	width:100%;
	height:auto;
	padding-bottom:30px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.Banniere.nominheight {
	min-height:auto;
}
.Banniere.degrade {
	background-image:linear-gradient(60deg, #b7c8d6, #c2c9cb);
}
.Banniere .chemin{
	padding-top:16px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.Banniere .chemin, .Banniere .chemin a{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:16px;
	color:white;
	text-decoration:none;
}

.Banniere .TitrePage{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:61px;
	color:white;
	z-index:1;
	line-height:80px;
	min-height:80px;
	padding-bottom:0px;
}

.Banniere .SsTitrePage{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:21px;
	color:white;
	line-height:33px;
}

.TexteOurMission{
	padding-top:28px;
	padding-bottom:28px;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:21px;
	color:#868686;
	line-height:33px;
}

.TexteOurMission .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#c64928;
}

.TexteOurMission ul{
	margin:0;
	padding-top:20px;
	padding-left:0px;
}

.TexteOurMission ul li{
	list-style-type: none; /* on annule la puce par défaut */
    background-image: url('../Images/PuceNiv1.png'); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left 12px; /* on positionne où l'on veut */
    padding-left: 22px;
}

.Bloc4carres.Bloc4carresMission{
	position:relative;
	float:right;
	margin-top:0px;
	margin-left:30px;
	margin-bottom:30px;
}

.Bloc4carres.Bloc4carresMission img{
	display:block;
	margin-left:53px;
}

.Bloc4carres.Bloc4carresMission .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:20px;
	color:#c84526;
	text-align:center;
	line-height:23px;
	margin-top:12px;
}

.BtnStatutes,.BtnFactsAchiev,.BtnPolicies{
	font-family: 'Catamaran', sans-serif;
	font-weight:800;
	font-size:21px;
	color:white;
	border-radius:5px;
	cursor:pointer;
}

.BtnStatutes{
	background-color:rgb(19,101,152);
	margin-right:44px;
	padding-top:17px;
	padding-bottom:17px;
	padding-left:85px;
	padding-right:85px;
}

.BtnFactsAchiev{
	background-color:rgb(23,172,168);
	margin-right:44px;
	padding-top:17px;
	padding-bottom:17px;
	padding-left:23px;
	padding-right:23px;
}

.BtnPolicies{
	background-color:rgb(31,153,210);
	padding-top:17px;
	padding-bottom:17px;
	padding-left:89px;
	padding-right:89px;
}

.FondGris{
	background-color:rgb(245,245,245);
	
}

.TexteOurMission .SsTitre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#696969;
	margin-bottom:8px;
}

.TexteOurMission .BtnMembership{
	margin-top:63px;
	margin-bottom:27px;
}

.TexteOurMission .BtnMembership span{
	background-color:rgb(204,58,21);
	padding-top:17px;
	padding-bottom:17px;
	padding-left:67px;
	padding-right:67px;
	font-family: 'Catamaran', sans-serif;
	font-weight:800;
	font-size:21px;
	color:white;
	border-radius:5px;
	cursor:pointer;
}

.TexteOurMission .BtnWho{
	margin-top:63px;
	margin-bottom:27px;
}

.TexteOurMission .BtnWho span{
	background-color:rgb(204,58,21);
	padding-top:17px;
	padding-bottom:17px;
	padding-left:63px;
	padding-right:62px;
	font-family: 'Catamaran', sans-serif;
	font-weight:800;
	font-size:21px;
	color:white;
	border-radius:5px;
	cursor:pointer;
}

.WhoBtnNav{
	padding-top:59px;
	padding-bottom:59px;
}

.WhoBtnNav .Board{
	margin-right:28px;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:#c4492c;
	background-color:rgb(221,221,221);
	border-radius:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:172px;
	padding-right:172px;
	cursor:pointer;
}

.WhoBtnNav .Science{
	margin-right:28px;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:#c4492c;
	background-color:rgb(221,221,221);
	border-radius:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:71px;
	padding-right:71px;
	cursor:pointer;
}

.WhoBtnNav .Staff{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:#c4492c;
	background-color:rgb(221,221,221);
	border-radius:5px;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:178px;
	padding-right:178px;
	cursor:pointer;
}

.WhoBtnNav .Board.actif{
	margin-right:27px;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:white;
	background-color:rgb(204,58,21);
}

.WhoBtnNav .Science.actif{
	margin-right:27px;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:white;
	background-color:rgb(204,58,21);
}

.WhoBtnNav .Staff.actif{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:white;
	background-color:rgb(204,58,21);
}

.BlocRelation{
	float:left;
	background-color:rgb(237,244,248);
	width:192px;
	height:288px;
	margin-bottom:29px;
	text-align:center;
	overflow:hidden;
	cursor:pointer;
}
.hidden {
	display:none;
}
.BlocRelation .Photo{
	width:86px;
	height:86px;
	border-radius:43px;
	margin-top:23px;
	margin-left:53px;
}

.BlocRelation .Nom{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:21px;
	color:#c4492c;
	line-height:23px;
	margin-top:13px;
	padding-left:15px;
	padding-right:15px;
}

.BlocRelation .Fonction{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:16px;
	color:#c4492c;
	padding-left:15px;
	padding-right:15px;
	line-height:24px;
	margin-top:7px;
}

.RelationStaffBloc{
	display:table;
	float:left;
	margin-bottom:32px;
}

.RelationStaff{
	background-color:rgb(237,244,248);
	width:529px;
	height:132px;
	overflow:hidden;
	text-align:left;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
	display:table-cell;
	vertical-align:middle;
}

.RelationStaff .Nom{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:21px;
	color:#c4492c;
	line-height:23px;
	/*margin-top:13px;*/
}

.RelationStaff .Fonction{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#262626;
	line-height:24px;
	margin-top:7px;
}

.RelationStaff a{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#262626;
	line-height:24px;
	margin-top:7px;
	text-decoration:none;
}

.modalDialog_contentDiv{
	border:none;
	background-color:white;
	padding:0;
	margin:0;
}

.modalDialog_contentDiv .Photo{
	float:left;
	margin-top:25px;
	margin-right:25px;
	margin-left:25px;
	margin-bottom:25px;
	
}

.modalDialog_contentDiv .FondOrange{
	background-image:url('../Images/ImageFondOrange.jpg');
	width:947px;
	
}

.modalDialog_contentDiv .Nom,.modalDialog_contentDiv .NomSansPhoto{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:53px;
	color:white;
	padding-top:66px;
	line-height:60px;
		
}
.modalDialog_contentDiv .Nom{
	padding-left:33px;
}
.modalDialog_contentDiv .NomSansPhoto{
	padding-top:0px;
	padding-left:33px;
	line-height:100px;	
	text-align:center;
}

.modalDialog_contentDiv .Fonction{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:19px;
	color:white;
	line-height:24px;
	margin-top:-5px;
}

.modalDialog_contentDiv .Description .TitreBio{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:31px;
	color:#c4492c;
	padding-bottom:33px;
}

.modalDialog_contentDiv .Description{
	padding-left:34px;
	padding-right:34px;
	padding-top:29px;
	padding-bottom:34px;
	overflow-y:scroll;
	height:293px;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:19px;
	color:#868686;
	line-height:24px;
	text-align:justify;
}

.modalDialog_contentDiv .Description a{
	text-decoration:none;
	color:#868686;
}

.modalDialog_contentDiv .Description a:hover{
	text-decoration:underline;
}

.modalDialog_contentDiv .CloseDialog{
	width:33px;
	height:33px;
	background-image:url('../Images/FermerDialogue.png');
	float:right;
	margin-top:15px;
	margin-right:15px;
	cursor:pointer;
}

.TexteStatique{
	padding-top:28px;
	padding-bottom:28px;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:21px;
	color:#868686;
	line-height:33px;
}
.TexteStatique.nopaddingbottom {
	padding-bottom:0px;
}
.TexteStatique.morepaddingtop {
	padding-top:45px;
}
.TexteStatique .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#585858;
}

.TexteStatique .Titre.marginbottom {
	margin-bottom:20px;
}

.TexteStatique ul{
	margin:0;
	padding-top:20px;
	padding-left:0px;
}

.TexteStatique ul li{
	list-style-type: none; /* on annule la puce par défaut */
    background-image: url('../Images/PuceNiv1.png'); /* on affiche l'image souhaitée */
    background-repeat: no-repeat; /* on annule la répétition par défaut */
    background-position: left 12px; /* on positionne où l'on veut */
    padding-left: 22px;
}




.BlocTypeMembership{
	width:410px;
	background-color:rgb(237,244,248);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	cursor:pointer;
}

.BlocTypeMembership .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:23px;
	color:#66b10e;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:24px;
	padding-right:24px;
	text-align:center;
}

.BlocTypeMembership .Desc{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:19px;
	color:#262626;
	line-height:24px;
	padding-left:25px;
	padding-right:25px;
}

.BlocTypeMembership.CorporateMembership{
	margin-right:0px;
}

.TitreMembers{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#66b10e;
	padding-top:27px;
	padding-bottom:27px;
}

.BlocMemRel{
	width:192px;
	height:171px;
	background-color:rgb(237,244,248);
	padding-top:21px;
	float:left;
	margin-bottom:23px;
	margin-right:23px;
	cursor:pointer;
}

.BlocMemRel .Photo{
	width:150px;
	height:150px;
	border-radius:75px;
	margin-left:21px;
}

.modalDialog_contentDiv .FondVert{
	background-image:url('../Images/ImageFondVert.jpg');
	width:947px;
	
}

.BlocWorkingGroup{
	width:410px;
	background-color:rgb(237,244,248);
	float:left;
	margin:0px 30px 30px 0px;
	cursor:pointer;
}
.centre .BlocWorkingGroup:nth-child(3n) {
	margin:0px 0px 30px 0px;
}
.BlocWorkingGroup .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:23px;
	color:#13987a;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:24px;
	padding-right:24px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align:center;
}

.BlocWorkingGroup .Desc{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:19px;
	color:#262626;
	line-height:24px;
	padding-left:25px;
	padding-right:25px;
	width:362px;
	height:73px;
	text-overflow:ellipsis;
	overflow: hidden;
}


.TexteStatique.TexteWorkingGroup .Titre{
	color:#13987a;
}

.TitreSectionMeetings{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#13987a;
}

.SsTitreSectionMeetings{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#13987a;
}

.LigneRe2{
	padding-top:18px;
	padding-bottom:19px;
}

.LigneRe2 .DateRe2{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:18px;
	color:#13987a;
}

.LigneRe2 .TitreRe2{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#262626;
	line-height:26px;
}

.LigneRe2 .DescRe2{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:21px;
	color:#262626;
}

.BlocPartyMembers{
	padding-top:18px;
	padding-bottom:40px;
}

.BlocPartyMembers .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#13987a;
}

.BlocPartyMembers .SsTitre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:24px;
	color:#13987a;
	border-bottom:1px solid rgb(192,192,192);
	padding-bottom:14px;
}

.BlocPartyMembers .LigneMembre{
	width:100%;
	border-bottom:1px solid rgb(192,192,192);
	padding-top:4px;
	padding-bottom:10px;
}
	
.BlocPartyMembers .LigneMembre td{
	vertical-align:top;
}
	
.BlocPartyMembers .LigneMembre .Nom{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#262626;
	width:420px;
	padding-right:20px;
}

.BlocPartyMembers .LigneMembre .Fct,.BlocPartyMembers .LigneMembre .Org,.BlocPartyMembers .LigneMembre .Pays,.BlocPartyMembers .LigneMembre .Mail{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:22px;
	color:#262626;
}

.BlocPartyMembers .LigneMembre .Mail a{
	text-decoration:none;
	color:#262626;
}


.BlocPartyMembers .LigneMembre .Fct{
	width:147px;
}

.BlocPartyMembers .LigneMembre .Org{
	width:238px;
	padding-right:20px;
}

.BlocPartyMembers .LigneMembre .Pays{
	width:110px;
	padding-right:20px;
}

.BlocDocumentTel .TitreDct{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
	color: #13987a;
	padding-bottom:20px;
}

.ListeDoc{
	width:100%;
}

.ListeDoc tr{
	cursor:pointer;
}

.ListeDoc tr th{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#13987a;
	text-align:left;
}
.ListeDoc tr:hover td{
	background-color:#e5efff;
}

.ListeDoc tr th,.ListeDoc tr td{
	vertical-align:top;
	border-bottom:1px solid rgb(192,192,192);
	/*padding-top:4px;
	padding-bottom:10px;*/
	padding:5px 0px 5px 0px;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;/* WebKit */
	-o-transition: background-color 0.2s ease; /* Opera */
	transition: background-color 0.2s ease; /* Standard */
}

.ListeDoc .Title{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:22px;
	color:#262626;
	width:540px;
	padding-right:20px;
	
}

.ListeDoc .Source{
	width:540px;
	padding-right:20px;
}

.ListeDoc .Source,.ListeDoc .Format{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:22px;
	color:#262626;
}

.ListeDoc .Logo{
	width:45px;
	vertical-align:middle;
	padding-left:13px;
}

.ListeDoc .Logo img{
	display:block;
	/*margin-top:4px;*/
}


.BlocGaucheHub{
	width:calc(50% - 25px);
	float: left;
	padding-right: 25px;
}

.BlocGaucheHub .TitreSection,.BlocDroiteHub .TitreSection{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
	color: #30adab;
	margin-top:30px;
	margin-bottom:29px;
}

.BlocDroiteHub .TitreSection{
	text-align:right;
}

.BlocDroiteHub{
	width:calc(50% - 25px);
	float: left;
	padding-left: 25px;
}

.BlocCatDct{
	cursor:pointer;
	min-height:143px;
	padding-left:25px;
	padding-right:25px;
	margin-bottom:29px;
	padding-top:7px;
}

.BlocGaucheHub .BlocCatDct{background-color:rgb(226,237,240);}
.BlocDroiteHub .BlocCatDct{background-color:rgb(247,247,247);}

.BlocCatDct .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 23px;
	color: #30adab;
	line-height:30px;
	margin-bottom:5px;
}

.BlocCatDct .Desc{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:19px;
	color:#262626;
	line-height:25px;
	height:78px;
	text-overflow:ellipsis;
	overflow: hidden;
}

.BlocDocParCat.BlocDocumentTel .TitreDct{
	padding-bottom:20px;
	color:#36afaf;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc tr th{
	color:#36afaf;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc tr td{
	vertical-align:top;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Title{
	width:480px;
	padding-right:20px;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Date{
	width:100px;
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size:22px;
	color:#262626;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Source{
	width:470px;
	padding-right:20px;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Fav{
	width:30px;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Format{
	width:112px;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Logo,.BlocDocParCat.BlocDocumentTel .ListeDoc .Fav{
	vertical-align:middle;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc .Fav img{
	/*margin-top:10px;*/
}

.BarFunc{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size: 17px;
}

.BarFunc .BarFuncgauche{
	float:left;
}

.BarFunc .BarFuncDroite{
	float:right;
}

.ContactUs{
	float:left;
	width:440px;
}

#map{
	width:100%;
	height:465px;
}

#mapConteneur{	
	width:calc(100% - 440px);
	height:444px;
	overflow:hidden;
	float:left;
}

.ContactUs .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
	color: #bb3f4f;
	padding-top:14px;
}

.ContactUs p{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size: 21px;
	color:#868686;
}

.ContactUs p span{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
}

.ContactUs p a{
	color:#bb3f4f;
	text-decoration:none;
}

.ContactUs p a:hover{
	text-decoration:underline;
}

.TexteContactUs .Titre{
	color: #bb3f4f;
	padding-bottom:35px;
	cursor:pointer;
}

#RentContactUs,#HowToReachContactUs{
	overflow:hidden;
	height:96px;
}

.Fleche,.Fleche2{
	float:right;
	background-image:url('../Images/FlecheBas.png');
	width:26px;
	height:20px;
	margin-top:10px;
	cursor:pointer;
}

.Fleche.Up,.Fleche2.Up{
	background-image:url('../Images/FlecheHaut.png');
}


.BlocHeaderFixed.NoHome .BlocDessus{
	display:none;
}

.BlocHeaderFixed.NoHome .BlocMenu{
	height:130px;
	background-color:rgb(242,249,252);
	background-color:white;
	padding-top:15px;
}

.BlocHeaderFixed.NoHome .BlocMenu .Logo{
	width:175px;
}

.BlocHeaderFixed.NoHome .MenuSec{
	text-align: right;
	padding-top: 74px;
}

.AtvBtnNav {
	display:flex;
	flex-direction:row;
	padding:45px 0px 45px 0px;
	justify-content:space-between;
}
.AtvBtnNav span{
	width:410px;
	padding:12px 0px 12px 0px;
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:#136598;
	background-color:rgb(221,221,221);
	border-radius:5px;
	cursor:pointer;
	display:block;
	text-align:center;
}
.AtvBtnNav span.actif{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:white;
	background-color:#136598;
}

.TitreAtvSection{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#136598;
	padding-top:27px;
	padding-bottom:27px;
}

.BlocAtv{
	float:left;
	width:373px;
	height:204px;
	padding:16px 20px 20px 20px;
	margin:0px 23px 23px 0px;
	cursor:pointer;
}
.BlocAtv.BlocEuProjects{
	height:288px;
}
.atvContent .BlocAtv:nth-child(3n) {
	margin:0px 0px 23px 0px;
}
.centre .BlocAtv{
	background-color:rgb(247,247,247);
}

.FondGris .centre .BlocAtv{
	background-color:white;
}

.BlocAtv .AtvEnTete table tr td{
	vertical-align:middle;
}

.BlocAtv .AtvInfo{
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size:18px;
	line-height:25px;
	text-transform:uppercase;
	padding-left:13px;
}

.BlocAtv .AtvInfo.Conference{
	color:#1b81bf;
}

.BlocAtv .AtvInfo.Webinar{
	color:#ba3c4c;
}

.BlocAtv .AtvInfo.Workshop{
	color:#17aca8;
}

.BlocAtv .AtvInfo.Refresh{
	color:#e26b22;
}

.BlocAtv .AtvInfo.GCP.Training{
	color:#114f86;
}


.BlocAtv .AtvInfo span{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}

.BlocAtv .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	color:#262626;
	font-size:23px;
	line-height:33px;
	margin-top:15px;
	height:70px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.BlocAtv.BlocEuProjects .Titre{
	font-weight:700;
	color:#136598;
	height:auto;
}

.BlocAtv .SsTitre{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	color:#262626;
	font-size:21px;
	line-height:26px;
	margin-top:3px;
	height:60px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.TexteStatique.TexteStatiqueTrainings .Titre{
	color:#136598;
}

.FondGris .centre .BlocRelation.Trainers{
	background-color:white;
}

.BlocRelation.Trainers .Nom,.BlocRelation.Trainers .Fonction{
	color:#1f99d2;
}

.FondBleu{
	background-image:url('../Images/ImageFondBleu.jpg');
}

.modalDialog_contentDiv .Description.TrainersBleu .TitreBio{
	color:#1f99d2;
}

.TitrePageTrainingDetail{
	/*text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	color:white;
	font-size:40px;
	line-height:55px;
}

.InfosTrainingDetail{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:white;
	font-size:22px;
	padding-left:15px;
	vertical-align:middle;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.IconeTypeTrainingDetail tr td img{
	display:block;
	margin-top:3px;
}

.IconeTypeTrainingDetail tr td{
	vertical-align:middle;
}

.IconeTypeTrainingDetail{
	margin-top:5px;
}

.DescTrainingDetail{
	/*text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	color:white;
	font-size:24px;
}


.BlocEuProjects .Acronyme,.BlocEuProjects .Dates{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size:19px;
	color:#262626;
	line-height:24px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.BlocInfoEventDetail{
	padding-top:20px;
	padding-bottom:20px;
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche{
	width:645px;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td{
	vertical-align:middle;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td img{
	display:block;
	width:42px;
	height: 42px;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td.Image.BleuClair{
	background-color:#1f99d2;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td.Image.Rouge{
	background-color:#ba3c4c;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td.Image.Vert{
	background-color:#17aca8;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td.Image.Orange{
	background-color:#e07c3f;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td.Image.BleuFonce{
	background-color:#114f86;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date{
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	color:#1b81bf;
	font-size:20px;
	width:400px;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap{
	width:149px;
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size:16px;
	color:#1b81bf;
}



.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar span{
	padding-left:18px;
	padding-right:18px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:white;
	display:inline-block;
	border-radius:5px;
	cursor:pointer;
}

.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap span{
	padding-left:34px;
	padding-right:33px;
	padding-top:7px;
	padding-bottom:7px;
	background-color:white;
	display:inline-block;
	border-radius:5px;
	cursor:pointer;
}


.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date.BleuClair,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar.BleuClair,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap.BleuClair{
	color:#1f99d2;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date.Rouge,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar.Rouge,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap.Rouge{
	color:#ba3c4c;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date.Vert,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar.Vert,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap.Vert{
	color:#17aca8;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date.Orange,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar.Orange,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap.Orange{
	color:#e07c3f;
}
.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date.BleuFonce,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar.BleuFonce,.BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap.BleuFonce{
	color:#114f86;
}

.soustitre {
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	font-size: 24px;
	color:#1f99d2;
	margin-bottom:15px;
}
.soussoustitre {
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	font-size: 21px;
	color:#696969;
	margin-bottom:15px;
}
label {
	cursor:pointer;
	padding-right:50px;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
}
.TexteStatique label a {
	color:#66aa3b;
}
.TexteStatique a {
	color:rgb(19,101,152);
	text-decoration:none;
}
.TexteStatique a:hover{
	text-decoration:underline;
}
td.separateur {
	height:20px;
}
.buttons {
	margin-top:30px;
	background-color:#f5f5f5;
	clear:both;
	padding:40px 0px 40px 0px;
}
.buttons input[type=button],.buttons input[type=submit],.ui-button .ui-button-text,.boutonseul{
	display:block;
	margin:0px 20px 0px 0px;
	border-radius: 5px;
	padding: 10px 30px 10px 30px;
	min-width:200px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	font-size: 25px;
	border:3px solid #66aa3b;
	background-color:#66aa3b;
	color:white;
	cursor:pointer;
	
	-moz-transition:all 0.2s ease;
	-webkit-transition: all 0.2s ease;/* WebKit */
	-o-transition: all 0.2s ease; /* Opera */
	transition: all 0.2s ease; /* Standard */
	float:left;
}
.ui-button .ui-button-text {
	border:3px solid #136598;
	background-color:#136598;
}
.buttons input[type=button]:hover,.buttons input[type=submit]:hover,.boutonseul:hover{background-color:#4f842e;border:3px solid #4f842e;}
.ui-button .ui-button-text:hover {background-color:#0d486c;border:3px solid #0d486c;}
.buttons input[type=button].transparent,.buttons input[type=submit].transparent{background-color:transparent;color:#66aa3b;}
.buttons input[type=button].transparent:hover,.buttons input[type=submit].transparent:hover{background-color:white;}
.buttons input[type=button].red,.buttons input[type=submit].red{border:3px solid #aa3b3b;background-color:#aa3b3b;}
.buttons input[type=button].red:hover,.buttons input[type=submit].red:hover{border:3px solid #842e2e;background-color:#842e2e;}

.buttons input[type=button]:disabled,.buttons input[type=submit]:disabled{border:3px solid #e9e9e9;background-color:#e9e9e9;cursor:default;}
.buttons input[type=button]:disabled:hover,.buttons input[type=submit]:disabled:hover{border:3px solid #e9e9e9;background-color:#e9e9e9;}

.boutonseul{
	max-width:350px;
	font-size:20px;
	line-height:22px;
	padding: 10px 10px 10px 10px;
	text-align:center;
	margin-bottom:20px;
}
.TexteStatique a.boutonseul:hover {text-decoration:none;}
.TexteStatique a.boutonseul {color:white;line-height:22px;}

.ui-button .ui-button-text{
	margin:0px;
	min-width:auto;
	padding: 5px 20px 5px 20px;
	font-size: 22px;
}
.ui-dialog .ui-dialog-buttonpane button {
	border:0px;
	margin:10px 0px 0px 20px;
	float:right;
}

#SectionRegistration {
	border-top:1px solid #f5f5f5;
}

input[type=text],input[type=password],textarea,a.champ,div.champ {
	/*background-color:#f9f9f9;*/
	background-color:#f3f3f3;
	color:#66aa3b;
	font-size:21px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 500;
	border:0px;
	display:block;
	margin:0px 0px 20px 0px;
	padding:2px 14px 2px 14px;
	border:1px solid #f3f3f3;
	width:400px;
	line-height:normal;
	
	-moz-transition: border 0.2s ease;
	-webkit-transition: border 0.2s ease;/* WebKit */
	-o-transition: border 0.2s ease; /* Opera */
	transition: border 0.2s ease; /* Standard */
}
input[type=text]:disabled,input[type=password]:disabled,textarea:disabled,a.champ:disabled,div.champ:disabled {
	background-color:#e1e1e1;
	opacity:0.5;
}
textarea {
	resize:none;
	line-height:25px;
	padding:6px 14px 6px 14px;
	height:104px;
}
div.champ {
	line-height:25px;
	padding:6px 14px 6px 14px;
}
div.champ.grand {
	width:600px;
}
textarea.grand {
	width:600px;
	height:150px;
}

input[type=text].montant {text-align:right;width:100px;letter-spacing:1px;}
a.champ,div.champ {
	background-color:#f3f3f3;
	border:1px solid #f3f3f3;
}
input[type=text]:disabled.noopacity,input[type=password]:disabled.noopacity,textarea:disabled.noopacity {
	opacity:1;
}
input[type=text]:focus,input[type=password]:focus,textarea:focus {
	border:1px solid #66aa3b;
}
div.ligne div.libelle {
	float:left;
	width:160px;
	padding-right:30px;
	text-align:right;
	color:#868686;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size:21px;
	padding-top:3px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
}
div.ligne div.libelle.small {
	font-size:15px;
	line-height:18px;
}
div.ligne div.valeur {
	float:left;
}

.divinput {
	display:inline-block;
	position:relative;
}
.divinput div {
	position:absolute;cursor:pointer;left:0; right:0; top:0; bottom:0;
}
input[type=text].filename {
	cursor:pointer;
	background-image: url('../images/folder.png');
	background-repeat:no-repeat;
    background-size: 20px 20px;
	background-position:right 10px center;
	padding:2px 44px 2px 14px;
	width:370px;
	text-overflow:ellipsis;
}
.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
}

.EventBtnNav{
	padding-top:59px;
	padding-bottom:59px;
}

.EventBtnNav.fourBtn{
	display: -ms-flexbox;
	display: -webkit-flex; 
	display:flex;
	-ms-flex-pack: justify;
	-webkit-justify-content:space-between; 
	justify-content:space-between;
}

.EventBtnNav span {
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:26px;
	color:#136598;
	background-color:rgb(221,221,221);
	border-radius:5px;
	padding:12px 45px 12px 45px;
	cursor:pointer;
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;/* WebKit */
	-o-transition: background-color 0.2s ease; /* Opera */
	transition: background-color 0.2s ease; /* Standard */
	margin-right:40px;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-ms-user-select: none;
}
.EventBtnNav.fourBtn span{
	margin-right:0px;
}
.EventBtnNav span.Faculty{
	/*padding:12px 100px 12px 100px;*/
}
.EventBtnNav span.PracticalInformation{
	/*padding:12px 30px 12px 30px;*/
}

.EventBtnNav span.actif.BleuClair {background-color:#1f99d2;}
.EventBtnNav span.actif.Rouge {background-color:#ba3c4c;}
.EventBtnNav span.actif.Vert {background-color:#17aca8;}
.EventBtnNav span.actif.Orange{background-color:#e07c3f;}
.EventBtnNav span.actif.BleuFonce{background-color:#114f86;}

.EventBtnNav span.BleuClair{color:#1f99d2;}
.EventBtnNav span.Rouge{color:#ba3c4c;}
.EventBtnNav span.Vert{color:#17aca8;}
.EventBtnNav span.Orange{color:#e07c3f;}
.EventBtnNav span.BleuFonce{color:#114f86;}

.EventBtnNav span.actif {color:white;}

.TexteStatique.TexteStatiqueEvent .Titre{
	color:#1f99d2;
}
.TexteStatique.TexteStatiqueEvent .Titre.BleuClair, .DescriptionActivite.BleuClair{
	color:#1f99d2;
}
.TexteStatique.TexteStatiqueEvent .Titre.Rouge, .DescriptionActivite.Rouge{
	color:#ba3c4c;
}
.TexteStatique.TexteStatiqueEvent .Titre.Vert, .DescriptionActivite.Vert{
	color:#17aca8;
}
.TexteStatique.TexteStatiqueEvent .Titre.Orange, .DescriptionActivite.Orange{
	color:#e07c3f;
}
.TexteStatique.TexteStatiqueEvent .Titre.BleuFonce, .DescriptionActivite.BleuFonce{
	color:#114f86;
}

.TexteStatique .SsTitre {
    font-family: 'Catamaran', sans-serif;
	font-weight:700;
    font-size: 24px;
    color: #696969;
    margin-bottom: 8px;
}

.BlocDocParCat.BlocDocumentTel .ListeDoc tr th.BleuClair{
	color:#1f99d2;
}
.BlocDocParCat.BlocDocumentTel .ListeDoc tr th.Rouge{
	color:#ba3c4c;
}
.BlocDocParCat.BlocDocumentTel .ListeDoc tr th.Vert{
	color:#17aca8;
}
.BlocDocParCat.BlocDocumentTel .ListeDoc tr th.Orange{
	color:#e07c3f;
}
.BlocDocParCat.BlocDocumentTel .ListeDoc tr th.BleuFonce{
	color:#114f86;
}

.BlocDocParCat.BlocDocumentTel .TitreDct.BleuClair{
	color:#1f99d2;
}
.BlocDocParCat.BlocDocumentTel .TitreDct.Rouge{
	color:#ba3c4c;
}
.BlocDocParCat.BlocDocumentTel .TitreDct.Vert{
	color:#17aca8;
}
.BlocDocParCat.BlocDocumentTel .TitreDct.Orange{
	color:#e07c3f;
}
.BlocDocParCat.BlocDocumentTel .TitreDct.BleuFonce{
	color:#114f86;
}

.Blocsponsor{
	float:left;
}

.DivLogoPartenaire {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
	vertical-align: middle;
}

.DivLogoPartenaire {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.ConteneurLogoPartenaire {
    text-align: left;
	width:1320px;
	margin-left:-15px;
}

.TitreOurSponsors{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
	padding-top: 13px;
	padding-bottom: 27px;
	color:#1f99d2;
}

.TitreOurSponsors.BleuClair{
	color:#1f99d2;
}
.TitreOurSponsors.Rouge{
	color:#ba3c4c;
}
.TitreOurSponsors.Vert{
	color:#17aca8;
}
.TitreOurSponsors.Orange{
	color:#e07c3f;
}
.TitreOurSponsors.BleuFonce{
	color:#114f86;
}

.PracticalInfoGauche{
	width:620px;
	padding-right:25px;
	padding-top:31px;
	float:left;
}

.PracticalInfoGauche .TitrePracticalInfoGauche,.PracticalInfoDroite .TitrePracticalInfoDroite{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
	padding-bottom:12px;
}

.PracticalInfoGauche .TitrePracticalInfoGauche.BleuClair,.PracticalInfoDroite .TitrePracticalInfoDroite.BleuClair{
	color:#1f99d2;
}
.PracticalInfoGauche .TitrePracticalInfoGauche.Rouge,.PracticalInfoDroite .TitrePracticalInfoDroite.Rouge{
	color:#ba3c4c;
}
.PracticalInfoGauche .TitrePracticalInfoGauche.Vert,.PracticalInfoDroite .TitrePracticalInfoDroite.Vert{
	color:#17aca8;
}
.PracticalInfoGauche .TitrePracticalInfoGauche.Orange,.PracticalInfoDroite .TitrePracticalInfoDroite.Orange{
	color:#e07c3f;
}
.PracticalInfoGauche .TitrePracticalInfoGauche.BleuFonce,.PracticalInfoDroite .TitrePracticalInfoDroite.BleuFonce{
	color:#114f86;
}

.PracticalInfoGauche table tr td{
	vertical-align:middle;
	height:42px;
}

.PracticalInfoGauche table tr td img{
	display:block;
	padding-right:5px;
	margin-top:3px;
}

.PracticalInfoGauche table tr td.BleuClair{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 24px;
	color:#1f99d2;
}
.PracticalInfoGauche table tr td.Rouge{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 24px;
	color:#ba3c4c;
}
.PracticalInfoGauche table tr td.Vert{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 24px;
	color:#17aca8;
}
.PracticalInfoGauche table tr td.Orange{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 24px;
	color:#e07c3f;
}
.PracticalInfoGauche table tr td.BleuFonce{
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 24px;
	color:#114f86;
}

.PracticalInfoGauche .TextHowToCome{
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size: 21px;
	color:#262626;
	line-height:30px;
	padding-top:8px;
	padding-bottom:8px;
}

.PracticalInfoGauche .TextHowToCome.TexteMedium{
	font-weight:500;
}

.PracticalInfoGauche .SepPractInfo,.PracticalInfoDroite .SepPractInfo{
	height:1px;
	background-color:#c3c3c3;
	margin-top:20px;
}

.PracticalInfoDroite{
	width:620px;
	padding-left:25px;
	padding-top:31px;
	float:right;
}

.PracticalInfoDroite .TitrePracticalInfoDroite{
	text-align:right;
}

.PracticalInfoDroite .TextHowToCome.TexteMedium{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size: 21px;
	color:#262626;
	line-height:30px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:right;
}

.ListeJoursEvent{
	text-align:center;
	padding-top:25px;
	padding-bottom:45px;
}

.ListeJoursEvent .JourEvent{
	cursor:pointer;
	margin-right:27px;
	margin-left:27px;
	margin-bottom:27px;
	display:inline-block;
}

.ListeJoursEvent .JourEvent span.Titre{
	padding-left:30px;
	padding-right:30px;
	padding-top:12px;
	padding-bottom:15px;
	font-family: 'Catamaran', sans-serif;
	font-weight:800;
	font-size:21px;
	border-radius:5px;
}

.ListeJoursEvent .JourEvent span.Date{
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size: 21px;
}

.ListeJoursEvent .JourEvent span.Titre.BleuClair{
	color:#1f99d2;
	border:3px solid #1f99d2;
	background-color:white;
}
.ListeJoursEvent .JourEvent span.Titre.Rouge{
	color:#ba3c4c;
	border:3px solid #ba3c4c;
	background-color:white;
}
.ListeJoursEvent .JourEvent span.Titre.Vert{
	color:#17aca8;
	border:3px solid #17aca8;
	background-color:white;
}
.ListeJoursEvent .JourEvent span.Titre.Orange{
	color:#e07c3f;
	border:3px solid #e07c3f;
	background-color:white;
}
.ListeJoursEvent .JourEvent span.Titre.BleuFonce{
	color:#114f86;
	border:3px solid #114f86;
	background-color:white;
}

.ListeJoursEvent .JourEvent span.Titre.BleuClair.actif{
	color:white;
	border:3px solid #1f99d2;
	background-color:#1f99d2;
}
.ListeJoursEvent .JourEvent span.Titre.Rouge.actif{
	color:white;
	border:3px solid #ba3c4c;
	background-color:#ba3c4c;
}
.ListeJoursEvent .JourEvent span.Titre.Vert.actif{
	color:#17aca8;
	border:3px solid #17aca8;
	background-color:#17aca8;
}
.ListeJoursEvent .JourEvent span.Titre.Orange.actif{
	color:white;
	border:3px solid #e07c3f;
	background-color:#e07c3f;
}
.ListeJoursEvent .JourEvent span.Titre.BleuFonce.actif{
	color:white;
	border:3px solid #114f86;
	background-color:#114f86;
}

.InfoSession{
	padding-bottom:52px;
	border-bottom:1px solid #aaaaaa;
	width: 100%;
}

.InfoSession tr td{
	vertical-align:top;
	text-align:left;
}

.InfoSession .Heure{
	vertical-align:top;
	width:103px;
	text-align:left;
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
}

.InfoSession .Heure.BleuClair{
	color:#1f99d2;
}
.InfoSession .Heure.Rouge{
	color:#ba3c4c;
}
.InfoSession .Heure.Vert{
	color:#17aca8;
}
.InfoSession .Heure.Orange{
	color:#e07c3f;
}
.InfoSession .Heure.BleuFonce{
	color:#114f86;
}

.InfoSession .Titre{
	text-align:left;
	font-family: 'Catamaran', sans-serif;
	font-weight:700;
	font-size: 36px;
}

.InfoSession .Titre.BleuClair{
	color:#1f99d2;
}
.InfoSession .Titre.Rouge{
	color:#ba3c4c;
}
.InfoSession .Titre.Vert{
	color:#17aca8;
}
.InfoSession .Titre.Orange{
	color:#e07c3f;
}
.InfoSession .Titre.BleuFonce{
	color:#114f86;
}

.InfoSession .SsTitre{
	text-align:left;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	font-size: 36px;
}

.InfoSession .SsTitre.BleuClair{
	color:#1f99d2;
}
.InfoSession .SsTitre.Rouge{
	color:#ba3c4c;
}
.InfoSession .SsTitre.Vert{
	color:#17aca8;
}
.InfoSession .SsTitre.Orange{
	color:#e07c3f;
}
.InfoSession .SsTitre.BleuFonce{
	color:#114f86;
}

.InfoSession .Description{
	font-size:21px;
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	color:#868686;
	line-height:30px;
	padding-bottom:22px;
}

.InfoSession .Chairpersons table{
	width:1187px;
}

.InfoSession .Chairpersons table tr td,.InfoSession .Chairpersons table tr th{
	vertical-align:top;
}

.InfoSession .Chairpersons table th, .InfoPartieAtv .Chairpersons table th{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size: 24px;
	color:#696969;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:17px;
}
.InfoPartieAtv .Chairpersons table tr .RelPersonne{
	font-weight:500;
}
.InfoSession .Chairpersons table tr .RelPersonne, .InfoPartieAtv .Chairpersons table tr .RelPersonne,
.InfoSession .Chairpersons table tr .OrgChairpersons, .InfoPartieAtv .Chairpersons table tr .OrgChairpersons {
	width:380px;
	padding-right:20px;
	font-family: 'Catamaran', sans-serif;
	color:#262626;
	line-height:31px;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:14px;
	padding-top:14px;
	font-size: 22px;
}
.InfoSession .Chairpersons table tr .RelPersonne {
	cursor:pointer;
	font-weight:500;
}
.InfoSession .Chairpersons table tr .RelPersonne.Sanscursor{
	cursor:auto;
}
.InfoSession .Chairpersons table tr .OrgChairpersons{
	font-weight:300;
}
.InfoPartieAtv{
	margin-top:14px;
	width:100%;
}
.InfoPartieAtv tr td{
	vertical-align:top;
}

.InfoPartieAtv .FlechePuce{
	font-size:14px;
	width:22px;
	line-height:37px;
}

.InfoPartieAtv .Heure{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:24px;
	line-height: 31px;
	width:80px;
	padding-top:3px;
}


.InfoPartieAtv .Titre{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size:25px;
	line-height: 36px;
}

.InfoPartieAtv .FlechePuce.BleuClair,.InfoPartieAtv .Titre.BleuClair,.InfoPartieAtv .Heure.BleuClair{
	color:#1f99d2;
}

.InfoPartieAtv .FlechePuce.Rouge,.InfoPartieAtv .Titre.Rouge,.InfoPartieAtv .Heure.Rouge{
	color:#ba3c4c;
}

.InfoPartieAtv .FlechePuce.Vert,.InfoPartieAtv .Titre.Vert,.InfoPartieAtv .Heure.Vert{
	color:#17aca8;
}

.InfoPartieAtv .FlechePuce.Orange,.InfoPartieAtv .Titre.Orange,.InfoPartieAtv .Heure.Orange{
	color:#e07c3f;
}

.InfoPartieAtv .FlechePuce.BleuFonce,.InfoPartieAtv .Titre.BleuFonce,.InfoPartieAtv .Heure.BleuFonce{
	color:#114f86;
}

.BackGround_BleuClair{
	background-color:#1f99d2;	
}

.BackGround_Rouge{
	background-color:#ba3c4c;
}

.BackGround_Vert{
	background-color:#17aca8;
}

.BackGround_Orange{
	background-color:#e07c3f;
}

.BackGround_BleuFonce{
	background-color:#114f86;
}

.modalDialog_contentDiv .Description .TitreBio.BleuClair, .modalDialog_contentDiv .Description.BleuClair .TitreBio{
	color:#1f99d2;
}

.modalDialog_contentDiv .Description .TitreBio.Rouge, .modalDialog_contentDiv .Description.Rouge .TitreBio{
	color:#ba3c4c;
}

.modalDialog_contentDiv .Description .TitreBio.Vert, .modalDialog_contentDiv .Description.Vert .TitreBio{
	color:#17aca8;
}

.modalDialog_contentDiv .Description .TitreBio.Orange, .modalDialog_contentDiv .Description.Orange .TitreBio{
	color:#e07c3f;
}

.modalDialog_contentDiv .Description .TitreBio.BleuFonce, .modalDialog_contentDiv .Description.BleuFonce .TitreBio{
	color:#114f86;
}

.InfoPartieAtv tr td,.InfoPartieAtv tr th{
	vertical-align:top;
	text-align:left;
}

.InfoPartieAtv .Chairpersons table{
	width:1187px;
	margin-top:13px;
}

.InfoPartieAtv .Chairpersons table tr td,.InfoPartieAtv .Chairpersons table tr th{
	vertical-align:top;
}

.invisible{
	display:none;
}

.InfoPartieAtv .Accordeon{
	background-image:url('../Images/FlecheBas.png');
	width:26px;
	height:20px;
	cursor:pointer;
}

.InfoPartieAtv .Accordeon.Up{
	background-image:url('../Images/FlecheHaut.png');
}

.TitreWrapperAtv{
	display:flex;
	display: -webkit-flex; 
	align-items:center;
	-webkit-align-items: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
}


#SectionFaculty .Chairpersons table{
	width:1187px;
	margin-top:13px;
}

#SectionFaculty .Chairpersons table tr td,#SectionFaculty .Chairpersons table tr th{
	vertical-align:top;
	text-align:left;
}

#SectionFaculty .Chairpersons table th{
	font-family: 'Catamaran', sans-serif;
	font-weight:600;
	font-size: 24px;
	color:#696969;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:17px;
}

#SectionFaculty .Chairpersons table tr .RelPersonne{
	width:380px;
	padding-right:20px;
	font-family: 'Catamaran', sans-serif;
	font-weight:500;
	font-size: 22px;
	color:#262626;
	line-height:31px;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:17px;
	padding-top:9px;
	/*cursor:pointer;*/
}

#SectionFaculty .Chairpersons table tr .OrgChairpersons{
	width:380px;
	padding-right:20px;
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size: 22px;
	color:#262626;
	line-height:31px;
	border-bottom:1px solid #e3e3e3;
	padding-bottom:17px;
	padding-top:9px;
}

#SectionPracticalInfo .GalerieImage {
    float: left;
    margin-bottom:22px;
	width:165px;
	height:165px;
}

.GalerieDescription{
	padding-top:10px;
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size: 20px;
	color:#262626;
	line-height:27px;
}

.GalerieCopyright{
	padding-bottom:10px;
	font-family: 'Catamaran', sans-serif;
	font-weight:300;
	font-size: 20px;
	color:#262626;
	line-height:27px;
}

.flechegaucheall{
	position:absolute;
	/* BH : modifs*/
	/*margin-top:-334px;*/
	top:260px;
	
	margin-left:-283px;
	opacity:0.5;
	cursor:pointer;
}

.flechedroiteall{
	position:absolute;
	/* BH : modifs*/
	/*margin-top:-334px;*/
	top:260px;
	
	margin-left:1505px;
	opacity:0.5;
	cursor:pointer;
}

/* BH : rajout*/
img.slide{
	width:100%;
	min-height:100%;
	display:block;
}

a.btnRegisterHere{
	display:inline-block;
	font-family: 'Catamaran', sans-serif;
	font-weight:800;
	font-size:21px;
	color:white;
	border-radius:5px;
	cursor:pointer;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:40px;
	padding-right:40px;
	background-color:rgb(19,101,152);
	text-decoration:none;
}

a.btnRegisterHere:hover{
	text-decoration:none;
}

.wrapperInfosDetailEvent{
	display:flex;
	display: -webkit-flex; 
	display: -ms-flexbox;
	align-items:center;
	-webkit-align-items: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;	
	flex-direction:row;
}

.BlocInfoEventDetailDroite{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex; 
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:space-between;
}

.DescriptionActivite{
	font-family:'Catamaran', sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:26px;
	white-space:pre-line;
}





.AtvEnPartiesTable {
	margin-bottom:20px;
	font-size:16px;
	line-height:20px;
}
.AtvEnPartiesTablePrix {	
	display:none;
}
.AtvEnPartiesTablePrix td:first-child {
	width:150px;
}
.AtvEnPartiesTable,.AtvEnPartiesTablePrix {	
	border-collapse:collapse;
	width:100%;
}
.AtvEnPartiesTable td,.AtvEnPartiesTable th,.AtvEnPartiesTablePrix td,.AtvEnPartiesTablePrix th {
	vertical-align:top;
	padding:5px;
	border:1px solid #EEEEEE;
}
.AtvEnPartiesTable td.center {
	text-align:center;
}
.AtvEnPartiesTable td.checked {
	background-color:#d1ffd1;
}
.AtvEnPartiesTable td.disabled {
	background-color:#dbdbdb;
}
.AtvEnPartiesTable td input[type=checkbox]{
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.AtvEnPartiesTable td.disabled input[type=checkbox]{
	cursor:default;
}
.AtvEnPartiesTable td .details,.AtvEnPartiesTable td .detailsmacro{
	margin-top:5px;
	padding-left:25px;
}
.AtvEnPartiesTable td .titre{
	/*background-image:url('../Images/Puce_fleche.png');*/
	background-repeat:no-repeat;
	background-position:left 7px;
	/*padding-left:25px;*/
	font-weight:bold;
}
.AtvEnPartiesTable td .prix{
	font-size:12px;
}
.AtvEnPartiesTable .atvhead,.AtvEnPartiesTable tr.tr000001{
	/*display:none;*/
}
.AtvEnPartiesTable tr.entete th {
	background-color:#126498;
	color:white;
}
.AtvEnPartiesTable tr.tr000001,.AtvEnPartiesTable tr td:first-child{
	background-color:#1e99d2;
	color:white;
}
.AtvEnPartiesTable tr.tr000001 td.checked {
	color:#868686;
}
span.invalide {
	width:20px;
	height:20px;
	position:absolute;
	background-color:transparent;
	background-image: url('../Images/invalid.png');
	background-size:20px 20px;
	margin:10px 0px 0px 438px;
	z-index:2;
}
span.invalide.checkbox {
	margin:3px 0px 0px -26px;
}

.errorbloc .errortitre {
	font-family: 'Catamaran', sans-serif;
	font-weight:bold;
	font-size:23px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.errorbloc .errormessage {
	font-family: 'Catamaran', sans-serif;
	font-size:18px;
	margin-bottom:0px;
	line-height: 22px;
}

.erreurconnexion {
	color:red;
	font-weight:bold;
}

.ui-widget-overlay {
	position: fixed;
	background: black;
	opacity: 0.5;
	z-index: 1000;
}
.ui-dialog {
	border:3px solid #136598;
	z-index: 10000;
}
.ui-dialog-titlebar,.errorbloc {
	display:none;
}

.messpasok,.messok {
	font-family: 'Catamaran', sans-serif;
	font-size: 21px;
	padding:20px;
	margin:25px 0px 25px 0px;
	color:white;
}
.messpasok {background-color:#ff9b9b;}
.messok {background-color:#acd870;}

.texteSpecWkParties {
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 33px;
	width: 95%;

}

.pourTexteWkParties {

	padding: 15px 0;
}


.Bloc1, .Bloc2,.Bloc3,.Bloc4 {
	height:169px;
	width:192px;
	background-color:rgba(234,246,252,0.90);
	padding-top:23px;
	cursor:pointer;
}

.Bloc4carresMission {
	display:flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.Bloc4carresMission > div .Titre {
	font-size: 26px;
}

.Bloc4carresMission > div {
	text-align: center;
	
}

.Bio{
	cursor:pointer;
	background-color:#5CC4F4;
	font-size: 14px;
	padding: 3px;
	display: inline-block;
	width: 30px;
	text-align: center;
	line-height: 16px;
	border-radius: 7px;
	margin-left: 13px;
	padding-top: 5px;
	
}

@media (min-width: 1300px)
{
	.Bloc4carres {
	display: flex;
	position: absolute;
	right: 306px;
	top: 320px;
	flex-wrap: wrap;
	width: 435px;
	justify-content: space-between;
	}

	.Bloc4carres > div {
		margin-bottom: 15px;
	}
}



/* Début de la construction responsive. */
/*@media (min-width: 712px) and (max-width: 1346px) {*/
@media (max-width: 1346px),screen and (max-device-width: 1346px) {
	
	
	.EventBtnNav.fourBtn {
		flex-direction: column;
		align-items: center;
	}
	
	.EventBtnNav.fourBtn > span {
			margin-bottom: 15px;
			text-align: center;
	}
	
	html {
		overflow-x: hidden;
	}
	.ContactUs{width:340px;}
	#mapConteneur{width: calc(100% - 340px);}
	
	/*.TexteBlocDessus, .BlocMenu img, .QuickLinks, .BarFunc .BarFuncgauche, .BlocLatest .centre .BlocGauche, .Banniere .centre, .TexteOurMission, .TexteStatique, .FondGris .centre, .decallageGaucheTablette, .Texte, .WhoBtnNav, .BlocPartyMembers, .BlocGaucheHub, .ContactUs, .TitreDct {
		position: relative;
		left: 20px;
	}*/
	
	.BarFunc .BarFuncDroite {
		position: absolute;
		right: 20px;
	}
	
	.BlocMenu .MenuSec, .BlocHeaderFixed.NoHome .MenuSec {
		display: flex;
		flex-wrap: wrap;
		width: 550px;
		padding-top: 67px ;
		position: absolute;
		right: 20px;
		justify-content: flex-end;
		overflow-x: hidden;
		height: 90px;
	}
	
	.test {
		margin-bottom: 10px;
	}
	
	.BlocFooter .centre .Titre, .BlocFooter .centre .ASKUS .Titre, .BlocFooter .centre .Followus .Titre, .BlocFooter .centre .EFGCPSec .Titre {
		font-size: 20px;
	}
	
	.BlocFooter .centre .QuickLinks, .BlocFooter .centre .ASKUS  {
		margin-right: 75px;
	}
	
	.BlocFooter .centre .QuickLinks .Element,  .BlocFooter .centre .ASKUS .Element, .BlocFooter .centre .Followus .Element, .BlocFooter .centre .EFGCPSec .Element {
		font-size: 14px;
	}
	
	.BlocFooter .centre .EFGCPSec {
		width: 270px;
	}
	
	#barreFooter {
		/*width: calc(100% - 40px) !important;
		margin: auto !important;*/
		margin-bottom: 15px !important;
	}
	
	.centre {
		width: auto;
		padding-left:20px;
		padding-right:20px;
	}
	
	.PartnersHome ul {
		width: calc(100% - 40px) !important;
		margin: auto !important;
	}
	
	.BlocPartnerHome {
		margin-right: 15px;
	}
	
	
	.BlocMenu .MenuSec .Leftmenu1 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	
	.ligneActu, .SsTitre {
		overflow-y: hidden;
	}
	
	.BlocMenu .MenuSec {
		overflow: visible;
		text-align: left;
	}
	
	
	.BarFunc {
		font-size: 14px;
	}
	
	.BlocRecherche {
		position: absolute;
		right: 160px;
	}
	
	.BlocHeaderFixed.NoHome .BlocMenu {
		height: 164px;
	}
	
	.Banniere .SsTitrePage, .TexteOurMission ul li, .TexteOurMission, .TexteContactUs {
		width: 95%;
	}
	
	td div {
		overflow-y: hidden;
	}
	
	.container  {
		width: 1230px;
	}
	
	.PartnersHome ul {
		width: 100%;
		height: 100px;
		overflow: hidden;
	}
	
	.BlocPartnerHome {
		height: 100px;
		overflow-y: hidden;
	}
	
	.flexVertical {
		display: flex;
		flex-direction: column;
		height: 250px;
		justify-content: space-between;
		max-width: 380px;
	}
	
	.flexVertical>span {
		margin-right: 0px;
		text-align: center;
		padding-left:20px;
		padding-right:20px;
	}
	
	.TitrePage {
		overflow: hidden;
	}
	
	.BtnMembership, .BtnWho {
		padding: 24px 0;
	}
	
	.staffContenu/*, .wkGrp*/, .AtvBtnNav{
		display: flex;
		flex-direction: column;
	}
	.AtvBtnNav{
		max-width:410px;
		margin:auto;
	}
	.AtvBtnNav span{
		width:100%;
		margin:auto;
		margin-bottom:10px;
	}
	.AtvBtnNav span:last-child{margin-bottom:0px;}
	
	.staffContenu .RelationStaffBloc {
		margin-right: 0px !important;
	}
	
	
	
	.flexHub {
		display: flex;
		justify-content: space-between;
	}
	


	
	

	 
	 .BlocConnexion form {
		 height: 42px;
		 position: relative;
		 right: 50px;
	 }
	 
	 .BlocConnexion, .BlocRecherche {
		 z-index: 1000;
	 }
	 
	 .atvContent .BlocAtv:nth-child(3n) {
		 margin:0px 23px 23px 0px;
	 }
	 
	 
	 .BlocWorkingGroup {
		 margin:0px 30px 30px 0px !important;
	 }
	 
	 .BlocLatest .centre .BlocDroite, .BlocLatest .centre .BlocGauche {
		 width: calc(50% - 25px);
	 }
	 
	 .BlocLatest .centre .BlocDroite .ligneActu table, .BlocLatest .centre .BlocGauche .ligneAtv table {
		 width: 100%;
	 }
	 
	 
	
	
	/*.BlocDroiteHub {
		
		padding-right: 20px;
	}*/
	.EventBtnNav span {
		padding:12px 25px 12px 25px;
	}
	
	.InfosMessageSlideshow {
		width: 100%;
	}
	


	
	 .Bloc4carresMission, .Bloc4carres {
		 display: flex;
		 justify-content: space-between;
	 }
	 .Bloc4carresMission {
		 margin-bottom: 20px;
	 }
	 .Bloc4carres {
		position: relative;
		margin-top: 20px;
	}
	.Bloc4carresMission > div .Titre {
		 font-size: 20px;
	}
	 
	 .Bloc4carresMission > div {
		 text-align: center;
	 }
	
	
	
	.InfoPartieAtv .Chairpersons table, #SectionFaculty .Chairpersons table {
		width: 100%;
	}
	
	.PracticalInfoDroite .TitrePracticalInfoDroite {
		text-align: left;
		
	}
	
	.PracticalInfoDroite {
		float: none;
		padding-left: 0px;
	}
	
	.NoHome .BlocRecherche {
		position: relative;
		right: 65px;
	}
	
	.BlocConnexion {
		position: absolute;
		right: 20px;
	}
	
	.rechPasAccueil {
		position: relative;
		right: 140px;
	}
	
	.EventBtnNav.fourBtn {
		padding-right: 15px;
	}
	.EventBtnNav.fourBtn>span {
		width: 100%;
		max-width: 310px;
	}
	.BlocLatest .centre .BlocDroite .ligneActu {
		padding-right: 40px;
	}
	
}

@media (max-width: 930px),screen and (max-device-width: 930px) {
	
	.BlocFooter .centre .QuickLinks, .BlocFooter .centre .ASKUS {
		margin-right: 45px;
	}
}
@media (max-width: 900px),screen and (max-device-width: 900px) {
	
	.BlocFooter .centre .EFGCPSec {
		width: 250px;
	}
	.BlocFooter .centre .QuickLinks, .BlocFooter .centre .ASKUS {
		margin-right: 25px;
	}
}

@media (max-width: 790px)
{
	
	.partieBoutons {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.ContactUs{width:100%;}
	#mapConteneur{width:100%;}
	
	.BlocConnexion {
		/*right: 65px;*/
	}
	
	
	#iconeMenu {
		background-image: url('../Images/iconeMenuEFGCP.png');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.BlocLatest .centre .BlocDroite .ligneActu, .BlocLatest .centre .BlocGauche .ligneAtv {
		height: 150px;
	}
	.BlocLatest {
		height: 800px;
	}
	.BlocMenu {
		height: 70px;
		padding-top: 13px;
	}
	.BlocMenu .MenuSec, .BlocHeaderFixed.NoHome .MenuSec {
		padding-right: 40px;
		background-color:white;
		display:none;
		width: 100%;
		height: auto;
		text-align: left;
		padding-bottom: 15px;
		overflow-y: scroll;
		position: fixed;
		max-height: calc(100vh - 160px);
		overflow-y: scroll;
		border-top: 1px solid rgb(31,153,210);
	}
	.BlocMenu .MenuSec .Leftmenu1 {
		margin-left: 0px;
		font-size: 22px;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid rgb(31,153,210);
	}
	.BlocFooter {
		height: 100%
	}
	.BlocFooter .centre .QuickLinks, .BlocFooter .centre .ASKUS, .BlocFooter .centre .Followus, .BlocFooter .centre .EFGCPSec {
		float: none;
		margin-right: 0px;
		margin: 0 auto;
	}
	.BlocFooter .centre .ASKUS, .BlocFooter .centre .Followus, .BlocFooter .centre .EFGCPSec {
		margin-top:25px;
	}
	.BlocFooter .centre {
		display: flex;
		flex-direction: column;
		
	}
	
	.BlocFooter .centre>div {
		width: 195px;
	}
	.BlocFooter .centre .EFGCPSec {
		text-align: left;
	}
	
	.EventBtnNav  {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
	}
	
	.EventBtnNav>span {
		margin-bottom: 10px;
	}
	
	.flexHub {
		flex-wrap: wrap;
	}
	.BlocDroiteHub, .BlocGaucheHub {
		width: auto;
		padding-left: 0px;
		padding-right: 0px;
		width: calc(100vw - 40px);
	}
	
	.BlocDroiteHub .TitreSection {
		text-align: left;
	}
	
	.WhoBtnNav {
		display: flex;
		flex-direction: column;
		width: 35%;
	}
	
	.WhoBtnNav .Board, .WhoBtnNav .Staff {
		width: 345px;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		width: calc(100vw - 40px);
		max-width: 345px;
	}
	
	.Staff {
		margin-top: 10px;
	}
	
	.Bloc4carresMission, .Bloc4carres {
		flex-wrap: wrap;
		justify-content: normal;
		justify-content: center;
	}
		
	.Bloc1, .Bloc2, .Bloc3, .Bloc4 {
		margin-right: 20px;
		margin-left: 20px;
	}
	.Bloc4carresMission > div, .Bloc4carres > div {
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	.BlocLatest .centre {
		display: flex;
		flex-direction: column;
	}
	
	.BlocLatest {
		height: 100%;
		align-items: center;
	}
	
	.BlocLatest .centre .BlocDroite, .BlocLatest .centre .BlocGauche  {
		float: none;
		text-align: left;
		width: 100%;
	}
	
	.BarFunc {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	
	.BarFunc .BarFuncDroite {
		position: relative;
		right: 0;
	}
	
	#iconeMenu {
		background-size: 52px;
		background-color: #1d99d2;
		border-radius: 5px;
		height: 42px;
		width: 42px;
		position: absolute;
		top: 78px;
		right: 15px;
		z-index: 1000;
		cursor: pointer;
	}
	
	.centre .MenuSec, .BlocHeaderFixed.NoHome .MenuSec {
		flex-wrap: nowrap;
		flex-direction: column;
		position: absolute;
		top: 143px;
		padding-top:0px;
		/*right: 0px;*/
		width: 200px;
		width: 100%;
		left: 0px;
		box-shadow: 0px 14px 14px -14px rgba(0,0,0,0.53);
		position: relative;
		top: 4px;
		left: -20px;
	}
	
	.BlocHeaderFixed.NoHome .MenuSec {
		top: 83px;
		top: 0px;
	}
	
	.BlocFooter .centre>div, .BlocFooter .centre .EFGCPSec, .BlocFooter .centre .Followus {
		text-align: center;
		width: 100%;
	}
	
	.BlocFooter .centre .QuickLinks .Titre, .BlocFooter .centre .EFGCPSec .Titre, .BlocFooter .centre .Followus .Titre {
		width: 178px;
		margin:auto;
	}
	
	.BlocFooter .centre .Followus table {
		margin: 0 auto;
	}
	
	.NoHome .BlocRecherche {
		display: none;
	}
	
	/*.NoHome #iconeMenu{
		top: 18px;
	}*/
	
	.BlocDocParCat.BlocDocumentTel .ListeDoc .Date, .BlocDocParCat.BlocDocumentTel .ListeDoc .Format, .BlocDocParCat.BlocDocumentTel .ListeDoc tr th:nth-of-type(2), .BlocDocParCat.BlocDocumentTel .ListeDoc tr th:nth-of-type(3) {
		display: none;
	}
	
	.BlocMenu .MenuSec .niv2 {
		display: block;
		position: relative;
		box-shadow: none;
		text-align: left;
		padding-top: 0px;
		margin-top: 0px;
		width: 100vw;
	}
	
	
	.BlocMenu .centre .MenuSec .test {
		margin-bottom: 0px;
		display:block;
	}
	.centre .MenuSec {
		/*display: block;*/
	}
	
	
	
	.BlocMenu .MenuSec .niv2 td {
		padding-top: 0px;
		padding-bottom: 0px;
		width: calc(100vw - 45px);
	}
	.BlocMenu .MenuSec .niv2 tr:last-child td {
		border-bottom: 1px solid rgb(31,153,210);
	}
	.BlocMenu .MenuSec .niv2 a {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	
	.content {
		padding-top: 107px !important;
	}
	
	.BlocMenu .centre .MenuSec .test a {
		width: 200px;
		width: 100%;
		display: inline-block;
		border-radius: 0px;
	}

	.BlocHeaderFixed.NoHome .BlocMenu .Logo {
		width: auto;
	}
	
	.BlocHeaderFixed.NoHome .BlocMenu {
		height: 70px;
		padding-top: 13px;
	}
	
	.centre .MenuSec, .BlocHeaderFixed.NoHome .MenuSec {
		/*display: block;*/
	}
	
	.Banniere .TitrePage {
		padding-top: 50px;
		font-size:55px;
		line-height:65px;
	}
	
	#iconeMenu:hover {
		background-color: rgb(19,101,152);
		background-image: url('../Images/iconeMenuEFGCPhover.png');
	}
	
	
	.EventBtnNav.fourBtn {
		align-items: center;
   }
   
   .EventBtnNav span.BleuClair {
	   width: 100%;
   }
   
   	.IconeTypeTrainingDetail {
		margin-top: 60px;
	}
	
    .BlocInfoEventDetailDroite, .BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnAddCalendar, .BlocInfoEventDetail .BlocInfoEventDetailGauche table .BtnSeeOnMap {
	   display: none;
   }

	.EventBtnNav > span {
		text-align: center;
	}
	
	.buttons .centre input[name="send"] {
		margin-top: 10px;
	}
	
	.creditcard > img {
		margin-left: 0px !important;
	}
	
	#tableauatvenparties {
		overflow-x: scroll;
	}
	
	div.champ.grand {
		width: auto;
	}
	
	.PracticalInfoGauche, .PracticalInfoDroite {
		width: 100%;
	}
	
	.wrapperInfosDetailEvent {
		/*width: 100%;*/
	}
	.BlocInfoEventDetail .BlocInfoEventDetailGauche {
		width: 100%;
	}
	.divPourImageDate {
		width: 42px;
		height: 42px;
		background-color: #1f99d2;
		
	}
	
	#tdSansFond {
		background-color: transparent;
	}
	
	.BlocInfoEventDetail .BlocInfoEventDetailGauche table tr td {
		vertical-align: top;
	}
	.BlocDessus .centre {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	img.slide {
		width: auto;
		min-width: auto;
	}
	#iconeMenu {
    	position: relative;
    	right: calc(40px + 40px - 100vw);
    	top: 7px;
	}
	.BlocConnexion .boutonlogin {
		display: none;
	}
	.LigneMembre tr {
		display: flex;
		flex-direction: column;
	}

}

@media (max-width: 580px)
{	
	#iconeMenu {
		height: 36px;
    	width: 36px;
    	right: calc(36px + 36px - 100vw);
    	top: 5px;
	}
	.BlocWorkingGroup,.BlocAtv {
		width:calc(100% - 20px - 20px);
		margin-right:0px;
	}
	.BlocEuProjects .Acronyme,.BlocEuProjects .Dates{
		overflow:visible;
		white-space:normal;
	}
	
	.BlocDessus .TexteBlocDessus {
		margin-top: 13px;
		text-align: center;
		display: none;
	}
	
	.BlocTypeMembership,.BlocWorkingGroup, .RelationStaff {
		width:calc(100%);
		margin-right:0px;
	}
	
	/*#Recherche {
		display: none;
	}*/
	
	.BlocInfoEventDetail .BlocInfoEventDetailGauche table .Date {
		white-space: normal;
	}
	
	.EventBtnNav {
		width: 100%;
	}
	
	.JourEvent > span {
		display: block;
	}
	
	.InfoSession .Heure {
		display: none;
	}
	
	input[type="text"], input[type="password"], textarea, a.champ, div.champ {
		width: calc(100% - 28px);
	}
	
	div.ligne div.libelle {
		text-align: left;
		float: none;
	}
	
	.select {
		width: calc(100% - 28px - 40px);
	}
	
	.creditcard > img {
		width: 100%;
	}
	
	.buttons .centre input[name="send"] {
		width: 100%;
		white-space: normal;
	}
	
	#SectionFaculty .FondGris .centre {
		overflow-x: scroll;
	}
	.BlocMenu img {
		height: 55px;
	}
	.BlocConnexion .boutonlogin {
		font-size: 15px;
	}
	.BlocMenu, .BlocHeaderFixed.NoHome .BlocMenu {
		height: 59px;
	} 
	.BlocDessus .centre {
		flex-direction: column;
	}
	.BlocDessus .BlocDroite {
		justify-content: flex-end;
    	display: flex;
    	margin-bottom: 10px;
	}
	.BlocDessus {
		height: auto;
	}
	.Banniere .TitrePage {
		font-size: 33px;
		padding-top: 30px;
	}
	#RentContactUs,#HowToReachContactUs {
		height: auto;
	}
	.TexteContactUs .Fleche2, .TexteContactUs .Fleche {
		display: none;
	}
	.BlocCatDct .Desc {
		height: auto;
		padding-bottom: 10px;
	}
	.BlocGaucheHub .TitreSection, 
	.BlocDroiteHub .TitreSection, 
	.TitreAtvSection, 
	.PartnersHome .Titre,
	.BlocLatest .centre .BlocGauche .Titre,
	.TexteSection .Titre,
	.TexteOurMission .Titre,
	.TexteStatique .Titre,
	.TitreMembers,
	.TitrePageTrainingDetail,
	.ContactUs .Titre {
		font-size: 28px;
	}
	.TexteSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.BlocLatest .centre .BlocDroite .ligneActu,
	.BlocLatest .centre .BlocGauche .ligneAtv,
	.BlocAtv.BlocEuProjects,
	.BlocAtv,
	.BlocAtv .Titre,
	.BlocAtv .SsTitre {
		height: auto;
	}
	
	.TexteOurMission .BtnWho, .TexteOurMission .BtnMembership {
		margin-top: 27px;
	}
	.RelationStaff a, .LigneMembre td a {
		word-break: break-all;
	}
	.RelationStaff {
		padding-left: 25px;
		padding-right: 25px;
	}
	.content {
		padding-top: 72px !important;
	}
	.BlocPartyMembers .LigneMembre .Nom,
	.BlocPartyMembers .LigneMembre .Fct,
	.BlocPartyMembers .LigneMembre .Org,
	.BlocPartyMembers .LigneMembre .Pays,
	.BlocPartyMembers .LigneMembre .Mail {
		width: 100%;
	}
  
}