@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,500i,700,700i|Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*-----------Variables---------------*/
.redy {
  color: #e42d2f;
}
.bg-dark {
  background: #3e3d40;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #36b3bb;
}
.bg-red {
  background: #e42d2f;
  color: #FFF !important;
}
.bg-red-2 {
  background: #ba2828;
  color: #FFF !important;
}
.partenaires {
  display: table;
}
.sub-sidebar {
  padding: 0;
}
.sub-sidebar li {
  margin-bottom: 2px !important;
}
.sub-sidebar li a {
  color: #3e3d40 !important;
}
.sub-sidebar li a:hover {
  color: #87888a !important;
}
.search-btn.visible {
  display: block;
  opacity: 1;
}
.search-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
  opacity: 0;
  position: absolute;
  /*top: 20px;*/
  right: 40px;
  border: none;
  padding: 8px 14px;
  color: #FFF !important;
  background-color: #e42d2f;
}
.bloc-radio {
  border-right: 1px solid #fff;
}
.sticker {
  display: table;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
.sticker h2 {
  margin: 0;
  font-size: 22px;
  padding: 5px 15px;
}
.choice .radio-cb input {
  width: 100%;
}
.choice .radio-cb label {
  margin: 0 auto;
  display: table;
  font-size: 35px;
}
.sticker-red {
  background: #e42d2f;
  color: #FFF !important;
}
.sticker-blue {
  background: rgba(54, 179, 187, 0.6);
  color: #FFF !important;
}


button.btn-redy {
  background-color: #e42d2f;
  border-color:#e42d2f;
  color:#FFF;
}
button.btn-redy:hover {
  background-color: #000;
  border-color:#000;
  color:#FFF;
}

/* Bloc Galas*/

.listing-galas{
  padding:10px;
  background-color: #FFF !important;
  padding-bottom: 60px;
}
.detail-galas{
  padding:5px;
  background-color: #FFF !important;
  padding-bottom: 60px;
}
.img-gala-detail img{
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
.img-responsive {
  width: 100%;
  max-width: 95%;
  padding: 0.055 rem;
}

.nbplace{
  padding: 10px;
  width:80px;
  font-size: 25px;
  padding-left: 20px;
  font-weight: 600;
}
#wrapper_etudiant, #wrapper_adulte {
  width: 100%;
  float: left;
}
#wrapper_etudiant .label, #wrapper_adulte .label {
  display: inline-block;
  width: 180px;
}

.item-gala-list{
  min-height:90vh;
}

.prixplace{
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.gutter-light{
  padding-left: 5px !important;
  padding-right: 5px !important;

}
.img-gala img{
  width: 95%;
  max-width: 100%;
  margin-bottom: 15px;
  /*height: 45vh;*/
}
.titre-gala-listing{
  font-size: 2.4rem;
  font-weight: 600;
  padding: 10px 0px;
  margin-top: 10px;
  display: block;
  text-align: left;
}
.gala-detail{
  padding: 10px 10px 35px 10px;
  text-align: center;
}
.item-gala{
  display: block;
  border: dotted 0px #6f6f6f;
  border-right: dotted 1px #ededed;
  min-height:250px;
}
.gala-item-date, .gala-item-lieu{
  padding: 5px 15px;
  min-height:4vh;
}
.gala-detail p{
  margin-bottom: 30px;
  text-align: left;
  /*min-height:70px;*/
}
.btn-reservation{
  width:100%;
  background-color:#e42d2f;
  color: #FFF !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
}


.total-commande{
  color:#e42d2f;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
}

.btn-reservation:hover{
  text-decoration: underline !important;
  color: #FFF !important;
}

.form_bottom_gala input:first-child {
  float: left;
}
.form_bottom_gala input:last-child {
  float: right;
}


.bloc-article {
  display: table;
  width: 100%;
  padding: 15px;
  margin-bottom: 25px;
  color: #3e3d40;
  /*border: 1px solid #d9dadb;*/
  background: #fff;
}
.bloc-single-article {
  display: table;
  width: 100%;
  padding: 0px 15px 15px 15px;
  margin-bottom: 25px;
  color: #3e3d40;
  /*border: 1px solid #d9dadb;*/
  background: #fff;
}
.bloc-article p.date-article {
  font-size: 10px;
  color: #87888a;
}
.bloc-article img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bloc-article:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloc-article:hover h3 {
  color: #e42d2f;
}
.bloc-article h3 {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 16px;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bloc-article .moreInfo {
  color: #e42d2f;
  font-size: 18px;
  font-weight: bold;
  float: right;
}
.bloc-article .moreInfo2 {
  color: #e42d2f;
  font-size: 12px;
  font-weight: bold;
  float: right;
}
.bloc-article .moreInfo:hover {
  color: #ba2828;
}
.headline-article {
  text-align: justify;
  font-weight: bold;
}
.content-article {
  text-align: justify;
}
.head-article h2 {
  font-size: 24px;
  margin: 0;
  color: #e42d2f;
  margin-bottom: 5px;
}
.head-article h1 {
  font-size: 24px;
  text-transform: uppercase;
}
.hope {
  position: relative;
}
.btn-see-more {
  text-align: center;
  background: #3e3d40;
  display: block;
  color: #FFF !important;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-see-more:after {
  content: '';
  position: absolute;
  height: 100%;
  background: #e42d2f;
  width: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-see-more:hover {
  color: #FFF !important;
}
.btn-see-more:hover:after {
  width: 100%;
}
.mask {
  overflow: hidden;
  position: relative;
}
.zoomed {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.zoomed:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*-----------Mixin--------------*/
.Transition {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.Scale {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.Scaly {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mt200 {
  margin-top: 200px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
/*-----------Classes utiles--------------*/
.centeredContent {
  margin: 0 auto;
  display: table;
}
a {
  text-decoration: none !important;
  color: #000 !important;
}
li {
  list-style: none;
}
.centeredBlockWrapper {
  display: flex;
  justify-content: center;
  align-items: start;

 /* ou 100% du parent */
}

.centeredBlock {
  z-index: 1;
}
/*.centeredBlock {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  -webkit-transform: translate(-50%, -50%);*/
/*  -moz-transform: translate(-50%, -50%);*/
/*  -ms-transform: translate(-50%, -50%);*/
/*  -o-transform: translate(-50%, -50%);*/
/*  transform: translate(-50%, -50%);*/
/*  z-index: 1;*/
/*}*/
/*Levitation*/
.levitate {
  -webkit-animation: levitate 3s infinite;
  -moz-animation: levitate 3s infinite;
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
  }
}
@-moz-keyframes levitate {
  0% {
    -moz-transform: translateY(5px);
  }
  50% {
    -moz-transform: translateY(-5px);
  }
  100% {
    -moz-transform: translateY(5px);
  }
}
@-o-keyframes levitate {
  0% {
    -o-transform: translateY(5px);
  }
  50% {
    -o-transform: translateY(-5px);
  }
  100% {
    -o-transform: translateY(5px);
  }
}
@-ms-keyframes levitate {
  0% {
    -ms-transform: translateY(5px);
  }
  50% {
    -ms-transform: translateY(-5px);
  }
  100% {
    -ms-transform: translateY(5px);
  }
}
@keyframes levitate {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}
.owl-prev {
  position: absolute;
  top: 42%;
  left: 10px;
}
.owl-next {
  position: absolute;
  top: 42%;
  right: 10px;
}
/*-----------Preloader--------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  /* change if the mask should have another color then white */
  z-index: 9999999999;
  /* makes sure it stays on top */
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1) rotate(225deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(225deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(225deg);
  }
}
@-moz-keyframes beat {
  0% {
    -moz-transform: scale(1) rotate(225deg);
  }
  50% {
    -moz-transform: scale(1.1) rotate(225deg);
  }
  100% {
    -moz-transform: scale(1) rotate(225deg);
  }
}
@keyframes beat {
  0% {
    transform: scale(1) rotate(225deg);
  }
  50% {
    transform: scale(1.1) rotate(225deg);
  }
  100% {
    transform: scale(1) rotate(225deg);
  }
}
#chest {
  position: relative;
  width: 145px;
  height: 92px;
  margin: 0 auto;
}
.heart {
  position: absolute;
  z-index: 2;
  background: #e42d2f;
  -webkit-animation: beat 1s ease 0s infinite normal;
  -moz-animation: beat 1s ease 0s infinite normal;
  animation: beat 1s ease 0s infinite normal;
}
.heart.top {
  z-index: 3;
}
.side {
  top: 0;
  width: 50px;
  background: #e42d2f;
  height: 50px;
  -moz-border-radius: 220px;
  -webkit-border-radius: 220px;
  border-radius: 220px;
}
.center {
  width: 50px;
  height: 50px;
  top: 18px;
  left: 18px;
  font-size: 0;
  text-indent: -9999px;
}
.left {
  left: 0;
}
.right {
  right: 59px;
}
.popup-acc {
  position: fixed !important;
  z-index: 999;
}
.popup-acc .cloz {
  font-size: 15px;
  color: #fff !important;
  border: 2px solid #fff;
  padding: 5px 7px 3px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup-acc .cloz:hover {
  color: #e42d2f;
  border: 2px solid #e42d2f;
}
.popup-acc img {
  /*width: 100%;*/
}
.popup-acc button {
  border: none;
  outline: none;
  padding: 14px 10px;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 99;
}
body {
  background: #faf8f8;
  /*background: #f2f2f2 url(img/square_bg.png) top left repeat;*/
  /*font-family: 'verdana', "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif !important;*/
  font-family: 'Fira Sans', sans-serif !important;
  font-size:14px !important;
  color: #3e3d40;
}
.gridder-navigation {
  display: table;
  float: right;
  margin-bottom: 20px;
}
.gridder-navigation a {
  display: table;
  float: left;
  margin-left: 8px;
  font-size: 22px;
  color: #3e3d40;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gridder-navigation a:hover {
  color: #e42d2f;
}
.divider {
  height: 0;
  border-top: 1px solid #e42d2f;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.divider .date-album {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  background: url(img/crossword.png) top left repeat;
  color: #3e3d40;
  font-weight: bold;
  top: -14px;
  font-size: 18px;
}
.gridder-content {
  display: none;
}
.hasSelectedItem .gridder-list {
  opacity: .5;
}
.gridder {
  padding: 0;
  width: 100%;
  display: table;
}
.gridder-list {
  position: relative;
  font-size: 0;
  overflow: hidden;
  height: 166px;
  width: 32.4222222%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
  margin-right: 5px;
  cursor: pointer;
}
.gridder-list:hover .filter-date {
  opacity: 1;
}
.gridder-list:nth-of-type(3n) {
  margin-right: 0;
}
.hasSelectedItem .gridder-list.selectedItem {
  opacity: 1;
}
.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  background: #EEE;
  margin-bottom: 1%;
}
.head-bandeau {
  background: #ebeff3;
  color: #ffffff;
}
.head-bandeau .follow-gift {
  margin-top: 2px;
}
.head-bandeau .rs-gift {
  padding: 5px;
  margin: 0;
  color: #3e3d40;
}
.head-bandeau .rs-gift .icon-rs {
  font-size: 22px;
}
.head-bandeau .rs-gift li {
  display: block;
  float: left;
  margin-right: 10px;
}
.head-bandeau .rs-gift li a {
  color: #87888a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head-bandeau .rs-gift li a:hover {
  color: #FFF !important;
}
.head-bandeau .other-websites {
  padding: 5px 15px;
  margin: 0;
  color: #87888a;
}
.head-bandeau .other-websites li {
  display: block;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.head-bandeau .other-websites li a {
  color: #87888a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head-bandeau .other-websites li a:hover {
  color: #FFF !important;
}
#logo img {
  width: 100%;
}
.radio-bloc {
  display: table;
  width: 100%;
  color: #3e3d40;
  font-size: 14px;
  position: relative;
  margin: 50px 0 25px;
  padding: 5px 10px;
  text-transform: uppercase;
}
.radio-bloc:hover {
  color: #3e3d40;
}
.radio-bloc:hover .listen {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.radio-bloc p {
  margin: 0;
  margin-right: 45px;
}
.radio-bloc .listen {
  position: absolute;
  right: 0px;
  top: -8px;
  font-size: 45px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-2 {
  padding: 5px 10px;
  margin: 0;
}
.menu-2 li {
  display: block;
  float: left;
  color: #e42d2f;
  margin-top: 2px;
  margin-right: 10px;
}
.menu-2 li a {
  color: #e42d2f;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-2 li a:hover {
  color: #ba2828;
}
.inline {
  padding: 15px 0 !important;
}
.inline li {
  display: block;
  float: left;
  margin-right: 12px;
}
.inline li a {
  font-size: 14px !important;
}
.inline li:last-child {
  margin-right: 0;
}
ul#sitemap a {
  color: #4d4d4d;
}
ul#sitemap a:hover {
  color: #e42d2f;
}
.form_bottom input {
  background: 0 none;
  border: 2px solid #e42d2f;
  color: #FFF !important;
  background: #e42d2f;
  float: left;
  margin: 0;
  text-align: center;
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form_required {
    width:100%;
}
.form_bottom input:first-child {
  width: calc(50% - 10px);
  float: left;
}
.form_bottom input:last-child {
  width: calc(50% - 10px);
  float: right;
}
.form_bottom input:hover {
  background: #3e3d40;
  border: 2px solid #3e3d40;
  color: #FFF !important;
}
.wrapper {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

#wrapper_form_contact_us .caption{

    margin-bottom: 10px;
}


/*** NOM****/

#wrapper_form_Form_don #wrapper_name {
  width: 50%;
  float: left;
  padding-right: 10px;
}

/*** PRENOM ****/

#wrapper_form_Form_don #wrapper_surname {
  width: 50%;
  float: left;
  padding-left: 10px;
}
/*** ADRESSE ****/
#wrapper_form_Form_don #wrapper_adress {
  width: 100%;
  float: left;

}
#wrapper_form_Form_don #wrapper_complement {
  width: 100%;
  float: left;

}
/*** ADRESSE FIN****/


/*** CODE POSTAL ****/
#wrapper_form_Form_don #wrapper_cp {
  width: 50%;
  float: left;
  padding-right: 10px;
}
/*** VILLE ****/
#wrapper_form_Form_don #wrapper_city {
  width: 50%;
  float: left;
  padding-left: 10px;
}

/*** PAYS****/
#wrapper_form_Form_don #wrapper_country {
  width: 100%;
  float: left;
}


/*** MOBILE ****/
#wrapper_form_Form_don #wrapper_mobile {
  width: 50%;
  float: left;
  padding-right: 10px;
}
/*** TELEPHONE ****/
#wrapper_form_Form_don #wrapper_phone {
  width: 50%;
  float: left;
  padding-left: 10px;
}
/*** EMAIL ****/
#wrapper_form_Form_don #wrapper_mail {
  width: 100%;
  float: left;
}

.information-societe{
  display: table-row;
  background-color: #d9dadb;
  border:solid 0px grey;
  padding: 10px;
}

/*** Raison Sociale ****/
#wrapper_form_Form_don #wrapper_raisonsociale {
  width: 100%;
  float: left;
}
#wrapper_form_Form_don #wrapper_adresscompany {
  width: 100%;
  float: left;
}

#wrapper_form_Form_don #wrapper_zipcompany {
  width: 50%;
  float: left;
  padding-right: 10px;
}
#wrapper_form_Form_don #wrapper_citycompany {
  width: 50%;
  float: left;
  padding-left: 10px;
}
#wrapper_form_Form_don #wrapper_countrycompany {
  width: 100%;
  float: left;
}

/*commentaire*/
#wrapper_form_Form_don #wrapper_commentaire {
  resize : none;
  margin: 0px;
  width: 99%;
  height: 105px;
  float: left;
  margin-top: 10px;
}


@media (max-width: 767px) {

  .sticker h2 {
    margin: 0;
    font-size: 16px;
    padding: 5px 15px;
  }
  .information-societe{

  }

  #wrapper_form_Form_don #wrapper_name {
    float: left;
    width: 100%;
  }
  #wrapper_form_Form_don #wrapper_surname {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 10px;
  }
  #wrapper_form_Form_don #wrapper_adress {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 10px;
  }
  #wrapper_form_Form_don #wrapper_complement {
    width: 100%;
    float: left;
    padding-left: 0px !important;
    padding-right: 10px;
  }
  #wrapper_form_Form_don #wrapper_cp {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 10px;
  }

  #wrapper_form_Form_don #wrapper_city {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 10px;
  }
  #wrapper_form_Form_don #wrapper_country {
    width: 100%;
    float: left;
    padding-left: 0px !important;
    padding-right: 10px;
  }

  #wrapper_form_Form_don #wrapper_mobile {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 10px;
  }

  #wrapper_form_Form_don #wrapper_phone {
    float: left;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 10px;
  }
  #wrapper_form_Form_don #wrapper_mail {
    width: 100%;
    float: left;
    padding-left: 0px !important;
    padding-right: 10px;
  }

  /*** Raison Sociale ****/
  #wrapper_form_Form_don #wrapper_raisonsociale {
    width: 100%;
    float: left;
    padding: 5px;
  }
  #wrapper_form_Form_don #wrapper_adresscompany {
    width: 100%;
    float: left;
    padding: 5px;
  }

  #wrapper_form_Form_don #wrapper_zipcompany {
    float: left;
    width: 100%;
    padding: 5px;
  }
  #wrapper_form_Form_don #wrapper_citycompany {
    float: left;
    width: 100%;
    padding: 5px;
  }
  #wrapper_form_Form_don #wrapper_countrycompany {
    width: 95%;
    float: left;
    padding: 5px;
  }

  /*commentaire*/
  #wrapper_form_Form_don #wrapper_commentaire {
    width:100%;
    float: left;
    margin-top: 10px;
  }
}

.wrapper input[type="date"] {
  width: 100%;
  border: 1px solid #d9dadb;
  padding: 5px;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.wrapper input[type="date"]:focus {
  box-shadow: 0 0 5px 0 #87888a;
}


.wrapper input[type="text"] {
  width: 100%;
  border: 1px solid #d9dadb;
  padding: 5px;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input[type="text"].big-input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  transition: all 0.2s ease-in-out;
}

input[type="text"].big-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.5);
}

.wrapper input[type="text"]:focus {
  box-shadow: 0 0 5px 0 #87888a;
}
.wrapper input#tpln_captcha {
  margin-top: 10px;
  max-width: 272px !important;
  float: left;
}
.wrapper label {
  margin-right: 10px;
}
.wrapper select {
  width: 100%;
  border: 1px solid #d9dadb;
  padding: 5px;
}
.wrapper .label {
  color: #4d4d4d;
  margin-right: 20px;
  font-size: 1.5rem;
  padding: 0;
}

.wrapper_form h6,.wrapper_form h4   {
  font-size: 1.5rem;
}

#owl-main-slider .owl-item {
  height: 720px;
}
.pody {
  margin-top: 60px;
}
#gifts-band {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 15px;
  z-index: 1;
}
#gifts-band li {
  display: block;
  float: left;
}
#gifts-band li a {
  background: #e42d2f;
}
#gifts-band li a .hover-gift img {
  position: absolute;
  background: #e42d2f;
  top: 26px;
  left: 171px;
}
#gifts-band .hover-gift {
  position: absolute;
  top: -10px;
  opacity: 0;
  padding: 0 15px;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gifts-band .hover-gift hr {
  margin: 4px 0;
}
#gifts-band .hover-gift span:first-child {
  font-size: 10px;
}
#gifts-band .hover-gift span:last-child {
  font-size: 22px;
}
#gifts-band .banner {
  display: table;
  float: left;
  height: 50px;
  width: 350px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 0 0;
  text-align: center;
  color: #fff !important;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gifts-band .banner:hover {
  padding: 40px 0 30px;
}
#gifts-band .banner:hover .hover-gift {
  top: 0;
  opacity: 1;
}
#gifts-band .banner:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 173px 0 177px;
  border-color: #e42d2f transparent transparent transparent;
}
.search {
  position: relative;
}
.search input {
  position: absolute;
  width: 100%;
  padding: 3px 10px;
  /*margin-top: 19px;*/
  height: 35px;
  border-radius: 0;
  top: 0;
  right: 0;
  box-shadow: none;
}
.search .expand-search {
  background: #e42d2f;
  border: none;
  position: relative;
  z-index: 1;
  outline: none;
  color: #FFF !important;
  float: right;
  padding: 3.5px 13px;
  font-size: 20px;
  /*margin-top: 20px;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.search .expand-search:hover {
  background: #3e3d40;
}
.bloc-partenaire h2 {
  font-size: 21px;
}
.partenaires img {
  width: 100px;
}
.main-nav {
  position: relative;
}
.main-nav .main-menu {
  background: transparent;
  padding: 0;
  margin: 0;
  /*margin-top: 20px;*/
  /*margin-bottom: 10px;*/
  display: table;
  float: left;
}
.main-nav .main-menu li {
  display: block;
  float: left;
}
.main-nav .main-menu li:last-child {
  margin-right: 0;
}
.main-nav .main-menu li .drop {
  color: #3e3d40;
  font-size: 21px;
  padding: 5px 10px 1px;
  display: block;
  text-transform: uppercase;
}
.main-nav .main-menu li .drop:hover {
  background: #e42d2f;
  color: #fff !important;
}
.main-nav .main-menu li .drop:hover .arrowy {
  opacity: 1;
  color: #FFF !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-nav .main-menu li .drop .arrowy {
  margin-left: 12px;
  color: #FFF !important;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-menu li:hover .sub-menu {
  z-index: 99;
  visibility: visible;
  opacity: 1;
}
.sub-menu {
  left: 15px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  max-width: 1110px;
  position: absolute;
  top: 35px;
  border-top: 3px solid #e42d2f;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 1px 0 #aaa;
}
.sub-menu ul li ul {
  padding: 0 20px;
}
.sub-menu ul li ul li {
  border-bottom: none;
}
.sub-menu ul {
  padding: 0;
  margin: 0;
}
.sub-menu ul .desc-event {
  border-bottom: 1px dashed;
  padding-bottom: 9px;
}
.sub-menu ul li {
  display: block;
  width: 100% !important;
  margin-bottom: 0;
}
.sub-menu ul li:last-child {
  width: 100% !important;
  margin-left: 0 !important;
}
.sub-menu ul li a {
  color: #3e3d40 !important;
  font-size: 1.5rem;
}
.sub-menu ul li a p:nth-child(1) {
  max-width: 40px;
  width: 100%;
}
.sub-menu ul li a p:nth-child(2) {
  max-width: 50px;
  width: 100%;
}
.sub-menu ul li a p:nth-child(3) {
  max-width: 570px;
  width: 100%;
}
.sub-menu ul li a .france {
  color: #36b3bb;
}
.sub-menu ul li a .etranger {
  color: #e42d2f;
}
.sub-menu ul li a .event {
  color: #ffdb57;
}
.sub-menu ul li a .date-actu {
  display: block;
  font-size: 26px;
  font-weight: bold;
  width: 50px;
  text-align: left;
}
.sub-menu ul li a .month-actu {
  font-size: 18px;
  margin-top: 6px;
}
.sub-menu h3 {
  color: #e42d2f;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
#owl-main-slider .item img {
  width: 100%;
}
.vehicle {
  background: #fff;
  background-clip: content-box;
}
.sub-classic-menu {
  margin-top: 25px !important;
}
.sub-classic-menu li {
  padding-bottom: 0;
  list-style: square;
  float: none !important;
  display: list-item !important;
}
.sub-classic-menu li a {
  display: block;
  margin-bottom: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sub-classic-menu li a:hover {
  color: #e42d2f;
}
.more-sub {
  border: none;
}
.une-info {
  border: none !important;
}
.une-info h4 {
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 10px;
}
.flash-title {
  display: table;
  padding: 5px 10px;
  color: #FFF !important;
  font-size: 16px;
  position: relative;
  height: 33px;
  background: #e42d2f;
  text-transform: uppercase;
}
.flash-title:after {
  content: '';
  position: absolute;
  top: 0;
  right: -32px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 0 0 32px;
  border-color: transparent transparent transparent #e42d2f;
}
.hour-date {
  display: table;
  padding: 5px 10px 5px 30px;
  color: #e42d2f;
  font-size: 14px;
}
/* liScroll styles */
.tickercontainer {
  /* the outer div with the black border */
  height: 27px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  top: 8px;
  overflow: hidden;
}
ul.newsticker {
  /* that's your list */
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #3e3d40;
  margin: 0 50px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}
.flexslider {
  margin-bottom: 10px;
}
#carousel .slides li {
  margin-right: 10px;
  overflow: hidden;
  height: 100px;
  opacity: 0.8;
}
#carousel .slides li.flex-active-slide {
  opacity: 1;
  border-bottom: 6px solid #e42d2f;
}
#slider {
  position: relative;
}
.main-slider .slides li {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.caption-slider {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  color: #FFF !important;
}
.panel-highlight {
  display: table;
  /*height: 430px;*/
  background: #fff;
  /*border: 1px solid #d9dadb;*/
}
.pub {
  /*height: 430px;*/
}
.pub img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pub:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pub:hover .join-us a:after {
  width: 100%;
  padding-left: 30px;
}
.pub .join-us {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.pub .join-us a {
  display: table;
  color: #ffffff !important;
  background: #f2a244;
  padding: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pub .join-us a:after {
  content: '';
  position: absolute;
  height: 100%;
  background: #e42d2f;
  width: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pub .info-pub {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px 10px 10px;
  position: absolute;
  top: 20px;
  right: 0;
}
.pub .info-pub h2 {
  margin: 0;
  color: #FFF !important;
  font-size: 24px;
}
.pub .info-pub h2:first-child {
  font-weight: bold;
}
.pub .info-pub h2:last-child {
  color: #FFF !important;
}
.pub .info-pub p {
  color: #FFF !important;
}
.pub-section .col-md-6:first-child {
  border-right: 1px dashed #aaa;
}
.panel-highlight {
  position: relative;
}
.panel-highlight:after {
  content: 'LIRE +';
  color: white;
  position: absolute;
  bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 30%;
  left: 40%;
}
.panel-highlight img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.panel-highlight .img-accroche {
  background-color: rgba(228, 45, 47, 1);
  overflow: hidden;
  /*height: 280px;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}
.panel-highlight .panel-header {
  padding: 5px 10px;
}
.panel-highlight h4 {
  text-transform: uppercase;
  font-weight: lighter;
  color: #e42d2f;
  font-size: 21px;
  display: block;
  position: relative;
  padding-top: 5px;
}
.panel-highlight h4:before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #3e3d40;
  white-space: nowrap;
  width: 0;
  transition: width 0.3s;
}
.panel-highlight h4:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 3px;
  background: #e42d2f;
  transition: width 0.3s 0.4s ;
}
.panel-highlight .panel-content {
  padding: 10px;
  color: #3e3d40;
}
.panel-highlight:hover h4:after,
.panel-highlight:hover h4:before {
  width: 100%;
}

p.short-desc{
  margin-top: 35px;
}


.bloc-article:hover>p{
  text-decoration: underline;
}
.panel-highlight:hover:after {
  font-size: 14px;
  opacity: 1;
}
.panel-highlight:hover .img-accroche {
  /*height: 190px;*/
}
.panel-highlight:hover img {
  opacity: 0.1;
  /*-webkit-transform: scale(1.1);*/
  /*-moz-transform: scale(1.1);*/
  /*-ms-transform: scale(1.1);*/
  /*-o-transform: scale(1.1);*/
  /*transform: scale(1.1);*/
}
.panel-testimonials {
  display: table;
  width: 100%;
  background: #ffffff;
  position: relative;
  border: 1px solid #d9dadb;
  height: 340px;
}
.mask-portrait img {
  margin: 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  /*border-radius: 50%;*/
}
.mask-portrait{
  margin-top: 10px;
  /*padding-left: 25%;*/
}
.panel-testimonials img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/*.panel-testimonials img {
  margin: 0 auto;
  display: table;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.panel-testimonials:after {
content: '[Lire +]';
color: #e42d2f;
font-weight: bold;
position: absolute;
bottom: 10px;
left: 10px;
font-size: 14px;
opacity: 0;
-webkit-transition: 0.3s;
-moz-transition: 0.3s ;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}*/

.panel-testimonials .img-accroche {
  overflow: hidden;
  height: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.panel-testimonials .panel-header {
  padding: 5px 10px;
}
.panel-testimonials h4 {
  color: #e42d2f;
  font-size: 21px;
  display: block;
  position: relative;
  padding-top: 10px;
}
.panel-testimonials h4:before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #3e3d40;
  white-space: nowrap;
  width: 0;
  transition: width 0.3s;
}
.panel-testimonials h4:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 3px;
  background: #e42d2f;
  transition: width 0.3s 0.4s ;
}
.panel-testimonials .panel-content {
  /*padding: 10px;*/
  color: #3e3d40;
}
.padding10{
  padding: 10px;
}
.img-circle {
  position: absolute;
  background: transparent;
  width: 45%;
  height: 89%;
  border: 0 solid transparent;
  border-radius: 100%;
  transition: all 200ms ease-out;
  backface-visibility: hidden;
  z-index: 1;
  text-align: center;
  padding-top: 5em;
}
.img-circle>p{
  visibility: hidden;
  height: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}
.img-circle:hover {
  background:  rgba(228, 45, 47, 0.9);
  transform: scale(1);
}
.img-circle:hover>p{
  visibility: visible;
}
.panel-testimonials:hover>div>p{
  text-decoration: underline;
}
.panel-highlight:hover>div>p,
.panel-highlight:hover>div>span{
  /*text-decoration: underline;*/
}
.gift{
  display: table;
  width: 100%;
  padding: 0px 15px 15px 15px;
  margin-bottom: 25px;
  color: #3e3d40;
  /* border: 1px solid #d9dadb; */
  background: #fff;
}

@media (max-width: 1320px) and (min-width: 991px) {
  .img-circle {
    height: 87%;
    padding-top: 4em;
  }
}

@media (max-width: 991px) {
  .img-circle {
    height: 94%;
    padding-top: 11em;
  }
  .resizeBanniere{
    height: 85px;
  }
  #gifts-band{
    right: 6%;
  }
  #owl-main-slider .owl-item{
    /*height: 253px;*/
    height: 230px;
  }
  .mb20{
    margin-bottom: 0px !important;
  }
  .vehicle{
    height: 205px;
  }
  .pub-section{
    /*margin-top: 100px;*/
  }
  .mask-portrait{
    padding-left: 20%;
  }
  .mask-portrait img{
    width: 80%;
  }
  #chest{
    padding: 0px 30px;
  }
  .drip{
    height: 90px !important;
  }
  .paddingForMobil{
    padding: 0px 60px;
  }
  .paddingBottomForMobil {
    padding-bottom: 15px;
  }
  /*.owl-carousel  .owl-wrapper, .owl-carousel  .owl-item{*/
    /*padding: 0px 40px;*/
  /*}*/
  .main-nav .main-menu li .drop{
    font-size: 18px;
  }
  .bloc-single-article{
    display: block;
  }
  .head-article h1 {
    font-size: 30px !important;
  }
  .sub-menu{
    max-width: 316px;
  }
  .head-bandeau{
    display: none;
  }
  .main-nav .main-menu li{
    clear: both;
    width: 100%;
    margin-bottom: 5px;
  }
  .drop{
    border-bottom: 1px solid black;
  }
  .displayForMobile{
    display: none !important;
  }
  .mt5{
    display: none !important;
  }
  .changeWidthForMobile{
    width: 100% !important;
  }
  .panel-testimonials{
    margin-bottom: 20px;
  }
  .rs-article ul li{
    margin-bottom: 10px;
  }
  .search{
    clear: both;
  }
  .search .expand-search{
    padding: 4px 13px !important;
  }
  .gift{
    display: inherit;
  }
  .bloc-gift-custom .custom-input{
    padding: 5px 8px  !important;
  }
  .choice{
    padding: 5px !important;
  }
  .wrapper:nth-child(11){
    width: 100%;
  }
  .wrapper select{
    padding: 5.5px;
    /*margin-left: 5px;*/
  }
  .wrapper .label{
    font-size: 13px;
  }
}

.panel-testimonials:hover h4:after,
.panel-testimonials:hover h4:before {
  width: 100%;
}
.panel-testimonials:hover:after {
  opacity: 1;
}
.utility {
  display: table;
  position: absolute;
  z-index: 1;
  left: -73px;
  top: 88px;
  background: #e42d2f;
  color: #FFF !important;
  text-transform: uppercase;
  padding: 5px 36px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.carousel-vehicle .slides li {
  margin-right: 10px;
}
.ariane ul {
  display: table;
  padding: 0;
}
.ariane ul a {
  color: #3e3d40 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ariane ul a:hover {
  color: #e42d2f !important;
}
.ariane ul a:last-child {
  font-weight: bold !important;
  color: #e42d2f !important;
}
.ariane ul li {
  display: block;
  float: left;
  margin-right: 10px;
}
.ariane ul li a {
  color: #3e3d40;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ariane ul li a:hover {
  color: #e42d2f !important;
}
.ariane ul li:last-child a {
  font-weight: bold !important;
  color: #e42d2f !important;
}
.send-print {
  float: right;
  margin-top: 20px;
}
.send-print ul {
  display: table;
  padding: 0;
}
.send-print ul li {
  display: block;
  float: left;
  margin-left: 20px;
}
.send-print ul li a {
  color: #3e3d40;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.send-print ul li a span {
  font-size: 30px;
}
.send-print ul li a:hover {
  color: #e42d2f;
}
.arrow-down {
  position: absolute;
  top: 13px;
  right: 8px;
}
.listing-product .listing-controls .active-filter a {
  color: #FFF !important;
  background: #e42d2f;
}
.listing-product .listing-controls ul {
  display: table;
  padding: 0;
  margin-left: 10px;
}
.listing-product .listing-controls ul li {
  display: block;
  float: left;
  margin-right: 11px;
}
.listing-product .listing-controls ul li:last-child {
  margin: 0;
}
.listing-product .listing-controls ul li a {
  display: table;
  color: #FFF !important;
  background: #3e3d40;
  padding: 5px 28px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listing-product .listing-controls ul li a:hover {
  color: #FFF !important;
  background: #e42d2f;
}
.listing-controls .active-filter a {
  color: #FFF !important;
  background: #e42d2f;
}
.listing-controls ul {
  display: table;
  padding: 0;
  margin-left: 10px;
}
.listing-controls ul li {
  display: block;
  float: left;
  margin-right: 14px;
}
.listing-controls ul li:last-child {
  margin: 0;
}
.listing-controls ul li a {
  display: table;
  color: #FFF !important;
  background: #3e3d40;
  padding: 5px 28px;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.listing-controls ul li a:hover {
  color: #FFF !important;
  background: #e42d2f;
}
#container-listing .mix {
  display: none;
}
.rs-article {
  margin-top: 50px;
}
.rs-article ul {
  display: table;
  padding: 0;
  width: 100%;
}
.rs-article ul li {
  display: block;
  float: left;
  margin-right: 10px;
}
.rs-article ul li:last-child {
  margin: 0;
}
.rs-article ul li a {
  display: table;
  color: #FFF !important;
  padding: 5px 28px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rs-article ul li a span {
  font-size: 30px;
  display: block;
  float: left;
}
.rs-article ul li a span:last-child {
  font-size: 18px;
  margin-left: 5px;
}
.rs-article ul li a:hover {
  color: #FFF !important;
}
.rs-article ul li:nth-child(1) a {
  background: #3a589e;
}
.rs-article ul li:nth-child(2) a {
  background: #5fa6da;
}
.rs-article ul li:nth-child(3) a {
  background: #0d76b7;
}
.rs-article ul li:nth-child(4) a {
  background: #e14c38;
}
.effect-filling2 {
  display: block;
  color: #FFF !important;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.effect-filling2:after {
  content: '';
  position: absolute;
  height: 0;
  background: #3e3d40;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.effect-filling2:hover {
  color: #87888A;
}
.effect-filling2:hover:after {
  height: 100%;
}
.button-formations a {
  margin-bottom: 10px;
}
.effect-filling {
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  padding: 10px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.effect-filling:after {
  content: '';
  position: absolute;
  height: 100%;
  background: #3e3d40;
  width: 0;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.effect-filling:hover {
  color: #87888A;
  padding-left: 30px;
}
.effect-filling:hover:after {
  width: 100%;
}
.side-nav {
  padding: 0;
}
.side-nav li {
  margin-bottom: 20px;
}
.blood-donation {
  display: table;
  width: 100%;
  color: #3e3d40;
  background: #fff;
  border: 1px solid #d9dadb;
}
.blood-donation:hover {
  color: #3e3d40;
}
.blood-donation h4 {
  text-transform: uppercase;
  font-weight: lighter;
  color: #e42d2f;
  font-size: 16px;
  display: table;
  position: relative;
}
.blood-donation h4:before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #3e3d40;
  white-space: nowrap;
  width: 0;
  transition: width 0.3s;
}
.blood-donation h4:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: #e42d2f;
  transition: width 0.3s 0.4s ;
}
.blood-donation:hover h4:after,
.blood-donation:hover h4:before {
  width: 100%;
}
.heart-filling {
  font-size: 150px;
  color: #e42d2f;
}
.videos {
  position: relative;
  z-index: 0;
}
.videos h4 {
  color: #FFF !important;
}
.header-blood {
  color: #e42d2f;
  padding: 10px;
}
.header-blood h4 {
  margin: 0;
}
.videos:hover .play {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -moz-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  -o-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
}
.videos .play {
  font-size: 70px;
  color: #FFF !important;
  opacity: 0.7;
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.4s;
}
.bloc-pub2 {
  text-align: center;
  padding: 10px;
}
.bloc-pub2 h1 {
  margin: 0;
}
.filter-date {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter-date p {
  font-size: 22px;
  color: #FFF !important;
  padding-top: 15%;
  text-align: center;
}
.newsletter-bloc {
  background: #ba2828;
  color: #FFF !important;
}
.zoom-icon {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding: 5px;
  color: #FFF !important;
}
.pulse-button {
  width: 25px;
  height: 25px;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  border-radius: 50%;
  background-color: #e84c3d;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}
.cerfa {
  display: table;
  padding: 15px;
  border: 1px solid #d9dadb;
}
.cerfa h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.valider-don {
  background: #63dd4e;
  border: none;
  display: table;
  float: right;
  font-size: 18px;
  outline: none;
  color: #FFF !important;
  padding: 5px 20px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.valider-don:hover {
  background: #e42d2f;
}
.don-materiel {
  display: table;
}
.don-materiel ul {
  padding: 0;
}
.don-materiel ul li {
  display: table;
  width: 100%;
}
.don-materiel ul li .bloc-product-list {
  border-bottom: 1px dashed #d9dadb;
  display: table;
  padding-bottom: 10px;
}
.don-materiel ul li p {
  margin: 0;
  text-align: right;
}
.don-materiel ul li .qty {
  font-weight: bold;
}
.don-materiel ul li .product-price {
  font-size: 20px;
}
.desc {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 5px;
  position: absolute;
  width: 330px;
  z-index: 999;
  top: 0;
  left: 35px;
}
.desc h2 {
  margin-top: 0;
}
.desc img {
  width: 200px;
}
.desc .price-desc {
  padding: 5px;
  background: #e42d2f;
  color: #FFF !important;
}
.desc .btn-green {
  background: #63dd4e;
  width: auto;
  margin-left: 10px;
  padding: 7px 14px;
  border: none;
  border-radius: 4px;
}
.desc button {
  color: #FFF !important;
  width: 30px;
  padding: 6px;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.desc button:hover {
  background: #e42d2f;
  color: #FFF !important;
}
.desc button:focus {
  color: #FFF !important;
}
.mix {
  margin-bottom: 30px;
}
.mix .price-desc {
  padding: 5px;
  background: #e42d2f;
  color: #FFF !important;
}
.mix .btn-green {
  background: #63dd4e;
  width: auto;
  margin-left: 10px;
  padding: 7px 10px;
  border: none;
  border-radius: 4px;
}
.mix button {
  color: #FFF !important;
  width: 30px;
  padding: 6px;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mix button:hover {
  background: #e42d2f;
  color: #FFF !important;
}
.mix button:focus {
  color: #FFF !important;
}
.img-listing {
  position: relative;
}
.rollerDots li {
  position: absolute;
}
.rollerDots li:nth-child(1) {
  top: 10%;
  left: 40%;
}
.rollerDots li:nth-child(2) {
  top: 40%;
  left: 76%;
}
.rollerDots li:nth-child(3) {
  top: 34%;
  left: 22%;
}
.rollerDots li:nth-child(4) {
  top: 28%;
  left: 49%;
}
.rollerDots li:nth-child(5) {
  top: 50%;
  left: 53%;
}
.rollerDots li:nth-child(6) {
  top: 80%;
  left: 30%;
}
.footer-bloc h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 21px;
}
.footer-bloc h3:after {
  position: absolute;
  content: '';
  height: 3px;
  color: #FFF !important;
  background: #fff;
  width: 50px;
  bottom: -10px;
  left: 0;
}
.footer-bloc ul {
  padding: 15px;
}
.footer-bloc ul li {
  list-style: square;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-bloc ul li a {
  display: block;
  color: #FFF !important;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-bloc ul li a:hover {
  color: #3e3d40;
}
.reseaux ul {
  padding: 0;
}
.reseaux ul li {
  list-style: none;
  display: block;
  float: left;
  margin-left: 15px;
}
.reseaux ul li a {
  font-size: 50px;
}
.share-like ul li {
  display: block;
  float: left;
  margin: 0 6px;
}
.share-like ul li:hover {
  margin: 0 6px;
}
.copyright {
  color: #FFF !important;
}
.copyright p {
  margin: 0;
  padding: 5px 0;
}
.copyright a {
  color: #FFF !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.copyright a:hover {
  color: #e42d2f;
  font-weight: bold;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 25px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 90%;
  float: left;
  border: 1px solid #d9dadb;
  border-radius: 2px;
  padding: 20px;
  background: #fff;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.nuts_gallery ul {
  padding: 0;
  display: table;
  width: 100%;
}
.nuts_gallery ul li {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nuts_gallery ul li img {
  width: 175px;
}
.nuts_gallery ul li:nth-child(4n) {
  margin-right: 0;
}
.help-info h4 {
  font-size: 18px;
}
.help-info button {
  outline: none;
  border: none;
}
.help-info:after {
  content: '';
}
.timeline > li > .timeline-badge {
  color: #FFF !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 0;
  margin-left: 0;
  z-index: 2;
  border-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge {
  background: #e42d2f;
  color: #FFF !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.podcast .img-podcast {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  left: 0;
  z-index: 0;
}
.podcast .play-it {
  background: transparent;
  border: none;
  outline: none;
  margin: 0 auto;
  display: table;
}
.podcast h4 {
  font-size: 28px;
}
.podcast .title-radio {
  margin: 0;
  color: #3e3d40;
}
.podcast .date-radio {
  color: #e42d2f;
}
.podcast .box-radio {
  background: #fff;
  padding: 20px 20px 30px;
  border: 1px solid #d9dadb;
}
.podcast audio {
  width: 100%;
  padding: 0;
  display: table;
  left: 0;
  position: absolute;
  margin-top: 0;
  bottom: 0;
}
.bloc-formation {
  color: #3e3d40;
  position: relative;
  border: 1px solid #d9dadb;
  background: #fff;
  display: table;
  width: 100%;
}
.bloc-formation h3 {
  text-transform: uppercase;
  font-weight: lighter;
  color: #e42d2f;
  font-size: 16px;
  display: table;
  position: relative;
}
.bloc-formation h3:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background: #e42d2f;
  transition: width 0.3s 0.4s ;
}
.bloc-formation img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bloc-formation .view-formation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  color: #e42d2f;
}
.bloc-formation:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloc-formation:hover h3:after {
  width: 100%;
}
/*Contact*/
.choice {
  background: #d9dadb;
  background-clip: content-box;
}
.contact-info form {
  position: relative;
}
.contact-info form input.error,
.contact-info form textarea.error {
  border-right: 8px solid #e42d2f;
}
.contact-info form textarea {
  height: 6.5em;
  padding: 1.8em .6em .6em;
}
.surnameTextArea:focus{
  box-shadow: 0 0 5px 0 #87888a;
}
a:focus {
  color: #FFF !important;
}
.submit {
  background: 0 none;
  border: 2px solid #e42d2f;
  color: #FFF !important;
  background: #e42d2f;
  width: 100%;
  text-align: center;
  margin: 25px 0;
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submit:hover {
  background: #3e3d40;
  border: 2px solid #3e3d40;
  color: #FFF !important;
}
form .wrap {
  margin: 0 0 1.8em;
  overflow: hidden;
  position: relative;
}
form label.wide {
  background: #212121;
  right: 8px;
}
form label.error {
  display: none!important;
}
.newsletter button {
  box-shadow: none;
  border: none;
  background: #e42d2f;
  text-shadow: none;
  color: #FFF !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.newsletter button:hover,
.newsletter button:focus {
  background: #ea624d;
  color: #3e3d40;
  border: none;
  box-shadow: none;
}
.contact h1 {
  display: table;
  position: relative;
}
.contact-info-desc label {
  display: block;
  float: left;
  margin-right: 10px;
  width: 100px;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: bold;
}
.contact-info-desc .wrap {
  display: table;
  width: 100%;
}
.contact-info-desc .metro {
  display: table;
  float: left;
  border-radius: 50%;
  color: #FFF !important;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 24px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.contact-info-desc .metro13 {
  background: #89D1DF;
}
.contact-info-desc .metro3 {
  background: #9C993C;
}
.contact-info-desc .blocky {
  display: table;
}
.contact-info-desc .icon-equalizer {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: table;
}
.tel {
  margin-top: 10.7em;
}
.tel .u-line {
  margin: 6.6em 0 6em;
}
.adr {
  margin-top: 3em;
}
.social {
  margin-top: 20px;
}
.social .u-line {
  margin: 0 0 2em;
}
.social a {
  display: inline-block;
  font-size: 34px;
  margin-right: 10px;
  color: #e42d2f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social a:hover {
  color: #3e3d40;
}
.social a:last-child {
  margin-right: 0;
}
.social a span {
  padding: .1em;
}
.icon-contact {
  color: #87888a;
}
.contact-info .input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.contact-info .input__field {
  position: relative;
  display: block;
  float: right;
  padding: 10px;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.contact-info .input__field:focus {
  outline: none;
}
.contact-info .input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.contact-info textarea {
  height: 91px !important;
}
.contact-info .input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}
.contact-info .input__field--yoko  {
  z-index: 10;
  width: 100% !important;
  background: transparent;
  color: #f5f5f5;
  border: 1px solid #e42d2f;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.contact-info .input__label--yoko {
  position: relative;
  width: 100%;
  color: #3e3d40;
  font-weight: lighter;
  text-transform: uppercase;
  text-align: left;
  font-size: 12px;
}
.contact-info .input__label--yokoText::before {
  height: 91px !important;
}
.contact-info .input__label--yoko::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 42px;
  background: #e42d2f;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.contact-info .input__label--yoko::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #e42d2f;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.contact-info .input__label-content--yoko {
  padding: 0.75em 0;
}
.contact-info .input__field--yoko:focus,
.contact-info .input--filled .input__field--yoko {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.contact-info .input__field--yoko:focus + .input__label--yoko::before,
.contact-info .input--filled .input__label--yoko::before {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}
.contact-info .input__field--yoko:focus + .input__label--yoko,
.contact-info .input--filled .input__label--yoko {
  pointer-events: none;
}
.contact-info .input__field--yoko:focus + .input__label--yoko::after,
.contact-info .input--filled .input__label--yoko::after {
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, -90deg);
}
.custom-choice {
  background: #d9dadb;
  background-clip: content-box;
}
#custom-gift{
  font-size: 30px !important;
  color: #e42d2f;
  font-weight:bold;
  text-align:center;
  
}
.custom-choice .eur {
  position: absolute;
  font-size: 35px !important;
  color: #e42d2f;
  right: 16px;
  top: 0;
}
#labelPays {
  width: 100%;
}
select#pays {
  width: 47%;
  border: 1px solid #d9dadb;
  padding: 5px;
}

.encart_select_carte{

/*  height:1080px;*/
  background-color: #ffffff;
  padding:15px;

}

.row-input {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.row-input input[type="text"] {
  width: 100%;
  border: 1px solid #d9dadb;
  padding: 5px;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s ;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.row-input input[type="text"]:focus {
  box-shadow: 0 0 5px 0 #87888a;
}
.bloc-gift-custom {
  display: table;
  width: 100%;
  background: #d9dadb;
  padding: 25px 0 15px;
}
.bloc-gift-custom .custom-input {
  padding: 0 8px;
}
.bloc-gift-custom .custom-input p {
  font-size: 1.5rem;
  font-weight: normal;
}
.bloc-gift-custom .custom-input label {
  font-size: 1.5rem;
  text-align: right;
  font-weight: normal;
}
.bloc-gift-custom .custom-input input[type=number]::-webkit-inner-spin-button,
.bloc-gift-custom .custom-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bloc-gift-custom .custom-input input[type="number"] {
  width: 100%;
  padding: 10px 5px;
  margin-top: -10px;
}
.bloc-gift {
  height: 140px;
  margin-bottom: 25px;
  background: #d9dadb;
}
.bloc-gift .custom-input {
  margin-top: 10px;
  display: table;
  width: 100%;
}
.bloc-gift input[type="radio"] {
  margin: 10px auto 5px;
  display: table;
}
.bloc-gift label {
  text-align: center;
  display: block;
  font-weight: bold;
  color: #e42d2f;
  font-size: 22px;
}
.bloc-gift p {
  text-transform: none;
  font-size: 1.5rem;
  padding: 0 10px;
  text-align: justify;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: 76%;
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/*Modifs du 10/07/2015*/
.ddl a {
  color: #4d4d4d;
  font-size: 18px;
  margin-top: 10px;
}
.ddl a:last-child {
  color: #e42d2f;
}

@media (min-width: 992px) {
  .imgResize {
    width: 40%;
    padding-top: 12px;
  }
  .iconeResize{
    font-size: 37px !important;
  }
  .resizeBanniere{
    width: 60%;
  }
}

.drip {
  width: 70px;
  height: 89px;
  background-color: #e62d2c;
  z-index: 1;
  position: relative;
  top: 0px;
  left: 2px;
}
.dripAnim{
  width: 68px;
  height: 89px;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: slideinDrip;
  position: absolute;
  background-color: #971914;
  top: 0px;
  left: 2px;
}

@keyframes slideinDrip {
  from {
    height: 0px;
  }

  to {
    height: 89px;
  }
}

.head-article h1{
  font-size: 40px;
}
ul, ol{
  padding: 0;
}
#formations{
  margin-top: 15px;
}

.container-collecte{
  padding: 0px !important;
}

.nopadding{
  padding: 0px !important;
}
.header-cadre-slide{
  background-color: #e52d2d;
  height:7vh;
  width:100%;
}

.footer-cadre-slide{
  background-color: #e52d2d;
  height:30vh;
  width:100%;
}
.bgsliderboaz{
  background-color: #e52d2d;
}

#collecte-main-slider .owl-controls{
  margin-top:0px !important;
}

#pins-boaz{
  position:absolute;
  z-index:1200;
  bottom:-55px;
  left:38%;
}
#pins-eeif{
  position:absolute;
  z-index:1200;
  bottom:-8vh;
  left:36vw;
}

#tabs-trad{
  padding-left: 40%;
  display:inline-flex;

}
#tabs-trad>li{
  width:45%;
}


.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
  border: 0px solid #ddd;
}

.titrage-collecte{
  text-transform: uppercase;
  font-size: 1.6em;

}
.divider-collecte{
  width:100%;
  border-bottom: solid 1px #e52d2d;
  margin-bottom: 10px;
}
.text-italic{
  font-style: italic;
}

.eur-collecte{
  margin-left: -45px;
  font-size: 1.6em;
  color: #e52d2d;
}

#custom-gift-collecte{
  font-size: 30px !important;
  color: #e42d2f;
  font-weight:bold;
  text-align:center;
  width:95%;
  margin: 5px auto;

}

.tab-content ul li{
  list-style: square;
  padding-left: 25px;
  list-style-position: inside;

}

/**********************************SALLE DE SPECTACLE */

.st0{
  cursor: pointer;
  fill:#FFF;
  stroke:#000000;stroke-miterlimit:10;
  z-index: 600;
}
.st30{
  cursor: pointer;
  fill:#FFF;
  stroke:#000000;stroke-miterlimit:10;
}

.st1{fill:#FFFFFF;}
.st2{font-family:'Arial';}
.st3{font-size:14px;}
.st4{fill:none;stroke:#000000;stroke-miterlimit:10;}
.st5{font-size:22.2883px;}
.st6{fill:#E61B4E;stroke:#000000;stroke-miterlimit:10;}
.st7{font-size:35px;}
.st17{font-size:80px;}
.st8{fill:#ECE432;}
.st9{fill:#EA6834;}
.st10{fill:#2914F2;}
.st11{font-family:'Arial';}
.st12{fill:#EFEFEF;}
.st13{fill:#AAA9A9;}
.st14{font-size:40px;}
.st15{fill:#BCBBBB;}


.available{
  cursor: pointer;
  /*fill: #41c8fc;*/
  fill: transparent;
  stroke:#FF0000;stroke-miterlimit:10;
}
.cata{
  cursor: pointer;
  /*fill: #41c8fc;*/
  fill: #ff6cdd;
  stroke:#000;stroke-miterlimit:10;
}

.vip{
  cursor: pointer;
  /*fill: #41c8fc;*/
  fill: #e3c739;
  stroke: #000000;stroke-miterlimit:10;
}
.admin{
  cursor: pointer;
  stroke:#000;stroke-miterlimit:10;stroke-width: 3;
}


.catb{
  cursor: pointer;
  /*fill: #41c8fc;*/
  fill: #858cec;
  stroke:#000;stroke-miterlimit:10;
}
.catc{
  cursor: pointer;
  /*fill: #41c8fc;*/
  fill: #57c5ed;
  stroke:#000;stroke-miterlimit:10;
}

.pmr{
  cursor: pointer;
  /*fill: #41c8fc;*/
  fill: #753fdc;
  stroke:#753fdc;stroke-miterlimit:10;
}

.selectSeat{
  cursor: pointer;
  fill: #27f554;
  stroke:#000000;stroke-miterlimit:10;
}
.disable{
  cursor: not-allowed;
  fill:#CCC;
  stroke:#000000;stroke-miterlimit:10;
}
.st1{
   cursor: not-allowed;
   fill:#CCC;
   stroke:#000000;stroke-miterlimit:10;
 }
svg{
  border:solid 0px red;
}

ul.fa-ul li{padding: 0 10px !important;margin-bottom: 5px;}
.fa-li i.fa-star-of-david {
  font-size: 2rem;
}


