body{
  font-family: 'Lato', sans-serif;
  font-size:16px;
  color:#2d2d2d;
}

#top-header{
  width: 100%;
  z-index: 20;
}

#nav {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  text-align: center;
}

#primary-menu {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  #primary-menu {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header #nav::after {
  background-color: #fff;
  border-bottom:4px solid #004a99;
}

#nav .container{
  position: relative;
  z-index:10;
}

.logo{
  padding:18px 0 18px;
  text-align:center;
}

.logo a img {
  height: auto;
  max-width: 100%;
}

.orange{
  color:#e64b1f;
}

.bleu{
  color:#004a99;
}

.langues{
  height:40px;
  color:#fff;
  text-align:center;
  line-height:30px;
  border-bottom:1px solid #004a99;
  background:#eeeeee;
}

.langues div.slogan{
  font-size:15px;
  float:left;
  padding-left:50px;
}

.langues a#lienhome{
  font-size:14px;
  color:#6b6b6b;
  text-align:right;
  padding-right:14px;
  font-style:normal;
}

.langues img{
  padding:5px 0 0px 6px;
}

#ico-lg{
  text-align:right;
}

.menu{
  padding:0 !important;
}

.fixed-header{
  border-bottom:2px solid #e64b1f;
  position:fixed;
  background:#FFF;
  top: 0;
  left: 0;
  width:100%;
  z-index:100;
}

#ombre {
  position: absolute;
  width: 886px;
  height: 27px;
  left: 30%;
  background:url(../images/ombre-bandeau.png) no-repeat top center;
  top: 161px;
  display: block;
}

.navbar-header {
  background: #004a99 none repeat scroll 0 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default{
  background:none;
  border:none;
  margin-bottom:0;
  margin-top:5px;
}

.navbar-collapse {
  padding-right:0 !important;
}

.navbar-default .navbar-nav > li {
  padding:0 6px;
}

.navbar-default .navbar-nav > li:last-child {
  padding:0 0 0 6px;
}

.navbar-default .navbar-nav > li > a {
  color: #464646;
  border-bottom:thin solid #f18e26;
  padding:11px 0;
  text-transform: uppercase;
}

.navbar-default .navbar-nav > li.active > a {
  color: #464646;
  border-bottom:thin solid #004a99;
  background:none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.dropdown > a:hover {
  color: #004a99;
  background:none;
}

.navbar-default a{
  font-size:15px;
}

.navbar-brand {
  color: #fff !important;
}

.navbar-brand a{
  padding:10px;
  color: #fff !important;
}

.banner{
  border-bottom:2px solid #e64b1f;
  padding:0 !important;
}



.banner-int img {
  height: auto;
  width: 100%;
}

.banner .container{
  padding:0 !important;
}

.carousel-caption {
  text-align:left;
  font-style:italic;
  background-color: rgba(255, 255, 255, 0.7);
  left:0;
  color:#383838;
  padding:5px 20px 0 20px;
  text-shadow:none;
  font-size:24px;
  right:auto;
  bottom:32px;
}

.carousel-indicators{
  bottom:0;
}

.carousel-caption p{
  margin-bottom:5px;
}

.carousel-caption-top  {
  text-align:left;
  background-color: rgba(255, 255, 255, 0.7);
  left:0;
  color:#004a99;
  padding:4px 20px 0 20px;
  text-shadow:none;
  font-size:24px;
}

#bcr{
  margin-top:25px;
}

#bcr img{
  margin-bottom:25px;
}

.carousel-caption-right  {
  text-align:right;
  background-color: rgba(255, 255, 255, 0.7);
  right:0;
  color:#004a99;
  padding:4px 20px 0 20px;
  text-shadow:none;
  font-size:24px;
}

.carousel-caption-top p, .carousel-caption-right p{
  margin-bottom:4px;
}

.carousel-caption-top{
  position: absolute;
  top: 80px;
  z-index: 10;
}

.carousel-caption-right {
  position: absolute;
  bottom:80px;
  z-index: 10;
}


/* actus */

#actualite{
  margin-top:50px;
  background:#004a99;
  padding:0 0 40px 0;
  color:#fff;
}

.actus-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.actus-item::before {
  content: "";
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(.9);
  transform: translateX(-50%) scale(.9);
  width: calc(100% - 30px);
  height: 100%;
  -webkit-transition: border-color .2s, -webkit-transform .2s;
  transition: border-color .2s, -webkit-transform .2s;
  transition: transform .2s, border-color .2s;
  transition: transform .2s, border-color .2s, -webkit-transform .2s;
}

.actus-item:hover::before {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  border-color: white;
}

#actualite img {
  height: auto;
  max-width: 100%;
  margin-bottom:5%;
  width: 100%;
}

#actualite h2{
  color:#fff;
}
#actualite .date{
  color:#e95d0f;
  font-style:italic;
  margin-bottom:10px;
  text-transform: capitalize;
}

#actualite .bordure{
  margin-bottom:25px;
}
#actualite strong {
  display: block;
  margin-bottom: 5px;
}

#actualite a{
  text-decoration: none;
  display: block;
  color: white;
}

#actualite {
  text-align: justify;
}

.archive article {
  padding-top: 25px;
  padding-bottom: 25px;
}

.archive article:nth-child(even) {
  background-color: #eee;
}

/* fin actus */

#texte-home{
  position:relative;
  margin:80px 0 50px;
  padding: 0;
}

#texte-home .row{
  padding:30px 0;
}

#texte-home h1{
  color:#004a99;
  text-align:left;
  font-size:20px;
}

#imglocal{
  position: absolute;
  width: 100%;
  background-image:url(../images/background-texte-home.jpg);
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.texte{
  padding:60px 15px;
  background:url(../images/rond.gif) top center no-repeat;
}

.texte-int{
  padding:55px 15px;
  min-height:500px;
}

.texte h1{
  color:#004a99;
  text-align:left;
  margin-top:0;
  font-size:20px;
  line-height:26px;
  padding:0 0 12px 0;
}

.texte-int h1{
  color:#004a99;
  text-align:center;
  text-transform:uppercase;
  margin-top:0;
  font-size:22px;
  padding:0 0 22px 0;
}

.texte-int h2{
  color:#004a99;
  text-transform:uppercase;
  font-size:18px;
  margin:35px 0 20px 0;
}

.texte-int h3{
  color:#004a99;
  font-size:17px;
  margin:35px 0 20px 0;
  font-weight:600;
}

.owl-wrapper-outer img {
  max-width: 100%;
  height: auto;
}

.chiffres{
  margin-top: 30px;
  margin-bottom: 30px;
  background:#004a99;
  color:#fff;
  padding:12px;
  /*margin:30px 0 30px 15px;*/
}

.domaines{
  margin-top: 30px;
  margin-bottom: 30px;
  background:#575d5f;
  color:#fff;
  /*float:right;*/
  padding:12px;
  /*margin:30px 15px 30px 5px;*/
}

/*.chiffres, .domaines{
width:45%;
}*/

.chiffres h2, .domaines h2{
  font-size:18px;
  color:#fff;
  margin: 12px 0 15px;
}

.chiffres ul, .domaines ul{
  margin-left:-22px;
}

.wrap-container{
  background:#bdbdbd;
  padding:0 0 10px 0;
}

.wrap-container h2{
  color:#fff;
  font-size:26px;
  background:url(../images/tirer.gif) left 32px repeat-x;
  text-align:center;
  padding:20px 0 0 0;
  margin:0;
  font-weight:normal;
}

.wrap-container h2 span{
  padding:0 10px;
  background:#bdbdbd;
}

footer{
  background:#004a99;
  color:#7eaee1;
  padding:20px 0;
  margin-top:30px;
  font-size:14px;
}

footer a{
  color:#7eaee1;
}


footer a:hover{
  color:#fff;
}

footer .telfooter{
  color:#fff;
  font-size:20px;

}

.equipement{
  background:#004a99;
  padding:10px 30px 20px;
  color:#fff;
}

.equipement p.gly{
  text-align:center;
}
.equipement span{
  background:#fff;
  border-radius: 50%;
  color:#004a99;
  font-size:40px;
  margin:15px 0;
  padding:20px;
}
.equipement h1{
  color:#fff;
  font-size:24px;
  text-align:center;
  padding-bottom:10px;
}

.equipement h2{
  color:#fff;
  font-size:20px;
  margin:20px 0 10px 0;
}

.equipement ul{
  padding-left:20px;
}

.assistance{
  background:#747474;
  padding:10px 30px 20px;
  color:#fff;
  min-height:753px;
}

.assistance p.gly{
  text-align:center;
}
.assistance span{
  background:#fff;
  border-radius: 50%;
  color:#747474;
  font-size:40px;
  margin:15px 0;
  padding:20px;
}
.assistance h1{
  color:#fff;
  font-size:24px;
  text-align:center;
}

.assistance img{
  margin-top:5px;
}

/* blocs home */
.text_intro {
  margin: auto 0 ;
}

div.text_intro h1 {
  text-align: center;
}

.style_picto {
  max-width: 89px !important;
  margin:0 auto;
  padding-top: 13px;

}

.contour {
  background: url(../images/contour-t-l.png) no-repeat scroll left top,url(../images/contour-t-r.png) no-repeat scroll right top, url(../images/contour-b-l.png) no-repeat left bottom , url(../images/contour-b-r.png) no-repeat right bottom;
  margin-top: 29px;
  min-height: 265px;
}

.title_service {
  color: #2a4c70;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}


.service-col {
  text-align: center;
  margin-top:30px;
}

.style_title{
  font-size: 24px;
  color: #2a4c70;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
  margin-top: 25px;
}


.text_service {
  font-size: 14px;
  color: #2a4c70;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 60px;

}

div.bordure {
  border-bottom:1px solid black;
  width: 65px;
  margin: 0 auto;
  border-bottom-color: #e95d0f;
}


.domaine_style {
  margin-top: 50px;
}

.domaine_style img {
  width: 100%;

}

.domaine-col {
  position: relative;
  margin-bottom: 15px;
  padding-top: 25px;
}

.domaine-text {
  position: absolute;
  color: white;
  width: 40%;
  top: 50%;
  margin-left: 30%;


}
.domaine-text p {
  font-size: 18px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  border: #fff 1px solid;
  padding: 10px;
  background: rgba(0, 0, 0, 0.60)
}

.slide_ref {
  margin-top: 15px;
}

.map {
  margin-top:30px;
}

.map img{
  width: 100%;
  height: auto;
}

#coor{
  background:#eeeeee;
  padding:15px;
  margin-top:30px;
}

#form-contact{
  margin-top:20px;
}

#coor h3{
  margin-top:0px;
  color:#004a99;
}

#form-contact .btn-primary {
  margin: 20px auto;
  padding: 6px 20px;
  text-transform: uppercase;
  font-size: 18px;
  background: #4b4b4b;
  border: none !important;
  display: inherit;
}

#form-contact .btn-primary:hover {
  background: #004a99;
}

.checkbox{
  font-size:13px;
  font-style:italic;
}

/*media queries*/

@media (min-width:768px) {
  .logo{
    padding-left:0;
    padding-bottom:32px;
  }

  .langues{
    height:35px;
    line-height:30px;
    border-bottom:1px solid #004a99;
    border-top:1px solid #004a99;
    color:#004a99;
    text-align:center;
    font-style:normal;
    padding-right:30px;
    font-size:17px;
  }

  .langues img{
    padding:5px 0 0 6px;
    float:right;
  }

  .texte{
    padding:60px 0;
    text-align:justify;
    background:url(../images/rond.gif) top center no-repeat;
  }

  .banner{
    background:url(../images/fond-banner.jpg) center bottom no-repeat;
  }

  .carousel-caption {
    text-align:left;
    background-color: rgba(255, 255, 255, 0.6);
  }

  .wrap-container .container{
    padding:0 !important;
  }

  .ref-int{
    margin:60px 0 80px;
  }

  .dropdown-menu a{
    padding:5px 20px;
    text-transform: capitalize;
  }

  a.dropdown-toggle:hover, a.dropdown-toggle{
    background:none !important;
  }

}

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

  .navbar-default{
    margin-top:34px;
    float:right;
  }

  .navbar-default a{
    font-size:14px;
  }

  .langues{
    height:30px;
    margin-left:20px;
    color:#fff;
    text-align:center;
    border:none;
    font-style:italic;
    font-size:17px;
    padding-right:0;
  }

}

@media (min-width:1024px) {
  .langues{
    background:url(../images/fd-langues.png) left top no-repeat;
  }

  .banner-int{
    -webkit-box-shadow: 0px 3px 12px 0px #9b9b9b;
    -o-box-shadow: 0px 3px 12px 0px #9b9b9b;
    box-shadow: 0px 3px 12px 0px #9b9b9b;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=12);
  }

}

@media (min-width:1025px) {
  .navbar-default .navbar-nav > li {
    padding:0 12px;
  }
  .navbar-default{
    margin-top:42px;
  }

  .navbar-en-GB {
    padding-top: 20px;
  }

  .navbar-default a{
    font-size:16px;
  }

  .navbar-default .navbar-nav > li:last-child {
    padding:0 0 0 12px;
  }

  .langues a#lienhome{
    font-size:16px;
    text-align:right;
    font-style:normal;
  }

  .menu{
    padding:0 15px!important;
  }

  .domaine_style img {
    padding:0 !important;
    margin:0 !important;
  }

  .domaine-col {
    display: inline-block;
    float: left;
    width: 20%;
    padding:0 !important;
    margin:0 !important;
  }

  .slide_ref {
    margin: 100px 0 100px;
  }

  .domaine-text p {
    font-size: 12px;
  }


}

@media (min-width:1200px){

  #top-header{
    position:fixed;
  }

  header #nav::after {
    background-color: #fff;
    border-bottom:4px solid #004a99;
    border-radius: 100%;
    content: "";
    height: 300%;
    left: 50%;
    margin-left: -100%;
    position: absolute;
    bottom:0px;
    width: 200%;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.4);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
  }

  .banner{
    border-bottom:2px solid #e64b1f;
    padding:138px 0 0 0 !important;
  }

  .banner-int{
    padding:138px 0 0 0 !important;
    margin-top:0px;
  }

  .carousel{
    width:1170px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
  }

}

label {
  width: 100%;
}

.contact-acceptance + span {
  font-size: 13px;
  font-style: italic;
}

.grecaptcha-badge {
    display: none !important;
}


iframe {
  max-width: 100%;
}
