.form-label {
    color: #000;
    font-size: 0.95em;
}

.card-header {
	font-weight: 700;
}

.card-header, .card-footer {
	font-size: 80%;
}

.card-footer i.fa-info-circle {
	cursor: pointer;
}

.card-footer .info .content {
    display: none;
}
.reveal-modal {
	font-size: 14px;
}

.activities .activity.invalid {
	color: red;
}

/*
.label {
	color: #337ab7;
	font-size: 95%;
}
*/
.lnk_partner {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}

/*
* @section Components
*
* @subsection rd-navbar-brand
*/
.rd-navbar-brand {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.rd-navbar-brand__logo {
  display: inline-block;
}
@media (min-width: 1200px) {
  .rd-navbar-brand__logo {
    float: left;
  }
}
.rd-navbar-brand__name {
  font-size: 50px;
  font-family: "Contrail One", sans-serif;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding-top: 17px;
  letter-spacing: -1px;
  text-align: center;
}
.rd-navbar-brand__name a {
  position: relative;
  display: block;
}
.rd-navbar-brand__name a > span {
  font-size: 40px;
  margin-top: 4px;
  display: inline-block;
  letter-spacing: 0px;
}

.ds_logo_link {
  position: relative;
  z-index: 2000;
  width: 170px;
  height: 70px;
  background-image: url('../images/logo_dimensionSportive_OUTLINED.svg');
  background-position: 50% 50%;
  background-size: 170px;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 992px) {
  .rd-navbar-brand__name a > span {
    font-size: 30px;
  }
}
@media (min-width: 480px) {
  .rd-navbar-brand__name {
    margin-left: 27px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rd-navbar-brand__name {
    font-size: 40px;
    margin-left: 2px;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-brand__name {
    position: relative;
  }
}
@media (min-width: 768px) {
  .rd-navbar-brand {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rd-navbar-brand {
    float: left;
  }
}
@media (min-width: 1200px) {
  .rd-navbar-brand {
    text-align: left;
    display: inline-block;
    padding-top: 35px;
    padding-left: 8px;
    float: none;
  }
}

/*
* @subsection Backgrounds
*/
.bg-primary {
  background: #e8431e;
}

.bg-image:before {
  width: 211px;
  height: 62px;
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}
.bg-image:after {
  width: 211px;
  height: 62px;
	position-top
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
}

.bg-image-1 {
  background: url("../images/bg-image.jpg");
  background-size: cover;
  min-height: 104px;
}

.bg-xs:before {
  bottom: -65px;
  background: url(../images/page-1_img05.png) no-repeat;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .bg-xs:before {
    left: 85px;
    margin-left: -103px;
    transform: translateX(0);
  }
}

.bg-md:before {
  top: -128px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/page-1_img05.png) no-repeat;
	
}
@media (min-width: 1200px) {
  .bg-md:before {
    top: -29%;
    left: 7.1%;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bg-md:after {
  bottom: -180px;
  left: 55%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/page-1_img07.png) no-repeat;
}
@media (min-width: 992px) {
  .bg-md:after {
    left: 51.5%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.dd {
  padding-top: 12px;
}

/*
* @subsection Icons
*/
.icon {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
	margin-top: 
}

.icon-xs {
  font-size: 22px;
}

.icon-sm {
  font-size: 20px;
  cursor: pointer;
  border-width: 2px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 480px) {
  .icon-sm {
    width: 76px;
    height: 76px;
    line-height: 76px;
    font-size: 24px;
  }
}

.icon-contrast {
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon-contrast:hover {
  color: #e8431e;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-pinterest,
.fa-rss {
  color: #fff;
  border-style: solid;
  border-color: #fff;
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus:hover,
.fa-pinterest:hover,
.fa-rss:hover {
  color: #e8431e;
}

/*==================        Columns Indents      =====================*/
/*
[class^='col-'] {
  margin-top: 30px;
}
@media (min-width: 992px) {
  [class^='col-'] {
    margin-top: 0;
  }
}
*/
/*
* @subsection Text Alignment
*/
/*
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
	  
	  
  }
	
	  .text-sm-left02 {
    text-align: left;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73))), url('../images/bckg_news01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73)), url('../images/bckg_news01.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;	  
	  
	  
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;

      margin-bottom: 80px;

  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
*/
/*
* @subsection Basic Helpers
*/
.round {
  border-radius: 50%;
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.normal {
  font-style: normal;
}

/*
* @subsection Inline list
*/
.inline-list {
  word-spacing: 8px;
}
.inline-list li + li {
  margin-left: -2px;
}
@media (min-width: 480px) {
  .inline-list li + li {
    margin-left: 2px;
  }
}

.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

/*
* @subsection Marked list
*/
.marked-list li {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.3px;
}
.marked-list li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 0;
  color: #e8431e;
  font-style: normal;
}
.marked-list li + li {
  margin-top: 10px;
}

/*
* @subsection Index list
*/
.index-list {
  counter-reset: li;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  padding-bottom: 16px;
  font-family: "Contrail One", sans-serif;
  text-align: right;
  font-size: 34px;
  color: #e8431e;
}
.index-list P {
  font-weight: 300;
  font-style: italic;
  padding: 0 21px;
}
.index-list h3 {
  letter-spacing: -1.4px;
  color: #3e3e3e;
}
.index-list h3 + p {
  margin-top: 33px;
}
.index-list img {
  margin-top: 78px;
}
.index-list img + h3 {
  margin-top: 46px;
}
.index-list li:first-child img {
  margin-top: 86px;
}
.index-list li:first-child img + h3 {
  margin-top: 49px;
}
.index-list li:last-child h3 {
  margin-top: 41px;
}

.index-list--lg li:before {
  font-size: 50px;
  content: counter(li,decimal-leading-zero) ".";
}

/*
* @subsection Buttons
*/
/*
.btn {
  display: inline-block;
  text-align: center;
}

.btn-md {
  font-size: 22px;
  font-family: "Contrail One", sans-serif;
  border-width: 2px;
  padding: 13px 32px;
}
@media (min-width: 1200px) {
  .btn-md {
    padding: 18px 41px;
  }
}

.btn-lg {
  font-size: 24px;
  font-family: "Contrail One", sans-serif;
  padding: 10px 12px;
  letter-spacing: -0.3px;
}

.btn-contrast {
  border-style: solid;
  border-color: #fff;
  text-transform: uppercase;
}
.btn-contrast:hover {
  color: #e8431e;
  border-color: #e8431e;
}

.btn-primary {
  text-transform: lowercase;
  background: #e8431e;
  color: #fff;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-primary:hover {
  background: #FFD180;
  color: #000;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
*/
/*
* @subsection Links
*/
.link {
  display: inline-block;
}

.link-md {
  font-family: "Contrail One", sans-serif;
  font-size: 18px;
}

.link-contrast {
  color: #fff;
}
.link-contrast:hover {
  color: #FFD180;
}

.link-default {
  color: #5a5a5a;

}
.link-default:hover {
  color: #e8431e;
}

.link-default02 {
  color: #5a5a5a;
	font-size: 18px;
	margin-top: 10px;
}

.link-default03 {
  color: %fff;
	font-size: 18px;
	margin-top: 10px;
}

.link-default02:hover {
  color: #e8431e;

}

/*
* @subsection Colors
*/
.text-contrast {
  color: #fff;
}
.text-contrast h1, .text-contrast h2, .text-contrast h3, .text-contrast h4, .text-contrast h5, .text-contrast h6,
.text-contrast .heading-1, .text-contrast .heading-2, .text-contrast .heading-3, .text-contrast .heading-4, .text-contrast .heading-5, .text-contrast .heading-6 {
  color: #fff;
}

.text-color-variant-1 {
  color: #3a3a3a;
}

.text-color-variant-2 {
  color: #424242;
}

.text-color-variant-3 {
  color: #3e3e3e;
}

.text-color-variant-4 {
  color: #3b3b3b;
}

/*
* @subsection Image Wraps
*/
.image-wrap {
  margin-top: -13px;
	width: 60%;
}


.image-wrap02 {
	height: 200px;
  width: 300px:
}

.image-wrap02 {
  margin-top: -13px;



}

.image-wrap02  {
  padding-top: 20px;
	margin-bottom: -70px;
	
}

.image-wrap-1 {
  margin-top: 22px;
  display: block;
}

.image-wrap-2 {
  margin-top: 22px;
  display: block;
}
.image-wrap-1 > span {
  font-size: 20px;
  margin-top: -6px;
  display: block;
  color: #e8431e;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-wrap-1 > span:hover {
  color: #fff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.image-wrap-1:before {
  content: '';
  display: block;
  margin: 0 0 15px -11px;
  width: 22px;
  height: 19px;
  position: relative;
  left: 50%;
  background: url("../images/page-1_img11.png") no-repeat;
}

.image-wrap-2:before {
  content: '';
  display: block;
  margin: 0 0 15px -11px;
  width: 22px;
  height: 19px;
  position: relative;
  left: 50%;
  background: url("../images/page-1_img11b.png") no-repeat;
}

/*
* @subsection Borders
*/
.border:before {
  display: inline-block;
}

.border-xs:before {
  width: 100%;
}

.border-default:before {
  border-bottom: 2px solid #111316;
}

.border-1 {
  display: inline-block;
}

.border-xs-1 {
  width: 100%;
}

.border-default-1 {
  
}

/*
* @subsection Contact Info
*/
.contact-info {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-family: "Contrail One", sans-serif;
  text-transform: uppercase;
  margin-top: 68px;
  line-height: 36px;
  text-align: center;
	width:100%;
}
.contact-info a:hover {
  color: #e8431e;
}

.contact-info-1 {
  line-height: 24px;
  display: inline-block;
}
.contact-info-1 dl {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  letter-spacing: -0.2px;
}
.contact-info-1 p {
  margin-top: 26px;
}
.contact-info-1 * + dl {
  line-height: 30px;
}
.contact-info-1 dl dt {
  float: left;
}
.contact-info-1 dl dd {
  float: right;
  margin-left: 5px;
}
.contact-info-1 dl dd:last-child {
  margin-left: 2px;
  float: left;
}
.contact-info-1 dl dd:last-child a {
  color: #e8431e;
  text-decoration: underline;
}
.contact-info-1 dl dd:last-child a:hover {
  text-decoration: none;
}
.contact-info-1 dl dd a:hover {
  color: #e8431e;
}
.contact-info-1 dd + dt {
  clear: both;
}

/*
* @subsection Posts
*/
.event-post .post-meta {
  color: #e8431e;
  font-size: 20px;
  font-family: "Contrail One", sans-serif;
  margin-top: 51px;
}
.event-post p {
  margin-top: 17px;
}
.event-post h5 {
  text-transform: uppercase;
  margin-top: 30px;
  display: block;
  line-height: 30px;
  letter-spacing: -1.2px;
}

.blog-post time {
  float: left;
  font-size: 22px;
  font-family: "Contrail One", sans-serif;
  color: #5a5a5a;
}
.blog-post p {
  line-height: 30px;
  padding-left: 70px;
  text-align: left;
}

/*
* @subsection Video
*/
.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* @subsection Stuck Table
*/
.stuck_table {
  width: 100%;
  line-height: 43px;
}
.stuck_table tr td {
  font-weight: 300;
  font-style: italic;
  padding-left: 13px;
  font-size: 16px;
  border-bottom: 1px solid #d7d6d6;
}
@media (min-width: 992px) {
  .stuck_table tr td:nth-child(3) {
    padding-left: 49px;
  }
}
.stuck_table tr td:last-child {
  color: #e8431e;
}
@media (min-width: 1200px) {
  .stuck_table tr td {
    padding-left: 24px;
    font-size: 18px;
  }
}
.stuck_table tr:nth-child(odd) {
  background: #f7f7f7;
}

/*
* @subsection Blockquote
*/
.quote {
  position: relative;
  font-style: normal;
  font-style: italic;
}
.quote q {
  font-size: 18px;
  line-height: 30px;
}
.quote cite {
  font-style: normal;
}
.quote p + p {
  margin-top: 5px;
}
.quote .fa-quote:before {
  content: '“';
  font-size: 50px;
  font-family: "Contrail One", sans-serif;
  color: #e8431e;
  font-style: normal;
  position: absolute;
  top: 17px;
  left: -2px;
}

/*
* @subsection Terms List
*/
.terms-list dt {
  margin-top: 37px;
}
.terms-list dt + dd {
  margin-top: 1px;
  font-weight: 300;
  font-style: italic;
}
.terms-list dd + dt {
  margin-top: 36px;
}

.link-terms-list {
  font-style: 18px;
  text-decoration: underline;
  display: inline-block;
  color: #e8431e;
  margin-top: 34px;
	margin-bottom: 34px;
  font-style: italic;
  font-weight: 300;
}
.link-terms-list:hover {
  color: #e8431e;
  text-decoration: none;
}

/*
* @subsection Products
*/
.products {
  position: relative;
  margin-top: -252px;
}
.products .product {
  float: left;
  position: relative;
  width: 100%;
}
.products .product .caption {
  position: absolute;
  top: 45%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: block;
}
.products .product .caption .heading-3 {
  letter-spacing: -2px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.products .product .caption .heading-3:hover {
  color: #e8431e;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .products .product .caption .icon {
    margin-top: 10px;
  }
}
.products .product:nth-child(2), .products .product:nth-child(3) {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .products .product:nth-child(2), .products .product:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .products .product {
    width: 33.3%;
  }
}

/*
* @subsection Imports
*
* @subpackage   Parallax.css
* @subpackage   Menu.css
* @subpackage   Navbar.css
* @subpackage   Stuck-menu.css
* @subpackage   To-top.css
*/
/**
* @subsection   Parallax.css
*
* @description 
*
* @author       Evgeniy Gusarov StMechanus (Diversant)
* @link         http://cms.devoffice.com/diversant/rd-parallax/
*/
.parallax {
  position: relative;
  overflow: hidden;


}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.parallax h1 {
  color: #2e2e2e;
}
.parallax .heading-6 {
  margin-top: 30px;
  font-style: normal;
}
.parallax .heading-6 + p {
  margin-top: 50px;
}

/**
* @package Superfish
*
* @description Superfish is an enhanced Suckerfish-style menu jQuery plugin.
*
* @author     Joel Birch
* @link http://users.tpg.com.au/j_birch/plugins/superfish/
* @license MIT license - http://opensource.org/licenses/MIT
*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 38px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .sf-menu > li + li {
    margin-left: 19px;
  }
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #FFD180;
}
.sf-menu > li.active > a {
  color: #FFD180;
}

.sf-menu ul {
  display: none;
  position: absolute;
  text-transform: none;
  top: 100%;
  left: -25%;
  width: 215px;
  margin-top: 30px;
  background: #fff;
  z-index: 2;
  font-size: 12px;
  font-family: "Contrail One", sans-serif;
  text-align: center;
  padding: 25px 27px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  border-width: medium medium 1px;
  border-style: none none dotted;
  border-color: #444444;
  padding: 0px 0px 6px;
}
.sf-menu ul li:last-child {
  border: none;
}

.sf-menu ul > li > a {
  color: #e8431e;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #000;
}

.sf-menu ul ul {
  position: absolute;
  top: 43px;
  left: 105%;
  width: 100%;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  padding: 25px 27px 9px;
}

.sf-menu ul ul > li > a {
  color: #e8431e;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #000;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/**
* @subsection RD Mobile Menu
*
* @description mobile navbar
*
* @author     Evgeniy Gusarov (Diversant)
* @link     http://cms.devoffice.com/diversant/rd-navbar/
*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #e8431e;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateY(-27px);
  -ms-transform: translateY(-27px);
  -o-transform: translateY(-27px);
  -webkit-transform: translateY(-27px);
  transform: translateY(-27px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #3e3e3e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #3e3e3e;
  color: #fff;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #e8431e;
  color: #fff;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #e8431e;
  color: #fff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #e8431e;
  z-index: 9999;
  box-shadow: 0px 1px 2px #bbbbbb;
}
.isStuck .rd-navbar-brand {
  padding-top: 4px;
}
.isStuck .rd-navbar-brand__name {
  padding-top: 4px;
  font-size: 33px;
}
.isStuck .rd-navbar-brand__name:before {
  display: none;
}
.isStuck .rd-navbar-brand__name > a span {
  font-size: 28px;
}
.isStuck .rd-navbar {
  padding-top: 21px;
  padding-bottom: 21px;
}
@media (min-width: 1200px) {
  .isStuck .rd-navbar {
    margin-left: 190px;
  }
}
.isStuck .rd-navbar .sf-menu ul {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 37px;
  height: 37px;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #e8431e;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*
* @subsection Thumbnail
*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  top: 50%;
  left: 50%;
  position: absolute;
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url(../images/zoom.png) no-repeat;
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  -moz-transform: transition(0.3s);
  -ms-transform: transition(0.3s);
  -o-transform: transition(0.3s);
  -webkit-transform: transition(0.3s);
  transform: transition(0.3s);
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(62, 62, 62, 0.8);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3E3E3E', endColorstr='#CC3E3E3E')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC3E3E3E', endColorstr='#CC3E3E3E');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.thumbnain {
  letter-spacing: -4px;
  padding-top: 20px;
}
.thumbnain .thumb {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 69%;
}
.thumbnain .thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumbnain .thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumbnain .thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumbnain .thumb_overlay:before {
  display: none;
}
.thumbnain .thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumbnain .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumbnain .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumbnain .thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.thumbnain .thumb + .thumb {
  margin-top: 30px;
  margin-left: 20px;
}
.thumbnain .thumb + .thumb:nth-child(3) {
  margin-left: 0;
}
@media (min-width: 480px) and (max-width: 992px) {
  .thumbnain .thumb + .thumb:nth-child(3), .thumbnain .thumb + .thumb:nth-child(4), .thumbnain .thumb + .thumb:nth-child(5) {
    margin-top: 30px;
  }
}
@media (min-width: 480px) {
  .thumbnain .thumb + .thumb {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .thumbnain .thumb + .thumb {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .thumbnain .thumb {
    width: 38%;
  }
}
@media (min-width: 992px) {
  .thumbnain .thumb {
    width: 19%;
  }
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 30px;
}
.box .box_right {
  padding-left: 30px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 30px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 30px;
}

.box-md .box_left.inset-7 {
  padding-right: 37px;
}
.box-md .box_cnt p {
  padding: 0;
}
.box-md .box_cnt h5 {
  margin-top: 5px;
}
.box-md .box_cnt .offset-8 {
  margin-top: -5px;
}
.box-md .box_cnt .offset-9 {
  margin-top: 10px;
}
.box-md + .box-md {
  margin-top: 49px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 30px;
  }
  .box-xs .box_right {
    padding-left: 30px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 30px;
  }
  .box-xs-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 30px;
  }
  .box-sm .box_right {
    padding-left: 30px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 30px;
  }
  .box-sm-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 30px;
  }
  .box-md .box_right {
    padding-left: 30px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 30px;
  }
  .box-md-clear .box_right {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 30px;
  }
  .box-lg .box_right {
    padding-left: 30px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 30px;
  }
  .box-lg-clear .box_right {
    padding-top: 30px;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs-list {
  display: inline-block;
}
.resp-tabs-list li {
  display: inline-block;
  cursor: pointer;
  font-family: "Contrail One", sans-serif;
  font-size: 16px;
  letter-spacing: -0.6px;
  color: #3e3e3e;
}
.resp-tabs-list li + li {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .resp-tabs-list li {
    font-size: 24px;
  }
  .resp-tabs-list li + li {
    margin-left: 36px;
  }
}
.resp-tabs-list .resp-tab-active, .resp-tabs-list .resp-tab-item:hover {
  color: #e8431e;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.resp-accordion {
  display: none;
  padding: 10px 0;
  font-size: 25px;
  color: #fff;
  background-color: #3e3e3e;
  cursor: pointer;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-accordion:hover, .resp-accordion.resp-tab-active {
  background-color: #e8431e;
}

* + .resp-accordion {
  margin-top: 3px;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .resp-tab-content-active {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*
* @section HEADER
*/
header {
  position: relative;
  background: #e8431e;
}
header .rd-navbar {
  font-size: 16px;
  font-family: "Contrail One", sans-serif;
  display: block;
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  header .rd-navbar {
    padding-top: 40px;
    padding-bottom: 40px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .rd-navbar {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  header .rd-navbar {
    float: none;
    margin-left: 129px;
  }
}
@media (min-width: 1200px) {
  header .rd-navbar {
    padding-top: 63px;
    padding-bottom: 59px;
    font-size: 16px;
  }
}
header:after {
  content: "";
  position: absolute;
  left: 20%;
  bottom: 0;
}
@media (min-width: 1200px) {
  header {
    height: 140px;
  }
}

/*
* @section CONTENT
*/
main {
  display: block;
}

/*
* @subsection Well
*/
.well-xs {
  padding-top: 103px;
  padding-bottom: 89px;
}
.well-xs--inset-1 {
  padding-bottom: 163px;
}

.well-sm {
  padding-top: 128px;
  padding-bottom: 141px;
}

.well-md {
  padding-top: 18px;
  padding-bottom: 137px;
}
.well-md--inset-1 {
  padding-bottom: 270px;
}

.well-lg {
  padding-top: 180px;
  padding-bottom: 163px;
}
.well-lg--inset-1 {
  padding-bottom: 138px;
}
.well-lg--inset-2 {
  padding-bottom: 172px;
}

/*
* @section FOOTER
*/
footer .copyright {
  font-style: 18px;
  font-family: "Contrail One", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
footer .copyright a:hover {
  color: #e8431e;
}
.nouvelle {
	margin-top: 15px;
}

.actlist {
	margin-top: -55px;
}

.actlist02 {
	margin-top: -45px;
}

.image-wrap03 {
}

.link-default02 {
	color: #5a5a5a;
	font-size: 18px;
}
.ds_topbanner_wrap {
position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/newslickheaders_01.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Racing Sans One', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 66px;
	
}



.event-post {
	margin-bottom: 38px;
	position
}



.bckg02 {

  background-image: url('../images/newslickheaders_02.jpg');
}

.bckg03 {

  background-image: url('../images/newslickheaders_03.jpg');
}

.bckg04 {

  background-image: url('../images/newslickheaders_04b.jpg');
}

.bckg05 {

  background-image: url('../images/newslickheaders_05.jpg');
}

.bckg06 {

  background-image: url('../images/newslickheaders_06.jpg');
}

.bckg07 {

  background-image: url('../images/newslickheaders_07b.jpg');
}

.bckg08 {

  background-image: url('../images/newslickheaders_08.jpg');
}

.bckg09 {

  background-image: url('../images/newslickheaders_09.jpg');
}

.bckg10 {

  background-image: url('../images/newslickheaders_10.jpg');
}

.bckg11 {

  background-image: url('../images/newslickheaders_11.jpg');
}

.bckg12 {

  background-image: url('../images/newslickheaders_12.jpg');
}

.bckg13 {

  background-image: url('../images/newslickheaders_13.jpg');
}

.bckg14 {

  background-image: url('../images/newslickheaders_14.jpg');
}



.bc1309 {


.bckg14 {

  background-image: url('../13ages/newslickheaders_14.jpg');
}

.bckg15 {

  background-image: url('../images/newslickheaders_15.jpg');
}

.bckg16 {

  background-image: url('../images/newslickheaders_16.jpg');
}

.bckg17 {

  background-image: url('../images/newslickheaders_17.jpg');
}

.bckg18 {

  background-image: url('../images/newslickheaders_18.jpg');
}

.bckg19 {

  background-image: url('../images/newslickheaders_19.jpg');
}
  background-image: url('../images/newslickheaders_09.jpg');
}



.newfb {
	text-align: center;
}

.zone_membres {
    position: absolute;
    left: auto;
    top: 0%;
    right: 4vw;
    bottom: auto;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
    background-color: #EB6F1B;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.24);
    color: #fff;
    font-family: "Contrail One", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.zone_membres:hover {
    background-color: #FF8D41;
}

.coul02 {

  background-image: -webkit-gradient(linear, left bottom, left top, from(#b45d9b), to(#009da7));
  background-image: linear-gradient(0deg, #b45d9b, #009da7);
}

.coul03 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#55c280), to(#1cb5a8));
  background-image: linear-gradient(0deg, #55c280, #1cb5a8);
}

.coul04 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#dda90a), to(#65c255));
  background-image: linear-gradient(0deg, #dda90a, #65c255);
}

.coul05 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#f7365a), to(#e27d12));
  background-image: linear-gradient(0deg, #f7365a, #e27d12);
}

.coul06 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#522f76), to(#ec1941));
  background-image: linear-gradient(0deg, #522f76, #ec1941);
}

.coul07 {
background-image: -webkit-gradient(linear, left bottom, left top, from(#4038b2), to(#52198a));
  background-image: linear-gradient(0deg, #4038b2, #52198a);
}
}
}

