.btn-photos{
  position: relative;
  left: 50px;
  border: 2px solid orange;
  border-radius: 10px;
  font-family: Century Gothic;
  font-size: larger;
}
.btn-videos{
  position: relative;
  left: 120px;
  border: 2px solid orange; 
  border-radius: 10px;
  font-family: Century Gothic;
  font-size: larger;
}
.stylish-input-group button {
    border: 0;
    background: transparent;
}
.img-produit {
    box-shadow: 2px 2px 12px #555;
    height: 220px;
    width: 100%;
}
.nom-produit {
    color: #55acee;
    font-size: 14px;
    text-align: center;
    height: 60px;
    padding: 5px;
    padding-top: 5px;
}
.boutton_retour{
    background-color: transparent;
    font-size: 24px;
    font-weight: bold;
}
#portfolio{
 /* background-color: #fff;*/
  display: inline;
  float: left;
  width: 100%;
  min-height: 400px;
  padding: 70px 0;
}

.portfolio-area{
  display: inline;
  float: left;
  width: 100%;
}

.portfolio-menu{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active{  
  color: #fff;
}

#mixit-container .mix {
  display: none;
}

.portfolio-container {
  display: inline;
  float: left;
  margin-top: 50px;
  /*width: 100%;*/
}

.single-portfolio{
  background-color: #ccc;
  display: inline;
  float: left;
  width: 25%;  
}

.single-item>img {
  height: 220px;
  width: 100%;
}

.single-item{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content {  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after {
  content: "";
  height: 85%;
  left: 18px;
  top: 15px;
  width: 90%;
  position: absolute;
  z-index: -1;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eea32eba;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 6px 6px;
    z-index: 1;
    font-size: large;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#menu-accordeon {
  padding:0;
  margin:0;
  list-style:none;
  text-align: left;
  width: 100%;
}
#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-accordeon li {
   background-color:  white; 
   /*background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
   border-radius: 6px;*/
   margin-bottom:2px;
   /*box-shadow: 3px 3px 3px #999;*/
   border:solid 1px orange;
}
#menu-accordeon li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: orange;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-accordeon a {
  display:block;
  text-decoration: none;
  color: orange;
  padding: 8px 0;
  font-family: verdana;
  font-size:1.2em
 background-color: #f5f5f5;
}
#menu-accordeon ul li a, #menu-accordeon li:hover li a {
  font-size:1em
}
#menu-accordeon li:hover {
   /*background: #729EBF*/
}
#menu-accordeon li li:hover {
   background: #999;
}
#menu-accordeon ul li:last-child {
   border-radius: 0 0 6px 6px;
   border:none;
}
#menu-accordeon li:hover li {
  max-height: 15em;
}
#menu-accordeon1 {
  padding:0;
  margin:0;
  list-style:none;
  text-align: left;
  width: 100%;
}
#menu-accordeon1 ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}
#menu-accordeon1 li {
   background-color:  #f5f5f5; 
   /*background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
   background-image: linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
   border-radius: 6px;*/
   margin-bottom:2px;
   /*box-shadow: 3px 3px 3px #999;*/
   border:solid 1px #337ab7;
}
#menu-accordeon li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #eea32e8c;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-accordeon1 a {
  display:block;
  text-decoration: none;
  color: #337ab7;
  padding: 8px 0;
  font-family: verdana;
  font-size:1.2em
 background-color: #f5f5f5;
}
#menu-accordeon1 ul li a, #menu-accordeon li:hover li a {
  font-size:1em
}
#menu-accordeon1 li:hover {
   /*background: #729EBF*/
}
#menu-accordeon1 li li:hover {
   background: #999;
}
#menu-accordeon1 ul li:last-child {
   border-radius: 0 0 6px 6px;
   border:none;
}
#menu-accordeon1 li:hover li {
  max-height: 15em;
}
#main-slider .owl-prev {
     position: relative;
    top: -400px;
    float: left;
    /* width: 100%; */
    font-size: 50px;
}

#main-slider .owl-next {
    position: relative;
    top: -400px;
    float: right;
    /* width: 100%; */
    font-size: 50px;
}

#titleContacts{
    font-weight: 700;
    border-bottom: 1px solid #55ACEE;
    padding-bottom: 5px;
    width: 190px;
    color: #EEA32E;
}
#sendContacts{
    
    font-weight: 600;
    color: white;
    background-color: #EEA32E;
}
.Active:hover{

   /* border-bottom: 4px solid #EEA32E;*/

}
#Header{
      height: 123px;
}
#logo{
    padding-top: 3px;
    height: 91px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#Suiver-Nous{
    font-size: 20px;
    text-align: right;
    margin-top: 3px;
    margin-right: 0px;
    padding-right: 3px;
}

.fa {
    padding: 6px;
    /*font-size: 20px;*/
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
}
.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-google {
    background: #dd4b39;
    color: white;
}
.fa-youtube {
    background: #bb0000;
    color: white;
}
.fa-instagram {
    background: #125688;
    color: white;
}
.fa-skype{
    background: #00aff0;
    color: white;
}
/* nav bar */
#Navigation-bar-pane{
    padding: 0px;
    border: 2px solid #EEA32E;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}
#Navigation-bar{
    margin: 0px;
    background-color: white;
}
#Recherche{
    border: 2px solid #EEA32E;
    border-radius: 25px ;

}
#Recherche > input{
    border: 1px solid transparent;
    border-radius: 25px ;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
#Recherche-btn{
    border: 1px solid transparent;
    border-radius: 25px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px ;
    background-color: transparent;
}

/*carousel*/
#carousel-pane{
    padding: 0px;
    height: 585px;
}
#carousel-contentPane{
    max-height: 585px;
    min-height: 585px   
}
.Slide-img{
    width: 100%;
    height: 100%;
}
#owl-demo .owl-item {
  /*  margin-right: 100px;*/}

#owl-demo .owl-next{
display: block;
    position: relative;
    top: -485px;
    line-height: .75em;
    width: 1em;
    height: 1em;
    border-radius: 1px;
    float: right;
    right: -90px;
                  
 }

 #owl-demo  .owl-prev{

  display: block;
    position: relative;
    top: -485px;
    line-height: .75em;
    width: 1em;
    height: 1em;
    border-radius: 1px;
    float: left;
    right: 90px;
                  
 }

 #owl-demo .owl-item {
    /*    height: 700px;*/}


/*Apropos*/
#About-Pane{
    height: 400px;
    margin-top: 50px;
}
#About-Title{
    position: relative;
    left: 10%;
    font-size: 20px;
}
#About-text{
    border: 2px solid #EEA32E;
    padding: 15px;
    height: 300px;
    overflow: overlay;
    padding-bottom: 30px;
}
#About-btn{
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px ; 
    border: 0px solid transparent;
    position: relative;
    left: 85%;
    top: -22px;
}
#About-img{
  float: right;
  width: 100%;
}

/*product*/
#ProduitImageBG{ 
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}
#Product-pane{
    padding: 0;
    margin-top: 30px;
}
#Product-Title{
    width: 141px;
    height: 30px;
    background-color: white;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin: 0px;
    top: -103%;
    left: 45%;
}
#carousel-Product-Pane{
    position: relative;
    top:-111%;
    padding-top: 160px;
}
#Content-Pane{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 700px;
}

#Product-carousel{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Next-Btn{
    position: relative;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}
#Prev-Btn{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*service*/
#service-Pane{
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 438px;
   margin-top: -710px

}
#ServiceImageBG{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#Service-Title{
    font-size: 30px;
    font-weight: 600;
    padding: 5px;
    position: relative;
    top: -87%;
    left: 47%;
    background-color: white;
    width: 121px;

}
#service-text-pane{
    width: 34%;
    text-align: center;
    height: 250px;
}
#service-text{

    padding: 30px;
}
#Services-btn-pane{
    position: relative;
    left: 44%;
    top: -22%;
    width: 10%;
}
#Services-btn{
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px ; 
    border: 0px solid transparent;
}

/*References*/
#References-Pane{
  height: 345px;
  margin-top: -270px;
}
#References-Title{
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 60px;
}
#References-carousel{
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-img-item {
     margin:0;
    width: 210px;
    height: 210px;
    border: 2px solid #EEA32E;
    border-radius: 110px;
}
/*slick carousel*/
.slider {
    margin: 50px auto;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
/*Footer*/
#Contactez-nous{
    text-align: left;
    color: #55ACEE;
    font-weight: 600; 
}
#contactez-nous-pane{
    border-right: 2px solid #55ACEE;
    padding: 5px;
    padding-left: 20px;
}
#Access-rapid{
    text-align: left;
    color: #55ACEE;
    font-weight: 600; 
}
#access-rapid-pane{
    padding: 5px;
    padding-left: 20px;
}
#footer-form{
    border: 2px solid #EEA32E;
    border-radius: 15px;

}
#footer-input{
    height: 55px;
    border-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom: 0px solid white;
    border-left: 0px solid white;
    border-top: 0px solid white;
    border-right: 3px solid #EEA32E;
    font-size: 22px;
}
#btn-footer{
    height: 32px;
   /* border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;*/
    background-color: white;
}
#footer-map{
    position: relative;
    transform: translate(7%, 20%);   
}

.spicial-Circle{
    width: 90%;
    height: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#buttonContactezNous{
    z-index: 3;
    position: relative;
    bottom: 73%;
    left: 49.77%;
    transform: translate(-50%, -50%);
    width: 19%;
    height: 9%;
    color: white;
    font-size: 21px;
    font-weight: 600;
    background-color: #EEA32E;
}
.titleProduits{
   /* width: 450px;*/
    font-size: large;
    font-weight: 600;
   /* border-bottom: 2px solid #EEA32E;
    margin-left: 40px;*/
    text-align: center;
}
.ProduitsButtons{
   /* margin-top: 20px;
   
    height: 75px;
   font-size: 20px;*/
   background-color: rgba(255, 255, 255, 0.74);
     width: 100%;
  border: 1px solid #EEA32E
}

.ProduitsButtons:hover{
    border-color: #f5f5f5;
    background-color: #EEA32E;
    color: white;
    font-weight: 600;
}
.ProduitsImages{
    width: 100%;
    height: 325px;
    border: 1px solid #EEA32E
}

#imageHeaderContainer{
    margin: 0px;
    padding: 0px;
    height: 190px;
}
#imageHeader{
    width: 100%;
    height: 157px;
}
/*more about us*/
#moreText{
    border: 2px solid #EEA32E;
    padding: 50px;
    height: 300px;
    overflow: overlay;
}

#parallelogram {
  
    margin-bottom: 40px;
   /* margin-left: 60px;*/
   height: 400px;
    float: right;
    padding: 5px;
    clip-path: polygon(30% 0, 100% 0%, 100% 100%, 1% 100%);
    shape-outside: polygon(30% 0, 100% 0%, 100% 100%, 1% 100%);
}
#parallelogram1 {

    margin-bottom: 40px;
    /* margin-left: 60px; */
    height: 400px;
    float: left;
    padding: 5px;
    clip-path: polygon(0% 0, 100% 0%, 76% 100%, 0% 100%);
    shape-outside: polygon(30% 0, 100% 0%, 100% 100%, 1% 100%);
}
#titleApropos{
    position: relative;
    top: -32px;
    font-size: 24px;
    font-weight: 700;
}
#textApropos{
    position: relative;
    top: -32px;
}
#TitleReferences{
    font-size: 23px;
    font-weight: 600;
    color: #55ACEE;
    border-bottom: 2px solid #EEA32E;
    width: 190px;
}
.circleImageReferences{
    float: left;
    border: 2px solid #EEA32E;
    border-radius: 90px;
    width: 120px;
    height: 120px;
    z-index: 2;
}
.TextReference{
    border: 2px solid #EEA32E;
    margin-top: 66px;
    margin-right: 15px;
    margin-left: 59px;
}
.imageReferences{
    float: right;
    width: 150px;
    height: 140px;
    z-index: 3;
}
.footer{
padding: 0px;
background-image: url(http://chronoflex-dz.com/img/contact-origine.jpg);
background-repeat: no-repeat;
background-size: 100% 370px;
}
.footer1{
padding: 0px;
margin-top: 50px;
height: 250px;
}
.affix {
    position: fixed;
    width: 107%;
    top: 0;
}
.communauté{
  height: 235px;
  text-align: center;
}
.p-footer{
  color: #55ACEE;
  font-size: 21px;
}
.map{
  padding: 0px;
  height: 200px;
  margin-top: 20px;
}
.retour{
  position: relative;
  float: right;
  top: -53px;
  font-size: large;
}
.height-service{
  height: 600px;
  margin-bottom: 50px;
}
.photos-apropos{
  margin-top: 50px;
  margin-bottom: 50px;
  height:395px;
}
.catalogue{
     /* margin-top: 100px;**/
}
.apropos-margin{
  padding: 50px;
  border-top: 2px solid #EEA32E;
  margin-top: -30px;
}
.apropos-detail{
  margin-top: 50px;
  margin-bottom: 0;
}
.margin-reference{
  height: 170px;
  margin-top: 30px;
}
.resume-apropos{
  border: 2px solid #EEA32E;
  height: 390px;
  overflow: overlay;
}
.img-apropos{
  width: 100%;
  height: 390px;
}
.apropos-detail{
  height: 395px;
  margin-bottom: 50px;
}
.padding-ul{
  padding-left: 10px;
}
.prod_style{
  width:400px;
  height:400px;
 border: 2px solid orange;
}
.img-detail{
  width:120px;
  height:120px;
  border: 2px solid orange;
}
.p-detail{
  height: 400px;
  overflow: overlay;
}
.produit-margin{
  background: #517af8;
  margin: 20px;
}
/*======================///////////////
      START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
  .apropos-margin {
    padding: 50px;
    border-top: 2px solid #EEA32E;
    margin-top: -5px;
}
  .ProduitsImages {
    width: 100%;
    height: 200px;
    border: 2px solid #EEA32E;
}
  .catalogue{
      margin-top: 0px;
}
  .titleProduits {
    width: 329px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
    .Slide-img {
    width: 100%;
    height: 300px;
}
#About-btn {
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px;
    border: 0px solid transparent;
    position: relative;
    left: 73%;
    top: -22px;
}
.logo{
width: 140px;
}
#Suiver-Nous {
    font-size: 9px;
    text-align: right;
    margin-top: 10;
    margin-right: 0px;
    padding-right: 3px;
}
.spicial-Circle {
    width: 90%;
    height: 50%;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer1{
  padding: 0px;
margin-top: 50px;
height: 250px;
 
}
#contactez-nous-pane {
    border-right: 2px solid #55ACEE;
    padding: 5px;
}
#access-rapid-pane {
    padding: 5px;
   padding-left: 0px;
    font-size: medium;
}
.communauté{
  height: 235px;
  text-align: center;
  margin-top: -70px;
}
.h3{
  font-size: 16px;
  margin-bottom: -10px;
}
.p-footer{
  color: #55ACEE;
  font-size: 14px;
}
.map{
  padding: 0px;
  height: 200px;
  margin-top: 0px;
}
#imageHeader {
    width: 100%;
    height: 100px;
}
#imageHeaderContainer{
    margin: 0px;
    padding: 0px;
    height: 105px;
}
.retour{
position: relative;
    float: right;
    top: -39px;
    padding: 0px;
    font-size: 9px;
}
  .photos-apropos {
    margin-top: 80px;
    margin-bottom: -200px;
    height: 395px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 11px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 10px;
}
.img-produit {
    box-shadow: 2px 2px 12px #555;
    height: 165px;
    width: 100%;
}
#About-Pane {
    height: 400px;
    margin-left: 45px;
    margin-top: 90px;
}
  }

@media(max-width:991px ){
    .Slide-img {
    width: 100%;
    height: 300px;
}
#About-btn {
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px;
    border: 0px solid transparent;
    position: relative;
    left: 73%;
    top: -22px;
}
.logo{
width: 140px;
}
#Suiver-Nous {
    font-size: 9px;
    text-align: right;
    margin-top: 10;
    margin-right: 0px;
    padding-right: 3px;
}
.spicial-Circle {
    width: 90%;
    height: 50%;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer1{
  padding: 0px;
margin-top: 50px;
height: 580px;
 
}
#contactez-nous-pane {
    border-right: 2px solid #55ACEE;
    padding: 5px;
}
#access-rapid-pane {
    padding: 5px;
   padding-left: 0px;
    font-size: medium;
}
.communauté{
  height: 235px;
  text-align: center;
  margin-top: -70px;
}
.h3{
  font-size: 16px;
  margin-bottom: -10px;
}
.p-footer{
  color: #55ACEE;
  font-size: 14px;
}
.map{
  padding: 0px;
  height: 200px;
  margin-top: 0px;
}
#imageHeader {
    width: 100%;
    height: 100px;
}
#imageHeaderContainer{
    margin: 0px;
    padding: 0px;
    height: 105px;
}
.retour{
position: relative;
    float: right;
    top: -39px;
    padding: 0px;
    font-size: 9px;
}
  }  

@media(max-width:768px ){
.img-produit {
    box-shadow: 2px 2px 12px #555;
    height: 110px;
    width: 100%;
}
.nom-produit {
    color: #55acee;
    font-size: 10px;
    text-align: center;
    height: 40px;
    padding: 5px;
    padding-top: 5px;
}
  .pad-ul{
    padding-left: 10px;
  }
  #owl-demo .owl-next {
    display: block;
    position: relative;
    top: -250px;
    line-height: .75em;
    width: 1em;
    height: 1em;
    border-radius: 1px;
    float: right;
    right: 0;
}
#owl-demo .owl-prev {
    display: block;
    position: relative;
    top: -250px;
    line-height: .75em;
    width: 1em;
    height: 1em;
    border-radius: 1px;
    float: left;
    right: 35px;
}
  .apropos-detail{
  margin-top: 50px;
  margin-bottom: -200px;
}
  .titleProduits {
    width: 329px;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
}
  .photos-apropos {
    margin-top: 80px;
    margin-bottom: -200px;
    height: 395px;
}
  #Access-rapid {
    text-align: left;
    color: #55ACEE;
    font-weight: 600;
    font-size: small;
}
#Contactez-nous {
    text-align: left;
    color: #55ACEE;
    font-weight: 600;
    font-size: small;
}
    .Slide-img {
    width: 100%;
    height: 300px;
}
#About-btn {
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px;
    border: 0px solid transparent;
    position: relative;
    left: 73%;
    top: -22px;
}
.logo{
width: 140px;
}
#Suiver-Nous {
    font-size: 9px;
    text-align: right;
    margin-top: 10;
    margin-right: 0px;
    padding-right: 3px;
}
.spicial-Circle {
    width: 90%;
    height: 50%;
    position: relative;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer1{
  padding: 0px;
margin-top: 50px;
height: 580px;
 
}
#contactez-nous-pane {
    border-right: 2px solid #55ACEE;
    padding: 5px;
}
#access-rapid-pane {
    padding: 5px;
   padding-left: 0px;
    font-size: medium;
}
.communauté{
  height: 235px;
  text-align: center;
  margin-top: -70px;
}
.h3{
  font-size: 16px;
  margin-bottom: -10px;
}
.p-footer{
  color: #55ACEE;
  font-size: 14px;
}
.map{
  padding: 0px;
  height: 200px;
  margin-top: 0px;
}
#imageHeader {
    width: 100%;
    height: 100px;
}
#imageHeaderContainer{
    margin: 0px;
    padding: 0px;
    height: 105px;
}
.retour{
position: relative;
    float: right;
    top: -39px;
    padding: 0px;
    font-size: 9px;
}

.dropdown-content {
    display: none;
    position: unset;
    background-color: #0041ff;
    min-width: 107px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 16px;
    z-index: 1;
    /* margin-top: -325px; */
    font-size: smaller;
}
.imageReferences {
    float: right;
    width: 100px;
    height: 100px;
    z-index: 3;
    /* top: 100%; */
    position: sticky;
}
.prod_style {
    width: 280px;
    height: 280px;
    border: 2px solid orange;
}
h2, .h2 {
    font-size: 26px;
}
h3, .h3 {
    font-size: 20px;
}
}


@media(max-width:480px ){
  .produit-margin {
    background: #517af8;
    margin: 10px;
}
  .nom-produit {
    color: #55acee;
    font-size: 7px;
    text-align: center;
    height: 35px;
    padding: 5px;
    padding-top: 5px;
}
.img-produit {
    box-shadow: 2px 2px 12px #555;
    height: 72px;
    width: 100%;
}
.p-detail{
  height: 200px;
  overflow: overlay;
}
.prod_style{
  width:200px;
  height:200px;
  border: 2px solid orange;
}
.img-detail{
  width:65px;
  height:65px;
  border: 2px solid orange;
}
h2, .h2 {
    font-size: 18px;
}
h3, .h3 {
    font-size: 16px;
}
  #TitleReferences {
    font-size: 18px;
    font-weight: 600;
    color: #55ACEE;
    border-bottom: 2px solid #EEA32E;
    width: 190px;
}
.single-item>img {
    height: 130px;
    width: 100%;
    /* margin: -20px; */
}
  .circle-img-item {
    margin: 0px;
    margin-left: 0px;
    width: 150px;
    height: 150px;
    border: 2px solid #EEA32E;
    border-radius: 100px;
}
  #service-Pane {
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 300px;
    margin-top: -770px;
}
  #Access-rapid {
    text-align: left;
    color: #55ACEE;
    font-weight: 600;
    font-size: small;
    margin-left: 10px;
}
    .Slide-img {
    width: 100%;
    height: 300px;
}
#About-btn {
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px;
    border: 0px solid transparent;
    position: relative;
    left: 73%;
    top: -22px;
}
.logo{
width: 140px;
}
#Suiver-Nous {
    font-size: 9px;
    text-align: right;
    margin-top: 10;
    margin-right: 0px;
    padding-right: 3px;
}
.spicial-Circle {
    width: 100%;
    height: 120px;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer1{
  padding: 0px;
margin-top: 50px;
height: 580px;
 
}
#contactez-nous-pane {
    border-right: 2px solid #55ACEE;
    padding: 5px;
}
#access-rapid-pane {
    padding: 5px;
   padding-left: 0px;
    font-size: medium;
}
.communauté{
  height: 235px;
  text-align: center;
  margin-top: -70px;
}
.h3{
  font-size: 16px;
  margin-bottom: -10px;
}
.p-footer{
  color: #55ACEE;
  font-size: 14px;
}
.map{
  padding: 0px;
  height: 200px;
  margin-top: 0px;
}
#imageHeader {
    width: 100%;
    height: 100px;
}
#imageHeaderContainer{
    margin: 0px;
    padding: 0px;
    height: 105px;
}
.retour{
position: relative;
    float: right;
    top: -39px;
    padding: 0px;
    font-size: 9px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fbba20;
    min-width: 87px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 0px;
    z-index: 1;
    font-size: xx-small;
}
.circleImageReferences {
    float: left;
    border: 2px solid #EEA32E;
    border-radius: 90px;
    width: 65px;
    height: 65px;
    z-index: 2;
}
.imageReferences {
    float: right;
    width: 65px;
    height: 65;
    z-index: 3;
    /* top: 100%; */
    position: sticky;
}
.TextReference {
    border: 2px solid #EEA32E;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
.boutton_retour {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
}
#owl-demo .owl-next {
    display: block;
    position: relative;
    top: -250px;
    line-height: .75em;
    width: 1em;
    height: 1em;
    border-radius: 1px;
    float: right;
    right: -40px;
}
#owl-demo .owl-prev {
    display: block;
    position: relative;
    top: -250px;
    line-height: .75em;
    width: 1em;
    height: 1em;
    border-radius: 1px;
    float: left;
    right: 50px;
}
.resume-apropos {
    border: 2px solid #EEA32E;
    height: 250px;
    overflow: overlay;
    margin-bottom: 30px;
}
.img-apropos {
    width: 100%;
    height: 250px;
}
}

@media(max-width:360px ){
  .boutton_retour {
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
}
  #ProduitImageBG {
    position: relative;
    top: 0%;
    left: 5%;
    width: 95%;
    height: 100%;
}
#Product-Title {
    width: 101px;
    height: 30px;
    background-color: white;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0px;
    top: -103%;
    left: 40%;
}
  .Slide-img {
    width: 100%;
    height: 300px;
}
#About-btn {
    padding: 7px;
    background-color: #EEA32E;
    border-radius: 20px;
    border: 0px solid transparent;
    position: relative;
    left: 73%;
    top: -22px;
}
.logo{
width: 140px;
}
#Suiver-Nous {
    font-size: 9px;
    text-align: right;
    margin-top: 10;
    margin-right: 0px;
    padding-right: 3px;
}
.spicial-Circle {
    width: 100%;
    height: 120px;
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.footer1{
  padding: 0px;
margin-top: 50px;
height: 580px;
 
}
#contactez-nous-pane {
    border-right: 2px solid #55ACEE;
    padding: 5px;
}
#access-rapid-pane {
    padding: 5px;
   padding-left: 0px;
    font-size: medium;
}
.communauté{
  height: 235px;
  text-align: center;
  margin-top: -70px;
}
.h3{
  font-size: 16px;
  margin-bottom: -10px;
}
.p-footer{
  color: #55ACEE;
  font-size: 14px;
}
.map{
  padding: 0px;
  height: 200px;
  margin-top: 0px;
}
#imageHeader {
    width: 100%;
    height: 100px;
}
#imageHeaderContainer{
    margin: 0px;
    padding: 0px;
    height: 105px;
}
.retour{
position: relative;
    float: right;
    top: -39px;
    padding: 0px;
    font-size: 9px;
}
.btn-photos{
  position: relative;
  left: 0px;
  border: 2px solid orange;
  border-radius: 10px;
  font-family: Century Gothic;
  font-size: larger;
}
.btn-videos{
  position: relative;
  left: 75px;
  border: 2px solid orange; 
  border-radius: 10px;
  font-family: Century Gothic;
  font-size: larger;
}
.circleImageReferences {
    float: left;
    border: 2px solid #EEA32E;
    border-radius: 90px;
    width: 65px;
    height: 65px;
    z-index: 2;
}
.imageReferences {
    float: right;
    width: 65px;
    height: 65;
    z-index: 3;
    /* top: 100%; */
    position: sticky;
}
.TextReference {
    border: 2px solid #EEA32E;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}
  }
@media(max-width:320px ){
  .produit-margin {
    background: #517af8;
    margin: 8px;
}
  .margin-reference{
  height: 170px;
  margin-top: 0px;
}
.circleImageReferences {
    float: left;
    border: 2px solid #EEA32E;
    border-radius: 90px;
    width: 56px;
    height: 56px;
    z-index: 2;
}
.imageReferences {
    float: right;
    width: 56px;
    height: 56px;
    z-index: 3;
    /* top: 100%; */
    position: sticky;
}
.TextReference {
    border: 2px solid #EEA32E;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: smaller;
}
  }