/*** ANIMATIONS PAGE ACCUEIL ***/
img.Logo { border-radius: 33px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.SpanLogo:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*** ANIMATIONS PAGE LE JEU ***/
.wrap {
    position: relative;
    height: 100%;
    min-height:195px;
  }
.clip {
    position: absolute;
    -webkit-transition: all 1s ease;
    z-index: 1;
    top: 0px;
    border-radius:10px;
    clip: rect(8px, 170px, 95px, 50px);
	background: rgb(0,176,200);
	opacity: 1; 
  }
.clip img {
	opacity: 0.85;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.c2 {     left: 180px;   }
.c3 {     left: 360px;   }
.clip:hover {
	clip: rect(0, 210px, 155px, 0);
	z-index: 999;
	background:none;
}
.olip img:hover { opacity: 1; }

/** ANIMATION PAGE LE JEU TITRES SECTION **/
.portfolio-experiment:hover .text { 
	transition-property: border-left, border-top, border-right; 
	transition-duration: 0.5s; 
	border-left: 3px solid #c99d52;
	border-top: 3px solid #c99d52;
	border-right: 3px solid #c99d52;
}
.text { border-bottom: 3px solid #c99d52; }





/*** ANIMATIONS BOUTON NOUS CONTACTER ***/
.containerbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #ededed;
  font-family: 'Droid Serif', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.button {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #fff;
  background-color: #76abe9;
  padding-left: 2rem;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);
}
.button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #4A90E2;
  z-index: -1;
  transition: -webkit-transform 750ms;
  transition: transform 750ms;
  transition: transform 750ms, -webkit-transform 750ms;
}
.button span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  padding: 1rem;
  overflow: hidden;
  background-color: #4A90E2;
}
.button:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/** ANIMATION BOUTON NOUS CONTACTER FLECHE **/
.button img {
  width: 40px!important;
  height: 40px!important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
} 
.button img :hover {
  -webkit-transform: rotate(360deg); /* rotation de l'image */
  transform: rotate(360deg);
}


/*** ANIMATION FLECHES ***/
.blocRythmeJeu {
	float:left;
	overflow:unset;
 	display: flex;
}
.blocRythmeJeu .bloc {
	min-height: 60px;
	width: 140px;
	display: flex;
	border-radius: 10px;
	border: 2px solid black;
	background-color: #4E9ADB;
	text-align: center;
 }
.blocRythmeJeu .bloc p { margin: auto; font-size: 21px; }

.one, .two, .three {
	font-size:50px;
	margin:auto;
}
.one {animation: anim_fleches 10s infinite ;}
.two {animation: anim_fleches 10s infinite ;}
.three {animation: anim_fleches 10s infinite;}

@keyframes anim_fleches {
0% {color: white;}
50% {color: #FBC638;}
100% {color: white;}
}

.bloc1 {animation: anim_rythme 10s infinite;}
.bloc2 {animation: anim_rythme 10s infinite 3.5s;}
.bloc3 {animation: anim_rythme 10s infinite 7s;}

@keyframes anim_rythme {
0% {opacity:0;}
25% {opacity: 1;}
85% {opacity:0;}
100% {opacity:0;}
}


/*** RESPONSIVE ***/
@media (max-width: 767px) {
  .span3 { margin-top: 25px; }
  .mod_search93 { display: none; }
  .clip { position:relative;  left:0; background:white;}
  .wrap figure { margin-left: 100px;}
  
  
}


/*** MENU ***/
.navigation .nav li {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.navigation .nav li {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav li a:hover { color:#c99d52; }
.nav li.active a { background: #d0aa69; }
.navigation .nav-child li a { background: white; }


	/** MENU ANIMATION SOULIGNAGE AU SURVOL **/
a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
          transform: translateX(-50%) scaleX(0);
          transform-origin: 50% 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 76, 200, 0.8);
  transition: transform 250ms;

}
a:hover::after {
	transform: translateX(-50%) scaleX(1);
}

/*** ARCHITECTURE DE PAGE ***/
.container {
  	width: 100%!important;
  	max-width: 100%!important;
  	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px!important;
  	box-shadow: 0px 0px 0px rgba(0,0,0,0.05)!important;
	padding: 0px!important;
	border: 0px solid rgba(0,0,0,0.15)!important;
}
body.site {
    background: none !important;
}
.row-fluid {
  	background: #f4f6f7;
}

footer {
  background: #d0aa69;
  color: white;
  font-family: 'Carme', 'Open Sans', 'Calibri';
  text-align: center;
}
footer a { color: white; }

#login-form {    border-top: 2px solid grey; padding-top: 30px; }

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 62px;
    right: 100px;
    display: none;
    z-index: 999;
    box-shadow: 0 4px 4px rgba(0,0,0,0.09);
    background-color: #fff;
}

/* PAGE ACTUALITES */
.blog-item { 
  border: 1px solid #eeeeed;
  border-radius: 15px;
  padding: 10px;}

.blog-item .item-image img { 
  max-width:250px;}