/* =================================== */
/*	Basic Style 
/* =================================== */

body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 21px;
  font-size: 13px;
  color: #6a737b;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure,
p {
  margin: 0;
}

a {
  color: #fff;

  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #cddc39;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

span.color {
  color: #0feb9e;
}

body > section,
.footer {
  padding: 70px 0;
}

.sec-title {
}

.sec-title h2 {
  color: #bf925b;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}

.sec-sub-title {
  margin: 35px 0 45px;
}

.sec-sub-title p {
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.title-block h2 {
  position: relative;
  bottom: -13px;
  display: inline-block;
  margin: 0;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  line-height: 55px;
  background-color: #fff;
  text-transform: uppercase;
  padding-right: 15px;
}

.title-block {
  text-align: left;
  margin-bottom: 35px;
  border-bottom: 3px solid #8bc34a;
}

.temoi-block h2 {
    background-color: #f9f7f2;
}

.devider {
  margin-top: 30px;
}

.devider i {
  color: #cccccc;
}

.devider:before,
.devider:after {
  content: "______________________";
  color: #e6e8ea;
  position: relative;
  bottom: 6px;
}

.devider:before {
  right: 10px;
}

.devider:after {
  left: 10px;
}

.mb50 {
  margin-bottom: 50px;
}

#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}

#preloader > img {
  left: 47%;
  position: absolute;
  top: 48%;
}

/*=========================================
	Header
==========================================*/

#navigation {
  background-color: rgba(16, 22, 54, 0.2);
  border: 0 none;
  margin: 0;

  -webkit-transition: background-color 800ms linear;
  -moz-transition: background-color 800ms linear;
  -ms-transition: background-color 800ms linear;
  -o-transition: background-color 800ms linear;
  transition: background-color 800ms linear;
}

.navbar-fixed-top .navbar {
  background-color: red;
}

.navbar-toggle i {
  color: #fff;
}

.navbar-brand {
  padding: 0;
}

.navbar-nav li a {
  border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
  background-color: transparent;
  border-top: 2px solid #ffffff; /*survole menu*/
  color: #383c3e;
}

#logo-header {
  margin-top: 3px;
}
.logo-header {
  width: 60%;
}

.logo-home {
  width: 10%;
  margin-bottom: 20px;
}

.fa-lg {
  font-size: 2.5em;
  line-height: -6.25em;
  vertical-align: -15%;
}

/*=========================================
	Slider
==========================================*/

#slider {
  padding: 0;
}

#slider .carousel-inner .item {
  background-size: cover;
}

.carousel-caption {
  top: 25%; /* espace au du logo */
}

.carousel-caption h2 {
  font-size: 120px;
  font-weight: 300;
}

.carousel-caption h2 span {
  font-weight: 800;
}

.carousel-caption h3 {
  font-size: 48px;
  font-weight: 300;
  margin: 6px 0 20px;
}

.carousel-caption p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
  color: #ea4e83;
  content: "___";
  position: relative;
  top: -8px;
}

.carousel-caption p:before {
  right: 20px;
}

.carousel-caption p:after {
  left: 20px;
}

.social-links {
  margin-top: 5%;
}

.social-links li {
  display: inline-block;
}

.social-links li a {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin: 0 6px;
}

.social-links li a:hover {
  color: #fff;
}

.carousel-indicators {
  bottom: 10px;
  left: inherit;
  margin: 0;
  right: 30px;
  top: 49%;
  width: 0;
}

.carousel-indicators li {
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 8px;
  width: 8px;
}

.carousel-indicators .active {
  height: 8px;
  width: 8px;
}

/*=========================================
  Association
==========================================*/

/*#lutte .col-md-3 {
    margin-bottom: 40px;
}*/

#lutte {
  border-top-right-radius: 60%;
  color: red;
}

.text-center {
  text-align: center;
}

#lutte img {
  border: 4px solid #ffffff;
  display: inline-block;
  width: 170px;
  height: auto;
  transition: all 0.3s ease-in;
}

.img-circle {
  border-radius: 50%;
}

img {
  vertical-align: middle;
}

#lutte img:hover {
  opacity: 0.5;
}
/* #lutte img:hover + .popuptext {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
} */
/*=========================================
  Video
==========================================*/

.video-promo {
  position: relative;
  background: url(../pics/bg-video.jpg);
}

.video-promo .video-promo-content {
  color: #fff;
  margin-bottom: 15px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  background: transparent;
  line-height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
}

.video-promo .video-promo-content .video-popup:hover {
  background: #fff;
  color: #3d60f4;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.video-promo .video-promo-content p {
  color: #fff;
}

.overlay-movie {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(15 17 27 / 60%);
}

.section-padding {
  padding: 60px 0px;
}

/*=========================================
  Applications
==========================================*/

.free-div {
  width: 100%;
  min-height: 100px;
  background: opacity(0.5);
  box-shadow: none;
  border: 0;
  padding: 37px 20px 30px 20px;
  margin-bottom: 20px;
}

.free-div {
  position: relative;
  background: #083e0a;
  overflow: hidden;
}
.free-div h3 {
  padding: 50px;
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 700;
}
/* You could use :after - it doesn't really matter */
.free-div:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background-image: url("../pics/nutrition.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.free-div2 {
  width: 100%;
  min-height: 100px;
  background: opacity(0.5);
  box-shadow: none;
  border: 0;
  padding: 37px 20px 30px 20px;
  margin-bottom: 20px;
}

.free-div2 {
  position: relative;
  background: #083e0a;
  overflow: hidden;
}
.free-div2 h3 {
  padding: 50px;
  position: relative;
  z-index: 2;
  color: white;
  font-weight: 700;
}
/* You could use :after - it doesn't really matter */
.free-div2:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6;
  background-image: url("../pics/sport-sante.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/*=========================================
	Programmes
==========================================*/

.title-block2 h2 {
  position: relative;
  bottom: -13px;
  display: inline-block;
  margin: 0;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-size: 40px;
  line-height: 55px;
  background-color: #f5f2ea;
  text-transform: uppercase;
  padding-right: 15px;
}

.title-block2 {
  text-align: left;
  margin-bottom: 35px;
  border-bottom: 3px solid #8bc34a;
}

.instagram-photo {
  overflow: hidden;
}

.instagram-photo .insta-item {
  float: left;
  width: 24%;
  height: 380px;
  text-align: center;
  position: relative;
  margin-right: 10px;
}

.instagram-photo .insta-item:hover:before {
  opacity: 1;
}

.instagram-photo .insta-item:hover .inside-text {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.instagram-photo .insta-item:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 147, 210, 0.36);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.instagram-photo .insta-item .inside-text {
  padding-top: 130px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.instagram-photo .insta-item .inside-text i {
  font-size: 30px;
  color: #ffffff;
}

.instagram-photo .insta-item .inside-text h5 {
  margin-top: 14px;
}

.instagram-photo .insta-item .inside-text h5 a {
  color: #840832;
  font-size: 25px;
  font-weight: 700;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/*=========================================
  Formules
==========================================*/

.themed-container {
  padding: 0.75rem;
  padding-top: 1.75rem;
  background-color: rgb(255 152 0 / 16%);
  border: 2px solid rgba(255 152 0 / 52%);
}

.themed-grid-col {
  font-size: 17px;
  height: 61px;
  margin-top: 12px;
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
  background-color: rgb(139 195 74);
  border: 2px solid rgb(139 195 74 / 52%);
  color: #ffffff;
}
.themed-grid-col2 {
  font-size: 17px;
  height: 61px;
  margin-top: 12px;
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
  background-color: rgb(98 178 241);
  border: 2px solid rgb(98 178 241 / 52%);
  color: #ffffff;
}
.themed-grid-col3 {
  font-size: 17px;
  height: 61px;
  margin-top: 12px;
  padding-top: 2rem;
  padding-left: 35px;
  padding-bottom: 0.75rem;
  background-color: rgb(255 152 0);
  color: #ffffff;
}
.themed-container p {
  color: #9e6714;
  font-size: 17px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
}

/*=========================================
  Equipe
==========================================*/

.team__btn {
  text-align: right;
}
.team__item {
  height: 330px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.team__text {
    height: 100%;
    position: relative;
    padding: 15px 15px 40px;
}
.team__item:hover:after {
  opacity: 1;
}
.team__item:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.9);
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all, 0.5s, ease-out, 0.5s;
  -o-transition: all, 0.5s, ease-out, 0.5s;
  transition: all, 0.5s, ease-out, 0.5s;
}
.team__text .team__title {
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 100%;
  padding: 0 30px;
  -webkit-transition: all, 0.7s, ease-out, 0.7s;
  -o-transition: all, 0.7s, ease-out, 0.7s;
  transition: all, 0.7s, ease-out, 0.7s;
}
.team__item:hover .team__text .team__title {
  border-bottom: 1px solid rgba(183, 183, 183, 0.2);
  padding: 0 0 13px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  bottom: initial;
  opacity: 1;
  visibility: visible;
}
.team__text .team__title h5 {
  color: #e97d1e;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 6px;
}
.team__text .team__title span {
  font-size: 14px;
  color: #dfa667;
}
.team__item:hover .team__text p {
  opacity: 1;
  visibility: visible;
}
.team__item:hover .team__text .team__social {
  opacity: 1;
  visibility: visible;
  bottom: 34px;
}
.team__text .team__social {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.7s, ease-out, 0.7s;
  -o-transition: all, 0.7s, ease-out, 0.7s;
  transition: all, 0.7s, ease-out, 0.7s;
}
.team__text p {
  color: #b7b7b7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.7s, ease-out, 0.7s;
  -o-transition: all, 0.7s, ease-out, 0.7s;
  transition: all, 0.7s, ease-out, 0.7s;
}
.team__text .team__social a:last-child {
  margin-right: 0;
}
.team__text .team__social a:hover {
  color: #dfa667;
}

.features {
  background-color: #f5f2ea;
}

.owl-controls {
  bottom: -45px;
  margin-top: 10px;
  position: relative;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  border: 1px solid #c7ced3;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 4px;
  width: 8px;
}

.owl-controls .owl-page.active span {
  background: #062033;
  border: 0;
}

.service-icon {
  border: 1px solid #0eb493;
  border-radius: 50%;
  color: #0eb493;
  float: left;
  padding: 10px 13px;
}

.service-desc {
  margin-left: 70px;
  position: relative;
  top: 5px;
}

.service-desc h3 {
  color: #062033;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

/*=========================================
	Our Works
==========================================*/

.work-filter {
  margin-bottom: 35px;
}

.work-filter ul li {
  display: inline-block;
}

.work-filter ul li a {
  color: #062033;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 17px;
  border-radius: 6px;
  text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
  background-color: #0eb493;
  border-radius: 6px;
  color: #fff;
  padding: 5px 17px;
}

.mix {
  display: none;
}

.work-item {
  float: left;
  width: 25%;
  position: relative;
}

.work-item > img {
  display: block;
  height: auto;
  max-width: 100%;
}

.overlay {
  background-color: rgba(14, 180, 147, 0.9);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;

  opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;

  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.work-item:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.work-item .overlay a {
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20%;
  padding: 7px 10px;
}

.work-item .overlay a:hover {
  color: #fff;
}

.work-item .overlay h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 25px 0 8px;
}

.work-item .overlay p {
  font-size: 14px;
  line-height: 24px;
}

/*=========================================
	Our Team Member
==========================================*/

.member-thumb {
  width: 273px;
  position: relative;
}

.member-thumb .overlay h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 10px 0;
}

.member-thumb .overlay {
  font-size: 16px;
  padding: 20px;
  line-height: 24px;
}

.team-member h4 {
  color: #062033;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);

  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.team-member:hover h4 {
  color: #0eb493;
}

.team-member .social-links {
  margin-top: 24%;
}

.team-member .social-links li a {
  background-color: #0d7c67;
  color: #fff;
  height: 42px;
  padding: 10px 0 0;
  width: 42px;
}
.chevron {
  width: 15%;
}

/*=========================================
	Some fun facts
==========================================*/

#facts {
  background-image: url("../img/parallax/city.jpg");
  background-color: rgba(6, 32, 51, 0.8);
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.facts .devider:before,
.facts .devider:after {
  color: #737c85;
}

.facts .devider i {
  color: #fff;
}

.parallax-overlay {
  background-color: rgba(6, 32, 51, 0.8);
  padding: 70px 0;
}

.counters-item {
  color: #fff;
}

.counters-item i {
  border: 1px solid #737c85;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 120px;
  margin: 0 0 35px;
  padding: 40px 0 0;
  width: 120px;
}

.counters-item strong {
  display: block;
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
}

.counters-item p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-transform: uppercase;
}

/*=========================================
  Contact Us
==========================================*/

.section-partner p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

#supporters {
  padding: 60px 0;
}

#supporters .supporters-wrap {
  margin-bottom: 30px;
}

.supporter-logo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
}

#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*=========================================
	Contact Us
==========================================*/

.contact {
  padding-bottom: 0;
}

.contact-address h3 {
  color: #062033;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-address p {
  line-height: 24px;
}

.contact-form {
}

.contact-form h3 {
  color: #062033;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 25px;
}

.contact-form .input-group {
  width: 100%;
}

.contact-form .form-control {
  border-color: -moz-use-text-color -moz-use-text-color #cccccc;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  margin-bottom: 10px;
}

.contact-form .input-field {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.contact-form .input-field:last-child {
  margin-right: 0;
}

.contact-form .form-control.error {
  border-bottom-color: #c0392b;
}

label.error {
  color: #c0392b;
  font-weight: normal;
  text-transform: capitalize;
}

.contact-form #form-submit {
  background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
  border: 0 none;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  text-align: right;
  width: 150px;
}

.footer-social {
  margin-top: 17px;
}

.footer-social li a {
  color: #cdd2d6;
  display: block;
  margin-bottom: 10px;
}

#map_canvas {
  height: 215px;
  width: 100%;
}

/*=========================================
  Nutrition
==========================================*/

.box {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  margin-bottom: 2em;
  overflow: hidden;
  padding: 4em;
}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.box header h2 {
  margin: 0 0 0.5em 0;
  color: #fff;
}

.box header p {
  color: rgba(255, 255, 255, 0.5);
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}

@media screen and (max-width: 980px) {
  .box {
    padding: 3em;
  }
}

@media screen and (max-width: 736px) {
  .box {
    padding: 2em;
  }
}

@media screen and (max-width: 480px) {
  .box {
    padding: 1em;
  }
}

.inner {
  width: 60em;
}

@media screen and (max-width: 1280px) {
  .inner {
    width: 65em;
  }
}

@media screen and (max-width: 980px) {
  .inner {
    width: 80%;
  }
}

@media screen and (max-width: 736px) {
  .inner {
    width: 90%;
  }
}

#post {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#post .inner {
  margin: 0 auto;
}

#post .button.icon {
  padding: 0;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 100%;
  text-align: center;
}

#post .button.icon:before {
  margin-right: 0;
  color: #fff;
}

#post .button.icon.fa-chevron-left:before {
  margin-left: -3px;
}

#post .button.icon.fa-chevron-right:before {
  margin-left: 3px;
}

#post ul.actions li {
  width: 49.5%;
  margin: 0;
  padding: 0;
}

#post ul.actions li:first-child {
  text-align: left;
}

#post ul.actions li:last-child {
  text-align: right;
}

@media screen and (max-width: 736px) {
  #post {
    background-attachment: scroll;
    background-size: cover;
  }

  #post h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  #post ul.actions li {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
  }
}

.post {
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 0;
  min-height: 100vh;
  height: 100vh;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.post .box {
  margin: 0;
}

@-moz-keyframes inner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes inner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes inner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes inner {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.post .inner {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: opacity 1.25s ease, -moz-transform 1s ease;
  -webkit-transition: opacity 1.25s ease, -webkit-transform 1s ease;
  -ms-transition: opacity 1.25s ease, -ms-transform 1s ease;
  transition: opacity 1.25s ease, transform 1s ease;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.post .inner.current {
  opacity: 1;
}

.post:before {
  -moz-transition: opacity 3s ease;
  -webkit-transition: opacity 3s ease;
  -ms-transition: opacity 3s ease;
  transition: opacity 3s ease;
  -moz-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  -ms-transition-delay: 1.25s;
  transition-delay: 1.25s;
  content: "";
  display: block;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-moz-keyframes more {
  0% {
    bottom: -3em;
  }

  100% {
    bottom: 2em;
  }
}

@-webkit-keyframes more {
  0% {
    bottom: -3em;
  }

  100% {
    bottom: 2em;
  }
}

@-ms-keyframes more {
  0% {
    bottom: -3em;
  }

  100% {
    bottom: 2em;
  }
}

@keyframes more {
  0% {
    bottom: -3em;
  }

  100% {
    bottom: 2em;
  }
}

.post .more {
  background-color: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 1em 1em 0 0;
  bottom: -3em;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  height: 3em;
  left: 50%;
  margin-left: -1.5em;
  overflow: hidden;
  position: absolute;
  text-indent: 3em;
  white-space: nowrap;
  width: 3em;
  z-index: 2;
  border-radius: 100%;
  text-decoration: none;
}

.post .more:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.post .more.current {
  -moz-transition: height 0.2s ease;
  -webkit-transition: height 0.2s ease;
  -ms-transition: height 0.2s ease;
  transition: height 0.2s ease;
  -moz-animation: more 0.75s ease-out 2s forwards;
  -webkit-animation: more 0.75s ease-out 2s forwards;
  -ms-animation: more 0.75s ease-out 2s forwards;
  animation: more 0.75s ease-out 2s forwards;
}

.post .more:hover {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.5);
}

.post .more:hover:before {
  color: rgba(255, 255, 255, 0.5);
}

.post .more:before {
  content: "\f107";
  color: #fff;
  font-size: 2em;
  position: absolute;
  right: 0.425em;
  bottom: -0.075em;
}

@media screen and (max-width: 980px) {
  @-moz-keyframes more {
    0% {
      bottom: -3em;
    }

    100% {
      bottom: 1.5em;
    }
  }

  @-webkit-keyframes more {
    0% {
      bottom: -3em;
    }

    100% {
      bottom: 1.5em;
    }
  }

  @-ms-keyframes more {
    0% {
      bottom: -3em;
    }

    100% {
      bottom: 1.5em;
    }
  }

  @keyframes more {
    0% {
      bottom: -3em;
    }

    100% {
      bottom: 1.5em;
    }
  }
}

@media screen and (max-width: 736px) {
  .post {
    min-height: 0;
    height: auto;
    background-attachment: scroll;
  }

  .post h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  .post h2 {
    font-size: 1.25em;
  }

  .post .more {
    display: none;
  }

  .post .button {
    width: 100%;
  }
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
button.alt,
.button.alt {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgb(144 144 144 / 25%);
  color: #fff !important;
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  background-color: #5a5a5a;
  color: #ffffff !important;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 2.85em;
  line-height: 2.95em;
  padding: 0 1.5em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  text-transform: uppercase;
}

ul.actions {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.actions li {
  display: inline-block;
  padding: 0 1em 0 0;
  vertical-align: middle;
}

ul.actions li:last-child {
  padding-right: 0;
}

ul.actions.small li {
  padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
  display: block;
  padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
  padding-top: 0;
}

ul.actions.vertical li > * {
  margin-bottom: 0;
}

ul.actions.vertical.small li {
  padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  display: table;
  margin-left: -1em;
  padding: 0;
  table-layout: fixed;
  width: calc(100% + 1em);
}

ul.actions.fit li {
  display: table-cell;
  padding: 0 0 0 1em;
}

ul.actions.fit li > * {
  margin-bottom: 0;
}

ul.actions.fit.small {
  margin-left: -0.5em;
  width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
  padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {
  ul.actions {
    margin: 0 0 2em 0;
  }

  ul.actions li {
    padding: 1em 0 0 0;
    display: block;
    text-align: center;
    width: 100%;
  }

  ul.actions li:first-child {
    padding-top: 0;
  }

  ul.actions li > * {
    width: 100%;
    margin: 0 !important;
  }

  ul.actions li > *.icon:before {
    margin-left: -2em;
  }

  ul.actions.small li {
    padding: 0.5em 0 0 0;
  }

  ul.actions.small li:first-child {
    padding-top: 0;
  }
}

dl {
  margin: 0 0 2em 0;
}

dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1em 0;
}

dl dd {
  margin-left: 2em;
}

ul.alt li {
  border-top-color: rgba(144, 144, 144, 0.25);
}

.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

.fa-chevron-right:before {
  content: "\f054";
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
button.alt.icon:before,
.button.alt.icon:before {
  color: rgba(255, 255, 255, 0.5);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
  margin-right: 0.5em;
}

.icon > .label {
  display: none;
}

/*---------------------------------------
   Faq section              
-----------------------------------------*/

#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #f82249;
}

#faq #faq-list a.collapsed {
  color: #000;
}

.fa-minus-circle:before {
  content: "\f056";
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}

/*=========================================
	Partenaires
==========================================*/

/*=========================================
	Footer
==========================================*/

#footer {
  background: #38251e;
  padding: 0 0 5px 0;
  color: #eee;
  font-size: 13px;
}

#footer .footer-top {
  background: rgb(224 138 45);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #946328;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 3px solid #e91e63;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #38231c;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 5px;
}

.copyright {
  font-size: 11px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#back-top {
  bottom: 20px;
  position: fixed;
  right: 25px;
  z-index: 9;
}

#supporters {
  background: rgb(245 242 234 / 64%);
}

header {
  background-color: #000;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Image popup style */

/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: rgba(255, 249, 197, 1);
    color: rgb(5, 5, 5);
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 42%;
    margin-left: -67px;
    width: 170px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* slider Programme */
#carousel {
  height: auto !important;
}
.carousel-section {
  height: auto !important;
}
.carousel-section > .active {
  height: auto !important;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
/* #carousel,.carousel-inner {height:auto;}
.carousel-inner > .active{height:auto;} */
#slider-container {
  max-height: 500px;
}
.carousel-control {
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}


/* popup image */

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}
.column > img {
  height: 400px;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #1e1717d1;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgb(72, 72, 244);
  color: #fff;
}

.prev,
.next {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(72, 72, 244);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.mySlides > img {
  width: 100%;
  height: 600px;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Partenaires */

.card {
  position: relative;
  display: flex;
  width: 100px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 11px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164)
}

.card .card-body {
  padding: 1rem 1rem
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem
}

.logo {
  height: 67px
}

.items {
  width: 90%;
  margin: 0px auto;
  margin-top: 250px
}

.slick-slide {
  margin: 10px
}

/* temoignage carousel */

h1 {
  font-size: 60px;
  text-align: center;
}

.content-slider {
  width: 100%;
  height: 360px;
}

.slider {
  height: 320px;
  /* width: 680px; */
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}

.mask {
  overflow: hidden;
  height: 320px;
}

.slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.quote {
  text-align: center;
}
.source{
  margin-right: 10px;
}
.slider li {
  /* width: 680px; */
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}

.slider .quote {
  font-weight: 600;
  line-height: 24px;
}

.slider .source {
  font-size: 20px;
  text-align: right;
}

.slider li.anim1 {
  animation: cycle 35s linear infinite;
}

.slider li.anim2 {
  animation: cycle2 35s linear infinite;
}

.slider li.anim3 {
  animation: cycle3 35s linear infinite;
}

.slider li.anim4 {
  animation: cycle4 35s linear infinite;
}

.slider li.anim5 {
  animation: cycle5 35s linear infinite;
}

.slider li.anim6 {
  animation: cycle6 35s linear infinite;
}

.slider li.anim7 {
  animation: cycle7 35s linear infinite;
}

.slider li.anim8 {
  animation: cycle8 35s linear infinite;
}

.slider li.anim9 {
  animation: cycle9 35s linear infinite;
}

.slider li.anim10 {
  animation: cycle10 25s linear infinite;
}

.slider:hover li {
  animation-play-state: paused;
}

@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}

@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}

@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}


.temoignage{
  height: 320px;
}


/* carousel partner */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider-partner {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
}
.slider-partner::before, .slider-partner::after {
/*  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
 opacité sur le slider client*/
content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider-partner::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider-partner::before {
  left: 0;
  top: 0;
}
.slider-partner .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider-partner .slide {
  height: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .slider-partner {    
  width: 396px;
  }
}

.croix{
  opacity: 1;
  color: red;
}

#navigation{
  background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 100%);
    background: linear-gradient(to right, #43cae9 0%, #38f9d7 100%);
}

.sport{
  font-family: "Pinkerston", sans-serif;
}
.logopart{
  width: 270px;
  margin-top: -74px;
}


.counter-section {
    background: #e91e637a;
    overflow: hidden;
    position: relative;
}
.counter-section .counter {
    padding: 15px 0;
}

.section-padding {
    padding: 60px 0;
}

h3.shym-text-uppercase {
  color: white;
}
h2.shym-text-uppercase {
  color: #e91e63fa;
  font-weight: bold;
}

#formules .themed-container a:hover {
    color: red;
}




















.service-wrap {
    border-width: 1px 5px;
    border-radius: 20px 0;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
}
.service-box {
    display: table;
    height: 100%;
    width: 100%;
}
.service-box-wrap {
    display: table-cell;
    vertical-align: middle;
}
.service-icon-box {
  background-color: #fff;
    width: 80px;
    height: 64px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 10px;
    border-bottom: none;
    margin-bottom: -8px;
}
.service-short-content-box {
    /*border: 1px solid #fff;*/
    /*border-radius: 5px 5px 20px;*/
    margin-top: 0;
    /*background-color: #fff;*/
    padding: 15px;
}
.service-style2 .service-icon-box {
  background-color: #04b962;
    border: 1px solid #04b962;
}
.service-style2 .service-wrap i {
    color: #fff;
}

.service-box-wrap h3 {
  color: #000;
  font-size: 24px;
    font-weight: 500;
    margin: 0 0 30px;
}
.service-wrap i {
    color: #04b962;
    font-size: 32px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}
.service-wrap:hover .service-icon-box {
  background-color: #04b962;
  border-color: #04b962;
}
.service-wrap:hover i {
    color: #fff;
}
.service-style2 .service-wrap:hover .service-short-content-box {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.5215686274509804);
}
.service-style2 .service-wrap:hover .service-icon-box {
  background-color: #fff;
  border-color: #fff;
}
.service-style2 .service-wrap:hover .service-icon-box i {
  color: #04b962;
}
.service-wrap p {
    /*color: #505050;*/
    margin: 0 0 30px;
    text-align: center;
}
.service-box .btn {
    margin: 0;
}

.light-bg .service-short-content-box, .light-bg .service-wrap:hover .service-icon-box, .light-bg .service-icon-box {
  box-shadow: 0 0 10px 1px rgba(62, 62, 62, 0.8);
}

.gallery-two .grid-item {
    max-width: 453px;
}

.grid-item {
    margin-bottom: 20px;
    padding-left: 1px;
    padding-right: 1px;
    float: left;
}

.grid-item figure figcaption, .grid-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid-item figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.grid-item figure img {
    position: relative;
    display: block;
    max-width: 100%;
    opacity: 1;
}

.grid-item figure figcaption {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure {
    margin: 0;
}

figure.effect-ruby {
    background: linear-gradient(0deg, rgba(213,161,232,1) 0%, rgba(238,142,160,1) 100%);
}
figure.effect-ruby2 {
    background: linear-gradient(0deg, rgba(255,203,6,1) 0%, rgba(255,242,201,1) 100%);
}
figure.effect-ruby3 {
    background: linear-gradient(0deg, rgba(245,18,77,1) 0%, rgba(255,208,208,1) 100%);
}
figure.effect-ruby4 {
    background: linear-gradient(0deg, rgba(46,192,241,1) 0%, rgba(208,240,255,1) 100%);    
    text-decoration-color: black;
}
figure.effect-ruby5 {
    background: linear-gradient(0deg, #ff5722 0%, #ff9800 100%);    
    text-decoration-color: black;
}


.effect-ruby p {
    color: #000;
}
.effect-ruby2 p {
    color: #000;
}
.effect-ruby3 p {
    color: #000;
}

.cd-hero-slider .selected .cd-full-width figure.effect-ruby h3.tm-figure-title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    color: #ABB2B9;
}

.cd-hero-slider .selected .cd-full-width figure.effect-ruby:hover h3.tm-figure-title {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: #AED6F1;
}

figure.effect-ruby img {

    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}

figure.effect-ruby:hover img {
    /*opacity: 0.1;  joue sur l'opacité de l'image prog */
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cd-hero-slider .selected .cd-full-width p.tm-figure-description {
    font-weight: 600;
    margin: 1em 0 0;
    padding: 1rem;
    border: 4px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
}

.cd-hero-slider .selected .cd-full-width figure.effect-ruby:hover p.tm-figure-description {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
    margin-bottom: 27px;
}

.grid-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.slider-partner {
    /* width: 396px; */
    height: 305px;
}

.fa-angle-up:before {
    content: "\f106";
    color: #ffca00;
}

@media (max-width: 440px){

.logo-home {
    width: 25%;
    margin-bottom: 20px;
}

.active {
    background-image: url("img/diet.jpg") no-repeat center center;
    /*padding-top: 320px;
    padding-bottom: 320px;*/
}

.gallery-two .grid-item {
    max-width: 453px;
    margin-left: 30px;
}

#slider .carousel-inner .item {
    background-position: right;
}

.themed-container {
    padding: 0.75rem;
    padding-top: 1.75rem;
    background-color: rgb(255 152 0 / 16%);
    border: 2px solid rgba(255 152 0 / 52%);
    margin-inline: auto;
}

.themed-grid-col3 {
    font-size: 13px;
    height: 61px;
    margin-top: 12px;
    padding-top: 2rem;
    padding-left: 35px;
    padding-bottom: 0.75rem;
    background-color: rgb(255 152 0);
    color: #ffffff;
}

.themed-grid-col {
    font-size: 15px;
    width: 369px;
    height: 61px;
    margin-top: 12px;
    margin-left: 18px;
    padding-top: 1.75rem;
    padding-bottom: 0.75rem;
    background-color: rgb(139 195 74);
    border: 2px solid rgb(139 195 74 / 52%);
    color: #ffffff;
    /* margin-inline: unset; */
}

.themed-grid-col2 {
    font-size: 15px;
    width: 369px;
    height: 61px;
    margin-top: 12px;
    margin-left: 18px;
    padding-top: 1.75rem;
    padding-bottom: 0.75rem;
    background-color: rgb(98 178 241);
    border: 2px solid rgb(98 178 241 / 52%);
    color: #ffffff;
}

.fa-angle-up:before {
    content: "\f106";
    color: #ffca00;
}

h4, .h4 {
    font-size: 13px;
}


}


