html {
  scroll-behavior: smooth;
}
body {
   
    font-family: 'Montserrat', sans-serif;
    font-size   : 15px;
    line-height : 26px;
    color       : #3a4750;
    font-weight : 300;
    background: #fff;
    }

body.couvre {
   background      : url(../../assets/img/hero-slide-4.jpg) no-repeat;
    background-size : cover;
    }
/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin      : 0 0 15px;
    color       : #303841;
    
    }

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 100;
    font-family: 'Bree Serif', serif;
    }
h1.visible-xs {
    font-size   : 36px;
    color		:#76b82a;
    font-weight : 100;
    }
p.sous-titre
{
    font-size   : 18px;
    color: #2fbeba;
    font-weight: bold;
    }

h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : bold;
	color       : #2fbeba;
	font-family: 'Bree Serif', serif;
    }

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
   
    }

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
    }

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
	color       : #76b729!important;
    }

h6 {
    font-size   : 15px;
    line-height : 24px;
    }
hr {
    border		: dashed 0.5px gray;
    }
/* --------------------------------------
LINK STYLE
------------------------------------------*/
.featured-img{margin-top: 0px;}
.img-responsive{
/*	border-radius:20px;*/
}
a {
    color              : #76b82a;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    color: #9a530d;
    }


p{
    margin-bottom: 20px;
}


ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }


/* --------------------
   Section Background
   -------------------*/

   
.gray-bg {
   background-color: #ddd;
   padding: 30px 20px;
    }

.white-bg {
    background-color : #fff;
    }
.whites-bg {
    background-color : #fff;
	 padding: 30px 20px;
    }

.ptb-100{
   
	padding: 122px 20px !important;
    }
/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper{
    background: #fff;
    }

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 14px;
    border-radius  : 3px;
    font-weight    : 100;
    }

.btn-lg{
    font-size	   : 16px;
    padding		   : 10px 30px
}
.btn-lg-rep{
    font-size	   : 16px;
    padding		   : 5px 15px
}

/*btn-primary*/
.btn-primary {
       background-color: #2fbeba;
    border-color: #303841;
	font-weight		: bold;
	border-radius	: 30px;;
    }

.btn-primary:hover{
    background: #3a4651;
    color: #fff;
    border-color: #2fbeba;
	
}

/*btn-default*/
.btn-default {
    color			 : #3a4651;
    background-color : white;
    border-color     : #3a4651;
    border-radius    : 30px;
	margin-right: 10px;
	margin-bottom: 10px;
    }

.btn-default:hover{
    background: #3a4651;
    color:#2fbeba;
    border-color: #569310;
}

.btn-default-rep {
    color			 : #569310;
    background-color : transparent;
    border-color     : #569310;
    border-radius    : 30px;
	margin-right: 10px;
	margin-top:10px;
    }

.btn-default-rep:hover{
    background: #569310;
    color:#fff;
    border-color: #569310;
}
button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }

p.rep{
   font-size:18px;
   margin-bottom:0px!important;
    }
.rep-org{
   margin-bottom:20px;
   padding-top: 12px;
   padding-bottom: 12px;
    }
.rep-org:hover{
    background-color: #f5f5f5;
    border-radius: 20px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    }
.rep-secteur{
   font-size:13px;
    }
/* ----------------------------------------------
text-highlights
------------------------------------------------- */

.text-highlights {
    color   : #ffffff;
    padding : 0px 5px;
    }

.text-highlights.black {
    background : #313131;
    }

.text-highlights.blue {
    background : #31aae2;
    }

/*Common Page Header*/
.page-header {
    padding-bottom : 0;
    margin         : 100px 0;
    border-bottom  : 0;
    }

.page-header h1 {
    font-size      : 70px;
    line-height    : 70px;
    color          : #ffffff;
    font-weight    : 400;
    text-transform : capitalize;
    margin-bottom  : 30px;
    font-family    : 'Montserrat', sans-serif;
    }

.page-header .sub-title {
    display        : block;
    font-size      : 40px;
    line-height    : 40px;
    color          : rgba(255, 255, 255, 0.5);
    font-weight    : 700;
    text-transform : uppercase;
    font-family    : 'Montserrat', sans-serif;
    }

@media (max-width : 766px) {
    .page-header h1 {
        font-size   : 44px;
        line-height : 44px;
        }

    .page-header .sub-title {
        font-size   : 30px;
        line-height : 30px;
        }
    }

/*feature-section*/
.feature-section {
    background      : url(../../assets/img/feature-bg.jpg) no-repeat;
    background-size : cover;
    }

/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
    position    : fixed;
    bottom      : 17px;
    right       : 30px;
    color       : #fff;
    cursor      : pointer;
    display     : none;
    z-index     : 9999;
    width       : 30px;
    height      : 30px;
    text-align  : center;
    font-size   : 18px;
    line-height : 30px;
    background  : #2fbeba;
    border-radius: 3px;
    border: none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

#toTop:hover {
    color  : #fff;
    opacity: .5;
    }
#my-carousel {background: #cff1f0;}
/* ------------------------------------------------------------------
Shortcode Content
--------------------------------------------------------------------- */
.page-title-section {
    padding-top     : 80px;
    background      : url(../../assets/img/page-bg/page-bg-1.jpg) no-repeat center center #4795bb;
    background-size : cover;
    }

/*-----------------------------
 NAVIGATION & HEADER STYLE
--------------------------------*/

/*Navigation*/
.navbar-default .navig{margin-left: auto;  width: 66%;}
.sticky-nav .navig {float:right; width: auto;}

.navbar-default {
    margin-bottom : 0;
	
    }

.navbar-brand {
    padding-top    : 0;
    padding-bottom : 0;
    height         : 40px;
    }
.navbar-brand img{ 
margin-top:10px;
position: absolute;
left: 20%;
}
.logoo img{ 
display:none;
}
.sticky-nav .logoo img{ 
display:block;
margin-top: -13px;
left: 15%;
}

.navbar-default .navbar-nav > li {
    margin-right : 17px;
    }

.navbar-default .navbar-nav > li:last-child {
    margin-right : 0px;
    }

.navbar-default .navbar-nav > li > a {
    color          : #2fbeba;
    font-size      : 17px;
    font-weight    : 400;
    padding        : 10px 15px;
    border-radius  : 2px;
    border-right: solid 2px #e7e6ea;
    /*text-transform : uppercase;*/
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color            : #4d6de3;
    background-color : transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
   color: #fffffe;
    background-color: #2fbeba;
    font-weight: bold;
    
    }

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
       color: #ffffff;
    background-color: #2fbeba;
    /*border-radius: 30px;*/
    }

.nav-cta {
    float              : right;
    margin             : 3px 0 0 40px;
    line-height        : 34px;
    background         : #4d6de3;
    width              : 34px;
    height             : 34px;
    text-align         : center;
    border-radius      : 2px;
    -webkit-transition : all .3s ease-in-out;
    -moz-transition    : all .3s ease-in-out;
    transition         : all .3s ease-in-out;
    }

.nav-cta > li > a {
    display     : inline-block;
    color       : #ffffff;
    width       : 20px;
    height      : 34px;
    line-height : 34px;
    text-align  : center;
    }

.nav-cta .dropdown-menu {
    left  : auto;
    right : 0;
    }


/* Nav Media Querues*/

@media screen and (max-width : 992px) {
    .navbar-collapse.collapse {
        display : none !important;
        }

    .navbar-default {
        background    : #333333 !important;
        padding       : 18px 0;
        border        : none;
        border-radius: 0;
        }
    .navbar{
            border-radius: 0;
        }
	.sticky-nav{
		
    background:#3a4651 !important;
    
	}

.navbar-brand img {
    margin-top: 3px;
    left: 19%;
}
.featured-img {
    margin-top: 0px!important;
}
.ctaa {
    width: 100%!important;
}

}


@media (min-width : 1024px) {
    .navbar-default {
        background-color   : #fff;
        padding            : 30px 0 0;
        border             : none;
        border-radius: 0;
        }
    .navbar-right .dropdown-menu {
        right : auto;
        }
    
        
}

/* Syicky Menu */
.sticky-nav{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    padding: 10px 0 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-transition : all .5s ease-in-out;
        -moz-transition    : all .5s ease-in-out;
        transition         : all .5s ease-in-out;
}


/* Dropdown Menu */

.dropdown-menu {
    display            : inherit;
    top                : 100% !important;
    padding            : 0;
    font-size          : 13px;
    opacity            : 0;
    visibility         : hidden;
    border             : 1px solid #f5f5f5;
    border-radius      : 0;
    box-shadow         : 0px -2px 0px #000000;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    }

.dropdown:hover .dropdown-menu {
    display    : block;
    margin-top : 28px !important;
    opacity    : 1;
    visibility : visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    }

.dropdown-menu::before {
    top      : -30px;
    content  : "";
    position : absolute;
    width    : 100%;
    height   : 30px;
    display  : block;
    }

.sticky-nav .dropdown:hover .dropdown-menu {
    margin-top : 14px !important;
    }

.dropdown-header {
    font-size      : 11px;
    line-height    : 30px;
    font-weight    : 600;
    color          : #313131;
    text-transform : uppercase;
    }

.dropdown-menu li a {
    display     : block;
    font-size   : 13px;
    line-height : 30px;
    color       : #969595;
    padding     : 3px 20px;
    }

.dropdown-menu li a:hover {
	color: #ffffff;
    background-color: #76b82a;
    }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color            : #569310;
    background-color : #f5f5f5;
    }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color            : #000000;
    background-color : transparent;
    }

@media (max-width : 992px) {
    .navbar-toggle {
        display : block;
        }
    }
    @media (max-width : 991px) {
    .navbar-brand img {
    margin-top: -17px;
    left: 15%;
}
.team-section .bg-img {
    background: url(../img/hero-slide-2.jpg) no-repeat center!important;
    min-height: 354px!important;
}
.team-section .bg-imgg {
    background: url(../img/hero-slide-3.jpg) no-repeat center!important;
    min-height: 343px!important;
    }
    
.team-section .featuredd {
    margin: auto!important;
    width: 100%!important;
    padding: 40px!important;
    
}
.team-section .featured {
    margin: auto!important;
    width: 100%!important;
    padding: 40px!important;
    
}
        
    }
.navbar-toggle {
    position      : absolute;
    right         : 0;
    padding       : 5px 10px;
    border        : 0;
    border-radius : 0;
    }

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color : transparent;
    }

.navbar-toggle .icon-bar {
    width  : 14px;
    height : 3px;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color : #ffffff;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top : 2px;
    }

/*uc-mobile-menu*/
.uc-mobile-menu {
    }

.uc-mobile-menu-container > div {
    visibility : hidden;
    }
li.liststyle { list-style: square;
  }
#menu {
    margin : 50px 40px;
    }

#menu > li {
    text-transform : uppercase;
    }

#menu > li:last-child {
    border-bottom : 0;
    }

#menu > li ul li {
    margin-left : 0;
    color       : #999999;

    }

#menu li a {
    display         : block;
    text-decoration : none;
    color           : #777777;
    padding         : 10px 0;
    font-size: 16px;
    border-bottom: 1px dotted #444;
    }


#menu li a:hover,
#menu li.active a {
    color : #ffffff;
    }

/*-------------------------------
 * Mobile Menu Close
 *-------------------------------*/

.uc-mobile-menu .close {
    position           : absolute;
    right              : 0;
    top                : 0;
    color              : #ffffff;
    text-shadow        : none;
    filter             : alpha(opacity=50);
    opacity            : .5;
    width              : 44px;
    height             : 44px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

.uc-mobile-menu .close:hover {
    opacity : 1;
    }


/* ------------------------
 *  Header Top bar
 *-------------------------*/

.header-top{
    background: #ffffff;
    height: 110px;
    

 }

 /*Social Icon*/

.header-top .social-icon li{
    display: inline-block;
 }

.header-top .social-icon li a{
    line-height: 30px;
    width: 30px;
    color: #3a4651;
    border: solid 1px;
}

.header-top .social-icon li a:hover{
    opacity: .5; 
}

.header-top .social-icon li a.teli{
    color: #ffffff;
    background: #3a4651;
    padding: 15px;
    font-weight: 600;
}


/* Phone, Emial, Get a Quote */
.header-top .top-contact li{
    display    : inline-block;
    line-height: 50px;
    text-align :center;
    margin-top: 35px;
}

.header-top .top-contact li.phone,
.header-top .top-contact li.email{
    padding  : 0 20px;
    color    : #fff;
}
.header-top .top-contact li.phone a{
	background-color:white;
   color    : #000000;
   padding:8px;
   border-radius:50px;
}
.header-top .top-contact li.phone a:hover{
	background-color:#76b82a;
   color    : #000000;
  
}
.header-top .top-contact li.email a{
   color    : #76b82a
}
.header-top .top-contact li.email a:hover{
   color    : #ffffff
}
.pull-right b.active{
   color    : #ffffff
}

.header-top .top-contact li.phone i,
.header-top .top-contact li.email i{
    margin-right: 5px;
    opacity: .5;
}


.header-top .top-contact li.get-a-quote a{
    padding: 0 6px;
    display: block;
    background: #76b82a;
    color: #fff;
}
.header-top .top-contact li.get-a-quote a img{
	width:200px;
}
.header-top .top-contact li.get-a-quote a:hover{
    opacity: .8;
}

/* Media Queries */

@media only screen and (max-width: 1024px){
    .header-top{
        /*text-align:center;*/
    }

    .header-top .top-contact li{
        line-height: 1;
        /*padding: 5px 0 10px;*/
    }
    .header-top .top-contact li.teli{
            width: 140%;
    }

    .header-top .top-contact li.get-a-quote a{
        padding: 15px 15px; 
    }

    .top-contact.pull-right{
        /*float: none !important;*/
    }
	.hero-slide .carousel-caption {
	   padding-left: 45px;
	}
	.hero-slide .carousel-caption h1 {
	   font-size: 48px !important;-webkit-text-stroke: .5px black;
    }
    .hero-slide .carousel-caption h1 img {left: 30%!important;top: -10%!important;width: 19%!important;
    }
    .featured-img {width: 130%;
        }	
    .team-section .bg-img {
    min-height: 894px;
}
}

@media only screen and (max-width: 1023px){
    .navbar-default {
   
    padding: 15px 0;
   
	}
	.x-accordion {
    margin-bottom: 50px;
}
}


/*-------------------
    HERO SLIDER
--------------------*/
.hero-slide .carousel-inner>.item>img{
    min-width: 100% !important;
}
.hero-slide .serv>.item>img{
    clip-path: polygon(0 0%, 100% 0, 100% 91%, 0% 100%);
}

.hero-slide .carousel-caption {
    bottom      : 50%;
    text-shadow : none;
    transform   : translateY(50%);
    left        : 0;
    right       : 0;
    width       : 1140px;
    margin      : 0 auto;
    text-align  : center;
    }

.hero-slide .carousel-caption h1 {
    font-size      : 68px;
    line-height    : 1.3em;
    font-weight    : 100;
    color          : #fff;
    -webkit-text-stroke: 1px black;
    }
 .hero-slide .carousel-caption h1 img {position: absolute;left: 16%;   top: -19%;
    width: 26%;z-index: -1;
    }

.hero-slide .carousel-caption p {
    font-size   : 18px;
    color       : #fff;
    font-weight : 100;
    line-height    : 1.5em;
    }

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    width       : 50px;
    height      : 50px;
    line-height : 50px;
    top         : 50%;
    margin-top  : -25px;
    background  : transparent;
    cursor      : pointer;
    text-shadow : none;
    border-radius: 3px;
    background: #fff;
    color: #303841;
    box-shadow: inset 0 -2px rgba(0,0,0,.1);
    }



.hero-slide .carousel-control.left {
    left : -1%;
    opacity: 0;
    }

.hero-slide .carousel-control.right {
    right : -1%;
    opacity: 0;
    }

.hero-slide:hover .carousel-control.left,
.hero-slide:hover .carousel-control.right{
    opacity: 1;
}

.hero-slide:hover .carousel-control.left{
    left: 1%;
}


.hero-slide:hover .carousel-control.right{
    right: 1%;
}


.hero-slide .carousel-indicators {
    bottom : 60px;
    }

.hero-slide .carousel-indicators li {
    border : 2px solid #ffffff;
    }

/*Media Query*/
@media screen and (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        }

    .hero-slide .carousel-indicators {
        bottom : 20px;
        }

    .hero-slide .carousel-caption p {
        font-size : 12px;
        }
        .featured-img img{width: 77%;
        }
        #servicee h2{
    font-size: 25px;
    }
    }



/*---------------------------
 * Section Title
 *---------------------------*/
 .section-title{
    margin-bottom: 60px;
 }

/*---------------------------
 * Service Left Icon section
 *---------------------------*/
 #servicee h1{
    font-size: 43px;margin-bottom:40px;
    }
     
.section-content-left-icon{
    padding: 40px 0 0px;
    }

.section-content-left-icon p{
   font-size:18px;
   margin-bottom: 10px;
    }
    .section-content-left-icon ul{
    margin-bottom: 15px;;}
    .section-content-left-icon ul li img {
    float:left;}
    .section-content-left-icon ul li{
    font-weight:600;}
    .section-content-left-icon .test-rap {
   border-left: solid;
    border-top: solid;
    border-bottom: solid;
    padding: 25px 0 0 30px;}
     .section-content-left-icon .x-accordion {
   padding-top: 25px;}
    
    .section-content-left-icon .test-rap td{
    padding: 15px;
    font-size:18px;
    font-weight:bold;
    }
    .section-content-left-icon .test-rap td span{
    color:#2fbeba;
    }
 .section-content-left-icon .contacte{
    text-align:center;
    }
    .section-content-left-icon .contacte span{
    color: #2fbeba;
    }
    .section-content-left-icon .contacte button{
    background: #3a4651;
    padding: 15px;
    font-size: 28px;
    color: #2fbeba;
    font-weight: bold;
    border-radius: 15px;
    }
    .section-content-left-icon .contacte button:hover{
    background: #2fbeba;;
   color: #3a4651;
   }

.section-content-left-icon .left-icon-wraper {
    display: table;
    margin-bottom: 60px;
	
}
.section-content-left-icon .content,
.section-content-left-icon .icon{
    display: table-cell;
    vertical-align: top;
}

.section-content-left-icon .content{
    padding-left: 20px;
}

.section-content-left-icon .content h2{
    font-size: 18px;
}
h2.slogan{
font-family: 'Caveat', cursive;
 color:#2fbeba;
 font-size: 36px;
line-height: 1;
}

.section-content-left-icon .icon{
    width: 70px;
}

.section-content-left-icon .icon i{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 25px;
    display: block;
}

.section-content-left-icon .icon i::before{
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #4d6de3;
}

/* ------------------
 * Featured box
 *-------------------*/

.featured-box{
    border-top: 1px solid #f0f1f3;
}
.featured-content-wrapper{
    display: table;
}
.featured-box .featured-img,
.featured-box .featured-content{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}


/*Media Query*/

@media only screen and (max-width: 768px) {
    .featured-box{
        padding: 60px 0;
    }
    .featured-box .featured-img{
        margin: 0 0 30px;
    }
    .featured-box .featured-img,
    .featured-box .featured-content{
        display:block;
        width: 100%;
    }
    .navbar-brand img {
    margin-top: -16px;
    left: 29%;
}
#servicee h1 {
    font-size: 33px !important;
  
}
.section-content-left-icon .contacte button {font-size: 20px!important;
}
}

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/
.team-section{
    padding: 0px 0;
    background:#3BBFBB;
    margin-top: 40px;
}
.team-section .bg-img{
   background: url(../img/hero-slide-2.jpg) no-repeat fixed center;
    background-size: cover;
    min-height: 684px;
    background-position: -471px 50px;
}
.team-section .bg-imgg{
   background: url(../img/hero-slide-3.jpg) no-repeat fixed center;
    background-size: cover;
    min-height: 684px;
    background-position-x: 49px;
}
.team-section h2{
    color:#3a4651;
}
.team-section p{
    font-size:18px;
    color:white;
}
.team-section .featured{
   margin-right: auto;
    width: 75%;
    padding: 40px 0 0 40px;
}
.team-section .featuredd{
   margin-left: auto;
    width: 75%;
    padding: 40px 40px 0 0;
}
.team-section .somme{
  background: #3a4651;
}
.team-section .featuredd h2{
  color: #3bbfbb;
}
@media (max-width : 767px) { 
    
}


/* --------------------------------------------------
 *    Testimonial
 *----------------------------------------------------*/

.testimonial {
   padding: 20px 0px 20px;
    color: #ffffff;
    background: #2fbeba url(../img/img-testimonial-bg.png) repeat-x center bottom;
    }
.testimonial h2{color:#3a4651;}
.testimonial p.act{font-size: 25px;line-height: 31px;}
.testimonial h4{color: #fff;}
#testimonialSlider .carousel-inner .item blockquote{
    display: table;
    width: 100%;
}

#testimonialSlider .carousel-inner .item blockquote p,
#testimonialSlider .carousel-inner .item blockquote .user-details{
    display: table-cell;
    vertical-align: middle;
}

#testimonialSlider .carousel-inner .item blockquote p{
    width: 75%
}
#testimonialSlider .carousel-inner .item blockquote .user-details{
    width: 25%;
    position: relative;
}

#testimonialSlider .carousel-inner .item blockquote .user-details .avatar{
    float: left;
    width: 90px;
}


#testimonialSlider .carousel-inner .item .user-details img {
    display       : inline-block;
    width         : 80px;
    height        : 80px;
    border: 5px solid rgba(0,0,0,.2);
    }


#testimonialSlider .carousel-inner .item .user-details .name,
#testimonialSlider .carousel-inner .item .user-details .company{
    display: block;
}
#testimonialSlider .carousel-inner .item .user-details .name {
    font-size      : 24px;
    margin-top     : 5px;
    color          : #fff;
    display: block;
    }
#testimonialSlider .carousel-inner .item .user-details .company{
    opacity: .5;
}

#testimonialSlider .carousel-inner .item blockquote {
    border-left : 0px;
    }

#testimonialSlider .carousel-inner .item blockquote p {
    font-size   : 20px;
    line-height : 34px;
    }

#testimonialSlider .carousel-inner .item blockquote ul {
    margin : 30px 0px;
    }


#testimonialSlider .carousel-indicators {
    bottom : -40px;
    }

#testimonialSlider .carousel-indicators li {
    border : 2px solid #ffffff;
    }



/* Media Query */

@media only screen and (max-width: 768px) {
    #testimonialSlider .carousel-inner .item blockquote p,
    #testimonialSlider .carousel-inner .item blockquote .user-details{
        display:block;
        width: 100%;
    }
}



/* --------------------------
 * Client Logo 
 *---------------------------*/
.client-logo {
    padding: 40px 0;
    }

.client-logo a img {
    width              : 100%;
    opacity            : 0.5;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : 1;
    }
.repertoire-log{
   float:left;
   margin-right:15px
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
        .case-studies .case-studies-content h3{
    font-size: 18px!important; }
    .times{
    float: none;
    margin: auto;
}
 .section-content-left-icon .test-rap {
  
    border-bottom: none!important;
    }
    }

/*---------------------
 *  case Studies
 *---------------------- */
.ctaa {width: 100%; margin: auto;
}
.case-studies{
    padding: 50px 0;
  background: #3A4651
   /* border-top: 1px solid rgba(0,0,0,.05);*/
}

.case-studies .case-studies-content{
    border: 2px white solid;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.case-studies h2{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0px;
   
}
.case-studies .case-studies-content h3{
 color: #ffffff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 67%;
    text-shadow: 2px 0 2px black;}
    
.case-studies .case-studies-content h3 img{
    width: 30%;
    margin: auto;
    opacity: 1;
}
.case-studies h3{
    color: #3BBFBB;
    font-size: 34px;
    
    
}
.case-studies img{ opacity: 0.3;width: 100%;}
.case-studies img:hover{ opacity: 0.7;}


/* --------------------------------------------
 *  Page Title
 *----------------------------------------------- */

.single-page-title {
    background  : url(../img/img-page-title.jpg) no-repeat bottom;
    background-size       : cover;
    width                 : 100%;
    background-attachment : fixed;
    padding               : 40px 0;
    position: relative;
    }

.single-page-title::before{
    position: absolute;
    content: "";
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    /*background: rgb(146, 112, 77);*/
    }

.single-page-title h2 {
    display        : inline-block;
    font-size      : 46px;
    font-weight    : 100;
    margin-bottom  : 0;
    color          : #fff;
    position: relative;
    z-index: 1;
    }


/*--------------------
 * About Text Section
 *--------------------*/

.about-text{
    padding: 80px 0;
}

.about-text h2{
    font-size: 24px;
    margin-bottom: 15px;
}


.about-text-2{
    padding: 80px 0;
    border-top:1px solid #f0f1f3;
    border-bottom:1px solid #f0f1f3;
}

.about-text-2 img{
    margin-bottom: 15px;
}
.cta{
   background-color:#3e3b3b;
   color:white;
   padding-top:20px;
   padding-bottom:20px;
   border-radius: 20px;
   text-align:center;
}
h3.sous-titre{font-family: 'Caveat', cursive; line-height: 1;}
   
.cta h3{
   
   font-weight:bold;
   color:white;
}
.cta p a{
   color:#76b82a;
}

/* --------------------------------------------------
icon-style
------------------------------------------------- */

.icon-style {}
/*promo-block*/
.icon-style .promo-block-wrapper {
    /*margin-bottom: 80px;*/
    }

.icon-style .promo-icon {
    width: 75px;
    height: 80px;
    color: #dadada;
    font-size: 24px;
    line-height: 76px;
    text-align: center;
    border: 2px solid #dadada;
    margin: 0 auto 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }
.icon-style .promo-block-wrapper:hover .promo-icon {
    background-color: #31aae2;
    color: #fff;
    border: 2px solid transparent;
    }

.icon-style .promo-content {
    padding: 20px;
    }
.icon-style .promo-content h3{
    font-size: 15px;
    text-transform: capitalize;
    }


/* ---------------------------------
    x-accordion
 ------------------------------------*/

.x-accordion-section{
    background: #f9f9f9;
    }

.x-accordion .panel-group .panel+.panel {
    margin-top: 0px;
    }

.x-accordion .panel-group {
    margin-bottom: 0;
    }
.x-accordion .panel-default {
    border: 0;
    }
.x-accordion .panel {
    background-color: transparent;
    box-shadow: none;
    /*border-bottom: 10px solid transparent;*/
    border-radius: 0;
    margin: 0;
    }
.x-accordion .panel:last-of-type {
    border-bottom: 0;
    }
.x-accordion .panel .panel-heading a {
    display: block;
    padding: 12px 30px;
    /*background: #deeecb;
    color: #ed3035;*/
    font-weight: 500;
    }
.x-accordion .panel .panel-heading a.collapsed {
    color: #363636;
    padding: 20px 30px;
    font-weight: 500;
    }
.x-accordion .panel .panel-heading a.snoring {
   background-color: #3BBFBB;
    }
    .x-accordion .panel .panel-heading a.tired {
   background-color: #3bbfbbba;
    }
    .x-accordion .panel .panel-heading a.observe {
   background-color: #3bbfbb7a;
    }
    .x-accordion .panel .panel-heading a.pressure {
   background-color: #3bbfbb17;
    }
   
.x-accordion .panel-default>.panel-heading {
    border-radius: 0px;
    padding: 0;
    }

.x-accordion .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 10px 30px 0px 30px;
    background: #3a4651;
    color: #ffffff;
    font-weight: 400;
    }
.x-accordion h3{
	color:#76b82a;
	}
.panel-body a {
	color:#ffffff;
	}
@media screen and (max-width:768px){
    .x-accordion .panel-group{
        margin-bottom: 50px ;
        }
    }

/*----------------------
 tabOne start
 -----------------------*/
.tabOne {}
.tabOne .nav-tabs {
    border: 1px solid #eee;
    border-bottom: none;
    }
.tabOne .nav-tabs.nav-justified li {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    }
.tabOne .nav-tabs.nav-justified li.active {
    border-bottom: 1px solid #fff;
    }
.tabOne .nav-tabs.nav-justified li:last-child {
    border-right: 0;
    }
.tabOne .nav-tabs.nav-justified>li>a {
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    color: #969595;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    }
.tabOne .nav-tabs.nav-justified>.active>a,
.tabOne .nav-tabs.nav-justified>.active>a:focus,
.tabOne .nav-tabs.nav-justified>.active>a:hover {
    border: 0;
    background-color: #fff;
    color: #31aae2;
    }

/*media query*/

@media (min-width : 768px) {
    .tabOne .tab-content{
        border: 1px solid #eee;
        padding: 30px;
        border-top: 0;
        overflow: hidden;
        background: #fff;
        }
    }

@media screen and (max-width : 600px) {
    .tabOne .tab-content{
        margin-top: 30px;
        }
    }

.tabOne .tab-pane img {
    margin-top: 8px;
    }
.tabOne .tab-pane img.pull-left {
    margin-right: 20px;
    }
.tabOne .tab-pane img.pull-right {
    margin-left: 20px;
    }
/*collapse in small devices*/
.tabOne .panel-body img{
    margin-top: 8px;
    }
.tabOne .panel-body img.pull-left {
    margin-right: 20px;
    }
.tabOne .panel-body img.pull-right {
    margin-left: 20px;
    }

.tabOne .tab-pane p {
    margin-bottom: 15px;
    }
.tabOne .tab-pane p:last-of-type {
    margin-bottom: 0;
    }


/* ------------------
   Google Map
   ------------------*/

.our-location {
    padding: 80px 0;
}

/*#googleMap{
    height: 200px;
    }*/
#Mapi{
    margin-bottom:0px;
    height:400px;
    }
section.our-location h3{
   color: #76b82a;
   font-weight: bold;
    }
#Mapi iframe{
    height: 100%;
	width:100%
    }


/* ---------------------------
 *  Contact Detail
 * --------------------------- */

.contact-detail{
   border-top: 1px solid #eee;
/*border-bottom: 1px solid #a6a6a6;*/
   border-radius: 20px;
}

.contact-detail .promo-block-wrapper {
    background: #ffffff;
    display: table;
    width: 100%;
}
@media (max-width: 992px){
    .contact-detail .promo-block-wrapper{
        margin-bottom: 1px;
		
    }
    .team-section .bg-img {
    
    min-height: 894px;
}
	
}
.contact-detail .promo-icon {
    width: 82px;
    color: #dadada;
    font-size: 30px;
    text-align: center;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.contact-detail .promo-icon-blue{
    background: #4d6de3;
    color: #ffffff;
}

.contact-detail .promo-icon-green{
    background: #7AC38F;
    color: #ffffff;
}
.contact-detail .promo-icon-yellow{
    background: #FCE38A;
    color: #ffffff;
}

.contact-detail .promo-content {
    padding: 30px 40px;
    border: 1px solid #f1f1f1;
    border-left: 0;
}

@media (min-width: 992px) and (max-width: 1024px){
    .contact-detail .promo-content{
        padding: 20px 20px;
    }
}

.contact-detail .promo-content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.contact-detail .promo-content address{
    line-height: 25px;
}



/* ---------------------------
 * Contact Form
 * --------------------------- */

.contact-section{
    padding: 80px 0;
}
.form-group {
    margin-bottom: 10px;
}
.contact-section .form-group {
    margin-bottom: 17px;
}
.contact-section .form-control {
    border-color: transparent;
    background-color: #f9f9f9;
}
.contact-section .form-control:focus{
    border-color: #66afe9;
}
.contact-section textarea {
    padding: 12px 12px;
}


.contact-form  {}
.contact-form  h2{
    line-height: 36px;
    margin-bottom: 45px;
    }

.user-message textarea {
    min-height: 195px;
    padding-top: 12px;
    }
.contact-form form button {
    margin-top: 10px;
    }


.user-name,
.user-email,
.user-phone,
.user-url,
.user-message{
    position: relative;
    }
.user-name::after,
.user-email::after,
.user-phone::after,
.user-url::after,
.user-message::after {
    position: absolute;
    left: 15px;
    top: 15px;
    font-family: "FontAwesome";
    color: #dadada;
    }

.user-name::after {
    content: "\f007";
    }
.user-email::after {
    content: "\f003";
    }
.user-phone::after {
    content: "\f095";
    }
.user-url::after {
    content: "\f0ac";
    }
.user-message::after {
    content: "\f086";
    }

/*-------------------
 * Form Style
 *-------------------*/
.form-control {
    height: 53px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    border: 1px solid #ddd;
    border-radius: 30px;
    box-shadow: none;
}
.form-control:focus,
.form-control:active{
  border-color: #2fbeba;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px #3bbfbb;
}


/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */
.footer {
     background: #3BBFBB;
   /* background: #3BBFBB url("../img/img-testimonial-bg.png") repeat-x center bottom;*/
    }

.footer-widget-section{
    padding: 20px 0;
}
.footer-widget-section .box{
  text-align: center;
}
.footer-widget-section p{
	margin-bottom:5px;
    color:white;
    
}
.footer-widget-section p.heures{
	 font-size: 20px;
}
.footer-widget-section p span{
	color:black; font-weight: 700;
    
}
.footer a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
	
}

.footer .footer-logo {
    margin-bottom: 30px;
    }


.footer .footer-text {
    font-size: 18px;
    color: #fff;
    }

.footer .footer-text ul{
    border-top: 1px solid rgba(255,255,255,.05);
    padding-top: 30px;
    margin-top: 20px;
    vertical-align: top;
    display: table;
    width: 100%;
}

.footer .footer-text ul i{
    opacity: .5;

}

.footer .footer-text li{
    display: table-cell;
}

.footer .footer-text ul .phone{
    font-size: 24px;
}

.footer .footer-text ul i{
    font-size: 30px;
    margin-right: 10px;
    position: relative;
    top:1px;
}

.footer .footer-text .phone small{
    display: block;
    font-size: 12px;
    padding-left: 40px;
    opacity: .5;
}

.footer .footer-text  small i{
    font-size: 12px;
    margin-right: 5px;
}

.footer .footer-text .address{
    padding-left: 30px;
    font-size: 24px;
}


/* Copyright */

.footer .copyright-section {
    font-size: 12px;
    background-color : #25323e;
    color            : #6b6b6b;
    padding          : 8px 0;
    }

.footer .copyright-section .copytext {
    text-transform : uppercase;
    color          : #6b6b6b;
    font-weight    : 600;
    }

.footer .copyright-section li a {
    display   : block;
    font-size : 13px;
    color     : #6b6b6b;
    }

.footer .copyright-section li a:hover,
.footer .copyright-section li.active a {
    color : #ffffff;
    }

/* media queries */

@media (min-width : 768px) {
    .footer .copyright-section .list-inline > li {
        padding-right : 10px;
        padding-left  : 10px;
        }
    }


@media (max-width : 768px) {
    .footer .footer-text ul i,
     .footer .footer-text ul .phone,
     .footer .footer-text ul .address{
        font-size: 14px;
        padding: 0;
    }

    .footer .footer-text ul .phone small{
        padding-left: 20px;
    }


    .footer .footer-text li{
        display: block;
        margin-bottom: 10px;
    }


    /*footer menu*/
    .footer .copyright-section .pull-right{
        float: none !important;
    }
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    }

#status,
.status-mes {
    background-image: url(../img/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
    }

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
    }
/**search***/
.text-center2{
	text-align:center;
	margin-bottom:15px;
	}
.text-small{
	font-size: 17px;
    color: white;
	}
.btn-ttorg a{
  background-color: #363636 !important;
    color: white !important;
    border: none!important;
    font-weight: 400;
    padding: 5px 15px;
	border-radius:20px;
	
}

.btn-ttorg a:hover{
  background-color: #76b82a !important;
    color: white !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.btn-ttorg a:focus{
  background-color: #d5791e !important;
    color: white !important;
}
form.repform{
	margin-bottom:20px;
	text-align:center
}
input {
	outline: none;
}
input[type=submit] {
  background-color: #363636 !important;
    color: white !important;
    border: none!important;
    font-weight: 400;
    padding: 5px 15px;
	border-radius:20px;
}
input[type=submit]:hover {
  background-color: #76b82a !important;
    color: white !important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=submit]:focus {
  background-color: #d5791e !important;
    color: white !important;	
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; 
}


input[type=search],select {
	background: #ededed;
	border: solid 1px #ccc;
	padding: 9px 10px 9px 18px;
	width: 110px;
	margin-bottom:15px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 200px;
	background-color: #fff;
	border-color: #76b82a;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
input[type=search]:active {
	
	background-color: #fff;
	border-color: #76b82a;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}
select:focus{
	width: 200px;
	background-color: #fff;
	border-color: #76b82a;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

select,input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}
option{
	background-color: #76b82a8c;
	width : 200px;
	color:#000000;
	border-radius: 8px !important;
}
/**pagination**/
	.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}
/*.modal-6 {
 margin: auto;
 width: 180px;
 margin-top: 15px;
}*/
.modal-6 a {
  border-color: #ddd;
  color: #999;
  background: #fff;
  padding: 10px 15px;
}
.modal-6 a:hover {
  color: #E34E48;
  background-color: #eee;
}
.modal-6 a.prev {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  width: 50px;
  position: relative;
  color: #363636;
}
.modal-6 a.prev:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.modal-6 a.next {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
  width: 50px;
  position: relative;
  color: #363636;
}
.modal-6 a.next:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.modal-6 a.active {
  border-color: #bbb;
  background: #fff;
  color: #E34E48;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25) inset;
}

	/**pagination**/
	/* fixed form container**/
	
	#fixed-form-container .button { 
      font-size: 1.1em;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #569310;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   border-radius: 30px;
    padding: 8px 20px;
    background-color: #e2545400;
    color: #569310;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-right: 10px!important;
	margin-bottom: 10px;
    }
    
#fixed-form-container .button:hover  { 
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	background-color:#fff;
	color:white;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#fixed-form-container:focus  { 
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	background-color:#569310;
	color:white;
	
}

#fixed-form-container .body h3{
	color:#2fbeba;
	}
#fixed-form-container .body{
    background-color: #fff; 
    border-radius: 30px !important;
    border: 2px solid #3bbfbb;
    margin-bottom: 16px;
    padding: 10px; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	   position: absolute;
   bottom: 85%;
    right: 0%;
    width: 100%;
}
@media only screen and (max-width:1024px){
   

    #fixed-form-container .body{
       
		position: absolute;
		bottom: 86%;
    right: 0%;
    width: 100%;
    }
}

@media only screen and (min-width:768px){
    #fixed-form-container .button{
       margin: 0;

    }
    #fixed-form-container {
        left: 20px;
        width: 390px;
        text-align: left;
    }

    #fixed-form-container .body{
        padding: 30px;
        border-radius: 0px 5px 5px 5px;
		
    }
}
@media only screen and (max-width:768px){
   

    #fixed-form-container .body{
       
		position: absolute;
		bottom: 90%;
		right: 10%;
		width: 80%;
    }
}
@media only screen and (max-width:425px){
   

    #fixed-form-container .body{
       
		position: absolute;
	    bottom: 87%;
        right: 4%;
        width: 101%;
    }
}
#fixed-form-container{
  position: relative;
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-align: center;
    margin: 0;

}

/*#fixed-form-container .button:before { 
font-family: FontAwesome;
   content: "\f007";
   
}

#fixed-form-container .expanded:before { 
    content: "\f0c0";
}*/

	/**pagination**/
	/* fixed form containerr**/
	
		#fixed-form-containerr .button { 
      display:none;
    }
    
#fixed-form-containerr .button:hover  { 
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	background-color:#569310;
	color:white;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#fixed-form-containerr:focus  { 
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	background-color:#569310;
	color:white;
	
}

#fixed-form-containerr .body h3{
color: #2fbeba;
	}
#fixed-form-containerr .body{
    background-color: #fff; 
    border-radius: 30px !important;
       border: 2px solid #2fbeba;
     margin-bottom: 226px;
    padding: 10px; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	   position: absolute;
    bottom: 80%;
    right: 26%;
	 width: 50%;
}
@media only screen and (max-width:1024px){
   

    #fixed-form-containerr .body{
       
		position: absolute;
		bottom: 80%;
		right: 16%;
		width: 70%;
    }
}

@media only screen and (min-width:768px){
    #fixed-form-containerr .button{
       margin: 0;

    }
    #fixed-form-containerr {
        left: 20px;
        width: 390px;
        text-align: left;
    }

    #fixed-form-containerr .body{
        padding: 30px;
        border-radius: 0px 5px 5px 5px;
		
    }
}
@media only screen and (max-width:768px){
   

    #fixed-form-containerr .body{
       
		position: absolute;
		bottom: 90%;
		right: 10%;
		width: 80%;
    }
}
@media only screen and (max-width:425px){
   

    #fixed-form-containerr .body{
       
		position: absolute;
		bottom: 60%;
		right: 0%;
		width: 100%;
    }
}
#fixed-form-containerr{
  position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-align: center;
    margin: 0;

}
	
	

/** fixed event container**/
#fixed-events-container .button { 
      font-size: 1.1em;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #569310;*/
 -webkit-border-top-right-radius: 30px;
-moz-border-radius-topright: 30px;
border-top-right-radius: 30px;
    padding: 8px 20px;
   background-color: #3bbfbb;
   opacity:.6;
	color:white;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-right: 10px!important;
	margin-bottom: 10px;

    box-shadow: 4px 0px 5px 0px rgb(0 0 0 / 30%);
}
#fixed-events-container .button:hover  { 
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	background-color: #3ac1be;
	opacity:1;
	color:white;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
#fixed-events-container:focus  { 
-webkit-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 0px 5px 0px rgba(0,0,0,0.3);
	background-color:#87490a !important;
	color:white;
	opacity:1;
	
}

#fixed-events-container .body h3{
	color:#303841;
	}
#fixed-events-container .body{
    background-color: #fff; 
   -webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px !important;
border-bottom-right-radius: 30px!important;
    border: 2px solid #2fbeba;
    margin-bottom: 16px;
    padding: 10px; 
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.3);
	position: fixed;
    bottom: 3%;
    left: 0%;
    width: 38%;
}
@media only screen and (max-width:1024px){
  
  #fixed-events-container{
  position: fixed;
    bottom: 0px;
    left: -43% !important;
    width: 100%;
    text-align: center;
    margin: 0;

}

    #fixed-events-container .body{
       
		position: fixed;
    bottom: 3%;
    left: 0%;
    width: 58%;
    }
}

@media only screen and (min-width:768px){
   
   #fixed-events-container .button{
       margin: 0;

    }
    #fixed-events-container {
        left: 20px;
        width: 390px;
        text-align: left;
    }

    #fixed-events-container .body{
        padding: 30px;
        border-radius: 0px 5px 5px 5px;
		
    }
}
@media only screen and (max-width:768px){
   
#fixed-events-container{
  position: fixed;
    bottom: 0px;
    left: -41% !important;
    width: 100%;
    text-align: center;
    margin: 0;

} 
    #fixed-events-container .body{
       
		position: fixed;
		bottom: 3%;
		left: 0%;
		width: 78%;
    
    }
}
@media only screen and (max-width:767px) and (min-width:426px){
   
#fixed-events-container{
  position: fixed;
    bottom: -11px !important;
    left: -41% !important;
    width: 100%;
    text-align: center;
    margin: 0;

} 
}
@media only screen and (max-width:565px){
.navbar-brand img {
	margin-top: -16px;
   
    left: 2%;
}
 .case-studies .case-studies-content h3{
    font-size: 20px!important; }
}
@media only screen and (max-width:425px){
   #fixed-events-container{
  position: fixed;
   bottom: -11px!important;
    left: -32% !important;
    width: 100%;
    text-align: center;
    margin: 0;

}

    #fixed-events-container .body{
       
		position: fixed;
		bottom: 3%;
		left: 0%;
		width: 100%;
    }
    .navbar-brand img {
    margin-top: -9px;
    left: 2%;
    width: 54%;
}
}

#fixed-events-container{
  position: fixed;
    bottom: 0px;
    left: -46%;
    width: 100%;
    text-align: center;
    margin: 0;

}

#fixed-events-container .button:before { 
font-family: FontAwesome;
   content: "+ ";
   
}

#fixed-events-container .expanded:before { 
    content: "- ";
}
.annonce{  margin-top: -40px;}
.i4ewOd-pzNkMb-haAclf {
   
    display: none!important;
}
