.accueil_zone1										{width:100%; height:370px; display:block; background:url('../img/illustration/fond-error-zone1.jpg') no-repeat top center; -webkit-background-size: cover; background-size: cover;-webkit-background-size: cover; background-size: cover;}
.accueil_zone1 .mess-block							{line-height:17px; text-align:center; position:relative;}
.accueil_zone1 .mess-block .square					{height:370px;}
.accueil_zone1 .mess-block .square h1				{font-size: 40px; width:100%; text-align:center; font-weight: bolder; text-decoration: none; line-height: 370px; margin: 0px 0px 18px 0px; color: red;}

.accueil_zone2										{width:100%; height:auto; display:block; background:#202020; position:relative; padding-top:80px;}
.accueil_zone2:before 								{content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:url('../img/illustration/fond-block-overlay.webp'); opacity:0.10;}
.accueil_zone2 .mess-block .square					{position:relative; width:calc(100% - 20px); padding:10px; margin:0px 0px 0px 0px; color:#eee; text-align:center; opacity: 0; -webkit-tr-ansition: all 0.5s ease 0.2s; -moz-transition: all 2s ease 0.2s; -o-transition: all 0.5s ease 0.2s; transition: all 0.5s ease 0.2s; -moz-transform: translate3d(0px,250px,0px); -webkit-transform: translate3d(0px,250px,0px); -o-transform: translate(0px,250px,0px); -ms-transform: translate(0px,250px,0px); transform: translate3d(0px,250px,0px);}
.accueil_zone2 .mess-block .square_inview			{margin:0px 0px 0px 0px; opacity: 1; -moz-transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0px, 0px, 0px); -o-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px);   transform: translate3d(0px, 0px, 0px);}
.accueil_zone2 .mess-block .square h1				{color:#fff;}

@media screen and (min-width:320px) and (max-width:479px) {
	.accueil_zone1                                         {background-position:right center;}
}
@media screen and (min-width:480px) and (max-width:639px)  {
	.accueil_zone1                                         {background-position:right center;}
}
