@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');/*font-family: 'Open Sans Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

.sticky-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}


.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1020;
}

body {
line-height:1.4em;
}

.container {
max-width: 1170px;
}


/*toolbar*/
#toolbar {background-color:#5f5a42; min-height:30px; padding: 10px 0px; border-bottom:1px solid #3d3d3d; margin-bottom:0px}
#toolbar a.panier  { color:#fff}
#toolbar a.panier:hover { color:#fff}
/*fin toolbar*/

/*POP UP home page*/
#admodal a { color:  #000}
/*POP UP*/



/* HEADER */
#header {background-color:#DBE0E4; width: 100%; height:250px}
#logo {text-align:center; margin-top:40px}
#slogan p {font-size:24px; font-family: 'Open Sans Condensed', sans-serif;text-align:center; margin-top:20px;  color:#000; line-height: 1.2em}
#slogan p a {color:#000}
#slogan p a:hover {text-decoration: none}
#slogan .icone {text-align: right; padding:5px 0px}
#slogan .icone a {color:#fff}
#slogan .icone a:hover {text-decoration: none; color:#000}
#slogan .langue p  {text-align: right; font-size: 14px; margin-top: 10px}



@media (max-width: 992px) {
#header { background-color:#DBE0E4;   width: 100%; height: auto}
#logo {text-align:center}
#slogan p {font-size:20px;text-align:center; margin-top:10px}
#slogan p a{}	
#slogan .icone {text-align: center; padding-top: 15px}
#slogan .langue p  {text-align: center; font-size: 14px; margin-top: 10px}
}
/*HEADER*/


/*CAROUSEL*/
.carousel-caption h2 { font-size:4vw; margin-top:-10%; font-family: 'Roboto', sans-serif;}
.carousel-caption p { font-size:1vw; font-family: 'Roboto', sans-serif;}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color:#fff;
    text-align: center;
}

.filtre { background-color:#08678A;}
.opaciter img { opacity:1;}
/*CAROUSEL*/

/*MENU*/




.bg-light {
background-color:#fff !important;
}


.navbar-brand { display: none}
.navbar-brand.active { display: block}
.navbar-nav { margin: 0 auto !important}
.nav-item {width: 200px;}
@media (max-width: 1600px) {
.navbar-brand.active { display: none}	
}
.navbar-nav.active { display: block}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
color: #fff;
	background-color: red; border-radius:0px;
}

@media (max-width: 1600px) {
	.nav-item {width: 150px;}
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: normal; font-size: 16px; text-align: center
}




.navbar-light .navbar-nav .nav-link:hover {
color: #fff!important;
background-color: red; border-radius:0px
}

li a{ margin: 0px 5px;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0 .02rem;
    font-size: 1rem;
    color: #ccc!important;
    text-align: left;
    list-style: none;
    background-color:#000;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;

}
.dropdown-item { color:#fff; }

li a.dropdown-item{ margin: 0px 0px; text-align: center}


.dropdown-item:focus, .dropdown-item:hover {

    color:#000;
    text-decoration: none;
    background-color:#fff;

}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/*Ouverture menu mobile 1*/
/*@media (max-width: 992px) {

.navbar-nav {margin: 20px 0px;}
.navbar-brand.active { display: block; padding:0px }	
.bg-light {background-color: #95B465 !important;}	

.navbar-collapse {
       position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
   .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
		background-color:#95B465;height: 900px;
		text-align: center;

    }
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {background-color:#fff;}

}*/
/*Fin ouverture menu mobile 1*/



/*Ouverture menu mobile 2*/
@media (max-width: 992px) {
	
.navbar-nav {margin: 20px 0px;}
.navbar-brand.active { display: block; padding:10px }	
.bg-light {background-color: #fff !important;}		

	
.navbar {padding: 0rem 0rem;}	
.navbar-collapse {
       position: absolute;
	 	top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }
   .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
		background-color:#fff;height: 900px;
		text-align: center;
	   position: fixed;
	   margin-top: 0px
    }
	
	.navbar-toggler {
    position: fixed;
    top:50px;
    right:0px;
    left:83%;
    z-index: 1030;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {background-color:#fff;}	
}
/*Fin ouverture menu mobile 2*/



/*MENU*/



/*INTEGRATION*/
h1, h2, h3, h4 {font-family: 'Questrial', sans-serif;}
h1 {font-size:46px}
h2 {font-size:34px}
h3 {font-size:20px}
h4 {font-size:18px}
p {font-size: 16px}




#section1 {background:#DBE0E4; color:#000 }
#section1 h1 {color:#D2BC03}
#section2 {background:#fff;color:#000}
#section3 {
/*    background: url("../charte/back-section3.jpg"); */
    background-color: #DBE0E4; 
    color:#fff
}
#section4 {background:#fff; color:#000}
#section5 {background: url("../charte/back-section5.jpg"); background-color: #fff}
#section5 .container {background: rgba(255,255,255,0.7); padding:20px}
#section6 {background: url("../charte/back-section6.jpg"); background-color:#1a1a1a;}
#section6 h2 {color:#fff}
#section7 {background: url("../charte/back-section1.jpg"); background-color: #fff}

#section-rubrique {background: none; background-color: #fff}

#section-parallax {}
#section-parallax img {padding-top:100px;}
#section-parallax h2 { color:#fff; text-align: center }

@media (max-width: 992px) {
#section-parallax h2 {padding-top:50px;}
}

.parallax {
    /* The image used */
    background-image: url("../charte/img-parallax.jpg");

    /* Set a specific height */
    height: 450px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#section-bouton {background:red;color:#fff}
.back-contact { 
    background-color: #dbe0e4; 
    padding: 20px; 
    border-radius:0;
}

/*Boutons*/

.button {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  font-size: 22px;
  margin: 1em 0.8em;
}


.button.type3 {
  color: #fff;
	font-weight: bold;
}

a:hover.button.type3  { text-decoration: none}

.button.type3.type3::after, .button.type3.type3::before{
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;text-decoration: none
}
.button.type3.type3::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;text-decoration: none
}

.button.type3.type3::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #fff;
  border-left-color: #fff;text-decoration: none
}

.button.type3.type3:hover:after, .button.type3.type3:hover:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
  border-left-color: #fff;
  width: 100%;
  height: 100%;text-decoration: none

}



/*boutons custom bootstrap*/
.btn-custom {
	color: #fff;
    background-color: #95B465;
    border-color:none;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open>.dropdown-toggle.btn-custom {
    color: #fff;
    background-color: #5F5A42;
    border-color: none; /*set the color you want here*/
}
/*fin boutons custom bootstrap*/

/*Fin Boutons*/





#section-galerie {background:none}
/*hexagon
 */
.hexa, .hexa div {
  margin: 0 auto;
  transform-origin: 50% 50%;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.hexa {
  width: 100%;
  height: 230px;
}
.hexa div {
  width: 100%;
  height: 100%;
}
.hexa {
  transform: rotate(120deg);
}
.hex1 {
  transform: rotate(-60deg);
}
.hex2 {
  transform: rotate(-60deg);
}

.zoom {
  transition: transform .2s; /* Animation */
	cursor:pointer
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#section-partenaires {background:#08678A; color: #fff}


a, a:hover, a:visited {color:#000;text-decoration: none}


table td {padding:0.5em;border:1px solid #fff}

.bg-primary{padding:1em;background-color:#fff!important;border:1px solid #98ca40;border-radius:6px}

.ekko-lightbox-nav-overlay a {
    color: #c97b17;
}

@media (max-width: 767px){
dl, ol, ul {
margin-bottom: 0rem;
}
}


/* MASONRY */
.grid {
  background: #fff;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  padding:0.2em
}

.grid-item img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 992px) {
.grid-sizer, .grid-item { width: 46%;
} 	
}
@media screen and (max-width: 767px) {
.grid-sizer, .grid-item { width: 100%;
} 	
}
/* FIN MASONRY */









@media screen and (max-width: 767px) {
/* DEBUT TABLEAU RESPONSIVE */


    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #eee; margin-top: 1em;}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

/* FIN TABLEAU RESPONSIVE */

}

/*FIN INTEGRATION*/



/*ADRESSE*/
#adresse { background:none; background-color:red; margin: 0; padding: 20px 0px; color:#fff}
#adresse a {color:#fff} 
/*ADRESSE*/



/*MAP*/
#map {background-color:#DBE0E4;margin: 0; padding:0px}
/*MAP*/


/*FORMULAIRE*/
#formulaire { background: none; background-color: #08678A; margin: 0;padding: 0px 0px; color:#fff}
#formulaire a { color: #ccc}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height:1.5em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height:45px;
	opacity: 0.8;
}

.form-check {margin-left:3%}

/*FORMULAIRE*/



/*FOOTER*/
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	border-radius: 0%;
}
.btn-top {
    color:  #fff;
    background-color: red;
}
.btn-top:hover {
    color:  #fff;
    background-color: red ;
}


footer {
background: #DBE0E4;
padding: 20px;
min-height: 100px;
}
footer p {color: #000}
footer p a {color: #000; font-weight: bold}
footer p a:hover {color:#000; text-decoration: none}
footer ul.list-unstyled li a {color: #000}
footer .rubrique { color: #000}
footer .fab {color:#000}
div#logo-distributeur > a {text-decoration:none;display:block;width:50px;height:70px;background:none no-repeat top left transparent; margin: 0 auto} 
div#logo-distributeur > a.distal {background-image:url('../charte/logo-al.png')}
div#logo-distributeur > a.distar {background-image:url('../charte/logo-ar.png')}
div#logo-distributeur > a.distco {background-image:url('../charte/logo-co.png')}
div#logo-distributeur > a.disteo {background-image:url('../charte/logo-eo.png')}
div#logo-distributeur > a.distsi {background-image:url('../charte/logo-si.png')}
/*FOOTER*/



/*ACTUALITES*/
/*ACTUALITES*/


/*CATALOGUE*/
/*CATALOGUE*/


/*CARTE*/
/*CARTE*/


/*FLEURISTE*/
/*FLEURISTE*/


.gal {

	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}


/*Modif*/

/*Général*/
#integration ul, #integration ol  {
    padding-left: 15px;
    list-style: none;
}
#integration ul li, #integration ol li {
    position: relative;
}
#integration ul > li::before , #integration ol > li::before {
    content: "\• \ ";
    color: #F60909;
    font-size: 18px; 
    position: absolute;
    left: -10px;
}
.link {
    border-bottom: 2px solid #dbe0e4;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
}
.link:hover {
    border-bottom: 2px solid red;
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
}
.sep {
    border-bottom: 25px solid #ccc;
    margin-bottom: 25px;
}
#section-galerie.gallery-hp .zoom.rounded-circle {
    width: 100%;
    height: auto;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.btn.btn-red {
    background-color: red;
    color: white;
    border: none;
    border-radius: 0;
}
.btn.btn-red:hover {
    opacity: 0.7;
}

.contactor {
    border: 5px solid #fff;
    padding: 25px 15px;
    background-color: #dbe0e4;
    color: #000000;
}
.list-container ul {
    width: 100%;
    max-width: 50%;
}
.photobox__previewbox h3 {
    background-color: #dbe0e4;
    padding: 5px;
}

#pagination {
    background-color: #dbe0e4;
    padding: 5px;
}
.contact h2 {
    border-top: 10px solid #dbe0e4;
}
h1 {
    color: #D2BC03;
}
.slider-cntt {
    width: auto;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: .25rem;
    margin: auto;
    float: none;
    padding: 2px;
}
.slider-cntt .img-slider {
    height: auto !important;
}
@media screen and (min-width:992px){
    .navbar-expand-lg .navbar-nav {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
    }
}

@media screen and (max-width:992px){
    .navbar-toggler {
        top: 0;
        right: 0;
        left: unset;
        margin: 10px 15px;
    }
}
@media screen and (max-width:576px){
    h1 {
        font-size: 28px;
    }
}



/*slider*/
.img-slider {
    position: relative;
    width: 100%;
    max-width: 555px;
    height: 418px;
    overflow: hidden;
}
.img-slider .slider-container {
    position: absolute;
    width: 300%;
    top: 0;
    left: 0;
    overflow: hidden;
    animation: slider 26s infinite;
}
.img-slider .slider-container .slide {
    position: relative;
    width: 33.33333333%;
    height: 100%;
    float: left;
    overflow: hidden
}
.img-slider .slider-container .slide img {
    display: block;
    width: 100%;
    height: 100%
}
@keyframes slider {
    0%, 25%, 100%{left: 0}

    30%, 55%{left: -100%}

    60%, 85%{left: -200%}
}


/*slider css 2*/
.slider-css {
    /*CONTAINER*/
    /*BUTTON PLAY&STOP*/
    /*BOTTOM LINE*/
    /*PAGGINATION*/
    /*SLIDE MANAGE*/
    /*FOOTER*/
    /*INPUT PLAY&STOP&PAUSE CHECKED*/
    /*#stop:checked ~ .brain .cont .aline .line{
    width: 0px;
    -webkit-animation:none;
    animation:none;
}
    */
    /*INPUT MANAGE&PAGINATION CHECKED*/
    /*ANIMATION*/
    /*ANIMATION TOOLTIP*/
    /*ANIMATION SLIDE&LINE*/
    /*ANIMATION PAGINATION*/
    /*ANIMATION MANAGE*/
    /*TRANSITION*/
}
.slider-css .wrapper {
    height: 100%;
    width: 100%;
}
.slider-css .brain {
    text-align: center;
    margin: 0 auto;
}
.slider-css .cont {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slider-css img {
    width: 25%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.slider-css .image {
    display: block;
    width: 400%;
    height: 40%;
}
.slider-css .menu {
    position: absolute;
    width: 94px;
    height: 30px;
    margin: 2px;
    z-index: 1;
}
.slider-css .tooltip {
    width: 80px;
    height: 40px;
    margin-top: -34px;
    margin-left: -94px;
    display: inline-block;
    float: left;
    border-radius: 2px;
    background: #fff;
    z-index: -10;
    opacity: 0.8;
    -webkit-animation: tool ease-in 6s;
    -webkit-animation-fill-mode: forwards;
    animation: tool ease-in 6s;
    animation-fill-mode: forwards;
}
.slider-css .tooltip > p {
    font-size: 1em;
    font-weight: bolder;
    color: #f00;
}
.slider-css .tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
    margin: -24px 40px;
}
.slider-css .hideStop, .slider-css .hidePlay, .slider-css .hidePause {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    border-radius: 15px;
    display: inline-block;
    float: left;
    z-index: 999;
    opacity: 0.3;
}
.slider-css .hideStop {
    background: transparent url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/24_Stop-48.png) 0 0 no-repeat;
    background-size: 100%;
    visibility: hidden;
}
.slider-css .hidePlay {
    margin-left: 32px;
    background: transparent url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/23_Play-48.png) 0 0 no-repeat;
    background-size: 100%;
    visibility: hidden;
}
.slider-css .hidePause {
    margin-left: 64px;
    background: transparent url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/25_Pause-48.png) 0 0 no-repeat;
    background-size: 100%;
}
.slider-css .butPlay, .slider-css .butStop, .slider-css .butPause {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    z-index: 2;
    margin-left: 2px;
    background: rgba(75, 78, 67, .6);
    display: inline-block;
    float: left;
}
.slider-css .butPlay {
    background: transparent url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/23_Play-48.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.slider-css .butStop {
    margin-left: 0;
    background: transparent url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/24_Stop-48.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.slider-css .butPause {
    background: transparent url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/25_Pause-48.png) 0 0 no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.slider-css .butPlay:hover {
    background: transparent url(http://s45.radikal.ru/i109/1310/98/4834faaaa287.png) 0 0 no-repeat;
    background-size: 100%;
}
.slider-css .butStop:hover {
    background: transparent url(http://i021.radikal.ru/1310/2f/d8b2c38314ff.png) 0 0 no-repeat;
    background-size: 100%;
}
.slider-css .butPause:hover {
    background: transparent url(http://s019.radikal.ru/i621/1310/ed/b9bfce7c1a1a.png) 0 0 no-repeat;
    background-size: 100%;
}
.slider-css .aline {
    position: absolute;
    visibility: hidden;
    width: 60%;
    height: 10px;
}
.slider-css .line {
    position: absolute;
    height: 10px;
    background: #222;
    opacity: 0.3;
    z-index: 1;
}
.slider-css .aline > .bord {
    display: inline-block;
    float: left;
    width: 25%;
    height: 10px;
    border-bottom: 2px solid #e0e0e0;
}
.slider-css .bord > span {
    width: 2px;
    height: 10px;
    display: inline-block;
    float: right;
    background-color: #e0e0e0;
}
.slider-css .bord:last-child > span {
    width: 0;
    height: 0;
}
.slider-css .but {
    position: absolute;
    margin-bottom: 11px;
    bottom: 0;
    width: 100%;
    height: 20px;
    float: left;
    text-align: center;
    z-index: 100;
}
.slider-css .select_but {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .8);
    z-index: 5;
}
.slider-css .select_but > span {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    margin: 3px;
    display: none;
}
.slider-css .select_but:hover {
    background: rgba(255, 255, 255, .6);
    cursor: pointer;
}
.slider-css .right, .slider-css .left {
    width: 64px;
    height: 64px;
    margin-top: 15%;
    display: inline-block;
    opacity: 0.9;
    cursor: pointer;
}
.slider-css .left {
    background: #ccc url('../media/images/chevron-left.png') 0 0 no-repeat;
    background-size: 100%;
    border-radius: 32px;
    margin-left: 12%;
    float: left;
}
.slider-css .right {
    background: #ccc url('../media/images/chevron-right.png') 0 0 no-repeat;
    background-size: 100%;
    border-radius: 32px;
    margin-right: 12%;
    float: right;
}
.slider-css .right:hover {
    background-color: #68d9ee;
    -webkit-animation: anim-right ease 0.3s;
    animation: anim-right ease 0.5s;
}
.slider-css .left:hover {
    background-color: #68d9ee;
    -webkit-animation: anim-left ease 0.5s;
    animation: anim-left ease 0.5s;
}
.slider-css .int {
    display: none;
}
.slider-css .browser {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.slider-css .icon {
    display: inline-block;
}
.slider-css .icon > img {
    width: 48px;
    height: 48px;
    margin: 10px 10px;
}
.slider-css footer > p {
    color: #fff;
}
.slider-css .icon > p {
    display: inline-block;
    float: left;
    font-size: 1.2em;
    margin: 22px 0;
}
.slider-css #play:checked ~ .brain .cont .menu {
    margin-top: 16px;
}
.slider-css #play:checked ~ .brain .cont .menu .hidePause {
    visibility: hidden;
}
.slider-css #play:checked ~ .brain .cont .menu .butPlay {
    visibility: hidden;
}
.slider-css #play:checked ~ .brain .cont .menu .hidePlay {
    visibility: visible;
}
.slider-css #play:checked ~ .brain .cont .aline {
    visibility: visible;
}
.slider-css #play:checked ~ .brain .cont .but .select_but > div {
    display: block;
}
.slider-css #play:checked ~ .brain .cont .aline .line {
    -webkit-animation: linew 16s ease-out infinite;
    animation: linew 16s ease-out infinite;
}
.slider-css #play:checked ~ .brain .cont .image {
    -webkit-animation: alls 16s linear infinite;
    animation: alls 16s linear infinite;
}
.slider-css #play:checked ~ .brain .cont .but .select1 > div {
    -webkit-animation: sel1 16s linear infinite;
    animation: sel1 16s linear infinite;
}
.slider-css #play:checked ~ .brain .cont .but .select2 > div {
    -webkit-animation: sel2 16s linear infinite;
    animation: sel2 16s linear infinite;
}
.slider-css #play:checked ~ .brain .cont .but .select3 > div {
    -webkit-animation: sel3 16s linear infinite;
    animation: sel3 16s linear infinite;
}
.slider-css #play:checked ~ .brain .cont .but .select4 > div {
    -webkit-animation: sel4 16s linear infinite;
    animation: sel4 16s linear infinite;
}
.slider-css #stop:checked ~ .brain .cont .menu .butPause {
    visibility: hidden;
}
.slider-css #stop:checked ~ .brain .cont .menu .butStop {
    visibility: hidden;
}
.slider-css #stop:checked ~ .brain .cont .menu .hideStop {
    visibility: visible;
}
.slider-css #pause:checked ~ .brain .cont .menu .butPause {
    visibility: hidden;
}
.slider-css #pause:checked ~ .brain .cont .but .select_but > div {
    display: block;
}
.slider-css #pause:checked ~ .brain .cont .aline {
    visibility: visible;
}
.slider-css #pause:checked ~ .brain .cont .menu {
    margin-top: 16px;
}
.slider-css #pause:checked ~ .brain .cont .line {
    -webkit-animation: linew 16s linear infinite;
    animation: linew 16s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-css #pause:checked ~ .brain .cont .image {
    -webkit-animation: alls 16s linear infinite;
    animation: alls 16s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-css #pause:checked ~ .brain .cont .but .select1 > div {
    -webkit-animation: sel1 16s linear infinite;
    animation: sel1 16s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-css #pause:checked ~ .brain .cont .but .select2 > div {
    -webkit-animation: sel2 16s linear infinite;
    animation: sel2 16s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-css #pause:checked ~ .brain .cont .but .select3 > div {
    -webkit-animation: sel3 16s linear infinite;
    animation: sel3 16s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-css #pause:checked ~ .brain .cont .but .select4 > div {
    -webkit-animation: sel4 16s linear infinite;
    animation: sel4 16s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.slider-css #slide1:checked ~ .brain .cont .but .select1 > span {
    display: block;
}
.slider-css #slide1:checked ~ .brain .manage_one {
    display: inline-block;
}
.slider-css #slide2:checked ~ .brain .cont .image {
    margin-left: -100%;
}
.slider-css #slide2:checked ~ .brain .manage_two {
    display: inline-block;
}
.slider-css #slide2:checked ~ .brain .cont .but .select2 > div {
    display: block;
}
.slider-css #slide3:checked ~ .brain .cont .image {
    margin-left: -200%;
}
.slider-css #slide3:checked ~ .brain .manage_tre {
    display: inline-block;
}
.slider-css #slide3:checked ~ .brain .cont .but .select3 > div {
    display: block;
}
.slider-css #slide4:checked ~ .brain .cont .image {
    margin-left: -300%;
}
.slider-css #slide4:checked ~ .brain .manage_for {
    display: inline-block;
}
.slider-css #slide4:checked ~ .brain .cont .but .select4 > div {
    display: block;
}
@-webkit-keyframes tool {
    0% {
        opacity: 0;
        margin-left: -400%;
    }
    15% {
        opacity: 0.8;
        margin-left: -94px;
    }
    17% {
        margin-left: -126px;
    }
    19% {
        margin-left: -94px;
    }
    21% {
        margin-left: -104px;
    }
    23% {
        margin-left: -94px;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        margin-left: -94px;
        visibility: hidden;
    }
}
@keyframes tool {
    0% {
        opacity: 0;
        margin-left: -400%;
    }
    15% {
        opacity: 0.8;
        margin-left: -94px;
    }
    17% {
        margin-left: -126px;
    }
    19% {
        margin-left: -94px;
    }
    21% {
        margin-left: -104px;
    }
    23% {
        margin-left: -94px;
    }
    95% {
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        margin-left: -94px;
        visibility: hidden;
    }
}
@-webkit-keyframes linew {
    0% {
        width: 0px;
    }
    25% {
        width: 25%;
    }
    50% {
        width: 50%;
    }
    75% {
        width: 75%;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes alls {
    0% {
        margin-left: 0px;
    }
    23% {
        margin-left: 0px;
        -webkit-filter: blur(0px);
    }
    24% {
        -webkit-filter: blur(10px);
    }
    25% {
        margin-left: -100%;
        -webkit-filter: blur(0px);
    }
    48% {
        margin-left: -100%;
        -webkit-filter: blur(0px);
    }
    49% {
        -webkit-filter: blur(10px);
    }
    50% {
        margin-left: -200%;
        -webkit-filter: blur(0px);
    }
    73% {
        margin-left: -200%;
        -webkit-filter: blur(0px);
    }
    74% {
        -webkit-filter: blur(10px);
    }
    75% {
        margin-left: -300%;
        -webkit-filter: blur(0px);
    }
    98% {
        margin-left: -300%;
        -webkit-filter: blur(0px);
    }
    99% {
        -webkit-filter: blur(10px);
    }
    100% {
        margin-left: 0px;
        -webkit-filter: blur(0px);
    }
}
@-webkit-keyframes sel1 {
    0% {
        opacity: 1;
    }
    24.9% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes sel2 {
    0% {
        opacity: 0;
    }
    24.9% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    49.9% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes sel3 {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    74.9% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes sel4 {
    0% {
        opacity: 0;
    }
    74.9% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    99.9% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes anim-right {
    0% {
        background-position: 0px 0px;
    }
    49.9% {
        background-position: 64px 0px;
    }
    50% {
        display: none;
        background-position: -64px;
    }
    50.1% {
        background-position: -64px;
    }
    100% {
        background-position: 0px 0px;
    }
}
@-webkit-keyframes anim-left {
    0% {
        background-position: 0px 0px;
    }
    49.9% {
        background-position: -64px 0px;
    }
    50% {
        display: none;
        background-position: 64px;
    }
    50.1% {
        background-position: 64px;
    }
    100% {
        background-position: 0px 0px;
    }
}
@keyframes linew {
    0% {
        width: 0px;
    }
    25% {
        width: 25%;
    }
    50% {
        width: 50%;
    }
    75% {
        width: 75%;
    }
    100% {
        width: 100%;
    }
}
@keyframes alls {
    0% {
        margin-left: 0px;
    }
    23% {
        margin-left: 0px;
    }
    25% {
        margin-left: -100%;
    }
    48% {
        margin-left: -100%;
    }
    50% {
        margin-left: -200%;
    }
    73% {
        margin-left: -200%;
    }
    75% {
        margin-left: -300%;
    }
    98% {
        margin-left: -300%;
    }
    100% {
        margin-left: 0px;
    }
}
@keyframes sel1 {
    0% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    24.9% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sel2 {
    0% {
        opacity: 0;
    }
    24.9% {
        opacity: 0;
    }
    25% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    49.9% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sel3 {
    0% {
        opacity: 0;
    }
    49.9% {
        opacity: 0;
    }
    50% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    74.9% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sel4 {
    0% {
        opacity: 0;
    }
    74.9% {
        opacity: 0;
    }
    75% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    99.9% {
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    100% {
        opacity: 0;
    }
}
@keyframes anim-right {
    0% {
        background-position: 0px 0px;
    }
    49.9% {
        background-position: 64px 0px;
    }
    50% {
        display: none;
        background-position: -64px;
    }
    50.1% {
        background-position: -64px;
    }
    100% {
        background-position: 0px 0px;
    }
}
@keyframes anim-left {
    0% {
        background-position: 0px 0px;
    }
    49.9% {
        background-position: -64px 0px;
    }
    50% {
        display: none;
        background-position: 64px;
    }
    50.1% {
        background-position: 64px;
    }
    100% {
        background-position: 0px 0px;
    }
}
.slider-css .image, .slider-css .menu {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.slider-css .int {
    -webkit-transition: background-color 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out;
    -ms-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}
@media screen and (max-width: 900px) {
    .slider-css .right, .slider-css .left {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 700px) {
    .slider-css .right, .slider-css .left {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 430px) {
    .slider-css .right, .slider-css .left {
        width: 20px;
        height: 20px;
    }
    .slider-css .icon > img {
        width: 34px;
        height: 34px;
    }
}

.slider-css [class*="manage_"] {
    position: absolute;
    border-radius: 0;
    background-size: 60%;
    background-color: transparent;
}
.slider-css [class*="manage_"]:hover {
    background-color: transparent;
}
.slider-css [class*="manage_"].left {
    left: 0;
}
.slider-css [class*="manage_"].right {
    right: 0;
    background-position: right;
}
.slider-css [class*="manage_"] {
    margin: 0 !important;
    text-align: ;
    top: 40%;
    opacity: 0;
}
.slider-css .brain:hover [class*="manage_"] {
    opacity: 1;
    transition: all 250ms;
}

/*end slider -2*/


/*START BUG HEADER IE*/
.my-fixe{
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0px;
}
/*END BUG HEADER IE*/