@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=Montserrat:400,700);
/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: https://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 0px;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
  color: #FC2D43;
  -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: #D60318;
}



/*GV*/
.coul {color:#1D71B8;}
.coul2 {color:#FC2D43;}
p { padding-top:15px;
/*font-size:1.2em;*/}
.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;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
}

/*sticky*/

.top-container {
  background-color: #fff;
  padding: 0px;
  text-align: center;
}
/* Style the header */
.header {z-index: 10;
  padding: 30px 10px;
  background: #fff;
  color: #f1f1f1;
}
/* Page content */
.content {
  padding: 16px;
}
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
.block {
    display: block;
    width: 100%;
    border: none;
    background-color: #FC2D43;
    color: white;
    padding: 12px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.block:hover {
    background-color: #D60318;
    color: white;
}

@media (max-width:480px) {
.zoneg {padding:15px;font-size:1.1em;}
.zoned {padding:15px;font-size:1.1em;}
}
/*GV*/

hr {
  border-top: 1px solid #bbb;
  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: #FC2D43;
}
/*.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 11px;
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(190, 51, 82, 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: #fff;
  }
  #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 #fff;/*BE3352*/
  }
  #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);
}


/* PUB --------------------- */
#cta2 {
  background: #fff url(../images/bandeau.jpg) no-repeat 20% 20%;
  background-size: cover;
  color: #fff;
  padding-top: 0px;padding-bottom: 15px;
  margin-top: 0px;
}
#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*/
}


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

#engagements h3, h4 {
  color: #272727;
}
#engagements p {
  font-size:1.2em;
}


/* siteweb --------------------- */
#siteweb {
  /*padding: 20px 0 25px 0;*/
  background: #FC2D43;
  color: #fff;
  font-size:1.2em;
}
#siteweb h4 {
  color: #fff;line-height: 1.4;
}

.divin {
  padding:15px 30px 15px 30px;
  text-align:center;
}
@media (max-width:480px) {
.divin {padding:15px;}
}

/* stand --------------------- */
#inscription {
  padding: 50px 0 35px 0;
  background: #f5f5f5;
}


.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;
}
#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}

/* Info = au-dessus de Contact */
#info {
  padding: 25px 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: 50px 0 45px 0;
}
#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: #2e2e2e;/*95BD0D*/
}
#footer a {
  color: #777;/*333*/
}
#footer a:hover {
  color: #FC2D43;
}
#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;
}
.responsive {
    width: 100%;
    height: auto;
}
/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #000; }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }
a.carousel-control.left  { left: 0; background: none; border: 0;}
a.carousel-control.right { right: 0; background: none; border: 0;}


/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 350ms ease; /*250*/
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
.carousel:hover a.carousel-control.left { left: 15px; }
.carousel:hover a.carousel-control.right { right: 15px; }  


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }
  
  /* TIMILINE */

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

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

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

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

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

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

/* 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 #FDE3E6;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #FDE3E6;
}

/* 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 #FDE3E6;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FDE3E6 transparent transparent;
}

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

/* The actual content */
.tmcontent {
    padding: 10px 15px;
    background-color: #FDE3E6;
    position: relative;
    border-radius: 6px;
	font-size:1.4rem;
}

/* 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%;
  }
}