@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: https://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 156px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2A2C2E;
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
a {
  color: #713e22;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #713e22;
}



/*GV*/
.coul {color:#713e22;}
.coul2 {color:#713e22;}
p { padding-top:15px;
font-size:1.2em;line-height: 30px; }/*text-align:justify;*/
.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;}
}
/*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: 10px;
}
.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #713e22;
}
/*.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: 10px 15px 0 15px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);/*blanc : 255, 255, 255*/
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 40px;
    padding-bottom: 40px;
	color: #000;
  }
  #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-top: 3px solid #eaded5;
  }
  #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: #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;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #95BD0D;/*d6181f*/
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}



#cta {
  background: url(../images/foto.jpg) no-repeat 75% 50%;
  background-size: cover;
  margin: 0px; padding:0;
}

#cta2 {
  background: #713e22;
  color: #fff;
  padding-top: 20px;padding-bottom:25px;
  margin-top: 0px;
}
#cta2 .btn {
  margin-top: 30px;
}
#cta2 h2 {
  color: #fff; font-weight:bold;
  font-size: 28px;
  line-height: 1.3;
}
#cta2 h2 > span {
  color: #95BD0D;/*d6181f*/
}


/* engagements --------------------- */
#engagements {
  padding: 35px 0 25px 0;
}

/* siteweb --------------------- */
#siteweb {
  padding: 60px 0 20px 0;
  background: #713e22;
  color: #fff;
  font-size:1.3em;
  line-height:1.5em;
}
#siteweb h4 {
  color: #fff;
  line-height:1.5em;
}

/* siteweb2 --------------------- */
.siteweb2 {
  padding: 30px 0 30px 0;
  background: #CD2630;
  color: #fff;
  font-size:1.3em;
  line-height:1.5em;
}
.siteweb2 h4 {
  color: #fff;
}

/* stand --------------------- */
#stand {
  /*padding: 60px 0 20px 0;*/
  background: #656f40;
  color: #fff;
  font-size:1.3em;
  line-height:1.5em;
}
#stand h4 {
  color: #fff;
  line-height:1.5em;
}
.divin {
  padding:20px 80px 30px 80px;
  text-align:center;
}
@media (max-width:480px) {
.divin {padding:15px;}
}


.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;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}


/* Info = au-dessus de Contact */
#info {
  padding: 100px 0 0 0;
  background-image: -moz-linear-gradient(90deg, #95BD0D 0%, #c8151e 100%);
  background-image: -webkit-linear-gradient(90deg, #95BD0D 0%, #c8151e 100%);
  background-image: -ms-linear-gradient(90deg, #95BD0D 0%, #c8151e 100%);
  color: #fff;
}
#info h1,
#info h2 {
  color: #fff;
}
#info p { padding-top:15px; font-size:1.2em;} /*GV*/

/* Contact = formulaire sur carte */
#contact {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0 0;
  background: #fff;
}
#contact .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#contact .contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#contact .contact-form h3 {
  margin-top: 0;
}


/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2A2C2E;
}
#footer a {
  color: #656f40;/*777*/
}
#footer a:hover {
  color: #fff;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


.cercle {
  height: 30px;
  width: 30px;
  background-color: #656f40;
  border-radius: 50%;
  display: inline-block;
}
.cercle .in {
	padding:5px 0 0 10px;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
}


/* TIMILINE */

/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
	font-size:1.2rem;
	font-weight:bold;
	line-height:1.8rem;
	color:#333;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #656f40;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.tmcontainer {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.tmcontainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -12px;
    background-color: white;
    border: 4px solid #656f40;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.tmleft {
    left: 0;
}

/* Place the container to the right */
.tmright {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tmleft::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.tmright::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.tmright::after {
    left: -13px;
}

/* The actual content */
.tmcontent {
    padding: 20px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  
  /* Full-width containers */
  .tmcontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .tmcontainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .tmleft::after, .tmright::after {
    left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .tmright {
    left: 0%;
  }
}