/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29 mai 2019, 11:44:28
    Author     : laurent2
*/
 /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: #fff;
  width: 100%;
  height: 220px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin-bottom: 10px;
}
.flip-card-mobile {
  background-color: #fff;
  width: 100%;
  height: 220px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  margin-bottom: 10px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card-inner-mobile
{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}

/* Do an horizontal flip when you move the mouse over the flip box container 
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
*/


/* Position the front and back side */
.flip-card-front, .flip-card-back, .flip-card-back-mobile, .flip-card-front-mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
  transform: translateZ(4px);
}

.flip-card-front-mobile {
  background-color: #fff;
  color: black;
  transform: translateZ(1px);
}

/* Style the back side */
.flip-card-back {
  background-color: #83bdf3;
  color: white;
  transform: rotateY(180deg);
  opacity: 1;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  left:0px;
  width: 100%;
 
} 

.flip-card-back-mobile {
  background-color: #83bdf3;
  color: white;
  opacity: 1;
  border-radius: 3px;
 transform: rotateY(180deg);
 cursor: pointer;
} 

/* fin Flip Card*/
.collapsible-header
{
  position: relative;
  font-size: 24px;
}
.description_categorie
{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.arrow
{
   position:absolute;
   top: -10px;
    right: 0px;
}
.arrow .material-icons
{
  font-size: 40px;
  color: #888;
}
.sep{
    margin-bottom: 50px
}
.sidenav
{
    z-index: 10000 !important;
}
body
{
  margin: 0px;
 font-family: 'Cairo', sans-serif;
}
hr
{
    position: relative;
    top: px;
    height: 2px;
    border: 0px;
    margin-bottom: -30px;
    background-color: #0069d9;
}
.flip-card-back a
{
  color: #fff;
  font-size: 22px;
}
.container
{
    width: 97%;
}
a
{
    text-decoration: none;
    color: #888;
}
a:hover
{
    color: #005;
}

.logo
{
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.row_caroussel
{
  position: relative;
}
.droite
{
  width: 30px;
  height: 30px;
  position: absolute;
  right:20px;
  top: 110px;
  cursor: pointer;
  opacity: .7;
}
.gauche
{
  width: 30px;
  height: 30px;
  position: absolute;
  left:20px;
  top: 110px;
  cursor: pointer;
  opacity: .7;
}




.texte_footer
{
    float: left;
    margin-top: -40px;
}
.logo2
{
    float: left;
    margin-left: 50px;
    margin-top: 20px;

}

.menu_haut
{
    text-align: right;
     position: relative;
    float: left;
    top:-40px;
    margin-bottom: -30px;
}
.telephone
{
    margin-bottom: 55px;
    font-size: 18px;
}
.telephone img
{
    position: relative;
    top: 40px;
    left: -10px;
    margin-bottom: 35px;
    font-size: 30px;
}
.p_mail
{
    margin-top: -55px;
}
.the_bouton
{
    position: relative;
    top: 0px;
    width: auto;
     padding-top: 4px !important;
    padding-right: 9px !important;
    padding-left: 9px !important;
padding-bottom: 10px !important;
    line-height: 30px !important;
}
.the_bouton:hover {
  animation-duration: .5s;
  animation-name: moveup;
}

@keyframes moveup {
  from {
    top: 0px;
  }

  50% {
    top: 5px;
  }

  to {
   top: -5px;
  }
}

.the_bouton2
{
    position: relative;
    width: 200px;
    text-align: left;
    padding-top: 4px !important;
padding-bottom: 10px !important;
    line-height: 30px !important;
    margin-top: 10px;
    margin-left: 10px;
}
.the_bouton2:hover {
  animation-duration: .5s;
  animation-name: moveup2;
}

@keyframes moveup2 {
  from {
   left: 0px;
  }

  to {
   left: 10px;
  }
}
.suivre
{
    position: relative;
    top: -20px;
    text-align: center;
    background-color: #FF7;
    padding: 5px !important;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(126,176,199,1) 50%, rgba(255,255,255,1) 100%);
}

.solution
{
    position: relative;
    top: 0px;
    text-align: center;
    background-color: #FF7;
    padding: 5px !important;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    margin-top: 50px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(126,176,199,1) 50%, rgba(255,255,255,1) 100%);
}

.the_titre
{
    position: relative;
    top: 0px;
    text-align: center;
    background-color: #FF7;
    padding: 5px !important;
    font-size: 20px;
    font-weight: 700;
    margin: auto;
    margin-top: 0px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(126,176,199,1) 50%, rgba(255,255,255,1) 100%);
}


.collapsible-body ul li
{
  list-style-type: circle;
  line-height: 25px;
  list-style-position: inside;
}


.petit_bubak
{ position: relative;
    top: 12px;
}

.rond
{
   
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    overflow: auto;
    -moz-box-shadow: 0px 0px 15px 0px #656565;
-webkit-box-shadow: 0px 0px 15px 0px #656565;
-o-box-shadow: 0px 0px 15px 0px #656565;
box-shadow: 0px 0px 15px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
margin-top: 20px;
margin-bottom: 10px;
background-image: url("/assets/images/petit_bubak.svg");
background-repeat: no-repeat;
background-position-x: 45px;
background-position-y: center;
background-size: 80px;

}

.rond2
{
   
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    overflow: auto;
    -moz-box-shadow: 0px 0px 15px 0px #656565;
-webkit-box-shadow: 0px 0px 15px 0px #656565;
-o-box-shadow: 0px 0px 15px 0px #656565;
box-shadow: 0px 0px 15px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
margin-top: 20px;
margin-bottom: 10px;
background-image: url("/assets/images/connection.svg");
background-repeat: no-repeat;
background-position-x: 30px;
background-position-y: 35px;
background-size: 90px;

}
.rond3
{
   
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: auto;
    overflow: auto;
    -moz-box-shadow: 0px 0px 15px 0px #656565;
-webkit-box-shadow: 0px 0px 15px 0px #656565;
-o-box-shadow: 0px 0px 15px 0px #656565;
box-shadow: 0px 0px 15px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=15);
margin-top: 20px;
margin-bottom: 10px;
background-image: url("/assets/images/like.svg");
background-repeat: no-repeat;
background-position-x: 30px;
background-position-y: center;
background-size: 90px;

}

#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-image: url('/assets/images/fleche.svg');
    color: #fff;
    opacity: .4;
}
 
#scrollUp:hover {
	opacity: 1;
}
.arrow
{
    font-size: 35px;
    padding-top: 3px;
}
.drapeau
{
    float: right;
    margin-left: 5px;
    margin-top: 3px;
    border-radius:50%;
    overflow: auto;
}
.drapeau:hover
{
     -moz-box-shadow: 0px 0px 5px 0px #656565;
-webkit-box-shadow: 0px 0px 5x 0px #656565;
-o-box-shadow: 0px 0px 5px 0px #656565;
box-shadow: 0px 0px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
}
.drapeau img
{
    float: right;
    width: 32px;
    height:32px;
}


.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container_overlay{
  padding: 1em 0;
  float: left;
  width: 100%;
}


.container_overlay .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  font-size: 25px;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}



    .parallax-container {
      height: 400px;
      position: relative;
    }
        
.hr2
{
    margin-top: 15px;
}
.text_cadre
{
    font-size: 32px;
    text-align: center;
    height:100%;
    vertical-align: center;
    margin-top: 0px;
    z-index: 100;
    float: left;
    width: 100%;
}
.hr3
{
  background-color: #fff;
  border:none;
  height: 20px;
 	width: 100%;
	height: 50px;
	border-bottom: 0px solid #1f1209;
	box-shadow: 0 -20px 20px -20px #333;
  margin: 0px auto 10px; 
    margin-top: 10px;
    float: left;
    top: 20px;
}
.hr4
{
  background-color: #fff;
  border:none;
  height: 20px;
 	width:100%;
	height: 50px;
	margin-top: 0;
	border-bottom: 0px solid #1f1209;
	box-shadow: 0 20px 20px -20px #333;
  margin: 0px auto 10px; 
    float: left;
    top: 0px;
}

.text_titre
{
    position: relative;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
  padding: 20px;
    color: #FFFFFF;
text-shadow:0px 0px 10px #0d0d01;   
}

.div_menu_icon
{
    position: relative;
    margin-top: -80px;
    top: -20px;
    left: 10px;    
}
.menu_icon
{
    font-size: 40px;
}
.row-menu-icon
{
    float: left;
    position:relative;
    top: -40px;
    margin-bottom: -40px;
    
}
.logo_slide
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    
  
}
.texte_secteur
{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #FFF;
}
@media screen and (max-width: 1108px) {
    .the_bouton
{
    position: relative;
    top: 0px;
    width: auto;
     padding-top: 4px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
padding-bottom: 10px !important;
    line-height: 30px !important;
    font-size: 12px;
}
    
}
@media screen and (max-width: 992px) {
    .the_titre
    {
        margin-top: 20px;
    }
    .menu_icon
{
    position: relative;
    margin-top: 0px;
    top: 30px;
    left: 10px;    
}
    .parallax-container
    {
        margin-top: 30px;
    }
}

@media screen and (max-width: 862px) {
    
    .texte_secteur
{
    font-size: 16px;
    height: 40px;
}
    
    .title
    {
        font-size: 15px;
    }
    .logo
    {
        width:100%;
    }
    .drapeau{
        margin-top: -30px;
    }
}


@media screen and (max-width: 600px) {
    
    .texte_secteur
{
    font-size: 14px;
    margin-bottom: 20px;
}
    
     .text_titre
    {
        font-size: 40px;
    }
    .telephone
    {
        font-size: 14px;
        margin-top: 20px;
        line-height: 30px;
    }
    .logo
    {
        width: 100%;
    }
    .telephone img
    {
        width: 20px;
    }
    .texte_footer
    {
        line-height: 30px;
    }
  
}
@media screen and (max-width: 444px) {
     .text_titre
    {
        font-size: 40px;
    }
    .telephone
    {
        font-size: 15px;
        margin-top: 20px;
    }
    .logo
    {
        margin-bottom: 30px;
    }
    .drapeau
    {
        float: left;
        margin-top: 20px;
        position: absolute;
        top:100px;
        right: 10px;
    }
    .telephone img
    {
        width: 20px;
        top:40px;
    }
  
}