@charset "UTF-8";
/* PARAGRAPH */
.vueN1 .views-row:nth-child(2),
.vueN1 .views-row:nth-child(3),
.vueN2 .views-row:nth-child(3) {
	display: none !important;
}
.siteFull .sitePara {
	max-width: none;
	width: 100%;
}
.vueFlex .items {
/*flex-wrap: wrap;
	display: flex;
	justify-content:center;*/
	display: flex;
   
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.vueFlex.fw1 .items {
    /*flex-direction: column;*/
	flex-direction: row;
	/*align-items: center;*/
}
/***ajout**/
.vueThese .avecSep.fw1 .item{
	width: 311px!important;
}
.vueThese .flexDateType {
    display: flex;
    flex-direction: column;
}
.vueThese .etudiant a{
	font-size: 19px!important;
	display: flex;
    flex-direction: column;
}
.vueThese .toEdudiant .photo{
	width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
    display: block;
    border-radius: 50%;
    MARGIN: 0 auto;
    /* display: flex;*/
}
.vueThese .avecSep.fw1 .item{
    width: 311px!important;
}
/***fin ajout***/
.vueBetween .items {
	justify-content: space-between;
}
.fw2 .items_1,
.fw3 .items_1,
.fw3 .items_2,
.para .siteFull .vueFlex .items {
	justify-content:center;
}
.item {
	display: flex;
	justify-content: center;
}
.item > .it {
	display:block;
	width:100%;
}
.item.itEle {
	display:block;
}
.flexItem {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.vueFlex .item {
	margin-top:10px;
	/*margin-bottom:20px;*/
	margin-bottom: 40px;
	position: relative;
}
.avecFond h2 {
	margin-top: 55px;
}
.fw1 .item {
    width: 100%;
	max-width: 1040px;
	margin:10px 0px;
}
.imgPortrait.hauteurSmall .fw1 .mediaBloc {
  max-height:none;
	height: auto !important;
  width: 15%;
}
.imgPortrait.hauteurSmall .fw1 .imgBalise img {
  max-height:none;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2)
}
.imgPortrait.hauteurSmall .fw1 .item.avecMedia .textes {
  width:80% !important
}
.fw1 .mediaBloc {
	width:100%;
}
.fw1 .imgBalise.mediaBloc {
  width:auto;
}
.avecCadre .fw1 .item {
  margin-bottom: 15px;
}
.avecSep.vueArticle.fw1 .item {
   max-width:1000px;
}
.avecSep.vueRencontre.fw1 .item{
	/*margin:10px 2%;*/
	border: 1px solid #849AB7;
	padding-bottom: 15px;
	width: 330px;
}
.avecSep.vueRencontre.fw1 .rencontre_intTextes{
	overflow: hidden;
}
.vueRencontre.fw1 .intItem {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.vueRencontre.fw1 .mediaBox{
	width: 100%;
}
.vueRencontre.fw1 .avecMedia .textes{
	width: 100%;
	padding: 20px 10px 0px 0px;
}
.vueRencontre.vueFlex .items{
	display: flex;
    flex-wrap: wrap;
     gap: 40px;

}
.avecSep.vueThese.fw1 .item {
   margin:10px 2%;
	/*border-bottom:3px solid #ebebeb;*/
	border: 1px solid #849AB7;
	padding-bottom: 15px;
	/*width:96%;*/
	width: 311px;
}
 .item .it_vue.it_these h3.titre {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.avecSep.fw1 .item:last-child {
	/*border-bottom:0px;*/
	padding-bottom: 0px;
}
.btncolorgrey{
    background: #849AB7;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    width: 110px;
    display: block;
    text-align: center;
    padding: 6px;
    margin: 0 auto;
}
.siteFull.avecSep .fw1 .item {
	width: 90%;
}
.paraTextDeplie .mediaBox {
	margin-top: 25px;
}
.itEle .imgBalise img {
	display: block;
    max-height: 100%;
	max-width: 100%;
	height: auto;
	width:auto;
}
.sansSep .flexItem .item,
.sansSep .vueFlex .item {
	margin:0px !important;
}
.sansSep .fw2 .item {
	width:50%;
}
.sansSep .fw3 .item {
	width:33.33%;
}
.sansSep .fw4 .item {
	width:25%;
	margin-top:17px;
	margin-bottom:17px;
}
.sansSep .fw5 .item {
	width:20%;
	margin-top:13px;
	margin-bottom:13px;
}
.fw2 .item {
	width:46%;
	margin-left: 2%;
	margin-right: 2%;
}
.fw3 .item {
	width:30.3%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.fw4 .item {
	width:23%;
	margin-left: 1%;
	margin-right: 1%;
}
.fw5 .item {
	width:19%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.avecCadre .item {
	border:4px solid #ebebeb;
}
.avecCadre .fw2 .item {
	width:45%;
}
.avecCadre .fw3 .item {
	width:29.5%;
}
.avecCadre .fw4 .item {
	width:22.2%;
}
.avecCadre .fw5 .item {
	width:18.3%;
}
.avecCadre .intItem {
	padding:22px ;
}
.avecCadre .fw1 .intItem {
	padding:35px ;
}
.avecCadre .fw2 .intItem {
	padding:30px ;
}
.avecCadre .fw4 .intItem {
	padding:18px ;
}
.avecCadre .fw5 .intItem {
	padding:13px ;
}
.video,
.img {
	text-align: center;
}
.itDocLien {
	display: inline-block;
}
.itDocLien a {
	display:block;
    box-shadow:0px 0px 6px rgba(0,0,0,0.3);
	background-position: 9px center;
	background-size: 30px auto;
	border-radius:3px;
	padding:15px 25px 15px 47px;
	margin:10px;
	color:#000;
}
.itDoc a .desc {
	color:#999;
	font-size:0.9em;
}
.itDocLien a:hover{
	box-shadow:0px 1px 8px rgba(0,0,0,0.5);
}
.boxDocLien {
	text-align: center;
}
.paraDocLien h2 {
	font-weight:400;
	color:#1F9ACC;
	font-size:1.35em;
	text-transform: uppercase;
	text-align: center;
}
.paraDocLien h2 .f_field-titre {
	display: inline-block;
	padding-top:35px;;
	border-top:1px dotted #1F9ACC;
}
.posSide h2 {
	margin-top:0px;
}
.blocCarousel .titreBox {
    margin-top: 0px;
    margin-bottom: 0px;
}
.numberListe {
	position: relative;
	display: inline-block;
}
.numberListe span {
	display: block;
	color:#fff;
	font-weight: 600;
	font-size: 2.3em;
	position: relative;
	z-index: 25;
	left:14px;
	top:6px;
	line-height: 1em;
}
.numberListe:before {
	display: block;
	content: "";
	background-color:#BE8719;
	position:absolute;
	z-index: 20;
	height: 47px;
	width: 47px;
}
.fw5 .numberListe span {
	font-size: 2em;
	left:11px;
}
.fw5 .numberListe::before {
    height: 37px;
    width: 37px;
}
.numberCarousel span {
	font-size: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	width:37px;
	height: 37px;
	position: absolute;
	left:0px;
	top:0px;
}
.numberCarousel:before {
	height:37px;
	width:37px;
}
.paratextImg .posSide .titrePara .titre {
	margin-top:10px;
}
.paraImg .img img {
	max-width:100%;
	height:auto;
	max-height: 700px;
	width:auto;
}
.para .docs .media {
	margin:6px 0px;
}
.para .docs .media div {
	display: inline-block;
	padding-right:5px;
}
.titreParaDiapo h2 {
	text-align: center;
	text-transform: none;
	color:#256E3C;
	border:0px !important;
}
.ligneHr {
	margin:60px 0px;
}
.ligneHr .hr {
	height:7px;
	background: #F2F2F2;
}
.para {
	margin:55px auto;
	padding:0px;
}
.para.sansSep {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
.siteFull.iframeFull {
	margin-bottom: 0px !important;
}
.iframeFull iframe {
	width: 100% !important;
}
.para.avecFond {
	margin:0px !important;
	padding:1px 0px 65px 0px;
	background:#f9f9f9;
}
.para .sousTitre {
	font-size: 0.9em;
	line-height: 1em;
	font-family: open-sans, sans-serif;
}
.titrePara span {
	display: block;
}
.para .titreBorder span {
	border-left:10px solid #1F9ACC;
	padding-left:50px;
}
.para.titreBorder.num1 span {
	border-left:0px;
	padding-left:0px;
}
.imgBloc {
	min-height: 140px;
	background-repeat: no-repeat;
	background-size: cover;
}
/* carousel */
.paraDiapo .mediaBloc {
	background-size:contain;
	background-position: left bottom;
}
/* diapo 1 hauteur/largeur */
.paraDiapo1 .jDiaporama, 
.paraDiapo1 .jDiaporama ul {
    height: 430px !important;
}
.paraDiapo1 .tabCarousel .tdTextes {
	width:60%;
	padding-right:90px;
}
.paraDiapo1 .tabCarousel .bShow,
.paraDiapo1 .tabCarousel .tdImg {
	width:445px;
}
.paraDiapo1 .mediaBloc {
	height: 290px;
}
/* fin diapo 1 hauteur/largeur */
/* diapo 2 hauteur/largeur */
.paraDiapo2.hauteurS .jDiaporama, 
.paraDiapo2.hauteurS .jDiaporama ul {
    height: 350px !important;
}
.paraDiapo2.hauteurS .tabCarousel {
    width: 500px;
}
.paraDiapo2.hauteurS .mediaBloc {
    height: 200px;
}
.paraDiapo2.hauteurM .jDiaporama, 
.paraDiapo2.hauteurM .jDiaporama ul {
    height: 500px !important;
}
.paraDiapo2.hauteurM .tabCarousel {
	width: 800px;
}
.paraDiapo2.hauteurM .mediaBloc {
    height: 360px;
}
.paraDiapo2.hauteurL .jDiaporama, 
.paraDiapo2.hauteurL .jDiaporama ul {
    height:700px !important;
}
.paraDiapo2.hauteurL .tabCarousel {
    width: 100%;
}
.paraDiapo2.hauteurL .mediaBloc {
    height: 550px;
}
/* fin diapo 2 hauteur/largeur */
/* vignettes hauteur/largeur */
.paraVignettes.hauteurS ul li.vignette {
	width: 290px;
}
.paraVignettes.hauteurS li.vignette .mediaBloc {
	height:200px;
}
.paraVignettes.hauteurM ul li.vignette {
	width: 390px;
}
.paraVignettes.hauteurM li.vignette .mediaBloc {
	height:280px;
}
.paraVignettes.hauteurL ul li.vignette {
	width: 530px;
}
.paraVignettes.hauteurL li.vignette .mediaBloc {
	height:340px;
}
/* fin vignettes hauteur/largeur */

.paraDiapo .jDiaporama li {
   text-align: left;
	width:100%;
	margin: 0px auto;
}
.tabCarousel .texte {
	line-height: 1.5em;
}
.zCarousel .int {
	display:flex;
	vertical-align: middle;
	align-content: center;
	width: 100%;
	height: 100%;
}
.tabImgOverlay {
	height: 100%;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabImgOverlay img {
	max-width: 100% !important;
height: auto !important;
	width:auto !important;
	max-height: 100% !important;
}
.tabCarousel .act {
	margin:0px;
	transition: 0.1s;
}
.tabCarousel .bShow:hover .act img {
	box-shadow: 0px 0px 4px rgba(0,30,80,0.45);
	transform: scale(1.018);
}
.paraDiapo .jDiaporama_controls {
	display: block !important;
background:none;
height: 41px;
width: 140px;
	padding:4px;
margin-left: -73px;
bottom: 10px;
z-index: 50;
left:50%;
	opacity: 1 !important;
	border: 2px solid #F2F2F2;
	border-radius:60px;
}
.paraDiapo .jDiaporama_controls .play {
	display: none !important;
}
.paraDiapo .jDiaporama_controls a {
	background:#FFF url('../images/icons/player_prev.png') no-repeat center;
	background-size: 27px auto;
	height: 41px;
	width:41px;
	opacity: 1 !important;
	border: 2px solid #ccc;
	left:2px;
	top:2px;
	margin:0px;
	z-index: 3;
	border-radius:60px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.paraDiapo .jDiaporama_controls a.next {
	background-image: url('../images/icons/player_next.png');
	left:auto;
	right: 2px;
}
.btAction:hover,
.paraDiapo .jDiaporama_controls a:hover {
	border-color:#666;
	box-shadow: 5px 4px 0px rgba(0,10,50,0.25);
	cursor: pointer;
}
.paraDiapo .jDiaporama_status {
	display: none !important;
}
.tdLegende {
	padding-top:7px;
}
.tdNumber {
	width: 80px;
	height: 60px;
}
.blocCarousel h2 {
	margin:100px 0px 25px 0px;
	font-weight: 300;
	font-size:3em;
}
.paraDiapo .desc {
	display: none !important;
}
.paraCarousel .imgZoom .act:after {
	display: block;
	content:"";
	width:45px;
	height: 27px;
	background: url('../images/icons/ic_zoom.png') no-repeat center bottom;
	background-size:auto 85%;
	opacity: 0.3;
	bottom: -25px;
position: absolute;
}
.blocCarousel h3 {
	margin-top: 25px;
	font-size: 1.5em;
}
ul.vignettes {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin:0px !important;
	padding:0px !important;
}
.vignettes li:before {
	display:none !important;
}
.para ul li.vignette {
	margin:15px;
	padding:0px;
}
li.vignette .mediaBloc {
	background-color: #FFF;
	background-size: contain;
	background-position: center;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
li.vignette .imgZoom:hover {
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
li.vignette .titre {
	font-size: 1em;
	padding-right: 30px;
}
.paraVignettes .imgZoom .act:after {
	right: 0;
}
/* fin carousel */
.paraDiapo2 .tabCarousel .tdImg {
	text-align: center;
}
.paraDiapo2 .tabCarousel {
    margin:auto;
}
.paraDiapo2 .mediaBloc {
	background-position:center;
}
.paraDiapo2 .imgZoom .act:after {
    width: 100%;
    bottom: -35px;
	border-top:1px solid #ccc;
	background-position: 40px center;
}
.textCentre .imgBloc {
	background-position: center;
}
.intBloc,
.itBloc .imgBloc {
	position: relative;
    z-index: 10;
}
.itEle p {
	margin:10px 0px;
}
.textCentre .item {
	text-align: center;
}
.mediaBloc video,
.mediaBloc iframe {
	max-width:100% !important;
	height: 100%;
}
.hauteurSmall .imgBalise img {
	max-height: 170px;
}
.imgPortrait.hauteurSmall .imgBalise img {
	max-height: 220px;
}
	.hauteurSmall .imgBkg,
	.hauteurSmall .videoBloc {
	min-height: 170px;
    height: 170px;
}
.hauteurMedium .imgBalise img {
	max-height:240px;
}
.imgPortrait.hauteurMedium .imgBalise img {
	max-height: 300px;
}
	.hauteurMedium .imgBkg,
	.hauteurMedium .videoBloc {
    min-height:240px;
		height:240px;
}
.hauteurLarge .imgBalise img {
	max-height: 390px;
}
	.hauteurLarge .imgBkg,
	.hauteurLarge .videoBloc {
		min-height: 390px;
    height: 390px;
}
	.hauteurSmall .fw1 .videoBloc,
	.hauteurSmall .fw1 .imgBkg {
		min-width: 320px;
	width: 320px;
}
	.hauteurMedium .fw1 .videoBloc,
	.hauteurMedium .fw1 .imgBkg {
	min-width: 500px;
	width: 500px;
}
	.hauteurLarge .fw1 .videoBloc,
	.hauteurLarge .fw1 .imgBkg {
	min-width: 650px;
	width: 650px;
}
.avecSep .hauteurSmall .videoBloc {
		max-width: 320px;
}
.avecSep .hauteurMedium .videoBloc {
		max-width: 500px;
}
.avecSep .hauteurLarge .videoBloc {
		max-width: 650px;
}
.imgZoom.imgBkg .act {
	display: block;
	height: 100%;
	width: 100%;
}
.textCentre .mediaBloc {
	margin-left: auto;
	margin-right: auto;
}
.imgAuto .imgBloc {
	background-size: contain;
	background-position: left center;
}
.imgAuto.textCentre .imgBloc {
	background-position:center;
}
/*
.imgBal.imgAuto .imgBloc {
	display: flex;
	justify-content:flex-start;
	align-items:center;
}*/
.imgPortrait .imgBloc {
	width:auto;
	max-width:100%;
	min-height: 0px;
}
.imgPortrait.hauteurSmall .fw1 .mediaBloc {
	height: 280px;
}
.imgPortrait.hauteurMedium .fw1 .mediaBloc {
	height: 350px;
}
.imgPortrait.hauteurLarge .fw1 .mediaBloc {
	height: 570px;
}
.imgPortrait.hauteurSmall .fw1 .videoBloc {
	width:182px;
}
.imgPortrait.hauteurMedium .fw1 .videoBloc {
	width:272px;
}
.imgPortrait.hauteurLarge .fw1 .videoBloc {
	width:442px;
}
.imgPaysage .imgBloc {
	max-width:100%;
	width:auto;
	height:auto;
	min-height: 0px;
}
.para.imgCarre .imgBloc {
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
	min-height: 0px;
}
.imgCercle .imgBloc .img {
	border-radius:100%;
}
.hauteurSmall.imgCarre .mediaBloc {
	width:200px;
}
.imgEtire .mediaBloc iframe {
	background-color: #464957;
}
.hauteurSmall.imgCarre .videoBloc {
	height:200px;
}
.hauteurMedium.imgCarre .mediaBloc {
	width:300px;
}
.hauteurMedium.imgCarre .videoBloc {
	height:300px;
}
.hauteurLarge.imgCarre .mediaBloc {
	width:430px;
}
.hauteurLarge.imgCarre .videoBloc {
	height:430px;
}
/* FW1 */
.sansSep .fw1 .intTextes {
	padding:0px;
}
.fw1 .intItem {
	display:flex;
	align-items: stretch;
}
.fw1 iframe,
.fw1 video {
	max-width: none;
	width:100%;
	height: 100%;
}
.paraEle .fw1 .imgPos1 .mediaBloc,
.imgEtire .fw1 .mediaBloc {
	height: auto !important;
}
.fw1 .imgPos2 .intItem {
    align-items:center;
	justify-content: flex-start;
}
.paraBlocs .imgPos2 .imgBalise {
   width: auto !important;
	height: auto !important;
	max-height: 100% !important;
	max-width: 100% !important;
	min-width: 0px !important;
	min-height:0px !important;
}
.paraBlocs .imgPos2 .imgBalise img {
	display: block;
   width: auto ;
	height: auto ;
	max-height: 100%;
	max-width: 100%;
	margin:auto;
}
.imgAuto .fw1 .imgBloc {
	background-position: right center;
}
.avecCadre .fw1 .it {
    padding-top: 25px;
	padding-bottom:25px;
	height: auto;
}
.fw1 .item .it {
	width: 100%;
}
.fw1 .item .it > .int {
	padding:18px;
}
.fw1 .mediaBox {
	width: 50%;
	flex-shrink: 0;
}
.fw1 .avecMedia .textes {
    padding: 0px 0px 0px 5%;
	width: 45%;
	flex-shrink: 0;
}
.fw1 .sansMedia .textes {
	width: 100%;
	flex-shrink: 0;
}
.paraBlocs .fw1 .textes {
    padding: 40px 45px;
}
.hauteurSmall .fw1 .avecMedia .textes {
	min-height: 145px;
}
.imgEtire .fw1 .item .mediaBloc {
	height: auto !important;
}
/* FIN FW1 */
/* MEDIA IMAGE */
.tabTextMedia {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.paraTextImg .imgBloc {
	height: auto !important;
}
.paraTextImg .mediaBloc,
.paraTextImg .mediaBloc .img {
	max-height: none;
	max-width:none;
	width:auto;
	height:auto;
}
.paraTextImg.hauteurSmall .divMedia .mediaBloc.videoBloc {
	width:456px;
	height: 254px;
	min-height: 0px;
}
.paraTextImg.hauteurMedium .divMedia .mediaBloc.videoBloc {
	width:656px;
	height:365px;
	min-height: 0px;
}
.paraTextImg.hauteurLarge .divMedia .mediaBloc.videoBloc {
	width:977px;
	height: 545px;
	min-height: 0px;
}
.paraTextImg.hauteurSmall .tdMedia .mediaBloc.videoBloc  {
	width:370px;
	height: 206px;
	min-height: 0px;
}
.paraTextImg.hauteurMedium .tdMedia .mediaBloc.videoBloc  {
	width:529px;
	height: 295px;
	min-height: 0px;
}
.paraTextImg.hauteurLarge .tdMedia .mediaBloc.videoBloc  {
	height: 391px;
	width:700px;
	min-height: 0px;
}
.bZoomImg {
	position: absolute !important;
	right: 0px;
	bottom: 0px;
}
.textMedia1 .divMedia {
	text-align: center;
	margin-bottom:45px;
}
.textMedia1 .divMedia .mediaBloc {
	margin:auto;
}
.paraTextImg .imgZoom .act:after {
	display: block;
	content:"";
	width:35px;
	height: 35px;
	background:#FFF url('../images/icons/ic_search.png') no-repeat center;
	background-size:auto 70%;
	opacity: 0.5;
	bottom: 0px;
	right: 0;
	position: absolute;
}
.paraTextImg .imgZoom:hover .act:after {
	background-size:auto 85%;
	opacity:1;
}
/* FIN MEDIA IMAGE */
/* FIN colonnes */
/* ELE DEPLIER */

/* ELE OUVRE/FERMER */
.para .flexDeplier {
	position: relative;
	flex-wrap:nowrap;
}
.vueFlex .itDeplier {
	position: relative;
}
.itDeplier .textes {
	position: relative;
	padding-bottom: 40px;
}
.bEle.actif .icOpen,
.bEle .icFermer {
	display: none;
}
.bEle.actif .icFermer {
	display: block;
}
.zEle {
	background: #F2F2F2;
	left: 0;
bottom: 0px;
margin: 20px 0px;
width: 100%;
position: absolute;
}
.zEle .bouton {
	margin:0px 0px 10px 0px;
}
.fw1 .zEle {
	position: relative;
}
.fw1 .eleHauteur .textes,
.fw1 .eleHauteur .textes .intTextes {
	height:auto;
}
.zEle .pad {
	padding:10px 40px;
}
.btAction {
	box-shadow: 5px 4px 0px rgba(0,10,50,0.12);
	border-radius:4px;
	border:1px solid #ccc;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.bEle .icOpen {
	position: absolute;
	bottom:0px;
	left:10px;
	background: url('../images/icons/fleche_down.png') no-repeat center;
	background-size:28px auto; 
	width:26px;
	height: 26px;
	z-index: 60;
}
.fw1 .bEle .icFermer,
.fw1 .bEle .icOpen {
	left:auto;
	right:25px;
	top:auto !important;
}
.fw1.flexDeplier .zEle {
	position: relative;
}
.fw1.flexDeplier {
	display: block;
	height: auto !important;
}
.fw1.flexDeplier .itDeplier {
	border-bottom:1px solid #ccc;
}
.bEle .icOpen.withTextDeplier {
	padding-left:30px;
	padding-right: 10px;
	background-position: 2px center;
	width:auto;
}
.bEle .icFermer {
	position: absolute;
	background: url('../images/icons/fleche_up.png') no-repeat center;
	background-size: auto 100%;
	width:80px;
	height: 40px;
	bottom:0px;
}
.bEle .icFermer:hover {
	cursor: pointer;
	background-size:45px auto;
}
/* fin ELE OUVRE/FERMER */
.flexBloc {
	justify-content: space-around;
}
.listeItem {
	margin-bottom:45px;
}
.listeItem:last-child {
	margin-bottom:0px;
}
.siteFull.avecSep .listeEle {
	padding:0px 1%;
}
.para.sansSep .fw1 .item {
	margin:0px;
}
.sansSep .intTextes {
	padding-left:6%;
	padding-right:6%;
	padding-bottom:65px;
}
.sansMedia.fBlanc,
.fondCouleur.sansMedia .itBloc {
	align-items:center;
}
.itBloc.fondMedia {
	align-items:flex-end;
	background-repeat: no-repeat;
	background-size: cover;
}
.sansMedia .intBloc {
	width: 100%;
}
.itBloc {
	display: flex;
	position: relative;
}
.avecSep .itBloc {
	box-shadow:0px 0px 2px rgba(0,10,50,0.3)
}
.avecSep a.itBloc:hover {
	box-shadow:1px 1px 5px rgba(0,10,50,0.4) !important;
}
.sansSep a.itBloc:hover .titre {
	transform: scale(1.03);
}
.itBloc .textes {
	padding:0px 25px 25px 25px;
}
.fw2 .itBloc.fondMedia .textes,
.fw2 .itBloc.fondCouleur.sansMedia .textes {
	padding:0px 55px 35px 55px;
}
.fw3 .itBloc.fondMedia .textes,
.fw3 .itBloc.fondCouleur.sansMedia .textes {
	padding:0px 35px 35px 35px;
}
.fondMedia .textes {
	position: relative;
	z-index: 25;
	max-width: 650px;
}
.item .titre {
    margin-top: 10px;
	margin-bottom:10px;
}
.item p {
	margin:10px 0px;
}
.titreBox h2,
.titreBox h3,
.titreBox h4,
.titreBox h5 {
    margin-top: 0px;
	margin-bottom: 0px;
}
.paraTextImg .posSide .titreBox {
    margin-top: 10px;
	margin-bottom: 15px;
}
.para2Col .num1 .titreBox .titre {
    margin-top: 30px;
}
.largeurAuto .imgBloc {
	background-size: auto 100%;
}
.largeurAuto .fw1 .imgBloc {
	background-position: right 25px top;
}
.savoirPlus {
	background:url('../images/icons/ic_plus.png') no-repeat right 10px center;
	background-size: 24px auto;
	padding:6px 37px 6px 20px; 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	border:2px solid #F2F2F2;
	color:#444;
}
.savoirPlus:hover { 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.55);
	color:#000;
	border-color:#1577A0;
}
.itBloc iframe,
.itBloc video {
	height: 100%;
}
.paraBlocs .fondMedia {
	position: relative;
}
.paraBlocs .itBloc.fondMedia {
	display: flex;
	align-items: flex-end;
}
.paraBlocs .imgBkg {
    background-position: center;
}
.paraBlocs .fw1 .fondMedia .intItem {
    justify-content: flex-start;
}
.paraBlocs.hauteurSmall .itBloc.fondMedia {
	padding-top:100px;
}
.paraBlocs.hauteurMedium .itBloc.fondMedia {
	padding-top:200px;
}
.paraBlocs.hauteurLarge .itBloc.fondMedia {
	padding-top:300px;
}
.imgPos2 .mediaBloc {
	background-size: contain;
	margin: 10px;
	background-position:left center;
}
.paraBlocs .imgPos2 .mediaBloc {
	background-position:center;
}
.texteCentre1 .textes {
	text-align: center;
}
.itLogo .imgBloc {
	background-size: contain;
	background-position: center;
	margin-bottom: 13px;
}
.paraBlocs .intBloc {
	width:100%;
}
.paraBlocs .titre1 {
	margin:15px 0px;
}
.itLogo .imgBloc {
    min-height: 150px;
}
.paraLogos .itBloc .textes {
    padding: 0px 25px;
}
.flexLogo .items {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flexLogo .item {
    border: 3px solid #E0DBD6;
	max-width: 350px;
	border-radius: 6px;
	margin:20px 1%;
	width:22.1%;
}
.flexLogo .intLogo {
	padding:18px;
}
a.itLogo {
	display: flex;
	width:100%;
	color:#000;
	background: #FFF;
	align-content: stretch;
	align-items:stretch;
	justify-content: center;
}
.itLogo .intBloc {
	width: 100%;
	max-width: 240px;
}
.itLogo .textes {
	text-align: center;
}
.flexLogo .item:hover {
	box-shadow: 4px 5px 0px rgba(90,60,40,0.12);
}
.textCentre .Act.mediaBloc {
	margin:auto;
}
.blocFondColor,
.blocFondImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.blocFondImg iframe,
.blocFondImg video {
	height: 100% !important;
	width: 100% !important;
}
.imgPos3 .mediaBloc {
	height: 100% !important;
}
.titrePicto {
	display:block;
	width:70px;
	height:70px;
	padding:0px;
	margin: 0px 10px 0px 0px;
	border-radius: 100%;
	flex-shrink: 0;
}
.titreh3 .titrePicto {
    width: 65px;
    height: 65px;
}
.titreh4 .titrePicto {
    width: 50px;
    height: 50px;
}
.titrediv .titrePicto,
.titreh5 .titrePicto {
    width: 40px;
    height: 40px;
}
.titrePicto span {
	display:block;
	width:100%;
	height:100%;
	background-size: contain;
	background-position: center;
}
.titreParaPicto {
	display:flex;
	align-items:center;
	margin:0px 0px 10px 0px;
}
.titreh2 {
	margin-top:65px;
	margin-bottom: 35px;
}
.titreh2 .titre {
	color:#133A6E;
}
.titreh3 {
	margin-top:45px;
	margin-bottom:25px;
}
.titreh4 {
	margin-top:25px;
	margin-bottom: 15px;
}
.titreParaPicto .titre {
	margin:0px;
	
}
.itBloc h2 {
	margin:20px 0px 15px 0px;
}
.flex2Col {
	display: flex;
	justify-content: space-between;
}
.item2Col {
	width:47%;
	flex-shrink: 0;
}
.legende {
	padding:3px 0px;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}
.posD .intTextes {
	padding-right: 45px;
}
.posG .intTextes {
	padding-left: 45px;
}
.itEle .docLien {
    margin: 5px 0px;
}
.imgBalise.imgBloc {
    min-height: 0px;
}

.textCentre .imgBalise img {
	margin:auto;
}
.paraDiapo2 .tdImg > .table {
	margin:auto;
}
.paraDiapo2.avecFond {
	padding: 25px 0px 20px 0px;
}
.paraEle .texte ul,
.paraEle .texte ol {
	margin-left:0px;
	margin-right: 0px;
}
.front .para .fw1 .fondMedia .textes {
    width: 100%;
    margin: auto;
}
.paraBlocs .fw1 .textes {
    max-width: 1490px;
	margin:auto;
}
.itEle .titreBox {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.itEle h3,
.itEle h4,
.itEle h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*
.para.paraEle.sansCadre:not(.imgCercle) .mediaBloc.imgBkg,
.para.paraEle.sansCadre:not(.imgCercle) .mediaBloc img,
.para.paraEle.sansCadre:not(.imgCercle) .mediaBloc iframe,
.para.paraEle.sansCadre:not(.imgCercle) .mediaBloc video {
	box-shadow:8px 10px 0px rgba(0,10,50,0.12);
}*/
.bDeplie {
	margin:25px 0px;
}
.aDeplie {
	display: flex !important;
	align-items: center;
	margin:10px 0px;
	padding:0px;
	font-size: 1.3em !important;
	font-weight: 700;
}
.aDeplie span {
	display:block;
}
.aDeplie .texte {
	padding:4px 0px;
}
.aDeplie .icFleche {
	background:#FFF url("../images/icons/deplie1.png") no-repeat center;
	background-size: 100%;
	flex-shrink: 0;
	margin-right: 20px;
	height: 60px;
	width:60px;
}
.bDeplie.actif .aDeplie .icFleche {
	background-image:url("../images/icons/deplie.png");
}
.bDeplie.actif .aDeplie:hover .icFleche {
	background-image:url("../images/icons/deplie1.png");
}
.bDeplie:not(.actif) .aDeplie:hover .icFleche {
	background-image:url("../images/icons/deplie2.png");
}
.listeDeplier .item {
	position: relative;
	margin-bottom: 45px;
}
.vuePers .items {
	display: flex;
	flex-wrap: wrap;
}