
@charset "UTF-8";

.bg-sable {
    background-color: #dc735d !important;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;  color: #096387;
}

h1 {
  color: #096387;
  font-weight: 600;font-family: "Roboto Condensed", sans-serif;
}
h2 {
  color: #096387;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

h3 {
  text-transform: uppercase;font-family: "Roboto Condensed", sans-serif;
}

h4 {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2
  ;font-family: "Roboto Condensed", sans-serif;
}
h4 span {
  color: #096387;
  font-size: 25px;
}

h5 {
  color: #201f1f;
  font-size: 14px;
  font-weight: 500;
}


.numberCircle {
border-radius: 20%;
text-align: center;
font-size: 28px;
background-color: #096387;
color:#ffffff;
padding: 0 8px;
}


.accroche {color:#dc735d;font-style:italic;font-weight:600;font-size: 1.3em;}

a {
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
}

li {
color: #201f1f;
font-size: 14px;
letter-spacing: 0.5px;
line-height: 2;
}

p {
  color: #201f1f;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}

b, strong {
    font-weight: bold;color: #096387;
}

#bouton-sticky {
  position:fixed;
  bottom:0%;
  right:5%;
  z-index:10;
}



.img-fluid {
  height: auto;
  margin-bottom: 20px;
  width: auto;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #f15a29;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 48px;
  transition: background 0.5s;
}

.degrade {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee378b+0,f15a29+100 */
background: rgb(238,55,139); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,55,139,1) 0%, rgba(241,90,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(238,55,139,1) 0%,rgba(241,90,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(238,55,139,1) 0%,rgba(241,90,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee378b', endColorstr='#f15a29',GradientType=0 ); /* IE6-9 */
}


@media (max-width: 768px) {
  .back-to-top {
    bottom: 48px;
  }
}

.back-to-top:focus {
  background: #f15a29;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #999999;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
:root {
     --header-height: 4rem;
}

html {
     scroll-padding-top: calc(var(--header-height) + 8rem);
}

.header {
     position: sticky;
     top: 0;
     z-index: 100;
     height: var(--header-height);
}

.section {
     scroll-margin-top: calc(var(--header-height) + 4rem);
}

#header {
  background: #fff;
  /*position: fixed;*/
  left: 0;
  top: 0;
  right: 0;
  /*! height: 66px;
  z-index: 3;*/
  transition: all 0.5s ease;
}

#header #logo {
  padding: 6px 0 0 0;
}

#header #logo h1 {
  color: #201f1f;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;text-align: center;
}

#header #logo h1 a {
  color: #201f1f;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #f15a29;
}

#header #logo img {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);
}


@media (max-width: 680px) {
 #header #logo img {
    display: none;
  }
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# block img Section
--------------------------------------------------------------*/
#blockimg {
  width: 100%;
  background-size: 100%;
  position: relative;
}

@media (min-width: 1025px) {
  #blockimg {
    background-attachment: fixed;
  }

}

#blockimg .blockimg-container {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#blockimg img {
  width: 100%;
  -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: calc(100vh - 40px);*/
  /*background: url(../img/hero-bg.png) center bottom no-repeat;*/
  background-size: 100%;
  position: relative;
  /*margin-top: 33%;
  margin-top:4rem;*/
  /*top:4rem;*/
}


#hero .hero-container {
  position: relative;
  bottom: 0;
  top: 0%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /*background: url(/test2024/assets/img/FFC-Parcours-Coeur-Connectes-Banniere.jpg) center bottom no-repeat;
  height: 500px;
  background-size: contain;*/
}
#hero .hero-container-barre {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#hero h1 {
  margin: 20px 0 30px 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Roboto Condensed", sans-serif;
  color: #dc735d;font-style: italic;
  /*text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);*/
}


@media (max-width: 460px) {

#hero h1 {
    font-size: 23px;
	line-height: 31px;
}
}


#hero h2 {
  margin: 20px 0 30px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Roboto Condensed", sans-serif;
  color: #dc735d;font-style: italic;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  max-width: 100%;
  /*margin-bottom: 10px;*/
  -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);

}

#hero .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding:.205rem .25rem;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #fff;
  text-decoration: none;
}

#hero .btn-get-started:hover {
  background: #fff;
  color: #dc735d;
}

#hero .btns a  {
  color: #201f1f;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #dc735d;
}



/*--------------------------------------------------------------
# compteur Section
--------------------------------------------------------------*/
.text1a {
text-shadow:  white 0.006em 0.006em 0.007em,
    #9c9c9c 1px 1px 1px,
    #9c9c9c 1px 2px 1px,
    #9c9c9c 1px 3px 1px,
    #9c9c9c 1px 4px 1px,
    #9c9c9c 1px 5px 1px,
    #9c9c9c 1px 6px 1px,
    #9c9c9c 1px 7px 1px,
    rgba(16, 16, 16, 0.4) 1px 10px 6px,
    rgba(16, 16, 16, 0.2) 1px 15px 10px,
    white -0.15em -0.1em 100px;color:#fff;
font-size:5em;
}
.text1 {
text-shadow:   -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff,
     1px 1px 2px #141414,
     1px 1px 3px #141414,
     1px 1px 5px #141414,
     1px 1px 7px #141414,
     1px 1px 10px #141414,
     1px 1px 12px #141414,
     1px 1px 18px #141414;color:#fff;
font-size:5em;
}

.text2 {
text-shadow:   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000,
     1px 1px 2px #141414,
     1px 1px 3px #141414,
     1px 1px 5px #141414,
     1px 1px 7px #141414,
     1px 1px 10px #141414,
     1px 1px 12px #141414,
     1px 1px 18px #141414;color:#fff;
}

.text3 { background: -webkit-linear-gradient(yellow, yellowgreen);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.number_display{
    border-radius:3px;
    width:35px;
    height:60px;
    margin:10px 0;
    background-color:white;
    line-height:60px;
    text-align:center !important;
    font-size:40px !important;;
    color:#427a19;

}

#compteur {
  width: 100%;
  /*height: calc(100vh - 40px);*/
  /*background: url(../img/hero-bg.png) center bottom no-repeat;*/
  background-size: 100%;
  position: relative;
  /*margin-top: 33%;*/
}


#compteur .compteur-container::before {
  content: "";
  background: url(../img/compteur-bg.jpg) top center;
     background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.85;
}



@media (min-width: 1025px) {
  #compteur {
    background-attachment: fixed;
  }
  #compteur {
  margin-top: 2%;
}
}

#compteur .compteur-container {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#compteur  .feature-block {
    /*background: #678 none repeat scroll 0 0;*/
    padding: 30px 20px;
    transition: all 0.5s ease-in-out 0s;

  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#compteur h1 {
	position: relative;
    content: counter(repas);
    padding: 0 50px 10px;
    margin-right: 0;
    vertical-align: top;
    /*background: #dc735d;
    -moz-border-radius: 60px;
    border-radius: 60px;*/
    font-weight: bold;
    font-size: 7em;
    /*color: #dc735d;*/
	padding: 0 10px;
}


#compteur h2 {
	position: relative;
	color: #000000;
  margin-bottom: 30px;
  /*font-size: 40px;
  font-family: "Philosopher", sans-serif;*/
  font-weight: 600;font-size: 28px;
}

#compteur h3 {
position: relative;
  /*color: #dc735d;*/
  font-size: 2em;
  /*font-family: "Philosopher", sans-serif;*/
  font-weight: 900;
}


@media (max-width: 575px) {
#compteur h1 {
    font-size:384%;
	/*padding: 5px 23px 10px 23px;*/
  }

}
@media (max-width: 20px) {
#compteur h1 {
    font-size-adjust:5em;
  }

}

#compteur .about-content span {
    font-weight: 700;
    padding-right: 0px;
    text-transform: uppercase;
}

#compteur .about-content h2 {
    color: #252525;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#compteur .about-content {
    padding-top: 5px;
}



#compteur .about-content-top span {
    font-weight: 700;
    padding-right: 0px;
    text-transform: uppercase;
}

#compteur .about-content-top h2 {
    color: #252525;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#compteur .about-content-top {
    padding-top: 60px;
}



/*@media (max-width: 768px) {
  #compteur h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}*/

#compteur img {
  max-width: 100%;
  margin-bottom: 30px;
}

#compteur .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #dc73;
  background: #fff;
  color: #dc735d;
  text-decoration: none;
}

#compteur .btn-get-started:hover {
  background: #dc735d;
  color: #fff;
}

#compteur .btns a  {
  color: #201f1f;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #compteur .btns a {
    margin: 4px 8px;
  }
}

#compteur .btns a:hover {
  color: #dc735d;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}

@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
  color: #201f1f;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #FFFFFF;
  background-color: #096387;
}

.nav-menu > li {
  margin-left: 15px;margin-top: 12px;
}
@media (max-width: 1100px) {
.nav-menu > li {
  margin-left: 0px;
}

}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 8px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  /*font-size: 14px;*/
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #ffffff;
}

.nav-menu ul ul {
  margin: 0;
}


.nav-menu .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding:.205rem .25rem;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #fff;
  text-decoration: none;
}

.nav-menu .btn-get-started:hover {
  background: #fff;
  color: #dc735d;
}

.nav-menu .btns a  {
  color: #201f1f;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #201f1f;
  font-size: 24px;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 200px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;cursor: pointer;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #dc735d;
}

#mobile-nav ul .menu-item-active {
  color: #dc735d;
}

#mobile-nav .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding:.205rem .25rem;
  transition: 0.5s;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #fff;
  text-decoration: none;
}

#mobile-nav .btn-get-started:hover {
  background: #fff;
  color: #dc735d;
}

#mobile-nav .btns a  {
  color: #201f1f;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}


#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-bottom: 48px;
  padding-top: 48px;
}
.padd-section-top {
  padding-bottom: 0px;
  padding-top: 50px;
}

.padd-section-bottom {
  padding-bottom: 50px;
  padding-top: 0;
}

.padd-section-y {
  padding-bottom: 80px;
  padding-top: 0;
}

/*@media (max-width: 992px) {
  .padd-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}*/

.section-title {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-family: "Roboto Condensed", sans-serif;

  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section-title .separator {
  /*margin: 0;*/
}

.separator {
  color: #201f1f;
  /*font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;*/
  font-weight: 300;
  margin-bottom: 30px;

}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #ffd2c4;
}

#get-started img { max-width:100%;
-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);
}

@media (max-width: 991px) {
#get-started img { max-width:100%;margin-top: 20px;}
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  height: 100%;
  -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.30);box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.30);
}

#get-started .insc-block {
  padding: 30px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
#get-started .insc-block {
  padding: 0px;
  transition: all 0.5s ease-in-out 0s;
}
#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}
}

#get-started .section-title h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 0px;
  }

}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a, #get-started .insc-block a{
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #dc735d;

  background: #dc735d;
  color: #fff;
  text-decoration: none;
}


#get-started .feature-block a:hover {
  color: #dc735d;
}

#get-started .feature-block a:hover {

    background: #fff;
  color: #dc735d;
}

#get-started .feature2-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #f18820;
  background: #f18820;
  /*border: 2px solid #8d2971;
  background: #8d2971;*/
  color: #fff;
  text-decoration: none;
}

#get-started .feature2-block a:hover {
  color: #8d2971;
}

#get-started .feature2-block a:hover {
  background: #fff;
  color: #8d2971;
}



#get-started .feature3-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 2px solid #f18820;
   background: #f18820;
  color: #fff;
  text-decoration: none;
}

#get-started .feature3-block a:hover {
  color: #f18820;
}

#get-started .feature3-block a:hover {
  background: #fff;
  color: #f18820;
}

#get-started .feature4-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 2px solid #f18820;
  background: #f18820;
  color: #fff;
  text-decoration: none;
}

#get-started .feature4-block a:hover {
  color: #f18820;
}

#get-started .feature4-block a:hover {
  background: #fff;
  color: #f18820;
}


#get-started .feature5-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
  /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  border: 2px solid #f18820;
  background: #f18820;
  /*border: 2px solid #992286;
  background: #992286;*/
  color: #fff;
  text-decoration: none;
}

#get-started .feature5-block a:hover {
  color: #992286;
}

#get-started .feature5-block a:hover {
  background: #fff;
  color: #992286;
}

/* Resultats Section
--------------------------------*/
#resultats {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #f9f4f3;
}

#resultats img { max-width:100%}

@media (max-width: 991px) {
#resultats img { max-width:100%;margin-top: 20px;}
}

#resultats .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  height: 100%;
  -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.30);box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.30);

}

#resultats .insc-block {
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  height: 100%;
}

@media (max-width: 991px) {
#resultats .insc-block {
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  height: 95%;
}
#resultats .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  height: 95%;
}
}

#resultats .section-title h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*@media (max-width: 991px) {
  #resultats .feature-block {
    margin-bottom: 30px;
  }

}*/

#resultats .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#resultats .feature-block h4 {
  margin-bottom: 20px;
}

#resultatsd .feature-block p {
  margin-bottom: 20px;
}

#resultats .feature-block a, #resultats .insc-block a{
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
  /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #dc735d;

  background: #dc735d;
  color: #fff;
  text-decoration: none;
}


#resultats .feature-block a:hover {
  color: #dc735d;
}

#resultats .feature-block a:hover {

    background: #fff;
  color: #dc735d;
}

#resultats .feature2-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #8d2971;

  background: #8d2971;
  color: #fff;
  text-decoration: none;
}

#resultats .feature2-block a:hover {
  color: #8d2971;
}

#resultats .feature2-block a:hover {
  background: #fff;
  color: #8d2971;
}



#resultats .feature3-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #f18820;
   background: #f18820;
  color: #fff;
  text-decoration: none;
}

#resultats .feature3-block a:hover {
  color: #f18820;
}

#resultats .feature3-block a:hover {
  background: #fff;
  color: #f18820;
}

#resultats .feature4-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #f18820;
  background: #f18820;
  color: #fff;
  text-decoration: none;
}

#resultats .feature4-block a:hover {
  color: #f18820;
}

#resultats .feature4-block a:hover {
  background: #fff;
  color: #f18820;
}


#resultats .feature5-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #992286;
	background: #992286;
  color: #fff;
  text-decoration: none;
}

#resultats .feature5-block a:hover {
  color: #992286;
}

#resultats .feature5-block a:hover {
  background: #fff;
  color: #992286;
}



/* velo */

#get-started-velo {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #defbcd;
}

#get-started-velo .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #get-started-velo .feature-block {
    margin-bottom: 30px;
  }
}

#get-started-velo .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started-velo .feature-block h4 {
  margin-bottom: 20px;
}

#get-started-velo .feature-block p {
  margin-bottom: 20px;
}

#get-started-velo .feature-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #dc735d;

  background: #dc735d;
  color: #fff;
  text-decoration: none;
}


#get-started-velo .feature-block a:hover {
  color: #dc735d;
}

#get-started-velo .feature-block a:hover {

    background: #fff;
  color: #dc735d;
}

#get-started-velo .feature2-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #f42158;

  background: #f42158;
  color: #fff;
  text-decoration: none;
}

#get-started-velo .feature2-block a:hover {
  color: #f42158;
}

#get-started-velo .feature2-block a:hover {
  background: #fff;
  color: #f42158;
}



#get-started-velo .feature3-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 2px solid #CC097F;

    background: #CC097F;
  color: #fff;
  text-decoration: none;
}

#get-started-velo .feature3-block a:hover {
  color: #CC097F;
}

#get-started-velo .feature3-block a:hover {
  background: #fff;
  color: #CC097F;
}

#get-started-velo .feature4-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #02AA2C;

    background: #02AA2C;
  color: #fff;
  text-decoration: none;
}

#get-started-velo .feature4-block a:hover {
  color: #02AA2C;
}

#get-started-velo .feature4-block a:hover {
  background: #fff;
  color: #02AA2C;
}


/* natation */

#get-started-natation {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #fbf2cd;
}

#get-started-natation .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #get-started-natation .feature-block {
    margin-bottom: 30px;
  }
}

#get-started-natation .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started-natation .feature-block h4 {
  margin-bottom: 20px;
}

#get-started-natation .feature-block p {
  margin-bottom: 20px;
}

#get-started-natation .feature-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #dc735d;

  background: #dc735d;
  color: #fff;
  text-decoration: none;
}


#get-started-natation .feature-block a:hover {
  color: #dc735d;
}

#get-started-natation .feature-block a:hover {

    background: #fff;
  color: #dc735d;
}

#get-started-natation .feature2-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #f42158;

  background: #f42158;
  color: #fff;
  text-decoration: none;
}

#get-started-natation .feature2-block a:hover {
  color: #f42158;
}

#get-started-natation .feature2-block a:hover {
  background: #fff;
  color: #f42158;
}



#get-started-natation .feature3-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin-bottom: 10px;
  border: 2px solid #CC097F;

    background: #CC097F;
  color: #fff;
  text-decoration: none;
}

#get-started-natation .feature3-block a:hover {
  color: #CC097F;
}

#get-started-natation .feature3-block a:hover {
  background: #fff;
  color: #CC097F;
}

#get-started-natation .feature4-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #02AA2C;

    background: #02AA2C;
  color: #fff;
  text-decoration: none;
}

#get-started-natation .feature4-block a:hover {
  color: #02AA2C;
}

#get-started-natation .feature4-block a:hover {
  background: #fff;
  color: #02AA2C;
}



/* About Us Section
--------------------------------*/
#about-us  {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#about-us img {
  max-width: 100%;
}
#about-us .appli {
  max-width: 80%;
}

#about-us #logo {
  max-width: 50%;
}



/**#about-us .about-content {
  padding-top: 60px;
}*/

#about-us .about-content h2 {
  color: #252525;
  font-family: "Roboto Condensed";
  font-size: 36px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  /*text-transform: capitalize;*/
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 0px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}


#about-us .table_btn a {
    background: #dc735d;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
}


#about-us .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #fff;
  text-decoration: none;
}

#about-us .btn-get-started:hover {
  background: #fff;
  color: #dc735d;
}

@media (max-width: 767px) {
#about-us .photos {
 display:none;
}
}
@media (max-width: 767px) {
#about-us img {
  max-width: 70%;
}
}

/* modedemploi Section
--------------------------------*/
#modedemploi {
  display: inline-block;
  height: 100%;
  width: 100%;
  /*background-color: #be81db;*/
  background-color: #ffffff;
  color:#000000;
}

#modedemploi strong {color:#000000;}

#modedemploi span {color:#000000;font-size:2.5rem}

#modedemploi p {color:#000000;}

#modedemploi h4, #modedemploi h5 , #modedemploi li {color:#000000;}

#modedemploi .table_btn a {
    background: #dc735d;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
}



/*#modedemploi a { text-align: center}*/


#modedemploi img {
  max-width: 100%;
}

#modedemploi .num, #modedemploi .appli, #modedemploi .icoappli, #modedemploi .img-rounded{ max-width:100%;
  -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.30);
}
#modedemploi .appli { max-width:220px;padding-left:0px;}
#modedemploi .icoappli { max-width:3.5rem;margin: 1%;}

#modedemploi .numberCircle {
    border-radius: 20%;
    text-align: center;
    font-size: 28px;
    background-color: #000000;
    color: #ffffff;
    padding: 0 8px;
}

#modedemploi .feature-block {
  transition: all 0.5s ease-in-out 0s;
  background: #fbf5ff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
  height: 100%;
  -webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px;-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.30);box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.30);
}

#modedemploi .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

/*#modedemploi .feature-block h4 {
  margin-bottom: 20px;
}*/

#modedemploi .feature-block p {
  margin-bottom: 20px;
}

#modedemploi .feature-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  margin: 20px 0;
  border: 2px solid #e30620;

  background: #e30620;
  color: #fff;
  text-decoration: none;
}


#modedemploi.feature-block a:hover {
  color: #e30620;
}

#modedemploi .feature-block a:hover {

    background: #fff;
  color: #e30620;
}

#modedemploi .feature2-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #fff;
  text-decoration: none;
}

#modedemploi .feature2-block a:hover {
  color: #4b0474;
}

#modedemploi .feature2-block a:hover {
  background: #ccc;
  color: #4b0474;
}



#modedemploi .feature3-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #f18820;

  background: #f18820;
  color: #fff;
  text-decoration: none;
}

#modedemploi .feature3-block a:hover {
  color: #f18820;
}

#modedemploi .feature3-block a:hover {
  background: #fff;
  color: #f18820;
}

#modedemploi .feature4-block a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 2px solid #404240;

    background: #404240;
  color: #fff;
  text-decoration: none;
}

#modedemploi .feature4-block a:hover {
  color: #404240;
}

#modedemploi .feature4-block a:hover {
  background: #fff;
  color: #404240;
}




#modedemploi .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 13px 30px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  /*margin-bottom: 30px;*/
  border: 1px solid #E20511;
  background: #E20511;
  color: #ffffff;
  text-decoration: none;
}



#modedemploi .btn-get-started:hover {
  background: #f08288;
  color: #fff;
  border: 1px solid #f08288;

}
#modedemploi .btn-get-started:focus {
  background: #FFFFFF;
  color: #E20511;
  border: 1px solid #E20511;
}


#modedemploi .btns a  {
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}


@media (max-width: 767px) {
#modedemploi .photos {
 display:none;
}
}
@media (max-width: 767px) {
#modedemploi img {
  max-width: 70%;
}
}

@media (max-width: 520px) {
	#modedemploi .btn-get-started {
  font-size: 0.85rem;
  }
  }


/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/
#screenshots {
border-top:1px solid #ccc;
}


#screenshots .block-screenshots {
  background: #fff;
 /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);*/
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #screenshots .block-screenshots {
    margin-bottom: 30px;
  }
}

#screenshots .block-screenshots .table {
  margin-bottom: 0;
  padding: 2px 15px;
  max-width: 100%;
  width: 100%;
}

#screenshots .block-screenshots .table .table_btn a {
  background: #dc735d;
  color: #fff;
  margin: 0;
  display: inline-block;font-size: 12px;
}

#screenshots .block-screenshots .table .table_btn a:hover {
  background: #000;
}

#screenshots .block-screenshots .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}



.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  /*margin-bottom: 30px;*/
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #dc735d;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#dc735d 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #dc735d;
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/
#team img {
  max-width: 100%;
}

#team {
    background: linear-gradient(50deg, rgb(255, 255, 255) 0%, rgb(230, 102, 104) 50%, rgb(241, 131, 33) 100%);
}
#team h2 {
    color: #ffffff;
	font-size: 3em;
	}

#team .btns a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 4px 20px;
    text-decoration: none;
    transition: 0.3s;color: #fff;
}

#team .fa {font-size: 15px;}

#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  /*height: 254px;*/
  overflow: hidden;
  position: relative;
  width: 100%;margin-bottom: 30px;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 100%;
}

#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #201f1f;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #dc735d;
}

#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

@media (min-width:992px) {
#team .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (max-width: 991px) {
#team .col-lg-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (max-width: 370px) {
#team .col-lg-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (min-width: 768px) {
#team .col-md-4 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}



/* Pricing Table Section
--------------------------------*/

#pricing .table_btn a {
    background: #dc735d;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
}

#pricing .block-pricing {
  background: #fff;
 /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);*/
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 30px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .table h4 {
  padding-bottom: 0px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  /*max-width: 240px;*/
  padding: 0;
}
/*#pricing .block-pricing ul li ul {
  list-style: circle;
  margin: 10px auto;
  padding: 0;
}*/

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}
#pricing .block-pricing ul li ul li {
  border-bottom: 0px solid rgba(153, 153, 153, 0.3);
  padding: 2px 0;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
  background: #dc735d;
  color: #fff;
  margin: 0;
  display: inline-block;font-size: 12px;
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #000;
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}
#pricing .section-title h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #201f1f;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #dc735d;
}

#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #201f1f;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #dc735d;
}

/* photos perso Section
--------------------------------*/
/*#photos {
    margin-top: 4%;
}*/
#photos {
  background: rgba(0, 0, 0, 0) url(../img/photos-perso-bg.jpg) no-repeat right top fixed;
  background-size: cover;
}

#photos .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#photos h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 220%;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#photoperso h3 {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#photoperso .table_btn a {
    background: #dc735d;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 12px;
}




@media (max-width: 768px) {

  #photos h1 {
    font-size: 28px;
    line-height: 36px;
  }

}
@media (max-width: 530px) {
#photos h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 180%;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: rgba(0, 0, 0, 0) url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #dc735d;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #dc735d;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #f42158;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #dc735d;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: #f42158;
}

#newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #ffffff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #dc735d;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #dc735d;
  color: #fff;
  line-height: 1;
  padding: 8px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #f42158;
  color: #fff;
}

#contact .php-email-form .validate {
  display: none;
  color: #ED1D24;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #dc735d;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #dc735d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #92d283;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #FFBD59;
  padding: 30px 0;
}
.footer a {
  color: #555;
}
.footer a:hover {
  color: #555;
}

.footer .footer-logo .navbar-brand {
  color: #555;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 0;
  padding-top: 0;
}

.footer .footer-logo p {
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu > h4 {
  color: #555;
  /*padding-bottom: 20px;*/
}

.footer .list-menu ul li a {
  color: #555;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .copyrights {
  background: #555;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: #dc735d;
}

.footer .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding:.3rem .5rem;
  border-radius: .25rem 0 0;
  transition: 0.5s;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #555;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.8);box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.8)
}

.footer .btn-get-started:hover {
  background: #555;
  color: #dc735d;
}

.footer .btns a  {
  color: #201f1f;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.panel-group {
    clear: both;
    margin-bottom: 1rem;
}
.panel-group .panel, .panel, .panel-body {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    color: #201f1f;
	font-size: 14px;
}
.panel-group .panel {
    margin: 7px 0;
}
a.panel-heading {
    background-color: #dedef9;
    color: #201f1f;
    display: block;
    padding: 10px 40px 10px 10px;
    position: relative;
    text-decoration: none; text-align: justify;
}
h2 a.panel-heading, h3 a.panel-heading, h4 a.panel-heading, h5 a.panel-heading, h6 a.panel-heading {
    color: #1364A3;
}
a.panel-heading i, a.panel-heading span {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #201f1f;
    height: 0;
    margin-top: -4px;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
}
a.collapsed i, a.collapsed span {
    border-color: transparent -moz-use-text-color transparent #201f1f;
    /*border-style: solid none solid solid;*/
    /*border-width: 5px medium 5px 7px;*/
    height: 0;
    width: 0;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0 none;
    padding: 15px 0px;
}



#partenaires .btn-get-started {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
    /*border-radius: .25rem;*/
  border-radius: 1.25rem;
  transition: 0.5s;
  border: 2px solid #dc735d;
  background: #dc735d;
  color: #fff;
  text-decoration: none;
}

#partenaires .btn-get-started:hover {
  background: #fff;
  color: #dc735d;
}

@media (max-width: 767px) {
.block-pricing {display:none}
}
