<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	width: 100%;
	min-height: 1220px;
}
.corps .page .groupe{
	position:relative;
	/*background-color:#E0CEF0;*/
	width:860px;
	margin:0 auto;
	min-height:1220px;
}
@media screen and (min-width: 1024px){
	.corps .page .groupe{
		background-color:#FCFCFC;
		width:960px;
	}
	.corps .page,
	.corps .page .groupe{
		min-height: 1250px;
	}	
}
@media screen and (min-width: 1280px){
	.corps .page .groupe{
		width:1140px;
	}
	.corps .page,
	.corps .page .groupe{
		min-height: 1150px;
	}	
}
.corps .page .accroche{
	position:absolute;
	top:0;
	left:20px;
	width:370px;
	/*border:1px solid blue;*/
}
@media screen and (min-width: 1024px){
	.corps .page .accroche{
		left:0;
		width:450px;
		background-color:#fff;
		padding-bottom:10px;
		-webkit-box-shadow:5px 0 7px -7px rgba(0,0,0,.1);
		-moz-box-shadow:5px 0 7px -7px rgba(0,0,0,.1);
		box-shadow:5px 3px 7px -7px rgba(0,0,0,.1);
	}
}
@media screen and (min-width: 1280px){
	.corps .page .accroche{
		width:540px;
	}
}
.corps .page .invite{
	position:absolute;
	top:0;
	left:445px;
	width:200px;
	/*border:1px solid pink;*/
}
@media screen and (min-width: 1024px){
	.corps .page .invite{
		left:495px;
		width:465px;
		background-color:#fff;
		-webkit-box-shadow:-5px 0 7px -7px rgba(0,0,0,.1);
		-moz-box-shadow:-5px 0 7px -7px rgba(0,0,0,.1);
		box-shadow:-5px 0 7px -7px rgba(0,0,0,.1);		
	}
}
@media screen and (min-width: 1280px){
	.corps .page .invite{
		left:585px;
		width:555px;
	}
}
.corps .page .accroche .titre{
	display:none;
}
.corps .page .accroche .titre2{
	/*border:1px solid lime;*/
	width:180px;
	float:right;
}
@media screen and (min-width: 1024px){
	.corps .page .accroche .titre{
		display:inline-block !important;
		width:240px;
		float:right;
		padding:10px 20px 0 20px;
	}
	.corps .page .accroche .titre2{
		display:none !important;
	}
	.corps .page .invite .titre,
	.corps .page .invite .titre2{
		padding:10px 20px 0 30px;
	}	
}
@media screen and (min-width: 1280px){
	.corps .page .accroche .titre{
		width:320px;
	}
}
.corps .page .accroche .titre,
.corps .page .accroche .titre2,
.corps .page .invite .titre,
.corps .page .invite .titre2{
	font-family:'Lucida Sans Italic';
	font-weight:normal;
	font-size:22.5px;
	line-height:35px;
	font-weight:bold;
}
.corps .page .accroche .titre,
.corps .page .accroche .titre2{
	color:#5790BB;
}
.corps .page .invite .titre,
.corps .page .invite .titre2{
	color:#CE171B;
}
.corps .page .invite .titre2{
	display:none;
}
@media screen and (max-width: 1024px){
	.corps .page .invite .titre{
		display:none;
	}
	.corps .page .invite .titre2{
		display:inline-block;
		margin-bottom:10px;
	}	
}
.corps .page .accroche .photo img {
	width:146px;
	height:154px;
	float:left;
	margin:0 20px 5px 0;
}
.corps .page .accroche .texte{
	/*border:1px solid yellow;*/
	width:180px;
	float:right;
}
@media screen and (min-width: 1024px){
	.corps .page .accroche .texte{
		width:230px;
		padding:10px 30px 20px 20px !important;		
	}
	.corps .page .invite .texte{
		width:210px;
		background-color:#fff;
		padding:10px 20px 20px 30px !important;		
	}	
}
@media screen and (min-width: 1280px){
	.corps .page .accroche .texte{
		width:310px;	
	}
	.corps .page .invite .texte{
		width:280px;	
	}	
}
.corps .page .accroche .texte,
.corps .page .invite .texte{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:24px;
	text-align:justify;
	color:#474747;
}
.corps .page .accroche .texte .long,
.corps .page .invite .texte .long{
	display:none;
}
@media screen and (min-width: 1024px){
	.corps .page .accroche .texte .long,
	.corps .page .invite .texte .long{
		display:inline;
	}
	.corps .page .accroche .texte .short,
	.corps .page .invite .texte .short{
		display:none;
	}	
}
.corps .page .accroche .like{
	overflow:hidden;
	width:120px;
	height:26px;
	float:right;
	margin:20px 10px 0 0;
}
.corps .page .accroche .like iframe{
	border: medium none;
	overflow: hidden;
	width: 100px;
	height: 21px;
	-ms-filter: hue-rotate(-7deg) saturate(70%);
	-webkit-filter: hue-rotate(-7deg) saturate(70%);
	-moz-filter: hue-rotate(-7deg) saturate(70%);
	filter: hue-rotate(-7deg) saturate(70%);
}
.corps .page .accroche .safe_like{
	display:inline-block;
	vertical-align:bottom;
	padding:0;
	margin:0;
	width:74px;
	height:22px;
	cursor:pointer;
	cursor:hand;	
}
.corps .page .accroche .safe_data{
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0 0 0 10px;
	width:24px !important;
	height:24px !important;
	cursor:pointer;
	cursor:hand;
	background:url("../images/commun/safe_like_afocal.svg");
	background-repeat:no-repeat;
	background-position: 0 0;
	-o-background-size:24px 24px;
	-moz-background-size:24px 24px;
	-webkit-background-size:24px 24px;
	background-size:24px 24px;
}
.corps .page .banderole{
	display:none;
}
.corps .page .duoinvfil  {
	display: block;
	width:80%;
	height:210px;
	margin:0 auto 20px auto;
}
.corps .page .filigrane  {
	position:absolute;
	z-index:999;
	top:0;
	left:665px;
	/*border:1px solid maroon;*/
	width:191px;
	height:179px;
	min-height:179px;
	background-repeat:no-repeat;
	background-position: 50% 0;
	-o-background-size:191px 179px;
	-moz-background-size:191px 179px;
	-webkit-background-size:191px 179px;
	background-size:191px 179px;
}
.corps .page .filivolonte{
	background:url("../images/volontaires/16-ans.svg");
}
@media screen and (min-width: 1024px){
	.corps .page .filigrane  {
		left:770px;
		width:191px;
		height:179px;
		min-height:179px;
		background-repeat:no-repeat;
		background-position: 50% 0;
		-o-background-size:191px 179px;
		-moz-background-size:191px 179px;
		-webkit-background-size:191px 179px;
		background-size:191px 179px;
	}
}
@media screen and (min-width: 1280px){
	.corps .page .filigrane  {
		left:935px;
		width:207px;
		height:194px;
		min-height:194px;
		background-repeat:no-repeat;
		background-position: 50% 0;
		-o-background-size:207px 194px;
		-moz-background-size:207px 194px;
		-webkit-background-size:207px 194px;
		background-size:207px 194px;
	}
}
.corps .page .cursus{
	position:absolute;
	top:160px;
	left:440px;
	width:390px;
	padding:5px;
	/*border:1px solid black;*/
}
@media screen and (min-width: 1024px){
	.corps .page .cursus{
		top:168px;
		left:495px;
		width:435px;
		padding:10px 0 10px 30px;
		background-color:#fff;
		-webkit-box-shadow:-5px 0 7px -7px rgba(0,0,0,.1);
		-moz-box-shadow:-5px 0 7px -7px rgba(0,0,0,.1);
		box-shadow:-5px 0 7px -7px rgba(0,0,0,.1);		
	}
}
@media screen and (min-width: 1280px){
	.corps .page .cursus{
		top:145px;
		left:585px;
		width:525px;		
	}
}
.corps .page .cursus .titre{
	font-family:'Lucida Sans Italic';
	display:inline-block;
	font-weight:bold;
	float:left;
	margin-top:10px;
	font-size:21.5px;
	line-height:21px;
	color:#5790BB;
}
.corps .page .cursus .min{
	font-size:19px;
	line-height:19px;
}
.corps .page .cursus  .tab{
	padding-left:25px;
}
.corps .page .cursus .lien,
.corps .page .cursus .lien2,
.corps .page .cursus .texte{
	font-family: 'Open Sans', sans-serif;
}
.corps .page .cursus a{
	color:#85BBD4;
}
.corps .page .cursus .lien{
	display:inline-block;
	float:left;
	margin-top:15px;
	margin-left:15px;
	font-size:13.5px;
	line-height:13.5px;
	font-weight:bold;
}
.corps .page .cursus .texte{
	display:inline-block;
	padding-top:5px;
	font-size:16px;
	line-height:24px;
	text-align:justify;
	color:#474747;
}
.corps .page .bsg,
.corps .page .bsn{
	display:none;
}
.corps .page .biv, 
.corps .page .m-biv{ 
	display:none;
}
.corps .page .valide{
	position:absolute;
	padding:10px;
	top:880px;
	left:452px;
	width:362px;
	background-color:#F3F3F3;
}
@media screen and (min-width: 1024px){
	.corps .page .valide{
		top:875px;
		left:495px;
		width:445px;
	}
}
@media screen and (min-width: 1280px){
	.corps .page .valide{
		top:735px;
		left:585px;
		width:535px;
		padding-top:22px;
		padding-bottom:22px;
		z-index:999;
	}
}
.corps .page .valide .texte{
	display:block;
	float:left;
	margin:0;
	width:190px;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:19px;
	color:#474747;
}
.corps .page .valide .image{
	display:block;
	float:left;
	margin:0 0 0 8px;
	width:165px;
	height:48px;
	min-height:48px;
	background: url("../images/volontaires/logo-sc.png");
	background-position: 0 0;
    background-repeat: no-repeat;
    -o-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
	background-size: auto 100%;
}
@media screen and (min-width: 1024px){
	.corps .page .valide .image{
		margin:0 0 0 28px;
	}
}
.corps .page .duoval{
	width:390px;
	height:60px;
	margin:0 auto;
}
.corps .page .motive{
	position:absolute;
	top:310px;
	left:20px;
	width:370px;
	/*border:1px solid orange;*/
}
@media screen and (min-width: 1024px){
	.corps .page .motive{
		top:360px;
		left:0;
		width:420px;
		background-color:#fff;
		padding:0 30px 0 0;
		-webkit-box-shadow:5px -3px 7px -7px rgba(0,0,0,.1);
		-moz-box-shadow:5px -3px 7px -7px rgba(0,0,0,.1);
		box-shadow:5px -3px 7px -7px rgba(0,0,0,.1);	
	}
}
@media screen and (min-width: 1280px){
	.corps .page .motive{
		top:315px;
		width:509px;	
	}
	.corps .page .motive #suite2{
		display:inline !important;
	}
	.corps .page .motive #plus2{
		display:none !important;
	}		
	.corps .page .motive #plus3{
		display:block;
		float:right;
		margin-top:40px;
		margin-bottom:30px;
	}	
}
.corps .page .motive .titre{
	display:none;	
}
.corps .page .motive .raisons{
	float:left;
}
.corps .page .motive .decalo{
	display:block;
	width:100%;
}
@media screen and (min-width: 1024px){
	.corps .page .motive .decalo{
		margin-top:-10px;
	}
}
.corps .page .motive .chiffre{
	display:none;
}
.corps .page .motive .texte,
.corps .page .motive #texte2{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:23px;
	text-align:justify;
	color:#474747;
}
.corps .page .motive #texte2{
	position:absolute;
	top:575px;
	left:0;
	width:800px;
	display:none;
	/*border:1px solid grey;*/
}
.corps .page .motive #texte2 .habille{
	display:none;
}
.corps .page .motive  .cito{
	top:645px !important;
}
@media screen and (min-width: 1024px){
	.corps .page .motive #texte2{
		top:525px;
		width:959px;
		padding:0 0 20px 0;
		background-color:#fff;
		-webkit-box-shadow:0 5px 7px -7px rgba(0,0,0,.1);
		-moz-box-shadow:0 5px 7px -7px rgba(0,0,0,.1);
		box-shadow:0 5px 7px -7px rgba(0,0,0,.1);		
	}
	.corps .page .motive .cito{
		top:590px !important;		
	}	
}
@media screen and (min-width: 1280px){
	.corps .page .motive #texte2{
		top:440px;
		width:1140px;		
	}
	.corps .page .motive #texte2 .habille{
		display:block;
		width:630px;
		margin-bottom:60px;
		float:right;
	}
	.corps .page .motive .cito{
		top:475px !important;		
	}		
}
.corps .page .motive #plus{
	display:none;
}
.corps .page .motive #plus2{
	display:block;
	margin-top:20px;
}
.corps .page .motive #plus a,
.corps .page .motive #plus2 a{
	float:right;
	/*border:1px solid red;*/
}
@media screen and (min-width: 1024px){
	.corps .page .motive #plus2 a{
		margin-bottom:30px;
	}
}
.corps .page .motive #suite2,
.corps .page .motive #suite2b{
	display:none;
}
.corps .page .motive .texte a{
	color:#575757;
	font-weight:bold;
}
.corps .page .motive .rx{
	margin:-3px 10px 0 0;
	float:left;
	width:26px;
	height:26px;
	min-height:26px;
	background: url("../images/commun/r1.png");
	background-position: 0 0;
    background-repeat: no-repeat;
    -o-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
	background-size: auto 100%;	
}
.corps .page .motive .remonte{
	text-align:center;
}
.corps .page .temoigne{
	position:absolute;
	top:960px;
	left:20px;
	width:790px;
	padding:10px;
	/*border:1px solid grey;*/
}
@media screen and (min-width: 1024px){
	.corps .page .temoigne{
		top:970px;
		left:0;
		width:789px;
		margin-top:30px;
		padding:20px 85px 20px 85px;
		background-color:#fff;
		-webkit-box-shadow:5px -3px 7px -7px rgba(0,0,0,.1);
		-moz-box-shadow:0 -5px 7px -7px rgba(0,0,0,.1);
		box-shadow:0 -5px 7px -7px rgba(0,0,0,.1);
	}
}
@media screen and (min-width: 1280px){
	.corps .page .temoigne{
		top:855px;
		padding:20px 175px 20px 175px;
	}
}
.corps .page .plusbas{
	top:960px !important;
}
.corps .page .plusbas2{
	top:1480px !important;
	/*border:1px solid lime;*/
}
@media screen and (min-width: 1024px){
	.corps .page .plusbas2{
		top:1455px !important;
		/*border:1px solid black;*/
	}
}
@media screen and (min-width: 1280px){
	.corps .page .plusbas2{
		top:1315px !important;
	}
}
.corps .page .temoigne .zone{
	display: table;
	width:100%;
	height:auto;
	margin-bottom:50px;
}
.corps .page .temoigne #t2,
.corps .page .temoigne #t3,
.corps .page .temoigne #t4,
.corps .page .temoigne #t5{	
	display:none;
}
.corps .page .temoigne .titre{
	display:block;
	font-family:'Lucida Sans Italic';
	font-weight:bold;
	font-size:29.5px;
	line-height:35px;
	color:#91C146;
	margin-bottom:35px;
}
.corps .page .temoigne .navig{
	display:table-cell;
	width:168px;
	margin:0;
	vertical-align:top;	
}
.corps .page .temoigne .navig2{
	display:table-cell;
	width:58px;
	vertical-align:top;
	text-align:right;
}
.corps .page .temoigne .carous-lt{
	display:inline-block;
	float:left;
	margin:10px 40px 0 0;
}
.corps .page .temoigne .carous-rt{
	display:none;
}
.corps .page .temoigne .carous-rt2{
	display:inline-block;
	margin:10px 0 0 0;
}
.corps .page .temoigne .photo{
	display:inline-block;
	position:relative;
	background-image:url('portrait-square-08.jpg');
	box-sizing:content-box;
	width:90px;
	height:90px;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover
}
.corps .page .temoigne .photo:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);
	box-shadow:inset 0 0 3px rgba(0,0,0,.3);
	content:"";
}
.corps .page .temoigne .photo,
.corps .page .temoigne .photo:before {
	-webkit-border-radius:90px;
	-moz-border-radius:90px;
	border-radius:90px
}
.corps .page .temoigne .texte{
	display: table-cell;
	width:auto;
	vertical-align:top;
	margin:0;
	padding:0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:23px;
	text-align:justify;
	font-style:italic;
	color:#808080;
}
/*
.corps .page .temoigne .titre{
	font-family:'Lucida Sans Italic';
	font-weight:bold;
	font-size:29.5px;
	line-height:35px;
	color:#7EC534;	
}
.corps .page .temoigne .cite{
	font-style:italic;
	color:#808080;	
}
.corps .page .temoigne .texte,
.corps .page .motive .texte{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	line-height:23px;
	text-align:justify;
	color:#474747;
}
.corps .page .temoigne a{
	float:right;
	margin:20px 0 0 20px;
}
*/
.corps .page .goodies{
	position:absolute;
	top:180px;
	left:20px;
	width:170px;
	height:180px;
	min-height:180px;
	padding:0;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:13.5px;
	line-height:29px;
	/*border:1px solid green;*/
}
@media screen and (min-width: 1024px){
	.corps .page .goodies{
		left:0;
	}
}
.corps .page .goodies span{
	display:block;
	float:right;
	margin:5px 0 0 0;
	width:130px;
	font-size:12.5px;
	line-height:19px;
}
.corps .page .goodies img{
	width:20px;
	height:20px;
	margin:0 12px 0 5px;
}
.corps .page .goodies a{
	color:#474747;
	display:inline-block;
}
.corps .page .goodies .rssmarge{
	margin-top:10px;
}
@media screen and (min-width: 1280px){
	.corps .page .goodies .rss{
		display:none;
	}
}
.corps .page .goodies .fb{
	display:none;
}
/* césure - à vérifier dans les différents browsers */
.nocut {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
.corps .page #extens{
	display:none;
	width:99%;
	height:1460px;
	min-height:1460px;
}
@media screen and (min-width: 1280px){
	.corps .page #extens{
		height:1325px;
		min-height:1325px;
	}
}
</pre></body></html>