@charset "utf-8";
/* CSS Document*/

/*
#007bc1
rgba(0,123,193,1)

#595959
rgba(98,98,98,1)

font-family: 'Lato', sans-serif;
font-family: 'Comfortaa', cursive;
*/
.copyright .copyright-right {
  text-align: right;
}
.copyright .copyright-left {
  text-align: left;
}

html, body {
  background:#fff;
  color:#444;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a {
  color: #007bc1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

a:hover, a:focus {
 text-decoration: none;
}

img{
	max-width:100%;
}

.margin-top-60{
 margin-top:60px;
}



/* *********************************
   Some Style Overrides on Bootstrap
  ********************************** */
.navbar-header {
  height: 90px;
}

.navbar {
  min-height: 130px;
}

.navbar-inverse {
  background: rgba(255, 255, 255, 0);
  border-bottom: none;
}

.navbar-inverse .navbar-toggle {
  border-radius: 0;
  border: 2px solid #000;
  margin-top: 24px;
     -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: transparent;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin-top:-5px;
  }
}


.navbar-inverse .navbar-nav > li > a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: #000;
  font-size:15px;
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 33px;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

@media (min-width: 998px) {
  .navbar-inverse .navbar-nav > li > a {
    font-size:16px;
    text-transform: uppercase;
  }
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  border-bottom: 2px solid #007bc1;
  color: #000;  
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  background-color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}


@media (max-width: 767px) {
  .navbar-inverse .navbar-collapse .navbar-nav {
    background:#fff;
    margin-top:0;
  }

  .navbar-inverse .navbar-collapse .navbar-nav li a {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;   
  }

  .navbar-inverse .navbar-collapse .navbar-nav li a:focus,
  .navbar-inverse .navbar-collapse .navbar-nav li a:hover{
    background: #f5f5f5;
  }
}

.btn-plus{
  margin-top:30px;
}

.btn-plus a {
  border: 2px solid #000;
  color: #007bc1;
  padding: 10px;
  font-size:13px;
  font-weight:700;
  text-transform: uppercase;
  display: table;
  margin: auto;  
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}

.btn-plus a:focus, .btn-plus a:hover{
  color:#fff;
  background:#007bc1;
}

h1.title, .accueil h2.title {
  font-size: 23px;
  text-transform:uppercase;  
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

.page h1.title {
  font-size: 30px;
  font-weight:900;
  padding-top: 150px;
  padding-bottom: 0;  
}

h1.title::after, h2.title::after{
  border-bottom: 4px dotted #007bc1;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin: 0 auto;
  padding-bottom: 15px;
  position: relative;
  width: 50px;
}


.page h2.title,
.a-propos-container h2.title,
.a-propos-container h3.title {
  font-size: 23px;
  text-transform:uppercase;  
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
}

.page h3.title,
.a-propos-container h3.title {
  font-size: 20px;
}


.page h2.title::after,
.a-propos-container h2.title::after,
.a-propos-container h3.title::after{
  border-bottom: 4px dotted #007bc1;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  margin-left: 0;
  padding-bottom: 15px;
  position: relative;
  width: 50px;
}

h3.title-blue {
  color: #007bc1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}


/* *********************************
           Header-top
  ********************************** */
.header-top {
  background:#f5f5f5;
  border-bottom:1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  padding-top:5px;
  padding-bottom:5px;
}

.header-top .header-social  ul{
	padding:0;
	margin:0;
	list-style:none;

}

.header-top .header-social  ul li{
  float:left;
}


.header-top .header-social  ul li a{
	color:#777;
  font-size: 20px;
  font-weight: 500;
  padding-left:10px;
}

.header-top .header-social ul li a.header-tel {
  color: #777;
  font-size: 15px;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
}

/*.header-carousel {
  background-image: url("../images/slider_bg_header1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  margin-top:126px;
  min-height: 150px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);  
}*/

.header-carousel{
  margin-top:126px;
}

@media (min-width: 768px) {
  .header-carousel{
    margin-top:40px;

  }
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}


.title-header {
  display: none;
  font-size: 27px;
  height: 100%;
  left: 0;
  line-height: 30px;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media (min-width: 768px) {
  .title-header {
     display: block;
     font-size: 28px;
     font-weight:700;
     line-height: 35px;
     text-transform:uppercase;
    top: 40%;
  }
}

.title-header p {
  margin: 0 auto;
  max-width: 1000px;
}

/* *********************************
           Toolbar Logo
  ********************************** */
.small-logo-container {
  padding-top: 90px;
  height: 90px;
  overflow: hidden;
  position: absolute;
}

.small-logo {
  color: #000;
  font-family: 'Comfortaa', cursive;
  font-size:25px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .small-logo {
    font-size:28px;
    margin-left: 0;
  }
}

.small-logo img{
  max-height:100%;
  max-width:100%;
  padding:15px 0;
}

@media (min-width: 768px) {
  .small-logo img{
    padding:8px 0;
  }
}

.big-logo-row  {
  position:relative;
}

.big-logo-container {
  max-width: 100%;
  position: absolute;
  top: 30px;
}

.big-logo img{
  opacity:0;
}


/* *********************************
           Accueil - call-to-action-1 SERVICES
  ********************************** */
.btn-services {
  background: #f5f5f5;
  text-align: center;
  padding-bottom:15px;
}

.btn-services h2 {
  background:#007bc1;
  border-bottom: 2px solid #161616;
  color: #fff;
  display: table;
  font-size: 16px;
  height: 80px;
  text-transform: uppercase;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;  
}

a.btn-services h2 {
  background:#161616;
  border-bottom: 3px solid #007bc1;
  color: #999;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;   
} 

a.btn-services:focus h2,
a.btn-services:hover h2,
a.btn-services.btn-active h2 {
  background:#007bc1;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  color: #fff;
}

.btn-services h2 span{
  display: table-cell;
  vertical-align: middle;
}

.btn-services p{
  font-weight: 300;  
  height: 150px;
  padding: 15px 10px; 

}

/* *********************************
           Accueil - call-to-action-2 MISSION
  ********************************** */

.big-text-container{
  background-attachment: fixed;
  background-image: url("../images/bg.jpg");
  background-position: center center;
  background-size: cover;
  margin-top: 60px;
-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);

}

.header-page .big-text-container{
  margin-top: 0;
}


.big-text{
  padding: 30px 15px 60px 15px;
  text-align:center;
}

.big-text h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.header-page .big-text h3 {
  font-size: 20px;
}

/* *********************************
           Accueil - call-to-action-3 A PROPOS
  ********************************** */

.a-propos-container{
  background:#f5f5f5;
  padding: 15px 0 60px 0;
}

.a-propos-img img {
  width: 100%;
 margin-top: 45px;
-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:  0px 0px 3px 0px rgba(50, 50, 50, 0.2);
box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.2);


}


/* *********************************
           Accueil - TEMOIGNAGES
  ********************************** */

.temoignages-container{
  background:#007bc1;
  color:#fff;
  padding:30px 0;
}

.temoignages-title {
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .temoignages-title{
    border-right: 2px solid rgba(0, 0, 0, 0.4);
    border-bottom: none;
    margin-bottom: 0;
  }
}

.temoignages-container h2{
  color:#fff;
  text-transform:uppercase;
  font-size:25px;
  padding:10px 0;
  margin:0;
  text-align: center;
}

@media (min-width: 768px) {
  .temoignages-container h2{
    text-align: right;
  }
}

.temoignages-container p {
  color: #eee;
  margin: 0;
  text-align:center;
}

@media (min-width: 768px) {
  .temoignages-container p {
    text-align:left;
  }
}

.temoignages-container a{
  color:#fff;
  text-decoration:underline;
}

.temoignages-container a:hover{
  color:#000;
  text-decoration:underline;
}



/* *********************************
           Main-content
  ********************************** */

.main-content{
  padding-top:60px;
  padding-bottom:60px;
}

.main-img {
  text-align:center;
}

@media (min-width: 768px) {
  .main-img {
    padding-top: 30px;
    text-align:left;
  }

  .main-img2 {
    margin-top: 40px;
  }

}

/* *********************************
           A propos
  ********************************** */
.main-img-propos{
  padding-bottom: 30px;
  text-align:center;
}

@media (min-width: 768px) {
  .main-img-propos{    
    text-align:left;
  }
}

@media (max-width: 450px) {
 .col-xs-4.main-img-propos{
    width:100%;
    padding-bottom: 0;
    padding-top: 30px;
  }

 .col-xs-8.main-propos{
    width:100%;
  }

}

.historique {
  border-top: 2px dotted #007bc1;
  margin-top: 60px;
  padding-top: 30px;
}

/* *********************************
           SERVICES
  ********************************** */
.services-note {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 2px solid #000;
  margin: 45px 15px 0;
  padding: 25px;
}

.services-note p {
  margin: 0;
  padding: 0;
}

.services-note p i{
  padding-right: 5px;
  color:#007bc1;
}
/* *********************************
           Travailler ensemble
  ********************************** */
.bullet-plus li {
  padding-bottom:60px;

}

.bullet-plus li i {
  color: #007bc1;
  font-size: 14px;
  padding-top: 15px;
}

/* *********************************
           Contact
  ********************************** */

.contact-social li a {
  float: left;
  font-size: 22px;
  padding-right: 15px;
  padding-bottom:30px;
}

/* *********************************
           Contact form
  ********************************** */
/*
#007bc1
rgba(0,123,193,1)

#595959
rgba(98,98,98,1)

font-family: 'Lato', sans-serif;
font-family: 'Comfortaa', cursive;
*/


.formulaire {
  background: none;
  border: 1px solid #595959;
  color: #595959;
  margin-top: 10px;
  padding: 8px 2%;
  width: 98%;
  -webkit-transition: all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.formulaire:hover {
  border: 1px solid #007bc1;
  color: #007bc1;
}

.message {
  height: 95px;
}

.submit {
  background: none repeat scroll 0 0 #595959;
  border: medium none;
  color: #fff;
  padding: 10px 40px;
  margin-top: 10px;
  text-transform:uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.submit:hover {
  background: none repeat scroll 0 0 #007bc1;
  color: #fff;
}

.alert-success {
  color: #000;
  background-color: #007bc1;
  border-color: #007bc1;
}


/* *********************************
           Footer-top
  ********************************** */
.footer-top {
  background: #454545 none repeat scroll 0 0;
  color: #fff;
}

.logo-footer {
  /*background: #111 none repeat scroll 0 0;*/
  display: table;
  height: 350px;
  padding: 30px 15px;
}

.logo-footer a {
  color: #fff;
  display: table-cell;
  font-family: "Comfortaa",cursive;
  font-size: 28px;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  line-height: 25px;
}

.logo-footer a img{
  width:100%;
}

.logo-footer a span{
  font-size: 18px;
  font-weight: 300;
}

.logo-footer a p {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  color: #999;
  font-family: "Lato",sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  padding-top: 15px;
}

.menu-footer {
  padding: 30px 0;
  display: table;
  float:right;
  height: 350px;
  text-align:right;  
}

.menu-footer ul {
  border-right: 6px solid rgba(0, 0, 0, 0);
  display: table-cell;
  font-family: "Comfortaa",cursive;
  height: 100%;
  vertical-align: middle;
  width: 100%;
  margin-right: -6px;
  padding-right: 15px;  
}

.menu-footer ul li a {
  color:#999;
  line-height: 26px;
  position:relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;   
}


.menu-footer ul li a span {
  border-right: 6px solid transparent;
  height: 100%;
  position: absolute;
  right: -21px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 6px;
}

.menu-footer ul li a:focus, .menu-footer ul li a:hover{
  color:#007bc1;
}

.menu-footer ul li a:focus span, .menu-footer ul li a:hover span{
  border-right:6px solid #007bc1;
}

.copyright{
  background: #393939;
  color:#999;
  font-size:12px;
  padding: 15px 0;
}

.copyright p {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 48px;
}

@media (min-width: 992px) {
  .copyright p{
    text-align: left;
  }
}

@media (max-width: 991px) {
  .copyright .copyright-right {
    text-align: center;
  }
}

