/***Couleurs***/
    .vert {color:#61b346;} /*background:RGBA(79,158,54,.95); /* Vert */
    .rouge {color:#ce2027;} /*background:RGBA(187,9,25,.95); /* Rouge */
    .bleu {color:#0685bb;} /*background:RGBA(14,118,179,.95); /* Bleu */
    .gris {color:#535353;} /*background:RGBA(82,82,82,.95); /* Gris */
    .grisFonce {color:#2f2f2f;}
                        /*background:RGBA(255,255,255,.85); /* Blanc */
    .mauve {color:#6A5371;} /* rouge + bleu */
    .marron {color:#986A37;} /* rouge + vert */
    .vertBleu {color:#349C81;} /* vert + bleu */

body
{
    color:#535353;
    animation:slidein 1.5s;
}
@keyframes slidein
{
  from
  {
    margin-left: 100%;
    width: 300%
  }
  to
  {
    margin-left: 0%;
    width: 100%;
  }
}

#conteneur
{
    position:relative;
    z-index:1;
}

#conteneurHaut
{
    position:fixed;
    z-index:10;
    width:100%;
    height:60px;
    background:#FFF;
    border-bottom:1px solid rgba(0,0,0,.2);
    box-shadow:0 3px 5px rgba(0,0,0,.4);
}
/****************************************/
/*****           HEADER             *****/
/****************************************/

header
{
    margin:0;
    height:60px;
}

header #logo
{
    margin:0;
    float:left;
    width:100%;
    height:60px;
    background:url('../../../entrepot/img/logo-easy-services.png') no-repeat center center;
}

/*****             NAV              *****/

nav
{
    height:60px;
}
nav ul
{
}
nav li
{
    float:left;
    height:50px;
    padding:0.5em 1em 0 1em;
    text-align:center;
    color:#0685bb;
    font-size:2em;
    font-weight:100;
}
nav li:hover
{
    background:#0685bb;
    color:#FFF;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
nav li a
{
    font-weight:100;
}
nav ul li ul
{
    display:none;
}
nav ul li:hover ul
{
    display:block;
    animation: sousmenu 0.5s 1 linear;
}
@keyframes sousmenu
{
    from {opacity:0;}
    to {opacity:1;}
}
nav li:hover ul
{
    width:220px;
    padding:0;
    margin:0.4em 0 0 -3em;
    text-indent:5px;
}
nav li:hover ul li:first-child
{
    margin-top:35px;
    height:0px;
    padding:0;
}
nav li:hover ul li:first-child+li
{
    padding-top:20px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
nav li:hover ul li
{
    float:none;
    height:28px;
    background:#FFF;
    text-align:left;
    margin:0;
    padding:0.5em 1em 0.5em 1em;
    font-size:0.75em;
}
nav li:hover ul li a
{
    margin:0;
    padding:0 1em 0 1em;
}
nav li:hover ul li a:hover
{
    font-weight:300;
    text-decoration:none;
    transition: all 500ms ;
}
nav li ul
{
    position:absolute;
}
.arrow_box { position: relative; background: #FFFFFF; }
.arrow_box:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 255, 255, 0); border-bottom-color: #FFFFFF; border-width: 30px; margin-left: -30px; }
nav li:hover ul li:last-child
{
    height:0px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
/****************************************/
/*****            MAIN              *****/
/****************************************/

#main
{
    clear:both;
}

/**************  Corps  ******************/

#corps
{
    font-weight:200;
    line-height:25px;
}
#corps section
{
    height: 2000px;
    margin:0;
    padding:5em 0 2em 0;
}
#corps article
{
    background:rgba(255,255,255,.9);
}
#corps h1, #corps h2, #corps h3, #corps h4, #corps h5, #corps h6
{
    width:100%;
    margin:0;
    padding:0.75em 0 0.5em 2em;
    background:rgba(255,255,255,.5);
    color:#0685bb;
    font-weight:200;
}
#corps h1{font-size:2.2em;}
#corps h2{font-size:2em;margin-top:2em;text-decoration:overline;}
#corps h3{font-size:1.8em;}
#corps h4{font-size:1.6em;}
#corps h5{font-size:1.4em;}
#corps h6{font-size:1.2em;}

#corps strong
{
    font-weight:500;
}

#corps .autoPortrait{width:100px;border-radius:50px;border:2px solid #0685bb;}
#corps .containerTime
{
    height:250px;
    margin-top:25px;
    overflow:auto;
    font-size:0.75em;
    background:url('../../../entrepot/img/time-fond.png') no-repeat bottom left transparent;
}
#corps .timeLine
{
    width: 50%;
    float: left;
    margin: 0 0 30px;
    padding: 10px 100px 0 0;
    border-top: 3px solid #61b346;
    position: relative;
}
#corps .timeLine span
{
    position: absolute;
    right: 0; top: 20px;
    font-size: 3em;
    line-height: 1em;
    color: #61b346;
}
#corps .even
{
    float: right;	
    padding: 10px 0 0 100px;
    border-color: #ca0000;
}
#corps .even span
{
    left: 0;
    color: #ca0000;
}
#corps .liensExterne:after
{
    content:url('../../../entrepot/img/liens-externe.png');
    padding-left:10px;
}

/****           ASIDE                ****/
aside
{
    border-left: 1px dotted #c7c7c7;
    border-bottom:1px solid #c7c7c7;
    border-top:1px solid #c7c7c7;
    background:#efefef;
}
aside section
{
    padding:1.5em;  
}

aside h1, aside h2, aside h3, aside h4, aside h5, aside h6
{
    font-size:2em;
}


/****************************************/
/*****           FOOTER             *****/
/****************************************/

footer section
{
    position:fixed;
    bottom:0;
    width:100%;
    padding:2em;
    font-size:0.8em;
    background:rgba(0,0,0,.6);
    color:#fff;
}


/****** Background SlideShow *****************************************************************/
/** http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/ **/
/*********************************************************************************************/
.background-slideshow,
.background-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
/* rajout des points noir a l'image */
.background-slideshow:after {
    content: '';
    background: transparent url(../../../entrepot/img/background-slideshow/pattern.png) repeat top left;
}

.background-slideshow li{
    list-style-type:none;
}
.background-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.background-slideshow li:nth-child(1) span { background-image: url(../../../entrepot/img/background-slideshow/1.jpg) }
.background-slideshow li:nth-child(2) span {
    background-image: url(../../../entrepot/img/background-slideshow/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.background-slideshow li:nth-child(3) span {
    background-image: url(../../../entrepot/img/background-slideshow/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.background-slideshow li:nth-child(4) span {
    background-image: url(../../../entrepot/img/background-slideshow/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.background-slideshow li:nth-child(5) span {
    background-image: url(../../../entrepot/img/background-slideshow/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.background-slideshow li:nth-child(6) span {
    background-image: url(../../../entrepot/img/background-slideshow/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.background-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.background-slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.background-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.background-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.background-slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .background-slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.background-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.background-slideshow li div h3 { font-size: 50px }
}