.corps{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../images/commun/fond-gris.jpg) no-repeat top center;
}
.corps .page{
	position:relative;
	width: 100%;
	height:auto;
	min-height: 0;
	margin:0 auto 40px auto;
	background:#fff;
	padding:0;
}
.corps .page .ventre{
	position:relative;
	top:0;
	left:0;
	margin:0 auto 40px auto;
	height:auto;
	background-color:#fff;
	padding-top:40px;
}
@media screen and (max-width: 639px){
	.corps .page .ventre {
		width: 100%;
		padding-top:0;		
	}	
}
@media screen and (min-width: 640px) and (max-width: 764px){
	.corps .page .ventre {
		padding-top:0;
		width: 610px;
	}	
}
@media screen and (min-width: 765px) and (max-width: 809px){
	.corps .page .ventre {
		width: 710px;
	}	
}
@media screen and (min-width: 810px){
	.corps .page .ventre {
		background-color:#FCFCFC;
		width: 750px;
	}	
}
.corps .page .ventre .article{
	position:relative;
	display:inline-block;
	width:450px;
	padding:0 40px 40px 40px;
	background-color:#fff;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	border-left:1px solid #F2F2F2;
	margin:0;
	box-sizing: border-box;
}
@media screen and (max-width: 764px){
	.corps .page .ventre .article{
		width:100%;
	}
}
@media screen and (min-width: 765px) and (max-width: 809px){
	.corps .page .ventre .article{
		margin-top:-25px;
	}
}
@media screen and (max-width: 809px){
	.corps .page .ventre .article{
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		border-left:1px solid #F2F2F2;
	}
}
.corps .page .ventre .article .titre{
	font-family:'Lucida Sans Italic';
	font-weight:normal;
	font-size:22.5px;
	/*letter-spacing:0.5px;*/
	font-weight:bold;
	color:#698EAF;
	margin:0;
	text-align:left;
}
.corps .page .ventre .article .titre .short{
	display:none;
}
.corps .page .ventre .article .info{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13.5px;
	color:#474747;
	margin:7px 0 0 0;
	float:right;
}
.corps .page .ventre .article .nbalert1,
.corps .page .ventre .article .nbalert2{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	margin:20px 0;
	padding:20px 20px 0 20px;
	background:#F3F3F3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.corps .page .ventre .article .nbalert2{
	background:#E8F5FD;
	padding:20px;
}
.corps .page .ventre .article .nbalert1 a,
.corps .page .ventre .article .nbalert2 a{
	text-decoration:underline !important;
	color:#000 !important;
}
.corps .page .ventre .article .texte{
	margin:30px auto 30px auto;
	width:100%;
	padding:0;
}
.corps .page .ventre .article .texte p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	color:#474747;
	text-align:justify;
	line-height:30px;
	margin-bottom:20px;
}
.corps .page .ventre .article .texte p a{
	color:#698EAF;
	text-decoration:underline !important;
}
.corps .page .ventre .article .texte .petit{
	display:block;
	font-size:14px;
	margin:20px 0;
	padding:20px;
	background:#EDF9D2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.corps .page .ventre .article .texte .jeunesse{
	display:none;
}
.corps .page .ventre .article .texte .jeunesse2{
	display:block;
	width:370px;
	height:266px;
	margin:0 auto 40px auto;
	border-top:5px solid #F3F3F3;
	border-left:5px solid #F3F3F3;
	border-right:5px solid #EAEAEA;
	border-bottom:5px solid #EAEAEA;
}
@media screen and (max-width: 459px){
	.corps .page .ventre .article .texte .jeunesse2{
		display:inline-block;
		width:100%;
		height:auto;
	}
}
.corps .page .ventre .article .texte .civique{
	display:none;
}
.corps .page .ventre .article .texte .civique2{
	display:block;
	width:218px;
	height:128px;
	margin:0 auto 20px auto;
}
@media screen and (max-width: 379px){
	.corps .page .ventre .article .texte .civique2{
		display:inline-block;
		width:100%;
		height:auto;
	}
}
@media screen and (min-width: 380px) and (max-width: 764px){
	.corps .page .ventre .article .texte .civique2{
	display:block;
	width:290px;
	height:170px;
	margin:0 auto 20px auto;
	}
}
.corps .page .ventre .article .texte .jeunes,
.corps .page .ventre .article .texte .sports{
	display:none;
}
.corps .page .ventre .article .texte .jeunes2,
.corps .page .ventre .article .texte .sports2{
	display:block;
	width:279px;
	height:102px;
	float:none;
	margin:10px auto 40px auto;
	border:none;
}
@media screen and (max-width: 359px){
	.corps .page .ventre .article .texte .jeunes2,
	.corps .page .ventre .article .texte .sports2{
		display:inline-block;
		width:100%;
		height:auto;
	}
}
.corps .page .ventre .article .texte .anct{
	display:none;
}
.corps .page .ventre .article .texte .anct2{
	display:block;
	width:266px;
	height:119px;
	float:none;
	margin:10px auto 40px auto;
	border:none;
}
@media screen and (max-width: 349px){
	.corps .page .ventre .article .texte .anct2{
		display:inline-block;
		width:100%;
		height:auto;
	}
}
/************************/
.corps .page .ventre .nota{
	position:absolute;
	top:40px;
	right:0;
	width:235px;
	min-height:410px;
	background:white;
	padding:7px 7px 20px 7px;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	border-left:1px solid #F2F2F2;
}
@media screen and (max-width: 764px){
	.corps .page .ventre .nota{
		position:relative;
		top:0;
		margin:0 auto;
	}
}
.corps .page .ventre .nota .titre{
	display:block;
	width:100%;
	line-height:40px;
	background:#F3F3F3;
	text-align:center;
	font-family:'Open Sans', sans-serif;	
	font-weight:400;
	font-size:14.5px;
	color:#474747;
}
.corps .page .ventre .nota  p{
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:22px;
	margin:0;
	padding:19px;
	color:#474747;
	text-align:justify;
}
.corps .page .ventre .nota  a{
	color:#474747;
	border-bottom:1px dashed #474747;
}
.corps .page .ventre .nota .europe{
	display:block;
	width:183px;
	height:87px;
	margin:0 auto;
}
.corps .page .ventre .nota .datadock{
	display:block;
	width:197px;
	height:52px;
	margin:20px auto;
}
.corps .page .ventre .nota .qualiopi{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.hide_desktop{
	display:none;
}

/******************************/
.modal.bb-alternate-modal .modal-content {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.modal.bb-alternate-modal .modal-footer{
	border-top: 0 none;
}
.modal.bb-alternate-modal .modal-footer button{
	color: white;
	background:black;
	border-color:white;
}
.modal.bb-alternate-modal .modal-header{
	display:none;
}
.modal.bb-alternate-modal .modal-body button{
	color: white;
	text-shadow:none;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;	
}
.modal {
  text-align: center;
  padding: 0!important;
  z-index: 9999 !important;  
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal300{
	max-width: 300px !important;
}
