/*
Theme and css created by harsmix@gmail.com
*/

/*------------------------------------------------------
					Fonts
--------------------------------------------------------*/
@font-face {
  font-family: 'Gotham Rounded';
  src: url('fonts/GothamRounded-Bold.eot');
  src: url('fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Bold.woff') format('woff'),
    url('fonts/GothamRounded-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('fonts/GothamRounded-Book.eot');
  src: url('fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Book.woff') format('woff'),
    url('fonts/GothamRounded-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded Light';
  src: url('fonts/GothamRounded-Light.eot');
  src: url('fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Light.woff') format('woff'),
    url('fonts/GothamRounded-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('fonts/GothamRounded-Medium.eot');
  src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/GothamRounded-Medium.woff') format('woff'),
    url('fonts/GothamRounded-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?ycn2gd');
    src:    url('fonts/icomoon.eot?ycn2gd#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?ycn2gd') format('truetype'),
        url('fonts/icomoon.woff?ycn2gd') format('woff'),
        url('fonts/icomoon.svg?ycn2gd#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {content: "\e90e"; }
.icon-interface:before {content: "\e90d"; }
.icon-camera:before {content: "\e900"; }
.icon-days:before {content: "\e901"; }
.icon-facebook:before {content: "\e902"; }
.icon-google-plus:before {content: "\e903"; }
.icon-group:before {content: "\e904"; }
.icon-heart:before {content: "\e905"; }
.icon-location-pin:before {content: "\e906"; }
.icon-money:before {content: "\e907"; }
.icon-right-arrow:before {content: "\e908"; }
.icon-search:before {content: "\e909"; }
.icon-twitter:before {content: "\e90a"; }
.icon-video-camera:before {content: "\e90b"; }
.icon-shopping:before {content: "\e90c"; }





/*------------------------------------------------------
					General style
--------------------------------------------------------*/
body {background: #f0f0f0 url("../images/bg-img.png") repeat-x 0 10%; font-family: 'Gotham Rounded'; font-size: 13px;font-weight: 500; }
p {color: #56585b; font-size: 1.4rem; line-height: 1.9rem;font-weight: 500; font-family: 'Gotham Rounded'; }
ul, li, ol{margin: 0; padding: 0;}
.inline li{display: inline-block;vertical-align: top;}
a, a:hover, a:focus, a:active{display: inline-block;vertical-align: top; color: #01250d; text-decoration: none;}
a:hover, a:focus, a:active{
  color: #ed2b09;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
img{display: inline-block; max-width: 100%;}

h1, h2, h3, h4, h5, h6 {font-family: 'Gotham Rounded'; font-style: normal; font-weight: normal; line-height: 3.5rem; text-rendering: optimizelegibility; }
h1 {font-family: "Avenir Next LT Pro Ultra Light Condensed"; font-size: 4rem; font-weight: 100; line-height: 4.5rem; margin: 0 0 1rem; }
h2 {font-family: 'Gotham Rounded'; font-size: 2.5rem; font-weight: 100; margin: 2rem 0; }
h3 {font-size: 1.8rem; font-weight: 100; margin: 2rem 0 2rem; }
h4 {font-size: 1.4rem; font-weight: 100; line-height: 1.75rem; margin: 1rem 0 0.2rem; }
h5 {font-size: 0.95rem; font-weight: 600; }
.h5 {margin: 0; text-transform: uppercase; font-size: 1.5rem; line-height: 1.8rem; padding: 19px 0px; font-weight: 100; }
.h6 {text-transform: uppercase; display: inline-block; vertical-align: top; margin: 0; font-weight: 700; font-size: 1rem; }
*:focus{ outline: none !important; }
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

form {position: relative; }
.row {margin: 0 -1.5rem; }

body .container{max-width: 1024px; width: 100%;}



::-webkit-input-placeholder { 
  color: #ed2b09;
  font-style: italic;
  font-family: 'Gotham Rounded Book';
}
:-ms-input-placeholder { 
  color: #ed2b09;
  font-style: italic;
  font-family: 'Gotham Rounded Book';
}
::-moz-placeholder { 
  color: #ed2b09;
  font-style: italic;
  font-family: 'Gotham Rounded Book';
  opacity: 1;
}
:-moz-placeholder { 
  color: #ed2b09;
  opacity: 1;
  font-style: italic;
  font-family: 'Gotham Rounded Book';
}

button, .button, .button:hover, .button:focus, .button:active {
  background: #057405 none no-repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  width: auto;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}
.button:hover, .button:focus, .button:active {background: #ed2b09 none no-repeat scroll 0 0; }

.radius{
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}


.inline li {display: inline-block; position: relative; vertical-align: top; }
.matricule{
  display: none;
}
.align-left{text-align: left;}
.align-right{text-align: right;}
.center{text-align: center;}

.wght_light{font-weight: 100;}
.wght_bold{font-weight: 600;}

.fl{float: left!important;}
.fr{float: right!important;}
.clr{clear: both!important;float: none!important;}

.noleft{padding-left: 0;}
.noright{padding-right: 0;}
.nopadding{padding-left: 0; padding-right: 0;}

.full-width{width: 100%!important; max-width: inherit;}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  box-shadow: 0 0 0;
  padding:3px 15px;
  font-family: 'Gotham Rounded Light';
  background-color: #fff;
}

[class^="icon-user"], [class*=" icon-user"] {
  background: transparent url("../images/sprite-user.png") no-repeat scroll 0 0;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  width: 30px;
  margin-right: .5rem;
  position: relative; 
  top: -3px;
}
.shadow {
    box-shadow:none!important;
}

.flex {
  display: flex;
}

.flex.center {
  justify-content: center;
}

.center {
  text-align: center;
}

.full-height {
  height: 100%;
}
.editor_edit {
    color: #4cae4c !important;
}

.editor_remove {
    color: #f31525 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #4cae4c;
}

.form-box {
  padding: 10px 20px;
}

.flex.v-center {
  align-items: center;
}

.form-box > form {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.app__page-title{
    display: flex;
    align-self: center;
    text-align: center;
    font-family: 'Gotham Rounded Book';
    font-size: 3rem;
    letter-spacing: 0.4rem;
    line-height: 1.5rem;
    margin: 3rem auto;
}

#reset__form_dateofbirth,
#reset__form_fullname,
#reset__form_matricule{
    border-bottom: 2px solid #057405;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    margin-left: 1rem;
    transistion: 0.3s ease;
    width: 20rem;
    border-radius: 0;
}

#reset__form_dateofbirth:focus,
#reset__form_fullname:focus,
#reset__form_matricule:focus{
    border-bottom-color: red;
}

.custom__button{
    transition: 0.3s ease-in-out;
}

.custom__button:hover{
    color: #057405;
    background-color: #FFF;
}
@media (max-width:767px) {
  .form-box > form {
    padding-left: 0;
    padding-right: 0;
  }
}

.form-box .form-control {
  margin-bottom: 10px;
}

.form-box .btn.btn-block {
  margin-top: 25px;
}

.form-box img {
  margin-bottom: 15px;
}

.avatar.round {
  border-radius: 50%;
}

.avatar {
  border: 1px solid black;
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
}
/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.glyphicon {
    top: 0px;
    margin-right: .5rem;
    width: 20px;
}

.form-control {
  border-radius: 5px;
}

/*------------------------------------------------------
					HEADER
--------------------------------------------------------*/
header {
  background-color: #fff;
  left: 0;
  padding: 2rem 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.inline.connect a {
  border-right: 1px solid #d9460b;
  line-height: 4rem;
  padding: 0.5rem 2rem 0.5rem 1.5rem;
}
.inline.connect li:last-child a {border-right: medium none; }
.icon-user{background-position: -37px 0;}
.icon-user-profil{background-position: -74px 0;}
.lang {font-family: 'Gotham Rounded Light'; }
.lang a {color: #4cae4c; font-family: 'Gotham Rounded Light'; }
.social .inline a {
  background: #969696 none repeat scroll 0 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      -ms-border-radius: 3px;
          border-radius: 3px;
  font-size: 1.7rem;
  height: 26px;
  margin: .5rem 0 .5rem 1rem;
  padding: 0.2rem;
  text-align: center;
  width: 26px;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.social .inline a:hover {background: #ed2b09 none repeat scroll 0 0; }
.social .inline i { color: #fff; }



.navbar-default .navbar-nav li a {
  color: #01250d;
  font-family: "Gotham Rounded Book";
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a.active {color: #ed2b09; }
.navbar-default {
  background-color: transparent;
  border: medium none;
  margin: 1rem -2.8% 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {padding: 0; }
.navbar-nav {width: 100%; }
.navbar-nav > li {
  float: left;
  padding: 0 1.2%;
  text-align: center;
}
.logo > img{ max-width: 25%;}
.logout { color: #CC0000;}

/*------------------------------------------------------
          SLIDER
--------------------------------------------------------*/

.slider, .small-search {margin-top: 13.5rem; position: relative; }
.slider img{width: 100%; height: 400px;}
.carousel-indicators li {
  background-color: #fff;
  height: 17px;
  width: 17px;
  position: relative;
  margin: 0 0.5rem;
}
.carousel-indicators .active {
  background-color: #4cae4c;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  margin: 0 0.6rem;
}



.slider .search {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  left: 50%;
  margin: -120px 0 0 -482px;
  max-width: 90%;
  padding: 1.5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 923px;
}
.search .radius {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
          border-radius: 10px;
}
.slider h2 {
  margin: 0;
  text-transform: uppercase;
}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  height: 34px;
  text-align: center;
  color: #4cae4c;
  left: initial;
  font-size: 14px;
}

/*------------------------------------------------------
          PUSH
--------------------------------------------------------*/
.push {padding: 2rem 0; }
.push img {
  display: block;
  margin: 0 auto;
  width: auto;
}
.push .col-sm-4 > a {
  background: #fff none repeat scroll 0 0;
  padding: 1.5rem;
  text-align: center;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.push .col-sm-4 > a:hover {box-shadow: 0 0 4px rgba(0,0,0,0.2); }

.push .col-sm-4 h5 {
  color: #057405;
  font-size: 1.4rem;
  line-height: 1.3rem;
  margin: 2rem 0 1rem;
  text-transform: uppercase;
}
.push .col-sm-4 {padding: 0; text-align:center; }
.push .col-sm-4:first-child { text-align: right; }
.push .col-sm-4:last-child { text-align: left; }




/*------------------------------------------------------
          CONTENT
--------------------------------------------------------*/
.content > .container {background: #fff none repeat scroll 0 0; padding: 0 2.5rem; }
.content > .container > .row > .col-md-9 {width: 72%; }
.collection .col-sm-4, .evenement .col-sm-4, .a-venir .col-sm-4 {padding: 0 0.5rem; }
.content aside {padding-right: 0; width: 28%; }
.content.ec-new { margin-top: 150px; margin-bottom:0px; }

aside .price {margin-bottom: 0; } 
.title {
  border-bottom: 1px solid #057405;
  margin: 0 -1rem 1.5rem;
  padding: 2.5rem 0 0.5rem;
}
.title .button{font-size: 1.4rem;}
.title h3 {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin: 0.5rem 0;
  text-transform: uppercase;
  vertical-align: middle;
}

.second_title{
	font-family:"Gotham Rounded";
	font-size:16px;
	color:#057405;
	font-weight:bold;
	text-transform:uppercase;
	margin-left: -1.5rem;
	margin-bottom:0px;
}

.bloc {
  border: 1px solid #c8c8c8;
  overflow: hidden;
  position: relative;
}

.bloc-photo{
  border: 1px solid #c8c8c8;
  overflow: hidden;
  position: relative;
  padding:10px;
  margin:10px 0px;
}

#filezone {
  border: 3px dashed #ccc;
  cursor: pointer;
  margin: 0 auto;
  height: 50px;
}

.bloc-img{position: relative;}
.bloc .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 0;
  color: transparent;
  height: 19px;
  left: 10px;
  position: absolute;
  top: 45%;
  width: 12px;
}
.bloc .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll -19px 0;
  color: transparent;
  height: 19px;
  right: 10px;
  position: absolute;
  top: 45%;
  width: 12px;
}
.radius .owl-carousel {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}
.collection-list .radius .owl-carousel {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
}
.collection-list .radius .info-img {
  -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 0 0 10px 10px;
      -ms-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.like {
  background: #4cae4c none repeat scroll 0 0;
  padding: 0.5rem 1.5rem 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-border-radius: 0 5px 0 5px;
     -moz-border-radius: 0 5px 0 5px;
      -ms-border-radius: 0 5px 0 5px;
          border-radius: 0 5px 0 5px;
}
.like:hover {
  background: #ed2b09 none repeat scroll 0 0;
}
.like i {color: #fff; font-size: 2rem; }
.info-img {
  background: #c8c8c8 none repeat scroll 0 0;
  bottom: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.collection-list  .info-txt span{ font-family: 'Gotham Rounded Light'; }
.info-img li {color: #fff; margin: 0 .75rem 0 0; font-family: 'Gotham Rounded Light'; text-transform: uppercase; }
.info-img li i {font-size: 1.1rem; margin: 0 0.5rem 0 0; }
.info-img li:last-child {float: right; margin: 0; }

.bloc-txt, .info-txt, .info-badge  {padding: 0.5rem 1rem 0; clear: both; float: none; }
.bloc-txt h4 {
  color: #4cae4c;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.bloc-txt a.cat {
  color: #4cae4c;
  font-size: 1.6rem;
  font-family:"Gotham Rounded Medium"
}
.bloc-txt p {
  color: #969696;
  font-family: "Gotham Rounded Light";
  font-size: 1.3rem;
  text-align: justify;
}
.info-txt li {
  color: #4cae4c;
  font-size: 1.3rem;
}
.info-txt li i {
  font-size: 1.6rem;
  position: relative;
  top: 2px;
}
.info-txt span {
  margin: 0 1.5rem 0.75rem 0.5rem;
  display: inline-block;
}
.info-badge p {color: #969696; font-family: "Gotham Rounded Light"; font-size: 1.3rem; margin: 0 0 0.3rem; }
.consult {
  background: #c8c8c8 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin-top: 0.4rem;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.consult:hover {
  background: #aaaaaa none repeat scroll 0 0;
  display: block;
  color: #fff;
}


.green-section > a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #4cae4c;
  color: #4cae4c;
  display: block;
  font-size: 1.8rem;
  margin: 1.4rem -1rem;
  padding: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.green-section > a:hover {background: #4cae4c none repeat scroll 0 0; color: #fff }


.green-section .button {
  background: transparent none no-repeat scroll 0 0;
  color: #4cae4c;
  border: 1px solid #4cae4c;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}
.green-section .button:hover {background: #4cae4c none no-repeat scroll 0 0; color: #fff; }

.oranje-section .button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f38441;
  color: #f38441;
}
.oranje-section .button:hover {
  background: #f38441 none repeat scroll 0 0;
  color: #fff;
}
.oranje-section .title {border-bottom: 1px solid #f38441; }
.oranje-section .like {background: #f38441 none repeat scroll 0 0; }
.oranje-section .bloc .owl-prev, .oranje-section .bloc .owl-next {background-image: url("../images/arrow-oranje.png"); }
.oranje-section .bloc-txt h4 {color: #f38441; }
.oranje-section .info-txt li {color: #f38441; }
.info-txt .align-right span {margin-right: 0; }
.oranje-section > a {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f38441;
  color: #f38441;
  display: block;
  font-size: 1.8rem;
  margin: 1.4rem -1rem;
  padding: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.oranje-section > a:hover {
  background: #f38441 none repeat scroll 0 0;
  color: #fff;
}


.red-section .button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #b72d2d;
  color: #b72d2d;
}
.red-section .button:hover {
  background: #b72d2d none repeat scroll 0 0;
  color: #fff;
}
.red-section .title {border-bottom: 1px solid #b72d2d; }
.red-section .like {background: #b72d2d none repeat scroll 0 0; }
.red-section .bloc .owl-prev, .red-section .bloc .owl-next {background-image: url("../images/arrow-red.png"); }
.red-section .bloc-txt h4 {color: #b72d2d; }
.red-section .info-txt li {color: #b72d2d; }
.info-txt .align-right span {margin-right: 0; }
.red-section > a {
  background: transparent none repeat scroll 0 0;
  color: #b72d2d;
  display: block;
  margin: 2rem -1rem;
  font-size: 1.7rem;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #b72d2d;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.red-section > a:hover {
  background: #b72d2d none repeat scroll 0 0;
  color: #fff;
}




.top-bloc {border: 3px solid #f38441; margin: 0 -1rem 2rem; padding: 1.5rem 1.5rem 1.9rem; }
.top-bloc .title h3 {color: #f38441; }
.top-bloc .title {margin: 0 0 1.5rem; padding: 0 0 0.5rem; }
.top-carousel {margin: 0 auto; width: 90%; }
.top-carousel .owl-item > div {
  border: 2px solid #f38441;
  overflow: hidden;
  position: relative;
}
.top-carousel .slide-carousel .owl-item > div {
  width: 102%;
  max-width: inherit;
}
.top-carousel .info > img {
  float: left;
  margin: 1rem 1rem 0 -1px;
  width: auto;
}
.top-carousel .info {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 0 1.5rem;
}
.top-carousel .info > h4 {
  color: #fff;
  display: inline;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.top-carousel .info > p {
  color: #fff;
  font-family: "Gotham Rounded Light";
}
.top-carousel .owl-prev {
  background: transparent url("../images/arrow-top-oranje.png") no-repeat scroll 0 0;
  color: transparent;
  height: 19px;
  left: -32px;
  position: absolute;
  top: 43%;
  width: 19px;
}
.top-carousel .owl-next {
  background: transparent url("../images/arrow-top-oranje.png") no-repeat scroll -24px 0;
  color: transparent;
  height: 19px;
  right: -32px;
  position: absolute;
  top: 43%;
  width: 19px;
}
.top-carousel .details {
  background: rgba(243, 132, 65, 0.8) none repeat scroll 0 0;
  color: #fff;
  height: 100%;
  left: 0;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.top-carousel .owl-item:hover .details {
  opacity: 1;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
.top-carousel .details p, .top-carousel .info-badge p {
  color: #fff;
  margin: 0 0 0.5rem;
  font-family: "Gotham Rounded Light";
}
.top-carousel .details > p:first-child {
  text-transform: uppercase;
  font-family: "Gotham Rounded";
}

.red-section.top-bloc {border: 3px solid #b72d2d; }
.red-section .top-carousel .owl-item > div {border: 2px solid #b72d2d; }
.red-section .top-carousel .owl-prev {background: transparent url("../images/arrow-top-red.png") no-repeat scroll 0 0; }
.red-section .top-carousel .owl-next {background: transparent url("../images/arrow-top-red.png") no-repeat scroll -24px 0; }
.red-section .top-carousel .details {background: rgba(183, 45, 45, 0.8) none repeat scroll 0 0; }
.top-bloc.red-section .title h3 {color: #b72d2d; }



/*------------------------------------------------------
          ASIDE
--------------------------------------------------------*/
.bloc-aside > h3 {
  border-bottom: 1px solid #4cae4c;
  font-size: 1.7rem;
  line-height: 2rem;
  margin: 1.7rem 0 ;
  padding-bottom: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}
.bloc-aside > .bloc-content {
  border: 3px solid #4cae4c;
  clear: both;
  float: none;
  margin-bottom: 2rem;
  padding: 2rem;
}
.bloc-brown .bloc-content {border: 3px solid #6e4c29; }
aside .info-txt .inline > li:last-child {float: right; }
aside .add-to-cart {
  background: #4cae4c none repeat scroll 0 0;
  color: #fff;
  font-size: 1rem;
  padding: 0.2rem 1.2rem .4rem;
  position: relative;
  top: -2px;
}
aside .add-to-cart i {font-size: 1.3rem; }
aside .info-img .location {text-transform: initial; }
aside .info-img {background: #6e4c29 none repeat scroll 0 0; }
aside .bloc-txt p {
  color: #6e4c29;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
aside .bloc-txt {padding-top: 0.3rem; }
aside .consult {background: #6e4c29 none repeat scroll 0 0; }
aside .consult:hover {background: #513518 none repeat scroll 0 0; }
aside .bloc .owl-next, aside .bloc .owl-prev {top: 39%; }
aside .bloc {margin-bottom: 1.5rem; }
aside .bloc-content > a {
  background: transparent;
  border: 1px solid #6E4C29;
  color: #6E4C29;
  display: block;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: 'Gotham Rounded Medium';
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
aside .bloc-content > a i {margin-left: 1rem; }
aside .bloc-brown .bloc-content > a {
  background: transparent;
  border: 1px solid #28AAAA;
  color: #28AAAA;
}
aside .bloc-brown .bloc-content > a:hover {background: #28AAAA; }
aside .bloc-brown .bloc-txt h4 {color: #6e4c29; }



aside .bloc-content > a:hover {
  background: #523619;
  color: #fff;
}
aside > a {
  background: #4cae4c none repeat scroll 0 0;
  border: 1px solid #4cae4c;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 1.2rem 0 3.1rem;
  padding: 0.6rem 1rem 0.7rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
aside > a:hover, aside > a:focus, aside > a:active {
  background: #ed2b09 none repeat scroll 0 0;
  color: #fff;
  margin: 1.2rem 0 3.1rem;
  display: block;
}
aside .bloc-brown .info-img {background: #28aaaa none repeat scroll 0 0; }
aside .bloc-brown .consult {
  background: #28aaaa none repeat scroll 0 0; 
  -webkit-transition : 0.4s ease 0s;
     -moz-transition : 0.4s ease 0s;
      -ms-transition : 0.4s ease 0s;
       -o-transition : 0.4s ease 0s;
          transition : 0.4s ease 0s;
}
aside .bloc-brown .consult:hover {background: #129E9E none repeat scroll 0 0; }
aside .bloc-brown .info-txt li {color: #6e4c29; }
aside .bloc-brown .add-to-cart {background: #6e4c29 none repeat scroll 0 0; }
aside li .icon-money {
  font-size: 2.5rem;
  line-height: 0;
  position: relative;
  top: 7px;
}
aside .bloc-brown .bloc-txt > h4 {color: #6e4c29; }
.owl-item > a {display: block; }
/* .aside-carousel {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
aside .aside-carousel .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 0;
  color: transparent;
  height: 19px;
  left: -18px;
  position: absolute;
  top: 45%;
  width: 12px;
}
aside .aside-carousel .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll -19px 0;
  color: transparent;
  height: 19px;
  right: -18px;
  position: absolute;
  top: 45%;
  width: 12px;
}
aside .aside-carousel .bloc-img .owl-prev {left: 10px; }
aside .aside-carousel .bloc-img .owl-next {left: inherit; right: 10px; } */



/*------------------------------------------------------
          COLLECTION
--------------------------------------------------------*/
.small-search .radius {
  background: #fff none repeat scroll 0 0;
  margin: 0 -1.5rem 4rem;
  position: relative;
  top: 2rem;
}
.small-search ul {text-align: center; }
.small-search li {
  padding: 0 0.4rem;
  width: 19%;
}
.small-search li:first-child {width: 21%; padding-right: 0;}
.small-search h2 {
  color: #4cae4c;
  font-size: 1.7rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.small-search .ms-parent, .filtre-collection .ms-parent, .small-search input , .filtre-collection input{
  margin: 1.8rem 0;
  width: 100% !important;
}
.ms-choice > span.placeholder, .small-search input, .filtre-collection input {
  color: #4cae4c;
  font-family: 'Gotham Rounded Book';
  font-weight: 300;
}
.ms-choice > span {
  color: #4cae4c;
  font-family: 'Gotham Rounded Book';
  font-weight: 300;
}
.small-search .ms-drop ul {
  padding: 9px 8px 5px;
}
.ms-drop input[type="checkbox"] {
  height: auto;
  margin: 0 0.5rem 0.5rem 0;
  vertical-align: middle;
}
.small-search .ms-drop ul > li {padding: 0; }
.small-search li:first-child input {margin-left: -2px; }
.small-search .ms-choice, select {
  background: #fff url("../images/bg-select.jpg") no-repeat scroll 95% 50%;
  border: 1px solid #cdcdcd;
  height: 32px;
  line-height: 3.2rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}

.filtre-collection .ms-choice, select {
  background: #fff url("../images/bg-select.jpg") no-repeat scroll 95% 50%;
  border: 1px solid #cdcdcd;
  height: 32px;
  line-height: 3.2rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}

.small-search li:last-child {
  width: 173px;
}
.small-search input[type="submit"] {
  font-size: 1.5rem;
  line-height: 0;
  padding: 0 15px;
}
.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}
.select-style select {
  border: medium none;
  box-shadow: none;
  color: #4cae4c;
  height: 39px;
  padding: 5px 8px;
  width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style option {padding: 0.5rem; }


.select-style select:focus {outline: none; }
input {
  background: #fff none no-repeat scroll 90% 50%;
  border: 1px solid #cdcdcd;
  height: 32px;
  line-height: 3.2rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}
.ms-drop span{font-family: 'Gotham Rounded Book';}
input[type="submit"] {
  background: #4cae4c no-repeat scroll 90% 50%;
  border: 1px solid #4cae4c;
  color: #fff;
  font-family: "Gotham Rounded";
  font-size: 1.4rem;
  position: relative;
  padding: 0 17%;
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: .5s ease 0s;
     -moz-transition: .5s ease 0s;
      -ms-transition: .5s ease 0s;
          transition: .5s ease 0s;
}
.small-search input[type="submit"]:hover {background: #ed2b09 url(../images/icon-search-white.png) no-repeat scroll 88% 50%; }

.filtre-collection input[type="submit"]:hover {background: #ed2b09;}

.filtre-collection input[type="submit"] {
  background: #4cae4c;
  border: 1px solid #4cae4c;
  color: #fff;
  font-family: "Gotham Rounded";
  font-size: 1.4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .5s ease 0s;
     -moz-transition: .5s ease 0s;
      -ms-transition: .5s ease 0s;
          transition: .5s ease 0s;
}


.filtre-collection ul {text-align:justify;}
.filtre-collection li {
  width: 22.5%;
  padding:0 0.4rem 0 0;
}
.filtre-collection li:last-child {
  width: 52px;
}

.breadcrumb {
  background: transparent none repeat scroll 0 0;
  margin: 0.8rem 0 0;
  padding: 0.8rem 0.5rem;
}
.breadcrumb a {
  color: #969696;
  font-family: "Gotham Rounded Light";
  padding-right: 1rem;
  position: relative;
}
.breadcrumb span {
  color: #969696;
  position: relative;
  font-family: 'Gotham Rounded Light';
}
.breadcrumb a:hover { color: #ed2b09 }
.breadcrumb a::after {
  content: ">";
  position: absolute;
  right: -1px;
}
.content-header > .row {
  border: 3px solid #6e4c29;
  padding: 1.5rem;
}
.bloc-header .title {padding: 0 0 0.5rem; }
.bloc-header.ec-new {margin-bottom:0px; }
.content-header h4 {
  color: #4cae4c;
  margin: 0.3rem 0 1rem;
  text-transform: uppercase;
}
.content-header .button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #4cae4c;
  color: #4cae4c;
  display: block;
  font-size: 1.4rem;
  padding: 3px;
  text-align: center;
  width: 100%;
  -webkit-transition: .5s ease 0s;
     -moz-transition: .5s ease 0s;
      -ms-transition: .5s ease 0s;
          transition: .5s ease 0s;
}
.content-header .button:hover {
  background: #4cae4c none repeat scroll 0 0;
  color: #fff;
}
.content-header .col-sm-4 {padding: 0; width: 29.7%; }
.content-header .col-sm-8 {padding: 0; width: 69.7%; }
.content-header p {color: #969696; font-family: 'Gotham Rounded Book'; }
.bloc-header {margin: 0 0 3rem; }
.filter-form input {
  font-family: "Gotham Rounded Medium";
  height: 41px;
  width: 100%;
  font-size: 1.4rem;
}
.filter-form input[type="submit"] {
  background-image: none;
  padding: 0 0.8rem;
}
.filter-form input[type="submit"]:hover {background-color: #ed2b09; }

.filter li {margin-right: 1rem; width: 29.3%; }
.filter li:last-child {margin-right: 0; width: 40px; }

.filter + .nbr-find {
  color: #969696;
  font-family: "Gotham Rounded Book";
  font-size: 1.2rem;
  margin: 1rem -1.5rem 0;
}

.nbr-find {
  color: #969696;
  font-family: "Gotham Rounded Book";
  font-size: 1.2rem;
  margin:0;
}

.collection-list .bloc {margin-bottom: 2rem; padding: 2.5rem; }
.collection-list .bloc.white {margin-bottom: 2rem; padding: 1.5rem; }
.collection-list .bloc-img {
  float: left;
  margin-right: 2rem;
  overflow: hidden;
  width: 38%;
}
.collection-list .bloc-txt {
  clear: none;
  float: left;
  padding: 0;
  width: 58%;
}

.bloc.white .bloc-img {
  float: left;
  margin-right: 2rem;
  overflow: hidden;
  width: 36%;
}
.bloc.white .bloc-txt {
  clear: none;
  float: left;
  padding: 0;
  width: 52%;
}

.collection-list .bloc-menu {
  clear: none;
  float: right;
  padding: 0;
  width: 6%;
}

.collection-list .like {
  padding: 0.5rem 0.5rem 0;
  position: relative;
  top: 0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}
.collection-list .bloc-txt h4 {margin-top: 0; }
.collection-list .bloc-txt .date {font-size: 1.3rem; }
.collection-list .bloc-txt > p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.collection-list .consult {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #4cae4c;
  color: #4cae4c;
  font-family: "Gotham Rounded Book";
  font-size: 1.4rem;
  margin: 0 0 0 0.5rem;
  padding: 0.2rem;
  width: 128px;
}
.collection-list .consult:hover {
  background: #4cae4c none repeat scroll 0 0;
  color: #fff;
}
.collection-list .bloc-txt .col-sm-7 {padding-right: 0; }
.collection-list .bloc-txt > .row {margin-top: 2.7rem; }
.collection-list .white .bloc-txt > .row {margin-top: 0px; }

.totop {
  background: transparent url("../images/icon-totop.png") no-repeat scroll 0 0;
  display: block;
  position: fixed;
  bottom: 15%;
  right: 5%;
  height: 38px;
  margin: 0 0 3rem;
  width: 38px;
  -webkit-transition: 0s ease 0s;
     -moz-transition: 0s ease 0s;
      -ms-transition: 0s ease 0s;
          transition: 0s ease 0s;
}
.totop:hover {
  background-position: 0 -39px; 
  -webkit-transition: 0s ease 0s;
     -moz-transition: 0s ease 0s;
      -ms-transition: 0s ease 0s;
          transition: 0s ease 0s;
}

.aside-filter {border: 3px solid #4cae4c; }
.aside-filter > h4 {
  background: #4cae4c none repeat scroll 0 0;
  color: #fff;
  font-size: 1.7rem;
  margin: 0 0 1rem;
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
}
.aside-filter > ul {padding: 0 2.5rem 1.5rem; }
.aside-filter a {
  background: rgba(0, 0, 0, 0) url("../images/bg-select.jpg") no-repeat scroll 100% 50%;
  border-bottom: 1px solid #c8c8c8;
  color: #4cae4c;
  display: block;
  padding: 0.5rem 0; 
  text-transform: uppercase;
}
.aside-filter li > div {
  border: 1px solid #c8c8c8;
  margin: -1px 0 1rem;
  padding: 0.5rem 0.75rem;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}
.aside-filter span {float: right; margin-top: 0.2rem; }
.aside-filter input[type="checkbox"] {
  height: 13px;
  margin: 0.3em .5rem 0 0;
  position: relative;
  top: 2px;
}
.bloc-menu input[type="checkbox"] {
  height: 13px;
  border-color:#4cae4c;
  position: relative;
  top: 0px;
}
.aside-filter.radius div {
  color: #969696;
  font-family: "Gotham Rounded Book";
  font-size: 1.2rem;
}

.aside-menu {
	border: #4cae4c 1px solid;
}

.aside-menu nav ul{
    padding: 0px 12px;
}

.aside-menu nav ul li{
    list-style: none;
	padding:16px 0px;
	background:url(../images/graphicVerticaleMenu.png) bottom center no-repeat;
}

.aside-menu nav ul{
    padding: 0px 24px;
}

.aside-menu nav ul li a{
    text-decoration: none;
    font-family: "Gotham Rounded Medium";
    font-size: 14px;
    letter-spacing: .5px;
	color:#4cae4c;
    transition:all .2s linear;
    -o-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
}
.aside-menu nav ul li.last{
    background:none;
}

.aside-menu nav ul li a:hover,
.aside-menu nav ul li.selected >a{
    color: #6e4c29;
}

.bloc-ajout {
  padding: 0px;
}

.bloc-ajout li>a {
  background: rgba(0, 0, 0, 0) url("../images/graphicBtnDownMaroon.png") no-repeat scroll 98% 50%;
  border: 1px solid #c8c8c8;
  color: #6e4c29;
  font-size:14px;
  display: block;
  padding: 0.5rem 1rem;
  border-radius:5px;
}

.bloc-ajout li {
  padding: 10px 0;
}

.bloc-ajout li > div {
  border: 1px solid #c8c8c8;
  margin: -1px 0 1rem;
  padding: 0.5rem 0.75rem;
  display: none;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.bloc-ajout li > div  p input::-moz-placeholder {
  color: #4cae4c;
  font-family: "Gotham Rounded Light";
  font-size: 14px;
  opacity: 1;	
}

.bloc-ajout li > div  p textarea::-moz-placeholder {
  color: #4cae4c;
  font-family: "Gotham Rounded Light";
  font-size: 14px;
  opacity: 1;	
}

.bloc-ajout li > div  p {
  padding: 12px 24px;	
}

.valid-bloc {
  padding-right: 36px;	
}

.valid-bloc a{
  background: #4cae4c;
  border: 1px solid #4cae4c;
  color: #fff;
  font-family: "Gotham Rounded";
  font-weight: bold;
  font-size: 12px;
  position: relative;
  text-align: center;
  margin-bottom:10px;
  text-transform: uppercase;
  -webkit-transition: .5s ease 0s;
     -moz-transition: .5s ease 0s;
      -ms-transition: .5s ease 0s;
          transition: .5s ease 0s;
}

.valid-bloc a:hover{
  background: #fff;
  border: 1px solid #4cae4c;
  color: #4cae4c;
}

.ec_btn_importer {
	font-family: "Gotham Rounded";
    font-size: 12px;
	color:#4cae4c;
	border-color: #4cae4c;
	margin: 10px auto;
	border-radius:10px;
	text-transform:uppercase;
}

.ec_btn_importer:hover {
  background: #4cae4c none repeat scroll 0 0;
  color: #fff;
}

.ec_btn_principale{
	font-family: "Gotham Rounded Book";
    font-size: 12px;
	color:#6e4c29;
	border: 1px solid #6e4c29;
	width: 100%;
	margin:10px auto;
}

.bloc-img-add >img{
	width:100%;
	height:120px;
}
.ec_btn_principale:hover{
	color:#fff;
	background: #6e4c29 none repeat scroll 0 0;
}

.ec_btn_supprimer{
	font-family: "Gotham Rounded Book";
    font-size: 12px;
	color:#4cae4c;
	border: 1px solid #4cae4c;
	width: 100%;
	margin:5px auto;
	background: rgba(0, 0, 0, 0) url("../images/graphicBtnPoubelle.png") no-repeat scroll 8% 50%;
}

.ec_btn_vendre{
	font-family: "Gotham Rounded Book";
    font-size: 12px;
	color:#4cae4c;
	border: 1px solid #4cae4c;
	width: 100%;
	margin:5px auto;
	background: rgba(0, 0, 0, 0) url("../images/graphicPanierGreen.png") no-repeat scroll 8% 50%;
}

.ec_btn_supprimer:hover, .ec_btn_vendre:hover {
	background: #4cae4c none repeat scroll 0 0;
	color: #fff;
}

.btn-pubn-collection, .btn-add-collection{
	width: 100%;
	text-transform:none;
	font-weight:bold;
}
.btn-add-collection{
	background: rgba(0, 0, 0, 0) url("../images/graphicBtnPlus.png") no-repeat scroll 8% 50%;
}
.btn-pubn-collection{
	background: rgba(0, 0, 0, 0) url("../images/graphicBtnDown.png") no-repeat scroll 92% 50%;
}

.submit-form  input{
	background: #fff none no-repeat scroll 0 0;
	border: 1px solid #6e4c29;
	color: #6e4c29;
	font-size:16px;
	font-family: "Gotham Rounded";
	height: 36px;
	width: 100%;
	border-radius: 10px;
	margin:12px 0px;
}

.bloc.white .owl-prev {
  background: rgba(0, 0, 0, 0) url("../images/graphicBtnRight_white.png") no-repeat;
  color: transparent;
  height: 19px;
  left: 10px;
  position: absolute;
  top: 45%;
  width: 12px;
}
.bloc.white .owl-next {
  background: rgba(0, 0, 0, 0) url("../images/graphicBtnLeft_white.png") no-repeat;
  color: transparent;
  height: 19px;
  right: 10px;
  position: absolute;
  top: 45%;
  width: 12px;
}

.bloc-menu ul li {
	padding-bottom:80px;
}

.bloc-menu ul li:last-child{
	padding-bottom:0px;
}

.close-green{
	font-size:36px;
	font-weight:bold;
	color:#4cae4c;
	
}

#addModal .modal-dialog {
    width: 416px;
}
#addModal  .modal-content{
    border-radius: 10px;
}
#addModal  .modal-body{
    padding: 10px 66px;
}
#addModal  .modal-footer{
    padding: 10px 66px;
}

#addModal {
	top: 200px;
}

#addModal .txt-titre{
	font-family: "Gotham Rounded Book";
	font-size: 18px;
	text-transform: uppercase;
	color: #969696;
	text-align: center;
}

#addModal .txt-info{
	font-family: "Gotham Rounded Book";
	font-size: 14px;
	color: #4cae4c;
	font-weight:bold;
	text-align: center;
}

#addModal .img-form{
	float:right;
	clear:both;
	margin: auto 0px;
}

#addModal .btn-addp{
	font-family: "Gotham Rounded";
	font-size: 14px;
	color: #FFF;
	border-color: #4cae4c;
	margin: 30px auto 0px auto;
	border-radius: 10px;
	text-transform: lowercase;
	background-color: #4cae4c;
	width: 100%;
}

footer {
  background: #4cae4c none repeat scroll 0 0;
  color: #fff;
  margin: 0.2rem 0 0;
  padding: 4rem 0;
}
footer a, footer h6 {
  color: #fff;
  font-family: "Gotham Rounded Book";
  line-height: 1.7rem;
  margin: 0 0 2.3rem;
}
footer a:hover {
  color: #d9460b;
}
footer ul, footer li, footer ol{list-style: none; margin: 0;padding: 0;}
footer li:last-child a {margin: 0; }
footer h6 {margin: 0 0 1.2rem ; }
footer .social .inline a {
  border-radius: 10px;
  font-size: 2.8rem;
  height: 45px;
  margin: 0.5rem 2rem 0 0;
  padding: 0.75rem;
  width: 45px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
          border-radius: 10px;
}

footer .row > div:nth-child(2) .row div:first-child a {margin: 0; }
footer .row > div:nth-child(2) .row div:first-child li:nth-child(2) a {margin: 0 0 2.3rem; }
footer form {padding: 1.1rem 0; }
footer form label {
  display: block;
  font-family: "Gotham Rounded Book";
}
footer input {
  color: #6e4c29;
  display: block;
  padding: 0.5rem 1rem !important;
  width: 100%;
  font-family: "Gotham Rounded light"!important;
  font-style: italic;
}
.appli-footer {
  background: #fff none repeat scroll 0 0;
  padding: 1.5rem;
  text-align: center;
}
.appli-footer > img {margin: 0 0 1.8rem; }
.appli-footer > a {margin: 0 0 1rem; }

.subfooter > p {
  margin: 0.5rem 0;
  background-color:#fff;
  text-align: center;
  font-family: "Gotham Rounded Book";
}



@media screen and (max-width: 990px) {

  .logo, .logo:hover {
    display: block;
    margin: 0 auto 1.5rem;
    width: 221px;
  }
  header .col-xs-4 {text-align: left; }
  .slider .search {margin: -120px 0 0 -45%; }
  aside .bloc-content .bloc {
    display: inline-block;
    margin: 1.5rem;
    vertical-align: top;
    width: 29.5%;
  }
  .bloc-aside > .bloc-content {text-align: center; }
  .bloc-aside > .bloc-content div {text-align: left; }
  .navbar-nav > li {padding: 0 1rem; }
  .navbar-nav > li {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .navbar-nav {text-align: center; }
  .info-badge.align-right > img {width: auto; }
  footer .social .inline a {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
            border-radius: 3px;
    font-size: 1.7rem;
    height: 26px;
    margin: .5rem 0 .5rem 1rem;
    padding: 0.5rem;
    width: 26px;
  }
  .slider, .small-search {margin-top: 20.4rem; }
  .content > .container > .row > .col-md-9, .content aside {width: 100%; }
  .push .col-sm-4 {padding: 0 1.5rem; }
  .content aside {padding: 1rem; }
  .small-search li:first-child {width: 100%; }
  .small-search h2 {margin: 2rem 0 0; }
  .small-search li {padding: 0 0.4rem; }



} 

@media screen and (max-width: 800px) {

  .navbar-nav > li {padding: 0; }
  .social .inline a {margin: 0.5rem 1rem 0 0; }
  aside .bloc-content .bloc {width: 28%; }

}


@media screen and (max-width: 767px) {

  .connect i {display: none; }
  header .col-xs-4 { width: 215px; }
  .inline.connect a {padding: 0.5rem 1rem; line-height: 1rem; }
  header .social {display: none; }
  header .navbar-header .navbar-toggle {
    left: 18px;
    position: absolute;
    top: -115px;
  }
  .slider h2 {font-size: 1.7rem; line-height: 5rem; }
  .search input[type="submit"] {font-size: 1.4rem; width: 300px; margin: 0; }
  .navbar-nav > li {display: block; }
  header .container-fluid {
    background: #fff none repeat scroll 0 0;
    position: relative;
    z-index: 10;
  }
  .navbar-nav > li:last-child a {width: 130px; }
  .navbar-nav > li {text-align: left; padding-left: 1.5rem; }
  .navbar-nav {margin: 7.5px 0; }
  .navbar-nav > li:last-child {text-align: left; }
  .lang, .lang + .button {display: inline-block; vertical-align: top; }
  .lang + .button {margin: -0.5rem 0 0 1rem; }
  header .col-xs-8 {width: 59%; }
  .navbar {min-height: 1rem; }
  .push .col-sm-4, .collection .col-sm-4, .evenement .col-sm-4, .a-venir .col-sm-4, footer .row div {margin: 0 0 4rem; }
  aside .bloc-content .bloc {margin: 0 0 2rem; width: 100%; }
  footer li, footer h6, footer label {text-align: center; }
  footer input {margin: 0 auto; width: 300px; }
  .appli-footer {
    display: block;
    margin: 0 auto !important;
    width: 300px;
  }
  .slider, .small-search {margin-top: 13.3rem; }
  .push .col-sm-4 {text-align: center !important; }
  .content-header .fl {
    display: block;
    float: none !important;
    margin: 1rem auto;
  }
  .content-header .row div {width: 100%; }
  input[type="submit"] {
    background: #4cae4c none no-repeat scroll 88% 50%;
    padding: 0;
    text-align: center;
  }
  .filter li {width: 28%; }
  .collection-list .bloc-txt .col-sm-5 {margin: 0 0 1rem; }

  .submit-form  input{
		background: #fff none no-repeat scroll 0 0;
		border: 1px solid #6e4c29;
		color: #6e4c29;
		font-size:16px;
		font-family: "Gotham Rounded";
		height: 36px;
		width: 100%;
		border-radius: 10px;
	}

}


@media screen and (max-width: 500px) {

  header .col-xs-8 {
    margin: 0 0 1.5rem;
    text-align: center;
    width: 100%;
  }
  header .col-xs-4 {text-align: center; width: 100%; }
  .slider .search {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 50%;
    margin: 3rem 0 0 -45% !important;
    max-width: 90%;
    padding: 1.5rem;
    position: relative;
    text-align: center;
    top: 0;
    width: 966px;
  }
  header .navbar-header .navbar-toggle {left: 7px; top: -156px; }
  .slider h2 {line-height: 2rem; margin: 1rem 0; }
  .title { text-align: center; }
  .title h3 {display: block; text-align: center; }
  .title .fr {
    float: none !important;
    margin: 1rem auto 0;
  }
  .top-carousel {width: 85%; }
  .top-carousel .owl-next {right: -26px; }
  .top-carousel .owl-prev {left: -26px; }
  footer input, .appli-footer {width: 100%; }
  .slider, .small-search {margin-top: 16.8rem; }
  .submit-search.icon-search {right: 10%; }
  .title {padding: 2.5rem 0 2rem; }
  .small-search li {width: 90%; }
  .small-search .ms-parent, .small-search input {margin: 0.5rem 0; }
  .small-search ul {padding-bottom: 2rem; text-align: center; }
  .filter li {margin: 0.5rem 0; width: 100% !important; }
  .collection-list .bloc-img {margin: 0 0 2rem; width: 100%; }
  .collection-list .bloc-txt {width: 100%; }
  

}


@media screen and (max-width: 320px) {

  .logo, .logo:hover {width: 170px; }
  header .col-xs-8 {padding: 0; }
  header .navbar-header .navbar-toggle {left: -1px; top: -147px; }

}