@charset "utf-8";

h1, h2, h3 {margin: 0;}
h1 {font-size: 1.7em; font-weight: bold;}
h2 {font-size: 1.3em; line-height: 1.1; color: #292929;}

#outils {
	border-top: none;
}

#outils33 #outils {
	max-height: 25em;
	margin-top: 0;
}

.opa {
	opacity: 0 !important;
}

.none {
	display: none;
}

.BlocLigne, .BlocH1 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

#BlocComment .Bloc:hover {
	box-shadow: inset 0 0 4px #0055ff;
	-webkit-box-shadow: inset 0 0 4px #0055ff;
	-moz-box-shadow: inset 0 0 4px #0055ff;
	-o-box-shadow: inset 0 0 4px #0055ff;
}

.BlocHauFix {
	height: 364px;
}

.Bloc {
	line-height: 1.6em;
	overflow: hidden; /* ne déborde pas en-dessous */
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.clic {cursor:pointer;}

.BlocHauFix .Bloc .BE1Col {
	height: 110px;
}

.w450 {
	width: 450px;
}

.w400 {
	width: 400px;
}

.w300 {
	width: 300px;
}

.w25p {
	width: 25%;
}

.Bloc .hm80 {
	min-height: 80px;
}

.BlocSel a, .BlocSel {
	color: initial !important;
	transition: all .2s;
}

.sBlocSel a:hover, .BlocSel:hover {
	box-shadow: inset 0 0 4px #0055ff;
	-webkit-box-shadow: inset 0 0 4px #0055ff;
	-moz-box-shadow: inset 0 0 4px #0055ff;
	-o-box-shadow: inset 0 0 4px #0055ff;
}

a:hover {
	text-decoration: none;
}

.Bloc .BE {
	height: 100%;
	min-height: 114px;
	width:100%;
	height: auto;
	/* background-color: inherit; */
}

#BlocOutils {
	width: 300px;
	height: 100%;
	min-width: 240px;
}

#BlocLigne1 .BE > div {
	text-transform: uppercase;
}

.Bloc .BE > div, .Bloc .BE h1, .Bloc .BE h2 {
	padding: 15px 5px 15px 22px;
	width: 50%;
	overflow: hidden;
	hyphens: none;
}

.Bloc .BE2Col {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.Bloc .BE2Col h1, .Bloc .BE2Col h2 {
	align-self: center;
	text-transform: uppercase;
}

.Bloc .BE2Col > div {
	padding: 15px;
	width: 60%;
}

.Bloc .BE1Col h1, .Bloc .BE1Col h2 {
	width: 100%;
	text-transform: uppercase;
}

.Bloc .BE1Col > div {
	padding: 0 22px 22px 22px;
	width: auto;
	position: relative;
}

.Bloc {
	font-size: .9em;
	line-height: 1.3em;
}

.BlocOuvrant {
	position: relative;
}

.BlocOuvrant .BE {
	background-color: inherit;
	height: 152px;
}

.BlocOuvrant a {
	font-weight: bold;
	z-index: 0;	/* cas d'un titre sur 2 ligne et d'un texte qui superpose l'image */
}

.BlocOuvrant .BE > div, .BlocEstompe .BE > div {
	/* alternative de mask, mais n'est pas beau sous Android
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50px, rgba(255, 255, 255, 0) 96px, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	*/
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60px, rgba(255, 255, 255, 0) 96px, rgba(255, 255, 255, 0) 100%);	/* pour Firefow, c'est fait par un masque SVG dans index.asp */
	transition: all .5s;
	color: #000;
	height: 100px;
}

@-moz-document url-prefix()
{
	.BlocOuvrant > div > div, .BlocEstompe > div > div {
		mask: url("/styles/fade.svg#fade1");
	}
	.BlocOuvrant > div:hover div {
		mask: url("/styles/fade.svg#fade2");
	}
}

.BlocOuvrant .BE > div {
	background: inherit;
	transition: all .5s;
	color: #000;
	height: 100px;
	z-index: 1; /* important pour concervé l'effet de vollet sur les images "récits" */
}

.BlocOuvrant .BE:hover div {
	position: relative;
	-webkit-mask-image: none;
	z-index: 1;
	height: 350px;
	transition: all .5s;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60px, rgba(255, 255, 255, 1) 96px, rgba(255, 255, 255, 0) 100%);
}

/* height: 300px; ou : */
.BlocOuvrant .BE + a img {
	transition: opacity .5s;
}

.BlocOuvrant .BE .bas {
	position: absolute;
	padding: 25px 0 15px 20px;
	text-transform: none;
	bottom: -100px;
	padding-top: 25px;
	padding-bottom: 15px;
	height: 79px;
	width: 100%;
	background-color: inherit;
	background: linear-gradient(to bottom, rgba(206, 20, 20, 0) 0, #fff 10px);
	background: -webkit-linear-gradient(top, rgba(206, 20, 20, 0) 0, #fff 10px);
	background: -moz-linear-gradient(top, rgba(206, 20, 20, 0) 0, #fff 10px);
	background: -o-linear-gradient(top, rgba(206, 20, 20, 0) 0, #fff 10px);
	z-index: 1;
	font-size: .9em;
	line-height: 1.3em;
	transition: all .2s;
}

.BlocOuvrant .BE:hover .bas {
	bottom: 0;
}

.BlocOuvrant:hover .bas {
	bottom: 0;
}

.BlocOuvrant .BE div.PlusLarge:hover {
	left: 0;
	width: 100%;
}

#BlocComment .BlocC {
	clear:both;
}

#mois_faire_autre span, #BlocComment .BlocC > span {
	font-size: 1em;
	line-height: 1.2em;
	display: block;
	margin-bottom: 8px;
	margin-top: 8px;
}

.BlocEstompe .BE div.BlocOuvert {
	position: absolute;
	background-color: #fff;
	z-index: 1;
	right: 0;
	width: 100%;
	max-width: 600px;
	height: auto;
	box-shadow: 0 0 10px 0 #656565;
	-webkit-box-shadow: 0 0 10px 0 #656565;
	-moz-box-shadow: 0 0 10px 0 #656565;
	-o-box-shadow: 0 0 10px 0 #656565;
	-webkit-mask-image: none;
	border: 1px solid #888;
	padding: 12px 12px 6px 12px; /* 12/09/2018 */
}

.BlocSepH .Bloc {
	margin-bottom: 10px;
}

.Bloc .BE1Col h1 + div {
	font-size: 1em;
}

.Bloc img {
	width: 100%;
}

.BlocType1 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.BlocType1 .Bloc .BE h2, .BlocType1 .Bloc .BE > div {
	cursor: pointer;
}

.BlocType1 .Bloc {
	width: 25%;
}

.BlocType2 {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.BlocType2 .Bloc {
	width: 25%;
}

#BlocDecouverte {
	overflow: hidden;
	width: 600px;
}

#BlocDecouverte .BE {
	position: relative;
}

#texteDecouverte p {
	line-height: 1.3em;
}

#texteDecouverte p:first-of-type {
	margin-top: 0;
}

#texteDecouverte span {
	float: right;
}

#BlocCarte {
	width: 50%;
}

#BlocNouveautes table {
	margin: 0;
	width: 282px;
}

#BlocNouveautes tr:nth-child(2n+1) > td:first-child {
	background-color: #E8E6C8;
}

#BlocNouveautes tr:nth-child(2n+2) > td:first-child {
	background-color: #DAD7A4;
}

#BlocNouveautes tr:nth-child(2n+1) > td:first-child + td {
	background-color: #FFF;
}

#BlocNouveautes tr:nth-child(2n+2) > td:first-child + td {
	background-color: #FFF;
}

#BlocNouveautes tr > td:first-child {
	vertical-align: middle;
	text-align: center;
	color: black;
	font-size: .8em;
	line-height: 1.2em;
	width: 30%;
	word-spacing: 100px;
	text-transform: none;
	overflow: hidden;
	height: 50px;
	padding: 0;
}

#BlocNouveautes tr > td:first-child + td {
	padding: 10px 20px 10px 10px;
	vertical-align: middle;
	font-size: .85em;
	text-transform: none;
	line-height: 1.2em;
}

#BlocNouveautes .BC {
	overflow: hidden;
	white-space: normal;
	background-color: #fff;
	height: 250px; /* 03/08/2018 : sinon pb quand il y a pas beaucoup de nouveauté */
}

#BlocNouveautes .BC:hover {
	overflow-y: scroll;
}

#BlocSuivre {
	-webkit-justify-content: initial;
	-ms-flex-pack: initial;
	justify-content: initial;
}

#BlocSuivre .BC {
	display: table;
	padding: 3px 5px;
	line-height: 1;
	padding-top: 25px;
}

#BlocSuivre .BC > div {
	display: table-row;
}

#BlocSuivre .BC > div > div {
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
}

#BlocSuivre img {
	width: auto;
}

.Bloc .plus {
	width: 24px;
	margin-left: 6px;
	bottom: 0;
	opacity: .6;
	transition: all .5s;
	float: right;
	cursor: pointer;
}

.Bloc .plus:hover {
	opacity:1;
}

.Bloc1sur2Type1 .Bloc {
	background-color: #fff;
}

.middle {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.BlocH1 h1 {
	margin-top: 20px;
}

.BlocH1 .BE h1 + div {
	font-size: 1.1em;
	line-height: 1.4;
}

#prepied {
	text-align: center;
	padding: 25px;
	color: #969696;
	background:#303030;
	margin-bottom:0;
	clear: both;
	margin-top: 50px;
}

#prepied > div {
	width: 1230px;
	margin-left: 12%;
	margin-right: auto;
}

#prepied a {
	color:#969696;
	white-space: nowrap;
}

#prepied a:hover {
	color: #5286D7;
}

.raccourcis {
	vertical-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 45px;
}
.raccourcis .r_c {
	position: relative;
	padding: 1px;
	padding-top: 20px;
	cursor: pointer;
	vertical-align: top;
	color: #555;
}
.raccourcis .r_c:hover {
	color:#6BB2FF;
}
.raccourcis .r_c a {
	color: #555;
	transition: color .2s;
}
.raccourcis .r_c:hover a {
	color:#6BB2FF;
	text-decoration: none;
}
.raccourcis .r_i {
	width: 85px;
	height: 85px;
	border: 3px solid #ff8d1c;
	border-radius: 45px;
	padding-top: 10px;
	font-size: 16px;
	background-color: #FFE8D0;
	margin: auto;
}
.raccourcis .r_c:hover .r_i {
	background: radial-gradient(#6BB2FF, #fff, #6BB2FF);
	background: -webkit-radial-gradient(#6BB2FF, #fff, #6BB2FF);
	background: -moz-radial-gradient(#6BB2FF, #fff, #6BB2FF);
	background: -o-radial-gradient(#6BB2FF, #fff, #6BB2FF);
	border-color: #6BB2FF;
}
.raccourcis img {
	opacity: .9;
}
.raccourcis .r_c:hover img {
	opacity: 1;
}
.raccourcis .r_c .triangle-down {
	position: relative;
	top: -1px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #ff8d1c;
	transition: border-top .2s;
	margin: auto;
}
.raccourcis .r_c:hover .triangle-down {
	border-top: 30px solid #6BB2FF;
}

#a_suite {
	display: none;
	padding: 15px;
	padding-right: 0;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#a_suite > div {
	margin-top:25px;
}
#besoinAide {
	font-size: 1.3em;
	display: inline-block;
	transition: all .5s;
}
#besoinAide:hover {
	transform: scale(1.1, 1.1);
}
#aide {
	display: block;
	padding-bottom: 10px;
	color: #fff;
	background-color: #384547;
	width: 300px;
	text-align: center;
}
.a_no {
	margin-left:8px;
}
.a_no2 {
	margin-top: 25px;
}
.a_te {
	white-space: nowrap;
	margin-top: 10px;
}
.a_te2 {
	font-size: 1.1em;
}
.a_bo {
	cursor: pointer;
	border: 1px solid #DFDFDF;
	background-color: #fff;
	font-family: monospace;
	border-radius: 5px;
	font-size: 1.5em;
	background-color: #F3F3F3;
	margin-left: 8px;
	margin-right: 8px;
	padding-right: 25px;
	margin: 8px;
}
.a_bo img {
	margin-right: 8px;
	margin-left: 4px;
	position: relative;
	top: -3px;
}
.a_bo:hover {
	background-color: #ffdd8b;
	background: linear-gradient(#ffed9b 0%, #fffddb 50%, #ffed9b 100%);
	background: -webkit-linear-gradient(#ffed9b 0%, #fffddb 50%, #ffed9b 100%);
	background: -moz-linear-gradient(#ffed9b 0%, #fffddb 50%, #ffed9b 100%);
	background: -o-linear-gradient(#ffed9b 0%, #fffddb 50%, #ffed9b 100%);
}

.a_propo {
	min-height: 84px;
	margin: 10px 10px 10px 0;
	font-size: .9em;
	padding: 6px;
	border-radius: 19px;
	line-height: 1.3em;
	border: 1px solid #fff;
}
.a_propo:hover {
	background-color: #fff1cf;
	background: linear-gradient(to right, #fff 0%, #fff 40px, #fff1cf 45px, #fff1cf);
	border: 1px solid #ffcbcb;
}
.a_propo a:hover {
	text-decoration: none;
}
.a_propo img {
	float: left;
	border: 3px solid #ff8d1c;
	border-radius: 12px;
	margin-right: 10px;
	padding: 10px;
	background-color: #fff;
	height: 70px;
	width: 70px;
}
.a_propo strong {
	color: #ed7600;
	font-size: 1.4em;
	display: inline-block;
	padding: 4px 0;
}
.a_propo span {
	width: calc(100% - 85px);
	display: inline-block;
}
#a_suite1, #a_suite2 {
	clear: both;
	display: none;
}
#a_suite1_zo {
	border-radius: 4px;
	border: 1px solid #bbb;
	padding: 6px;
	margin: 4px;
	height: 38px;
	margin: 0;
	font-size: 1.3em;
	width: 65%;
}
#a_suite1_zo:focus {
	background-color: rgb(230, 255, 228);
}
#a_suite1_bo {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0;
}
#a_bo_oui_img, #a_bo_non_img {
	visibility: hidden;
}
#a_suite1_pa {
	vertical-align: sub;
	margin-left: 25px;
	margin-right: 25px;
	float: right;
	display: none;
}
#a_suite11 {
	margin-left: 16px;
	margin-top: 8px;
	clear: both;
	display: none;
}

.wExemples {
	margin-top: 30px;
}

.wExemples ul {
	padding: 0;
	list-style: none;
}

.wExemples ul li {
	padding: 2px;
	overflow: auto;
	padding-left: 3px;
}

.wExemples ul li:nth-child(even) {
	background-color: #E8E6B3;
}

.wExemples ul li:last-child {
	margin-top: 10px;
	background-color: transparent;
}

.wExemples ul li span {
	float: right;
	padding: 0 3px;
}

img.icon {
	width: 70px;
	float: left;
	padding: 0 0 0 22px;
	opacity: .8;
}

@media screen and (max-width: 1599px) {
	.BlocHauFix {
		height: 308px;
	}
	#aide {
		width: 240px;
		font-size: .8em;
	}
	.BlocOuvrant .BE > div {
		max-height: none; /* 07/08/2018 : au lieu de auto */
	}
	.w25p {
		width: 33%;
	}
	#prepied > div {
		width: 100%;
		margin-left: auto;
	}
	#BlocNouveautes table {
		width: 217px;
	}
	#BlocSuivre .BC {
		padding-top: 2px;
	}
}

@media screen and (min-width: 991px) {
	.Bloc1sur2Type1 .Bloc:nth-child(8n+2), .Bloc1sur2Type1 .Bloc:nth-child(8n+4), .Bloc1sur2Type1 .Bloc:nth-child(8n+5), .Bloc1sur2Type1 .Bloc:nth-child(8n+7) {
		background-color: #aea694;
		color: #fff;
	}
	.Bloc1sur2Type1 .Bloc:nth-child(8n+2) .bas, .Bloc1sur2Type1 .Bloc:nth-child(8n+4) .bas, .Bloc1sur2Type1 .Bloc:nth-child(8n+5) .bas, .Bloc1sur2Type1 .Bloc:nth-child(8n+7) .bas {
		background: linear-gradient(to bottom, rgba(206, 20, 20, 0) 0, #AEA694 10px);
		background: -webkit-linear-gradient(top, rgba(206, 20, 20, 0) 0, #AEA694 10px);
		background: -moz-linear-gradient(top, rgba(206, 20, 20, 0) 0, #AEA694 10px);
		background: -o-linear-gradient(top, rgba(206, 20, 20, 0) 0, #AEA694 10px);
	}
}

@media screen and (max-width: 990px) {
	.Bloc .BE2Col {
		display: block;
	}
	.Bloc .BE2Col > div {
		display: block;
	}
	.Bloc .BE2Col h1, .Bloc .BE2Col h2 {
		width: 100%;
	}
	.Bloc .BE2Col div {
		padding: 0 15px 22px 22px;
		width: 100%;
	}
	.Bloc .BE2Col br {content: ' '}
	.Bloc .BE2Col br:after {content: ' '}
	.BlocType1 .Bloc {
		width: 50%;
	}
	.v960seul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.v960seul .Bloc, #BlocCarte {
		width: 100%;
	}
	.v960h .Bloc {
		display: none;
	}
	.w450 {
		width: 50%;
	}
	.w25p {
		width: 50%;
	}
	.BlocSepH .Bloc {
		border: 0 !important;
	}
}

@media screen and (max-width: 640px) {
	.BlocType1 .B1, .BlocType2 .B1 {
		font-size: 1.1em;
	}
	.raccourcis {
		font-size: 1.3em;
	}
	.BlocLigne {
		height: auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#BlocOutils {
		height: 0;
		margin-top: 232px;
		width: 100% !important;
	}
	.Bloc .BE {
		min-height: initial;
	}
	.BlocOuvrant .BE {
		height: 125px;
	}
	.BlocOuvrant .BE > div {
		-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
	}
	.Bloc .BE h1, .Bloc .BE h2 {
		padding: 8px 0 8px 15px;
		min-height: initial;
		font-weight: bold;
		margin-top: 20px;
	}
	.Bloc .BE > div {
		padding: 5px 15px 5px 15px;
		min-height: initial;
	}
	.v640seul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.v640seul, #BlocCarte {
		width: 100%;
	}
	.v640h .Bloc {
		display: none;
	}
	#BlocAssistant {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#aide {
		padding-top: 15px;
		width: 100%;
		font-size: 1em;
	}
	#a_suite {
		padding-top: 0;
	}
	.Bloc .hm80 {
		min-height: initial;
	}
	.BlocHauFix .Bloc .BE1Col {
		height: auto;
	}
	#BlocNouveautes {
		display: none;
	}
	#BlocDecouverte, #BlocSuivre {
		width: 50%;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: flex-start;
		justify-content: flex-start;
	}
	#BlocSuivre .BC {
		font-size: 1.2em;
		padding-left: 15px;
		padding-top: 15px;
	}
}

@media screen and (max-width: 990px) and (min-width: 481px) {
	.Bloc1sur2Type1 .Bloc:nth-child(4n+2), .Bloc1sur2Type1 .Bloc:nth-child(4n+3) {
		background-color: #aea694;
	}
	.Bloc1sur2Type1 .Bloc:nth-child(4n+2) .bas, .Bloc1sur2Type1 .Bloc:nth-child(4n+3) .bas {
		background: linear-gradient(to bottom, rgba(206, 20, 20, 0) 0, #AEA694 10px);
		background: -webkit-linear-gradient(top, rgba(206, 20, 20, 0) 0, #AEA694 10px);
		background: -moz-linear-gradient(top, rgba(206, 20, 20, 0) 0, #AEA694 10px);
		background: -o-linear-gradient(top, rgba(206, 20, 20, 0) 0, #AEA694 10px);
	}
}

@media screen and (max-width: 480px) {
	.Bloc {
		width: 100%;
	}
	.BlocType1 .Bloc {
		width: 100%;
	}
	#BlocOutils {
		margin-top: 309px;
	}
	.Bloc .BE1Col {
		z-index: 0;
	}
	.w400, .w25p {
		width: 100%;
	}
	#BlocDecouverte, #BlocSuivre {
		width: 100%;
	}
	.BlocSepH .Bloc {
		margin-bottom: 0;
	}
	.BlocLigne { /* IOS6 ; remplace display: flex */
		display: block;
	}
}

@media (max-width:320px){
	#BM211 {
		font-size:1em;
	}
}
