/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 /* titillium-web-regular - latin */
@font-face {
  font-family: 'Titilliumregular';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v4-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titilliumregulasr';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/titillium-web-v4-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v4-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v4-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v4-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v4-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v4-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Titilliumdregular';
  font-style: normal;
/*  font-weight: 900;*/
  src: url('../fonts/King.eot'); /* IE9 Compat Modes */
  src: local('Titillium WebKing'), local('King'),
       url('../fonts/King.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/King.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/King.woff') format('woff'), /* Modern Browsers */
       url('../fonts/King.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/King.svg#King') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titilliumbold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v4-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Titillium WebSemiBold'), local('TitilliumWeb-SemiBold'),
       url('../fonts/titillium-web-v4-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v4-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v4-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v4-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v4-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

/* neuton-regular - latin */
@font-face {
  font-family: 'Titilliumsregular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/neuton-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Neuton Regular'), local('Neuton-Regular'),
       url('../fonts/neuton-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/neuton-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/neuton-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/neuton-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/neuton-v9-latin-regular.svg#Neuton') format('svg'); /* Legacy iOS */
}

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-control-thumbs img {cursor:pointer;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {overflow:hidden; position: relative; z-index:2;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }



/* Direction Nav */
.flexslider.top_slider .flex-direction-nav li a {
	position:absolute;
	z-index:300;
	top:40%;
	display:block;
	width:32px;
	height:32px;
	margin-top:-16px;
	font-family:FontAwesome;
	text-align:center;
}
.flexslider.top_slider .flex-direction-nav li a.flex-prev {left:15px;}
.flexslider.top_slider .flex-direction-nav li a.flex-next {right:15px;}
.flexslider.top_slider .flex-direction-nav li a:before {
	position:absolute;
	left:0;
	top:0;
	width:32px;
	height:32px;
	line-height:30px;
	font-size:38px;
	color:#1F5F90;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.flexslider.top_slider .flex-direction-nav li a.flex-prev:before {content: "\f053";}
.flexslider.top_slider .flex-direction-nav li a.flex-next:before {content: "\f054";}
.flexslider.top_slider .flex-direction-nav li a:hover:before {    font-size: 60px;}







/* __________ Control Navigation __________ */
.flex-control-nav {
	position: absolute;
    z-index: 300;
    left: 48%;
    bottom: 72px;
    width: 1170px;
    /* margin-left: -585px; */
    text-align: left;
    top: 90%;
}
.flex-control-nav li {
	display:inline-block;
	margin:0 13px 0 0;
}
.flex-control-nav li a {
	display:block;
	width:17px;
	height:17px;
	border-radius:50%;
	box-shadow:0 0 0 2px #000 inset;
	font-size:0;
	cursor:pointer;
}
.flex-control-nav li a:hover {opacity:0.6;}
.flex-control-nav li a.flex-active {
	box-shadow:0 0 0 9px #1F5F90 inset;
	cursor:default;
}
.flex-control-nav li a.flex-active:hover {opacity:1;}



/* Testimonials Slider */
.testimonials_slider .flex-control-nav {
	position:static;
	width:auto;
	margin:0;
	padding:30px 0 0 100px;
}
.testimonials_slider .flex-control-nav li a {box-shadow:0 0 0 2px #333 inset;}
.testimonials_slider .flex-control-nav li a:hover {opacity:0.6;}
.testimonials_slider .flex-control-nav li a.flex-active {box-shadow:0 0 0 9px #1F5F90 inset;}




/* Twitter Slider */
.twitter_list .flex-control-nav {
	position:static;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
}
.twitter_list .flex-control-nav li a {
	border-color:#fff;
}
.twitter_list .flex-control-nav li a.flex-active {
	border-color:#f5c700;
}





/* Blog Post Slider */
.blog_post_slider {
	float:left;
	width:470px;
	height:370px;
	margin-right:30px;
	background-color:#000;
}

.blog_post_slider .flex-control-nav {
	left:0;
	bottom:15px;
	margin:0;
	width:100%;
	text-align:center;
}

.blog_post_slider .flex-direction-nav li a {
	position:absolute;
	z-index:300;
	top:50%;
	display:block;
	width:32px;
	height:32px;
	margin-top:-16px;
	font-family:FontAwesome;
	text-align:center;
}
.blog_post_slider .flex-direction-nav li a.flex-prev {left:15px;}
.blog_post_slider .flex-direction-nav li a.flex-next {right:15px;}
.blog_post_slider .flex-direction-nav li a:before {
	position:absolute;
	left:0;
	top:0;
	width:32px;
	height:32px;
	line-height:30px;
	font-size:38px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.blog_post_slider .flex-direction-nav li a.flex-prev:before {content: "\f053";}
.blog_post_slider .flex-direction-nav li a.flex-next:before {content: "\f054";}
.blog_post_slider .flex-direction-nav li a:hover:before {color:#f5c700;}





/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }








/* Control Nav */
.flex-control-thumbs {
	position: absolute;
	z-index:200;
	left:0;
	bottom:50px;
	width:100%;
	text-align:center;
}
.flex-control-thumbs li {
	overflow:hidden;
	position:relative;
	display:inline-block;
	width: 100px;
	height:70px;
	margin: 0 5px;
}
.flex-control-thumbs img {
	position:asbolute;
	width: auto;
	max-width:none;
	height:100%;
	display: block;
	cursor: pointer;
}
.flex-control-thumbs li img.flex-active:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:5px solid #fff;
}








/* Top Slider Caption */
.flexslider.top_slider .slide1 {
	width:100%;
	background-color:#e9ebee;
	/*background-image:url(../images/slider/slide1_gris.jpg);*/
	background-size:cover;
}
.flexslider.top_slider .slide2 {
	width:100%;
	/*background-color:#e9ebee;*/
	background:url(../images/slider/opticien-gris.jpg) no-repeat;
	background-size:cover;
}
.flexslider.top_slider .slide3 {
	width:100%;
	background-color:#e9ebee;
	/*background-image:url(../images/slider/surmesure.jpg);*/
	background-size:cover;
}
.flexslider.top_slider .slide4 {
	width:100%;
	background-color:#e9ebee;
	/*background-image:url(../images/slider/slide1_gris.jpg);*/
	background-size:cover;
}
.flexslider.top_slider .slide5 {
	width:100%;
	background-color:#e9ebee;
	/*background-image:url(../images/slider/slide1_gris.jpg);*/
	background-size:cover;
}
.top_slider .slides li {height:730px;}


.top_slider .flex_caption1{
	color: #6D6E71;
}
.top_slider .slide1 .flex_caption1 {
	position:absolute;
	z-index:30;
	left: 50%;
    top: 27%;
	width:100%;
	margin-left:-585px;
	    /*text-transform: uppercase;*/
	    font-family: 'Titilliumregular';
        font-weight: 400;
    line-height: 40px;
    font-size: 40px;
}
.top_slider .slide1 .flex_caption1 p {margin:0;}

.top_slider .slide1 .flex_caption2 {
	position:absolute;
	z-index:25;
	left:54%;
	top:8%;
	width:760px;
	height:503px;
	margin-left:-175px;
	background-image:url(../images/slider/commercial.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}




.top_slider .slide2 .flex_caption1 {
	position:absolute;
	z-index:30;
	left: 50%;
    top: 28%;
	width:100%;
	margin-left:-585px;
	    /*text-transform: uppercase;*/
	    font-family: 'Titilliumregular';
        font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide2 .flex_caption1 p {margin:0;}

.top_slider .slide2 .flex_caption2 {
	position: absolute;
    z-index: 25;
    left: 55%;
    bottom: 0;
    width: 400px;
    height: 171px;
    margin-left: -33px;
    background-image: url(../images/slider/opticien1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    top: 40%;
}



.top_slider .slide3 .flex_caption1 {
	position:absolute;
	z-index:30;
	left:50%;
	top:24%;
	width:630px;
	margin-left:-585px;
	/*text-transform:uppercase;*/
	font-family: 'Titilliumregular';
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
        color: #6D6E71;
	
}

.top_slider .slide3 .flex_caption1 p {margin:0;}
.top_slider .slide3 .flex_caption1 p.title3 {color:#f5c700;}

.top_slider .slide3 .flex_caption2 {
	position: absolute;
    z-index: 25;
    left: 50%;
    bottom: 0;
    width: 600px;
    height: 611px;
    margin-left: -33px;
     background-image: url(../images/slider/mesure.png); 
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    top: 12%;
}

.top_slider .slide4 .flex_caption1 p {margin:0;}

.top_slider .slide4 .flex_caption2 {
	position:absolute;
	z-index:25;
	left:50%;
	top:14%;
	width:760px;
	height:503px;
	margin-left:-175px;
	background-image:url(../images/slider/Responsive-Design.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-webkit-background-size:100% auto;
}
.top_slider .slide4 .flex_caption1 {
	position:absolute;
	z-index:30;
	left:50%;
	top:30%;
	width:100%;
	margin-left:-585px;
	/*text-transform:uppercase;*/
	font-family: 'Titilliumregular';
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide4 .flex_caption1 p.title3 {
    color: #f5c700;
}



.top_slider .slide5 .flex_caption1 p {margin:0;}

.top_slider .slide5 .flex_caption2 {
	    position: absolute;
    z-index: 25;
        left: 71%;
    top: 40%;
    width: 280px;
    height: 365px;
    margin-left: -175px;
    background-image: url(../images/logo2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    position: relative;
}
.top_slider .slide5 .flex_caption1 {
	position:absolute;
	z-index:30;
	left:50%;
	top: 30%;
	width:100%;
	margin-left:-585px;
	    /*text-transform: uppercase;*/
	    font-family: 'Titilliumregular';
       font-weight: 400;
    line-height: 40px;
    font-size: 40px;
}
.top_slider p.title1{
	font-family: 'TitilliumBold';
	font-size: 41px;
	line-height: 75px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0a426c;

}
.top_slider .slide2 p.title1{
  font-size: 38px;
}
.top_slider .slide3 p.title1{
  font-size: 38px;
  color: #0a426c;
}
.icon1{
	background-image: url(../images/icon-web/siteweb.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
   top: 3px;
    left: -150px;
}
.icon1:before{
content: "Site web";
    display: block;
    position: absolute;
    left: -76px;
    top: 57px;
    font-size: 20px;

}
.icon2{
	    background-image: url(../images/icon-web/secretariat.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -228px;
    left: 89px;
}
.icon2:before{
    content: "Secretatriat";
    display: block;
    position: absolute;
    left: 11px;
    top: -16px;
    font-size: 20px;

}

.icon3{
	background-image: url(../images/icon-web/application-mobile.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
          top: 125px;
    left: 92px;
}
.icon3:before{
content: "Application mobile";
    display: block;
    position: absolute;
        left: -23px;
    top: 119px;
    font-size: 20px;
}

.icon4{
	background-image: url(../images/icon-web/stand.png);
    background-repeat: no-repeat;
   width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: 13px;
    left: 329px;
}
.icon4:before{
content: "Stand";
    display: block;
    position: absolute;
    left: 132px;
    top: 60px;
    font-size: 20px;

}
.icon5{
	background-image: url(../images/icon-web/restauration.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: -187px;
    left: -37px;
}
.icon5:before{
    content: "Restauration";
    display: block;
    position: absolute;
    left: -114px;
    top: 13px;
    font-size: 20px;

}
.icon6{
	    background-image: url(../images/icon-web/badg.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -113px;
    left: -149px;
}
.icon6:before{
    content: "Badges";
    display: block;
    position: absolute;
    left: -67px;
    top: 17px;
    font-size: 20px;

}
.icon7{
	background-image: url(../images/icon-web/attestation.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: 64px;
    left: -34px;
}
.icon7:before{
content: "Attestations";
    display: block;
    position: absolute;
        top: 104px;
    left: -108px;
    font-size: 20px;
}
.icon8{
	background-image: url(../images/icon-web/statistiques.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: 61px;
    left: 213px;
}
.icon8:before{
content: "Statistiques";
    display: block;
    position: absolute;
        left: 124px;
    top: 107px;
    font-size: 20px;

}
.icon9{
	background-image: url(../images/icon-web/prise-en-charge.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: -115px;
    left: 329px;
}
.icon9:before{
content: "Prise en charge";
    display: block;
    position: absolute;
       left: 129px;
    top: 17px;
    font-size: 20px;

}
.icon10{
	background-image: url(../images/icon-web/abstract.png);
    background-repeat: no-repeat;
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -188px;
    left: 217px;
}
.icon10:before{
content: "Abstract";
    display: block;
    position: absolute;
    left: 130px;
    top: 14px;
    font-size: 20px;

}





.top_slider .slide_btn {
	position:absolute;
	z-index:110;
	bottom:26%;
	left:50%;
	width:auto;
	display:inline-block;
	margin-left:-584px;
	padding:0 0 0 60px;
	text-transform:uppercase;
	font-weight:900;
	line-height:20px;
	font-size:18px;
	color:#fff;
}
.top_slider .slide_btn:hover {color:#f5c700;}
.top_slider .slide_btn:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:20px;
	background-color:#f5c700;
}


/* Video in iMAc */
.slide_video_in {
	position:relative;
	width:732px;
	height:414px;
	margin:33px 0 0 113px;
}
#controlBar_P1 {position:static !important;}

#wrapper_mbYTP_P1 {opacity:1 !important;}
#wrapper_mbYTP_P2 {opacity:1 !important;}

.slide_video_in iframe {
	position:static !important;
	left:0 !Important;
	top:0 !important;
	width:732px !important;
	height:414px !Important;
	margin:0 !important;
}
.slide_video_in .buttonBar span {display:none !important;}
.slide_video_in .buttonBar span.mb_YTVPPlaypause {
	position:absolute;
	z-index:1000;
	left:50%;
	top:50%;
	display:block !important;
	width:162px;
	height:162px;
	margin:-81px 0 0 -81px;
	font-family:FontAwesome;
	font-size:0;
	cursor:pointer;
	border-radius:50%;
	border:15px solid #fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.slide_video_in .buttonBar span.mb_YTVPPlaypause:hover {border-color:#f5c700;}

.slide_video_in .pause .buttonBar span.mb_YTVPPlaypause:before,
.slide_video_in .buttonBar span.mb_YTVPPlaypause:before {
	content: "\f04b";
	position:absolute;
	left:8px;
	top:0;
	width:132px;
	height:132px;
	text-align:center;
	line-height:133px;
	font-size:74px;
	color:#fff;
	transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.slide_video_in .buttonBar span.mb_YTVPPlaypause:hover:before {color:#f5c700;}

.slide_video_in .play .buttonBar span.mb_YTVPPlaypause {
	top:100%;
	width:60px;
	height:60px;
	margin:-70px 0 0 -30px;
	border-width:8px;
}
.slide_video_in .play .buttonBar span.mb_YTVPPlaypause:before {
	content: "\f04c";
	left:0;
	width:44px;
	height:44px;
	line-height:44px;
	font-size:24px;
}









/* Flex Caption Effect */
.FadeIn, .FromTop, .FromRight, .FromBottom, .FromLeft {
opacity: 0;
transition: all 0.7s ease-in-out;
-webkit-transition: all 0.7s ease-in-out;}

.captionDelay1 {transition-delay: 0.1s; -webkit-transition-delay: 0.1s;}
.captionDelay2 {transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.captionDelay3 {transition-delay: 0.3s; -webkit-transition-delay: 0.3s;}
.captionDelay4 {transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
.captionDelay5 {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.captionDelay6 {transition-delay: 0.6s; -webkit-transition-delay: 0.6s;}
.captionDelay7 {transition-delay: 0.7s; -webkit-transition-delay: 0.7s;}
.captionDelay8 {transition-delay: 0.8s; -webkit-transition-delay: 0.8s;}
.captionDelay9 {transition-delay: 0.9s; -webkit-transition-delay: 0.9s;}
.captionDelay10 {transition-delay: 1s; -webkit-transition-delay: 1s;}
.captionDelay11{transition-delay: 1.1s; -webkit-transition-delay: 1.1s;}
.captionDelay12 {transition-delay: 1.2s; -webkit-transition-delay: 1.2s;}
.captionDelay14 {transition-delay: 1.4s; -webkit-transition-delay: 1.4s;}
.captionDelay16 {transition-delay: 1.6s; -webkit-transition-delay: 1.6s;}
.captionDelay18 {transition-delay: 1.8s; -webkit-transition-delay: 1.8s;}
.captionDelay20 {transition-delay: 2s; -webkit-transition-delay: 2s;}
.captionDelay21 {transition-delay: 2.1s; -webkit-transition-delay: 2.1s;}
.captionDelay22 {transition-delay: 2.2s; -webkit-transition-delay: 2.2s;}
.captionDelay23 {transition-delay: 2.3s; -webkit-transition-delay: 2.3s;}
.captionDelay24 {transition-delay: 2.4s; -webkit-transition-delay: 2.4s;}
.captionDelay25 {transition-delay: 2.5s; -webkit-transition-delay: 2.5s;}
.captionDelay26 {transition-delay: 2.6s; -webkit-transition-delay: 2.6s;}
.captionDelay27 {transition-delay: 2.7s; -webkit-transition-delay: 2.7s;}
.captionDelay28 {transition-delay: 2.8s; -webkit-transition-delay: 2.8s;}
.captionDelay29 {transition-delay: 2.9s; -webkit-transition-delay: 2.9s;}
.captionDelay30 {transition-delay: 3s; -webkit-transition-delay: 3s;}
.captionDelay33{transition-delay: 3.3s; -webkit-transition-delay: 3.3s;}
.captionDelay32 {transition-delay: 3.2s; -webkit-transition-delay: 3.2s;}
.captionDelay34 {transition-delay: 3.4s; -webkit-transition-delay: 3.4s;}
.captionDelay36 {transition-delay: 3.6s; -webkit-transition-delay: 3.6s;}
.captionDelay38 {transition-delay: 3.8s; -webkit-transition-delay: 3.8s;}
.captionDelay40 {transition-delay: 4s; -webkit-transition-delay: 4s;}
.captionDelay41 {transition-delay: 4.5s; -webkit-transition-delay: 4.5s;}

.flexslider li.flex-active-slide .FadeIn {opacity: 1;}
.flexslider li .FromTop {transform: translateY(-100%); -o-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%);}
.flexslider li.flex-active-slide .FromTop {opacity: 1; transform: translateY(0); -o-transform: translateY(0%); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromBottom {transform: translateY(100%); -o-transform: translateY(100%); -ms-transform: translateY(100%); -webkit-transform: translateY(100%);}
.flexslider li.flex-active-slide .FromBottom {opacity: 1; transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
.flexslider li .FromLeft {transform: translateX(-100%); -o-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%);}
.flexslider li.flex-active-slide .FromLeft {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}
.flexslider li .FromRight {transform: translateX(100%); -o-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%);}
.flexslider li.flex-active-slide .FromRight {opacity: 1; transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0);}








/* Responsive Styles */

@media (min-width: 1199px) and (max-width: 1300px) {

.top_slider .slide1 .flex_caption1 {
    left: 56%;
    top: 27%;
    width: 100%;
    margin-left: -585px;
    line-height: 35px;
    font-size: 35px;
}
.top_slider .slide1 .flex_caption1 p {margin:0;}

.top_slider .slide1 .flex_caption2 {
	left: 52%;
    top: 8%;
    width: 740px;
    height: 490px;
    margin-left: -175px;
}




.top_slider .slide2 .flex_caption1 {
	
	left: 56%;
    top: 28%;
	width:100%;
	margin-left:-585px;
        font-weight: 400;
    line-height: 35px;
    font-size: 35px;

	
}
.top_slider .slide2 .flex_caption1 p {margin:0;}

.top_slider .slide2 .flex_caption2 {
    left: 62%;
    bottom: 0;
    width: 350px;
    height: 155px;
    margin-left: -33px;
    top: 40%;


}



.top_slider .slide3 .flex_caption1 {
	left:58%;
	top:24%;
	width:630px;
	margin-left:-585px;
	/*text-transform:uppercase;*/
	font-weight: 400;
    line-height: 35px;
    font-size: 35px;
    
	
}

.top_slider .slide3 .flex_caption1 p {margin:0;}
.top_slider .slide3 .flex_caption1 p.title3 {color:#f5c700;}

.top_slider .slide3 .flex_caption2 {
    left: 49%;
    bottom: 0;
    width: 560px;
    height: 562px;
    margin-left: -33px;
    top: 12%;
}

.top_slider .slide4 .flex_caption1 p {margin:0;}

.top_slider .slide4 .flex_caption2 {
	left:50%;
	top:14%;
	width:760px;
	height:503px;
	margin-left:-175px;
}
.top_slider .slide4 .flex_caption1 {
	left:50%;
	top:30%;
	width:100%;
	margin-left:-585px;
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide4 .flex_caption1 p.title3 {
    color: #f5c700;
}



.top_slider .slide5 .flex_caption1 p {margin:0;}

.top_slider .slide5 .flex_caption2 {
    left: 53%;
    top: 50%;
    width: 280px;
    height: 365px;
    margin-left: -175px;
}
.top_slider .slide5 .flex_caption1 {
	left: inherit;
    top: 0%;
    width: 100%;
    text-align: center;
    /* margin-left: -585px; */
    margin: 0 auto;
    font-weight: 400;
    line-height: 30px;
    font-size: 30px;
}
.top_slider p.title1{
	font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;

}
.top_slider .slide2 p.title1{
  font-size: 35px;
}
.top_slider .slide3 p.title1{
  font-size: 35px;

}



   
}
@media (min-width: 992px) and (max-width: 1199px) {
	.top_slider .slide1 .flex_caption1 {
   left: 66%;
    top: 32%;
    width: 100%;
    margin-left: -585px;
    line-height: 25px;
    font-size: 25px;
}
.top_slider .slide1 .flex_caption1 p {margin:0;}

.top_slider .slide1 .flex_caption2 {
	       left: 61%;
    top: 16%;
    width: 500px;
    /* height: 490px; */
    margin-left: -175px;
}




.top_slider .slide2 .flex_caption1 {
	
	left: 65%;
    top: 32%;
    width: 100%;
    margin-left: -585px;
    font-weight: 400;
    line-height: 25px;
    font-size: 25px;

	
}
.top_slider .slide2 .flex_caption1 p {margin:0;}

.top_slider .slide2 .flex_caption2 {
    left: 60%;
    bottom: 0;
    width: 250px;
    /* height: 155px; */
    margin-left: -33px;
    top: 34%;


}



.top_slider .slide3 .flex_caption1 {
	    left: 66%;
    top: 31%;
    width: 630px;
    margin-left: -585px;
    /* text-transform: uppercase; */
    font-weight: 400;
    line-height: 25px;
    font-size: 25px;
    
	
}

.top_slider .slide3 .flex_caption1 p {margin:0;}
.top_slider .slide3 .flex_caption1 p.title3 {color:#f5c700;}

.top_slider .slide3 .flex_caption2 {
    left: 49%;
    bottom: 0;
    width: 450px;
    height: 460px;
    margin-left: -33px;
    top: 16%;
}

.top_slider .slide4 .flex_caption1 p {margin:0;}

.top_slider .slide4 .flex_caption2 {
	left:50%;
	top:14%;
	width:760px;
	height:503px;
	margin-left:-175px;
}
.top_slider .slide4 .flex_caption1 {
	left:50%;
	top:30%;
	width:100%;
	margin-left:-585px;
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide4 .flex_caption1 p.title3 {
    color: #f5c700;
}



.top_slider .slide5 .flex_caption1 p {margin:0;}
.top_slider .slide5 .flex_caption2 {
    left: 53%;
    top: 50%;
    width: 280px;
    height: 365px;
    margin-left: -175px;
}
.top_slider .slide5 .flex_caption1 {
	left: inherit;
    top: 0%;
    width: 100%;
    text-align: center;
    /* margin-left: -585px; */
    margin: 0 auto;
    font-weight: 400;
    line-height: 30px;
    font-size: 30px;
}

.top_slider p.title1{
	    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;

}
.top_slider .slide2 p.title1{
  font-size: 25px;
}
.top_slider .slide3 p.title1{
  font-size: 25px;
}
.icon1{
    width: 200px;
    background-size: 130px;
    height: 200px;
   top: 3px;
    left: -150px;
}
.icon1:before{
content: "Site web";
    display: block;
    position: absolute;
    left: -76px;
    top: 57px;
    font-size: 20px;

}
.icon2{
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -228px;
    left: 89px;
}
.icon2:before{
    content: "Secretatriat";
    display: block;
    position: absolute;
    left: 11px;
    top: -16px;
    font-size: 20px;

}

.icon3{
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
          top: 125px;
    left: 92px;
}
.icon3:before{
content: "Application mobile";
    display: block;
    position: absolute;
        left: -23px;
    top: 119px;
    font-size: 20px;
}

.icon4{

   width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: 13px;
    left: 329px;
}
.icon4:before{
content: "Stand";
    display: block;
    position: absolute;
    left: 132px;
    top: 60px;
    font-size: 20px;

}
.icon5{

    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: -187px;
    left: -37px;
}
.icon5:before{
    content: "Restauration";
    display: block;
    position: absolute;
    left: -114px;
    top: 13px;
    font-size: 20px;

}
.icon6{
	 
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -113px;
    left: -149px;
}
.icon6:before{
    content: "Badges";
    display: block;
    position: absolute;
    left: -67px;
    top: 17px;
    font-size: 20px;

}
.icon7{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: 64px;
    left: -34px;
}
.icon7:before{
content: "Attestations";
    display: block;
    position: absolute;
        top: 104px;
    left: -108px;
    font-size: 20px;
}
.icon8{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: 61px;
    left: 213px;
}
.icon8:before{
content: "Statistiques";
    display: block;
    position: absolute;
        left: 124px;
    top: 107px;
    font-size: 20px;

}
.icon9{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: -115px;
    left: 329px;
}
.icon9:before{
content: "Prise en charge";
    display: block;
    position: absolute;
       left: 129px;
    top: 17px;
    font-size: 20px;

}
.icon10{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
       top: -188px;
    left: 217px;
}
.icon10:before{
content: "Abstract";
    display: block;
    position: absolute;
    left: 130px;
    top: 14px;
    font-size: 20px;

}

	
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.top_slider .slide1 .flex_caption1 {
       left: 28%;
    top: 8%;
    width: 50%;
    margin-left: 0px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
}
.top_slider .slide1 .flex_caption1 p {margin:0;}

.top_slider .slide1 .flex_caption2 {
	  left: 42%;
    top: 22%;
    width: 500px;
    /* height: 490px; */
    margin-left: -175px;
}




.top_slider .slide2 .flex_caption1 {
	
	    left: 28%;
    top: 12%;
    width: 50%;
    margin-left: 0px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
	
}
.top_slider .slide2 .flex_caption1 p {margin:0;}

.flexslider.top_slider .slide2 {

	
	background:#e9ebee;
	background-repeat: no-repeat;
	
}
.top_slider .slide2 .flex_caption2 {
	
        left: 36%;
    bottom: 0;
    width: 40%;
    /* height: 260px; */
    margin-left: -33px;
    top: 49%;
    z-index: 999999;


}

.top_slider .slide2 .flex_caption1:after {
	    content: "";
    display: block;
    left: -6%;
    margin: 0px;
    bottom: 0;
    width: 500px;
    height: 190px;
    /* margin-left: -33px; */
    /* top: 54%; */
    margin-top: 30px;
    position: relative;
    z-index: 16;
    background-image: url(../images/slider/opticien7.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;



}



.top_slider .slide3 .flex_caption1 {
	   left: 28%;
    top: 8%;
    width: 50%;
    margin-left: 0px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    
	
}

.top_slider .slide3 .flex_caption1 p {margin:0;}
.top_slider .slide3 .flex_caption1 p.title3 {color:#f5c700;}

.top_slider .slide3 .flex_caption2 {
    left: 30%;
    bottom: 0;
    width: 450px;
    height: 460px;
    margin-left: -33px;
    top: 29%;
}

.top_slider .slide4 .flex_caption1 p {margin:0;}

.top_slider .slide4 .flex_caption2 {
	left:50%;
	top:14%;
	width:760px;
	height:503px;
	margin-left:-175px;
}
.top_slider .slide4 .flex_caption1 {
	left:50%;
	top:30%;
	width:100%;
	margin-left:-585px;
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide4 .flex_caption1 p.title3 {
    color: #f5c700;
}



.top_slider .slide5 .flex_caption1 p {margin:0;}
.top_slider .slide5 .flex_caption2 {
    left: 53%;
    top: 50%;
    width: 280px;
    height: 365px;
    margin-left: -175px;
}
.top_slider .slide5 .flex_caption1 {
	left: inherit;
    top: 0%;
    width: 100%;
    text-align: center;
    /* margin-left: -585px; */
    margin: 0 auto;
    font-weight: 400;
    line-height: 30px;
    font-size: 30px;
}

.top_slider p.title1{
	    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;

}
.top_slider .slide2 p.title1{
  font-size: 30px;
}
.top_slider .slide3 p.title1{
  font-size: 30px;
}
.icon1{
    width: 200px;
    background-size: 130px;
    height: 200px;
   top: 3px;
    left: -150px;
}
.icon1:before{
content: "Site web";
    display: block;
    position: absolute;
    left: -76px;
    top: 57px;
    font-size: 20px;

}
.icon2{
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -228px;
    left: 89px;
}
.icon2:before{
    content: "Secretatriat";
    display: block;
    position: absolute;
    left: 11px;
    top: -16px;
    font-size: 20px;

}

.icon3{
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
          top: 125px;
    left: 92px;
}
.icon3:before{
content: "Application mobile";
    display: block;
    position: absolute;
        left: -23px;
    top: 119px;
    font-size: 20px;
}

.icon4{

   width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: 13px;
    left: 329px;
}
.icon4:before{
content: "Stand";
    display: block;
    position: absolute;
    left: 132px;
    top: 60px;
    font-size: 20px;

}
.icon5{

    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: -187px;
    left: -37px;
}
.icon5:before{
    content: "Restauration";
    display: block;
    position: absolute;
    left: -114px;
    top: 13px;
    font-size: 20px;

}
.icon6{
	 
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: -113px;
    left: -149px;
}
.icon6:before{
    content: "Badges";
    display: block;
    position: absolute;
    left: -67px;
    top: 17px;
    font-size: 20px;

}
.icon7{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
    top: 64px;
    left: -34px;
}
.icon7:before{
content: "Attestations";
    display: block;
    position: absolute;
        top: 104px;
    left: -108px;
    font-size: 20px;
}
.icon8{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: 61px;
    left: 213px;
}
.icon8:before{
content: "Statistiques";
    display: block;
    position: absolute;
        left: 124px;
    top: 107px;
    font-size: 20px;

}
.icon9{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
        top: -115px;
    left: 329px;
}
.icon9:before{
content: "Prise en charge";
    display: block;
    position: absolute;
       left: 129px;
    top: 17px;
    font-size: 20px;

}
.icon10{
	
    width: 200px;
    background-size: 130px;
    height: 200px;
    position: absolute;
       top: -188px;
    left: 217px;
}
.icon10:before{
content: "Abstract";
    display: block;
    position: absolute;
    left: 130px;
    top: 14px;
    font-size: 20px;

}
	
	
}

@media (max-width: 767px) {

	.flex-control-nav {
    left: 43%;
}
	.top_slider .slide1 .flex_caption1 {
      left: inherit;
    top: 8%;
    width: 100%;
    margin-left: 0px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
}
.top_slider .slide1 .flex_caption1 p {margin:0;}

.top_slider .slide1 .flex_caption2 {
	 left: 46%;
    top: 22%;
    width: 400px;
    /* height: 490px; */
    margin-left: -175px;
}




.top_slider .slide2 .flex_caption1 {
	
	   left: inherit;
    top: 14%;
    width: 100%;
    margin-left: 0px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
	
}
.top_slider .slide2 .flex_caption1 p {margin:0;}

.flexslider.top_slider .slide2 {

	
	background:#e9ebee;
	background-repeat: no-repeat;
	
}
.top_slider .slide2 .flex_caption2 {
	
        left: 25%;
    bottom: 0;
    width: 60%;
    /* height: 260px; */
    margin-left: -33px;
    top: 43%;
    z-index: 999999;


}

.top_slider .slide2 .flex_caption1:after {
	content: "";
    display: block;
    left: 11%;
    margin: 0px;
    bottom: 0;
    width: 78%;
    height: 251px;
    /* margin-left: -33px; */
    /* top: 54%; */
    margin-top: 25px;
    position: relative;
    z-index: 16;
    background-image: url(../images/slider/opticien7.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;


}



.top_slider .slide3 .flex_caption1 {
	   left: inherit;
    top: 8%;
    width: 100%;
    margin-left: 0px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    
	
}

.top_slider .slide3 .flex_caption1 p {margin:0;}
.top_slider .slide3 .flex_caption1 p.title3 {color:#f5c700;}

.top_slider .slide3 .flex_caption2 {
    left: 20%;
    bottom: 0;
    width: 72%;
    height: 547px;
    margin-left: -33px;
    top: 25%;

}

.top_slider .slide4 .flex_caption1 p {margin:0;}

.top_slider .slide4 .flex_caption2 {
	left:50%;
	top:14%;
	width:760px;
	height:503px;
	margin-left:-175px;
}
.top_slider .slide4 .flex_caption1 {
	left:50%;
	top:30%;
	width:100%;
	margin-left:-585px;
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide4 .flex_caption1 p.title3 {
    color: #f5c700;
}



.top_slider .slide5 .flex_caption1 p {margin:0;}

.top_slider .slide5 .flex_caption2 {
    left: 60%;
    top: 40%;
    width: 280px;
    height: 365px;
    margin-left: -175px;
    background-size: 70% auto;
}
.top_slider .slide5 .flex_caption1 {
	left: inherit;
    top: 0%;
    width: 100%;
    text-align: center;
    /* margin-left: -585px; */
    margin: 0 auto;
    font-weight: 400;
    line-height: 25px;
    font-size: 25px;
}
.top_slider p.title1{
	font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;

}
.top_slider .slide2 p.title1{
  font-size: 25px;
}
.top_slider .slide3 p.title1{
  font-size: 25px;
}
.icon1{
    width: 200px;
    background-size: 80px;
    height: 200px;
    top: 3px;
    left: -100px;
}
.icon1:before{content: "Site web";display: block;position: absolute;left: -54px;top: 33px;font-size: 14px;}
.icon2{
    width: 200px;
    background-size: 80px;
    height: 200px;
    position: absolute;
    top: -178px;
    left: 70px;
}
.icon2:before{
    content: "Secretatriat";
    display: block;
    position: absolute;
    left: 5px;
    top: -14px;
    font-size: 14px;
}

.icon3{
    width: 200px;
    background-size: 80px;
    height: 200px;
    position: absolute;
    top: 109px;
    left: 75px;
}
.icon3:before{content: "Application mobile";display: block;position: absolute;left: -18px;top: 76px;font-size: 14px;}

.icon4{width: 200px;background-size: 80px;height: 200px;position: absolute;top: 0px;left: 225px;}
.icon4:before{content: "Stand";display: block;position: absolute;left: 79px;top: 34px;font-size: 14px;}
.icon5{width: 200px;background-size: 80px;height: 200px;position: absolute;top: -139px;left: -33px;}
.icon5:before{
    content: "Restauration";
    display: block;
    position: absolute;
    left: -80px;
    top: 4px;
    font-size: 14px;
}
.icon6{
	 width: 200px;
	 background-size: 80px;
	 height: 200px;
	 position: absolute;
	 top: -79px;
	 left: -104px;
}
.icon6:before{
    content: "Badges";
    display: block;
    position: absolute;
    left: -47px;
    top: 7px;
    font-size: 14px;
}
.icon7{
	width: 200px;
	background-size: 80px;
	height: 200px;
	position: absolute;
	top: 56px;
	left: -37px;
}
.icon7:before{content: "Attestations";display: block;position: absolute;top: 61px;left: -77px;font-size: 14px;}
.icon8{
	width: 200px;
	background-size: 80px;
	height: 200px;
	position: absolute;
	top: 61px;
	left: 185px;
}
.icon8:before{content: "Statistiques";display: block;position: absolute;left: 77px;top: 62px;font-size: 14px;}
.icon9{
	width: 200px;
	background-size: 80px;
	height: 200px;
	position: absolute;
	top: -79px;
	left: 222px;
}
.icon9:before{content: "Prise en charge";display: block;position: absolute;left: 80px;top: 9px;font-size: 14px;}
.icon10{
	width: 200px;
	background-size: 80px;
	height: 200px;
	position: absolute;
	top: -138px;
	left: 175px;
}
.icon10:before{content: "Abstract";display: block;position: absolute;left: 81px;top: 6px;font-size: 14px;}
	
	
	
}
@media (max-width: 570px) {
.top_slider .slide5 .flex_caption2 {
    left: 68%;
    top: 39%;
    width: 285px;
    height: 365px;
    margin-left: -175px;
    background-size: 50% auto;
    background-position-y: 2px;
    z-index: 99999;
}
.top_slider .slide5 .flex_caption1 {
	left: inherit;
    top: 0%;
    width: 100%;
    text-align: center;
    /* margin-left: -585px; */
    margin: 0 auto;
    font-weight: 400;
    line-height: 25px;
    font-size: 25px;
}
.top_slider p.title1{
	font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;

}
.top_slider .slide2 p.title1{
  font-size: 25px;
}
.top_slider .slide3 p.title1{
  font-size: 25px;
}
.icon1{
    width: 200px;
    background-size: 60px;
    height: 200px;
    top: 3px;
    left: -42px;
}
.icon1:before{content: "Site web";display: block;position: absolute;left: -45px;top: 22px;font-size: 12px;}
.icon2{
    width: 200px;
    background-size: 60px;
    height: 200px;
    position: absolute;
    top: -142px;
    left: 53px;
}
.icon2:before{
    content: "Secretatriat";
    display: block;
    position: absolute;
    left: -2px;
    top: -14px;
    font-size: 12px;
}

.icon3{
    width: 200px;
    background-size: 60px;
    height: 200px;
    position: absolute;
    top: 105px;
    left: 53px;
}
.icon3:before{content: "Application mobile";display: block;position: absolute;left: -22px;top: 55px;font-size: 12px;}

.icon4{width: 200px;background-size: 60px;height: 200px;position: absolute;top: 0px;left: 138px;}
.icon4:before{content: "Stand";display: block;position: absolute;left: 60px;top: 23px;font-size: 12px;}
.icon5{width: 200px;background-size: 60px;height: 200px;position: absolute;top: -99px;left: -3px;}
.icon5:before{
    content: "Restauration";
    display: block;
    position: absolute;
    left: -69px;
    top: 0px;
    font-size: 12px;
}
.icon6{
	 width: 200px;
	 background-size: 60px;
	 height: 200px;
	 position: absolute;
	 top: -55px;
	 left: -45px;
}
.icon6:before{
    content: "Badges";
    display: block;
    position: absolute;
    left: -39px;
    top: 4px;
    font-size: 12px;
}
.icon7{
	width: 200px;
	background-size: 60px;
	height: 200px;
	position: absolute;
	top: 57px;
	left: -2px;
}
.icon7:before{content: "Attestations";display: block;position: absolute;top: 43px;left: -66px;font-size: 12px;}
.icon8{
	width: 200px;
	background-size: 60px;
	height: 200px;
	position: absolute;
	top: 56px;
	left: 109px;
}
.icon8:before{content: "Statistiques";display: block;position: absolute;left: 56px;top: 43px;font-size: 12px;}
.icon9{
	width: 200px;
	background-size: 60px;
	height: 200px;
	position: absolute;
	top: -55px;
	left: 137px;
}
.icon9:before{content: "Prise en charge";display: block;position: absolute;left: 51px;top: -5px;font-size: 12px;width: 51px;}
.icon10{
	width: 200px;
	background-size: 60px;
	height: 200px;
	position: absolute;
	top: -100px;
	left: 105px;
}
.icon10:before{content: "Abstract";display: block;position: absolute;left: 57px;top: 1px;font-size: 12px;}
	
	

	}
@media (max-width: 479px) {

	.flex-control-nav {
    left: 36%;
        top: 69%;
}
.flexslider.top_slider .flex-direction-nav li a.flex-next {
    right: 3px;
}
.flexslider.top_slider .flex-direction-nav li a.flex-prev {
    left: 3px;
}
	.top_slider .slide1 .flex_caption1 {
      left: inherit;
    top: 8%;
    width: 100%;
    margin-left: 0px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
}
.top_slider .slide1 .flex_caption1 p {margin:0;}

.top_slider .slide1 .flex_caption2 {
	 left: 60%;
    top: 27%;
    width: 300px;
    /* height: 490px; */
    margin-left: -175px;
}




.top_slider .slide2 .flex_caption1 {
	
	   left: inherit;
    top: 14%;
    width: 100%;
    margin-left: 0px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
	
}
.top_slider .slide2 .flex_caption1 p {margin:0;}

.flexslider.top_slider .slide2 {

	
	background:#e9ebee;
	background-repeat: no-repeat;
	
}
.top_slider .slide2 .flex_caption2 {
	
           left: 28%;
    bottom: 0;
    width: 60%;
    /* height: 260px; */
    margin-left: -33px;
    top: 39%;
    z-index: 999999;


}

.top_slider .slide2 .flex_caption1:after {
	content: "";
    display: block;
    left: 11%;
    margin: 0px;
    /* margin: 0 auto; */
    bottom: 0;
    width: 79%;
    height: 190px;
    /* margin-left: -33px; */
    top: 54%;
    margin-top: 25px;
    position: relative;
    z-index: 16;
    background-image: url(../images/slider/opticien7.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;


}



.top_slider .slide3 .flex_caption1 {
	   left: inherit;
    top: 8%;
    width: 100%;
    margin-left: 0px;
    line-height: 25px;
    font-size: 25px;
    text-align: center;
    
	
}

.top_slider .slide3 .flex_caption1 p {margin:0;}
.top_slider .slide3 .flex_caption1 p.title3 {color:#f5c700;}

.top_slider .slide3 .flex_caption2 {
   left: 20%;
    bottom: 0;
    width: 78%;
    height: 547px;
    margin-left: -33px;
    top: 25%;

}

.top_slider .slide4 .flex_caption1 p {margin:0;}

.top_slider .slide4 .flex_caption2 {
	left:50%;
	top:14%;
	width:760px;
	height:503px;
	margin-left:-175px;
}
.top_slider .slide4 .flex_caption1 {
	left:50%;
	top:30%;
	width:100%;
	margin-left:-585px;
	font-weight: 400;
    line-height: 40px;
    font-size: 40px;
	
}
.top_slider .slide4 .flex_caption1 p.title3 {
    color: #f5c700;
}



.top_slider .slide5 .flex_caption1 p {margin:0;}


.top_slider p.title1{
	    font-size: 25px;
    line-height: 40px;
    letter-spacing: 0px;

}
.top_slider .slide2 p.title1{
  font-size: 25px;
}
.top_slider .slide3 p.title1{
  font-size: 25px;
}
.top_slider .slide5 .flex_caption2 {
    left: 74%;
    }


}

@media (max-width: 380px) {
	.top_slider .slide5 .flex_caption2 {
    left: 82%;
    }


































