.t3 {

	visibility: visible;
	z-index: 100;
	text-align: left;
	text-align: left;
	color:#000;
	min-height: 200px;
	}
  
.img2 {
	text-align: center;
	width: 20%;
	z-index: -100;
	margin-top: 4%;
}	
.bio {
	font-size: 14px;
	color: #000;
	font-family: "futura_lightregular";
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 20px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: block;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0%;
	text-align: left;
	margin-right: 5%;
	margin-left: 5%;
}
.name {
	    font-size: 16px;
    text-align: left;
    padding-right: 20px;
    color: rgba(0, 0, 0, 0.74);
    margin-left: 10px;
    letter-spacing: -0.08em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
 .ln {
	background-color: #FF402B;
	color: #FFF; 
}
.photo {
	text-align: left;
	margin-top: 1.7%;
}
.photo2 {
	text-align: left;
	float: right;
    margin-right: %;
	margin-left: 5%;
	margin-bottom:3%;
	margin-top: 3%;
}
.name1 {
	font-size: 16px;
	text-align: center;
	font-family:"futura_lightregular";
	letter-spacing: 0.05em;
	width: 100%;
	margin-right: 25%;
	margin-left: -5%;
	z-index: 50;
	margin-top: 28%;
	position: fixed;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 2px 5px #333;
}
.name2 {
	width: 100%;
	text-align: center;
	bottom: 0px;
	visibility: visible;
	left: auto;
	right: auto;
	background-color: #444;
	font-family: 'futura_lightregular';
	font-size: 12px;
	color:#333;
	font-weight: 100;
	letter-spacing: 0.2em;
	line-height: 46px;
	background-color: rgba(243, 243, 248, 0.04);
	text-decoration: none;
	z-index: 400;
	position: relative;
}
.cache2 {
	width: 100%;
	bottom:0px;
	position: fixed;
	visibility: visible;
	float: left;
	top:1%;
	z-index: 1000;
	margin-top: -5px;
}
.p1 {
	font-size: 14px;
	font-family: futura_lightregular;
	text-align: center;
	font-weight: normal;
	color:rgba(0, 0, 0, 0.47);
}	 

.p2 {
	font-size: 8px;
	font-family: futura_lightregular;
	color:#666;
	height: 40px;
	width: 100%;
}
	 
.p3 {
	font-size: 8px;
	font-family: futura_lightregular;
	color:#666;
	height: 60px;
}	 	 
.m {
	    /* color: #333; */
    text-align: center;
    letter-spacing: 0.05em;
    font-family: futura_lightregular;
    font-size: 12px;
    font-weight: lighter;
    width: 100%;
}


.a:hover {
	cursor: pointer;
}

.img {
	text-align: right;
	width: 100%;
	margin-top: -50%;
	z-index: -100;
}


#cssmenu {
        position: fixed;
    height: 44px;
    background: ;
    width: 100%;
    margin: 0px;
    text-align: center;
    z-index: 100;

}
footer {
	width: 100%;
	text-align: center;
	bottom: 0px;
	position: fixed;
	visibility: visible;
	left: auto;
	right: auto;
	height: 40px;
	background-color: #444;
	font-family: 'futura_lightregular', sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 100;
	letter-spacing: 0.2em;
	background-color: rgba(243, 243, 248, 0.04);
	text-decoration: none;
	z-index: 1000;
	line-height: normal;
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 3;
 
}
#cssmenu > ul {
  position: relative;
  display: block;
background-color:#FFF;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: ;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family:'futura_lightregular';
  text-decoration: none;
 
}
#cssmenu > ul > li > a {
	font-size: 12px;
	font-weight: normal;
	padding: 1px 11px;
	
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
  color:#000;
}
#cssmenu > ul > li:hover > a {
	color:#C25258;
	
}

#cssmenu > ul > li:active link > a {
  
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
 /* border-top-color: #7a8189;*/
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
}
#indicatorContainer {
  position: absolute;

  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
	opacity: 1;
	font-family: "futura_lightregular";
	font-size: 16px;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
width: 240px;
border-bottom: 1px solid #eeeeee;
padding: 0px 20px;
font-size: 10px;
color: #000;
text-align: left;
background: #ffffff;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
 letter-spacing: 0.1em;

}
.cssmenu2  {
width: 110px;
border-bottom: 1px solid #eeeeee;
padding: 5px 20px;
font-size: 10px;
color: #9ea2a5;
background: #ffffff;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;

}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background:#FFDADC;
  color: #8c9195;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}  


/* -------------------------------------- */
/* ANIMATION : TRANSLATION */
@keyframes mouvement-uniforme {
    0% 		{ animation-timing-function: linear; transform: translateX(-30px); }
    100% 	{ animation-timing-function: linear; transform: translateX(1050px); }
}
@-webkit-keyframes webkit-mouvement-uniforme {
    0% 		{ -webkit-animation-timing-function: linear; -webkit-transform: translateX(-30px); }
    100% 	{ -webkit-animation-timing-function: linear; -webkit-transform: translateX(1050px); }
}
@-moz-keyframes moz-mouvement-uniforme {
    0% 		{ -moz-animation-timing-function: linear; -moz-transform: translateX(-30px); }
    100% 	{ -moz-animation-timing-function: linear; -moz-transform: translateX(1050px); }
}
@-ms-keyframes ms-mouvement-uniforme {
    0% 		{ -ms-animation-timing-function: linear; -ms-transform: translateX(-30px); }
    100% 	{ -ms-animation-timing-function: linear; -ms-transform: translateX(1050px); }
}
@-o-keyframes o-mouvement-uniforme {
    0% 		{ -o-animation-timing-function: linear; -o-transform: translateX(-30px); }
    100% 	{ -o-animation-timing-function: linear; -o-transform: translateX(1050px); }
}
 
#image		{ color:#3366cc;/*bleu */ font-size:1.2em; 
	animation: mouvement-uniforme 200s infinite;
	-webkit-animation: webkit-mouvement-uniforme 200s infinite;
	-moz-animation: moz-mouvement-uniforme 200s infinite;
	-ms-animation: ms-mouvement-uniforme 200s infinite;
	-o-animation: o-mouvement-uniforme 200s infinite;
			}
#conteneur { background:yellow; overflow:hidden; margin:0 auto; width:1000px; }
/* -------------------------------------- */

/*.cache2  {
transition:All 1.7729s ease;
-webkit-transition:All 1.7729s ease;
-moz-transition:All 1.7729s ease;
-o-transition:All 1.7729s ease;
transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
-webkit-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
-moz-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
-o-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
-ms-transform: rotate(0deg) scale(1) skew(1deg) translate(10px);
}
.cache2:hover{
transform: rotate(0deg) scale(0.1) skew(1deg) translate(0px);
-webkit-transform: rotate(0deg) scale(0.1) skew(1deg) translate(0px);
-moz-transform: rotate(0deg) scale(0.1) skew(1deg) translate(0px);
-o-transform: rotate(0deg) scale(0.1) skew(1deg) translate(0px);
-ms-transform: rotate(0deg) scale(0.1) skew(1deg) translate(0px);
}*/

@media all and (max-width:800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  .name1 {
	font-size: 16px;
	text-align: center;
	font-family:"futura_lightregular";
	letter-spacing: 0.05em;
	width: 100%;
	margin-right: 25%;
	margin-left: -15%;
	z-index: 500;
	margin-top: 40%;
	position: fixed;
	color: #000;
	text-decoration: none;
	font-weight:bolder;
}
.photo {
	text-align: left;
	width : 100%;
}
.photo2 {
    text-align: left;
    /* float: right; */
    margin-right: %;
    /* margin-left: 5%; */
    /* margin-bottom: 3%; */
    margin-top: 3%;
    width: 100%;
}
.name2 {
	width: 100%;
	text-align: center;
	bottom: 0px;
	position: relative;
	visibility: visible;
	left: auto;
	right: auto;
	height: 29px;
	background-color: #444;
	font-family: 'futura_lightregular', sans-serif;
    color: #666;
	font-weight: 100;
	letter-spacing: 0.1em;
	line-heigth : 29px;
	background-color: rgba(243, 243, 248, 0.04);
	text-decoration: none;
	font-size:9px;
	margin-left:0%;
	margin-right: 10%;
}
.cache2 {
	width: 100%;

	bottom:0px;
	position: fixed;
	visibility: visible;
	z-index: 1000;
	float: left;
	top:0%;	
}.bio {
	font-size: 14px;
	color: #000;
	font-family: "futura_lightregular";
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 0.1em;
	line-height: 20px;
	opacity: 1.00;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: block;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 2%;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
}	
  
.img2 {
	    text-align: center;
    width:50%;
    z-index: -100;
    margin-top: 12%;
}

#cssmenu {
	position: fixed;
	height: 44px;
	background: ;
	width: 100%;
	margin: 0px;
	text-align: left;
}
.a:hover {
	text-decoration: none;
	color:
	#B12108;
	cursor: pointer;
}
.name {
	
	font-size: 16px;
	text-align: left;
	color: rgba(4, 4, 4, 0.74);
	font-family:Arial, Helvetica, sans-serif;
    font-weight:bolder;
	margin-left: 15px;
}

footer {
	width: 100%;
	text-align: center;
	bottom: 0px;
	position: fixed;
	visibility: visible;
	left:auto;
	right: auto;
	height: 29px;
	background-color: #444;
	font-family: 'futuralightregular', sans-serif;
    color: #666;
	font-weight: 100;
	letter-spacing: 0.1em;
	line-heigth : 47px;
	background-color: rgba(243, 243, 248, 0.04);
	text-decoration: none;
	font-size:9px;
	
}

.m {
    /* color: #333; */
    text-align: center;
    letter-spacing: 0.05em;
    font-family: futura_lightregular;
    font-size: 10px;
    font-weight: lighter;
    width: 100%;
    line-height: 16px;
}

.img {
	text-align: right;
	width: 150%;
	margin-top: -70%;
	z-index: -100;
	margin-left: -7%;

}
.cache {
	
	position: fixed;
	visibility: visible;
	z-index: 15000;
	float : left;
	width: 200%;
	text-align: center;
	margin-left:-50%;
}


.cache2 {
	
	width: 100%;

	bottom:0px;
	position: fixed;
	visibility: visible;
	float: left;
	top:%;
	z-index: 1000;	
}	

	 
.p3 {
	font-size: 8px;
	font-family: futura_lightregular;
	color:#666;
	height: 20px;
}
.callbacks_container {
margin-bottom: 50px;
position: relative;
float: left;
width: 100%;
margin-top: 20px;

}
.callbacks .caption {
font-family: "futuralightregular";
display: block;
position: absolute;
z-index: 2;
font-size: 7px;
text-shadow: none;
color: #fff;
background: #000;
background: rgba(0, 0, 0, 0.56);
left: 0;
right: 0;
bottom: 0;
padding: 0px 11px;
margin: 0;
max-width: none;
font-weight:bold;
}
.p1 {
	font-size: 8px;
	font-family: "futuralightregular";
}

#cssmenu ul ul li a {
width: 240px;
border-bottom: 1px solid #eeeeee;
padding: 5px 20px;
font-size: 12px;
color: #000;
background: #000;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
 letter-spacing: 0.1em;
}
#cssmenu ul ul li:hover > a {
background: #f2f2f2;
color: #8c9195;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#cssmenu ul {
list-style: none;
padding: 4px;
margin:-2px;
line-height: 0.7;
}

  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background:rgba(255, 252, 252, 0.83);
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
  background: #FFF;
  color:#000;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
g {
	font-weight: bold;
}
g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-weight: bold;
}
.g {
	font-family: futura_lightregular, sans-serif;
}
