@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Inconsolata|Rubik:300,400,700,900);

html {
  font-size: 62.5%;}

body {
  padding-top: 93px;
  background: #333;
  font-family: "Inconsolata", monospace;
  font-weight: 400;
  color: #fff;/*7e8890*/
  line-height: 1.35;
  font-size: 1.6em;
}
h1, h2, .heading-with-icon, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Rubik", sans-serif;
  color: #fff;
}
h1 {
  margin-top: 0;
  font-size: 2.2em;
  color: #F90;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
  }
}

h2, .heading-with-icon {
  font-size: 1.8em;
}

@media screen and (max-width: 768px) {
  h2, .heading-with-icon {
    font-size: 1.6em;
  }
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.2em;color: #96c7f5;font-family: "Inconsolata", monospace;
}

small, .font_small {
  font-size: 0.707em;
}

p, ul, ol, figure {
  margin-bottom: 1.3em;
}

.in {
        padding:40px 0; text-align:justify;
}
@media screen and (max-width: 400px) {
    .in {
        padding:15px;
    }
}
.panel-default
{
  color: #222;margin:10px;
}

.panel-default a
{
  color: #222;
}
.panel-default a:hover
{
  color: #96c7f5;
}

.zoneactu {
  background: #111; padding:15px;
  border-left: 3px solid #fff;
}
.zoneactu a { color: #96c7f5;
}
.zoneactu a:hover { color: #fff;
}

.cita {
  color: #999;
  font-style:italic;
  line-height:1.1;
}

.borderb {
  border-bottom: 1px solid #fff;
}
.data {
  color: #96c7f5;
}

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  color: #96c7f5;
}

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

a.hover-reverse {
  color: #fff;
}

a.hover-reverse:hover, a.hover-reverse:focus, a.hover-reverse:active {
  color: #fff;
  text-decoration: none;
}

/*GV*/
.coul {color:#F90;font-weight: bold;}
.coul2 {color:#BE3352;}
.zoneg {padding:20px 50px 18px 25px;
font-size:1.2em;
line-height: 20px;
text-align:justify;
}
.zoned {padding:20px 25px 18px 50px;
font-size:1.2em;
line-height: 20px;
text-align:justify;
}
@media (max-width:480px) {
.zoneg {padding:15px;font-size:1.1em;}
.zoned {padding:15px;font-size:1.1em;}

.navbar-header
{background-color: rgba(0, 0, 0, .9);}
}

.logo2 {
  /*float: right;*/
  padding: 15px 45px 15px 10px;
}

.logo {
  /*z-index: 1000;*/
  float: right;
  color: #ffffff;
  padding: 29px 45px 26px 30px;
  font-size: 20px;
  /*display: block;*/
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

.logo:hover, .logo:focus, .logo:active {
  color: #ffffff;
}

/*@media screen and (max-width: 768px) {
  .logo {
    padding-left: 0px;
  }
}*/

.colonne-centree
{
float: none;
margin: 0 auto;
}

.anchor{
  display: block;
  height: 115px; /*same height as header*/
  margin-top: -115px; /*same height as header*/
  visibility: hidden;
}
/*GV*/



hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); 
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #95BD0D 0%, #c8151e 100%);
  background-image: -webkit-linear-gradient(4deg, #95BD0D 0%, #c8151e 100%);
  background-image: -ms-linear-gradient(4deg, #95BD0D 0%, #c8151e 100%);
  color:#FFF;
}
.section-header {
  margin-bottom: 20px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #BE3352;
}
/*.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #eee;
  border-radius: 20px;/*20 pour faire un rond 0 pour faire un carré*/
 /*background: #BE3352;
}*/
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}
.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 12px 15px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
	background-color: rgba(0, 0, 0, .9);
    /*-webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.9);*/
  }
  #main-menu.navbar-default .navbar-nav > li {
    padding-left: 20px;
	padding-right: 20px;
	font-family: "Inconsolata", monospace;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding: 40px 0 10px 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .1em;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 37px;
    border-bottom: 3px solid #fff;/*border-top  ---- pour la barre en haut ou en bas*/
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    /*min-width: 220px;*/
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #000;/*color: #eeeeee;*/
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
    border-left-color: #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #45aed6;
    background-color: transparent;
  }
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 450px;/*558*/
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #64686d;
}
#main-slider .slider-inner h2 {
  margin-top: 40px;/*180*/
  font-size: 36px;
  line-height: 1.4;/*1*/
  text-transform: uppercase;
  color: #444;/*64686d*/
}
#main-slider .slider-inner h2 > span {
  color: #95BD0D;/*d6181f*/
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #95BD0D;/*EC008C*/
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}



/* PUB --------------------- */
#cta2 {
  background: #fff url(../images/bandeau.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 30px;padding-bottom: 30px;
  margin-top: 10px;
}
#cta2 .btn {
  margin-top: 30px;
}
#cta2 h2 {
  color: #fff; font-weight:bold;
  font-size: 44px;
  line-height: 1.2;
}
#cta2 h2 > span {
  color: #95BD0D;/*d6181f*/
}


.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary { 
  background-image: -moz-linear-gradient(4deg, #d6181f 0%, #c8151e 100%);/*EC008C-D0108C*/
  background-image: -webkit-linear-gradient(4deg, #d6181f 0%, #c8151e 100%);
  background-image: -ms-linear-gradient(4deg, #d6181f 0%, #c8151e 100%);   
  -webkit-box-shadow: none;
  box-shadow: none;
}


.probootstrap-footer {
  padding: 3em 0 3em 0;
  background: #06C;/*96c7f5*/
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2em;
}

.probootstrap-footer .probootstrap-backtotop {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.probootstrap-footer .probootstrap-backtotop a {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: #ffffff;
  color: #96c7f5 !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border-bottom: none !important;
}

.probootstrap-footer .probootstrap-backtotop a:hover, .probootstrap-footer .probootstrap-backtotop a:focus, .probootstrap-footer .probootstrap-backtotop a:active {
  color: #96c7f5 !important;
}

.probootstrap-footer .border-top {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.probootstrap-footer a {
  color: #ffffff !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.probootstrap-footer a:hover {
  color: #ffffff !important;
  border-bottom: 2px solid white;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer {
    padding: 3em 0;
  }
}

.probootstrap-footer .probootstrap-footer-widget {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.probootstrap-footer .probootstrap-footer-widget h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

.probootstrap-footer .probootstrap-footer-link {
  padding: 0;
  margin: 0;
}

.probootstrap-footer .probootstrap-footer-link.float {
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 992px) {
  .probootstrap-footer .probootstrap-footer-link.float {
    margin-top: 0;
    margin-left: 0px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 480px) {
  .probootstrap-footer .probootstrap-footer-link.float {
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

.probootstrap-footer .probootstrap-footer-link li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.probootstrap-footer .probootstrap-back-to-top {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .probootstrap-footer .probootstrap-back-to-top {
    text-align: left;
    margin-top: 30px;
  }
}