@import url(add/admin.css);
@import url(add/style.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);


@media screen and (min-width:40em){
  .containerCampagneNoel{
      display:flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-left: -20px;
      margin-right: -20px;
  }
  .collecteur{
    flex: 0 1 calc(50% - 30px);
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width:60em){
  .containerCampagneNoel{
    /*margin-top:inherit;*/
  }
  .collecteur{
    flex: 0 1 calc(33.33333% - 20px);
    padding: 10px;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.collecteur{
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}
.campagneNoel{
  /*display:flex;*/
  /*flex: 1 1 auto;
  align-items: columns;*/
  /*padding: 10px;*/
  color: #999999;
}
.campagneNoel h3{
  font-family: 'Lato' !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase;
  margin: 10px 0 0;
  padding: 0;
}

.campagneNoel .styleText1{
	color: #6fb43f;
	font-weight: bold;
  font-size: 20px;
  margin-top:10px;
}
.campagneNoel p{
	padding: 0;
  margin:0;
}
.campagneNoel .imgBox{
  /*width:100%*/
  /*padding:-10px;*/
  /*margin: 0px -100px 0px -40px;*/
}
.campagneNoel img{
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.campagneNoel .conteneurProgess{
  margin-top:10px;
	color: #6fb43f;
  background: #ddd;
	/*min-width: 100px;*/
  min-height: 10px;
  padding: 2px;
}
.campagneNoel .contenantProgessBg{
  display: flex;
  justify-content: flex-start;
  background: #d3d3d3;
	/*width: 100%;*/
  min-height: 10px;
}
.campagneNoel .contenantProgess{
	color: #6fb43f;
  background: #6fb43f;
	width: 35%;
  min-height: 10px;
}
/* MENU-ITEM PREVENT-DEFAULT*/
.menu-item.prevent-default > a{
    cursor: default;
    transition: unset !important;

}
.menu-item.prevent-default > a:after {
    width: 0 !important;
    transition: unset !important ;
}

body.admin-bar .stuck {
  top: 32px;
}

.stuck {
  height: 115px;
}

body.home #rs {
  top: 175px;
}

body #rs {
  top: 215px;
}

#rs {
  z-index: 9999;
  float:right;
  margin:4px 15px;
}

#rs li {
  display: inline-block;
  list-style: none;
}

#rs li a {
  margin-left: 2px !important;
}

#rs li .facebook, #rs li .twitter, #rs li .linkedin, #rs li .instagram {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/sprite-social.png?v2");
  background-repeat: no-repeat;
}
#rs li .facebook:hover, #rs li .twitter:hover, #rs li .linkedin:hover, #rs li .instagram {
  opacity: 0.9;
}
#rs li .facebook {
  background-position: 0 0;
}
#rs li .twitter {
  background-position: 0 -32px;
}
#rs li .linkedin {
  background-position: 0 -64px;
}

#rs li .instagram {
  background-position: 0 -96px;
}

.vtx_banner ul li {
  height: 170px !important;
}

.vtx_banner_element {
  height: 170px !important;
}

#vtx_page_title {
  vertical-align: middle;
  height: 170px !important;
}

h1.vtx_banner_caption {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  line-height: 100%;
  text-shadow: 0 0 5px #333;
  font-size: 40px !important;
}

#topbar a {
  font-size: 13px !important;
  color: #fff !important;
  font-family: 'Lato';
  margin-left: 14px !important;
}
#topbar a:hover {
  color: black !important;
}

span.vtx_menu_top_sep img {
  display: none !important;
}

#alt-title {
  height: 170px !important;
}

#header-v6.header-megamenu #navigation .sub-menu {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

#header-v6.header-megamenu #navigation .sub-menu li a {
  padding: 11px 10px !important;
}

#header-v6 #navigation .sub-menu li.current_page_ancestor > a {
  color: #fff !important;
  background: #6fb43f !important;
}

.wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.section {
  display: block;
  clear: both;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.section .title {
  font-size: 40px;
  font-weight: bold;
  border: none;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section .description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}
.section .more {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 30px;
}
.section .more:hover {
  color: #231f20;
}

.don {
  background: url("../images/bg-section-don.png") no-repeat center bottom;
}
.don .icon {
  display: block;
  width: 264px;
  height: 238px;
  background: url("../images/icon-don.png") no-repeat left top;
  margin: 0 auto 20px auto;
}

.impliquer {
  background: url("../images/bg-section-impliquer.png") no-repeat center bottom;
  padding: 110px 0;
}

.event {
  background: url("../images/bg-section-event.png") no-repeat center bottom;
  padding: 110px 0;
}

.green-section {
  background-color: #6fb43f;
  color: white;
}
.green-section .title {
  color: white;
}
.green-section .more {
  color: black;
  background: url("../images/bg-more-black.png") no-repeat right center;
}
.green-section .more:hover {
  background: url("../images/bg-more-grey.png") no-repeat right center;
}
.green-section ::selection {
  background: black;
  color: white;
}
.green-section ::-moz-selection {
  background: black;
  color: white;
}

.dark-white-section {
  background-color: #f1f2f2;
  color: black;
}
.dark-white-section .title {
  color: black;
}
.dark-white-section .more {
  color: #6fb43f;
  background: url("../images/bg-more-green.png") no-repeat right center;
}
.dark-white-section .more:hover {
  background: url("../images/bg-more-grey.png") no-repeat right center;
}

.white-section {
  background-color: white;
  color: black;
}
.white-section .title {
  color: black;
}
.white-section .more {
  color: #6fb43f;
  background: url("../images/bg-more-green.png") no-repeat right center;
}
.white-section .more:hover {
  background: url("../images/bg-more-grey.png") no-repeat right center;
}

.grey-section {
  background-color: #333333;
  color: white;
}
.grey-section .title {
  color: white;
}
.grey-section .more {
  color: #6fb43f;
  background: url("../images/bg-more-green.png") no-repeat right center;
}
.grey-section .more:hover {
  background: url("../images/bg-more-grey.png") no-repeat right center;
}

.black-section {
  background-color: black;
  color: white;
}
.black-section .title {
  color: white;
}
.black-section .more {
  color: #6fb43f;
  background: url("../images/bg-more-green.png") no-repeat right center;
}
.black-section .more:hover {
  background: url("../images/bg-more-grey.png") no-repeat right center;
}

.col-onefourth {
  display: block;
  width: 25%;
  float: left;
}
.col-onefourth .price {
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 15px;
}
.col-onefourth .intro {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 10px;
}

.first-col .price {
  padding: 0 20px;
  background: url("../images/icon-dollars.png") no-repeat right 5px;
}

.second-col .price {
  padding: 0 35px;
  background: url("../images/icon-coeur.png") no-repeat right 5px;
}

.third-col .price {
  padding: 0 30px;
  background: url("../images/icon-social.png") no-repeat right 5px;
}

.fourth-col .price {
  padding: 0 30px;
  background: url("../images/icon-enfant.png") no-repeat right 5px;
}

.news {
  padding: 70px 0;
}
.news .inner {
  padding: 0 100px;
}
.news .lst_news {
  display: block;
  width: 360px;
  float: left;
  text-align: left;
  margin: 0 10px 25px 10px;
}
.news .lst_news .title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.news .lst_news .title a {
  color: white;
}
.news .lst_news .title a:hover {
  color: #6fb43f;
}
.news .lst_news .date {
  font-size: 12px;
  line-height: 16px;
  color: #6fb43f;
  margin-bottom: 10px;
}
.news .lst_news .intro {
  font-size: 13px;
}
.news .clearboth {
  clear: both;
}

.clearboth {
  clear: both;
}

#next {
  position: absolute;
  right: -40px !important;
  background: url(../images/fleche_droite.png) no-repeat center !important;
}

#next:hover {
  background: url(../images/fleche_droite_hover.png) no-repeat center !important;
}

#prev {
  position: absolute;
  left: -40px !important;
  background: url(../images/fleche_gauche.png) no-repeat center !important;
}

#prev:hover {
  background: url(../images/fleche_gauche_hover.png) no-repeat center !important;
}

.slide img {
  margin: 0 9px 0 9px;
}

#footer {
  background: #231f20;
  color: #dbdbdb !important;
  padding: 20px 0 25px 0 !important;
}
#footer .widget {
  line-height: 19px !important;
  font-size: 15px !important;
}
#footer .widget h3 {
  color: #dbdbdb !important;
  text-transform: uppercase;
  margin-bottom: 15px !important;
}
#footer .widget ul li {
  background: none !important;
  line-height: 30px !important;
  padding-left: 0px;
}
#footer .widget ul li a {
  display: block;
  background: none !important;
  color: #dbdbdb !important;
}
#footer .widget ul li a:hover {
  color: #6fb43f !important;
  background: none !important;
}
#footer .widget ul li.current_page_item a {
  color: #6fb43f !important;
}
#footer .widget p {
  margin-bottom: 15px !important;
}

#copyright {
  background: black;
}
#copyright a:hover {
  color: #6fb43f;
}

.vtx_moisson_cta_container {
  height: auto !important;
}

body.page-template-vtxtemplate-partenaire-php .portfolio-item,
body.page-template-vtxtemplate-donateur-prestige-php .portfolio-item,
body.page-template-vtxtemplate-donateur-emerite-php .portfolio-item,
body.page-template-vtxtemplate-donateur-or-php .portfolio-item,
body.page-template-vtxtemplate-biens-et-services-php .portfolio-item {
  height: auto !important;
}
body.page-template-vtxtemplate-partenaire-php .portfolio-item .portfolio-title,
body.page-template-vtxtemplate-donateur-prestige-php .portfolio-item .portfolio-title,
body.page-template-vtxtemplate-donateur-emerite-php .portfolio-item .portfolio-title,
body.page-template-vtxtemplate-donateur-or-php .portfolio-item .portfolio-title,
body.page-template-vtxtemplate-biens-et-services-php .portfolio-item .portfolio-title {
  height: auto !important;
}
body.page-template-vtxtemplate-partenaire-php .portfolio-item .portfolio-title h4,
body.page-template-vtxtemplate-donateur-prestige-php .portfolio-item .portfolio-title h4,
body.page-template-vtxtemplate-donateur-emerite-php .portfolio-item .portfolio-title h4,
body.page-template-vtxtemplate-donateur-or-php .portfolio-item .portfolio-title h4,
body.page-template-vtxtemplate-biens-et-services-php .portfolio-item .portfolio-title h4 {
  line-height: 20px;
}
body.page-template-vtxtemplate-partenaire-php .portfolio-item.one-third,
body.page-template-vtxtemplate-donateur-prestige-php .portfolio-item.one-third,
body.page-template-vtxtemplate-donateur-emerite-php .portfolio-item.one-third,
body.page-template-vtxtemplate-donateur-or-php .portfolio-item.one-third,
body.page-template-vtxtemplate-biens-et-services-php .portfolio-item.one-third {
  height: auto !important;
}
body.page-template-vtxtemplate-partenaire-php .portfolio-item.one-third .portfolio-pic,
body.page-template-vtxtemplate-donateur-prestige-php .portfolio-item.one-third .portfolio-pic,
body.page-template-vtxtemplate-donateur-emerite-php .portfolio-item.one-third .portfolio-pic,
body.page-template-vtxtemplate-donateur-or-php .portfolio-item.one-third .portfolio-pic,
body.page-template-vtxtemplate-biens-et-services-php .portfolio-item.one-third .portfolio-pic {
  display: none;
}

div.donor-title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 25px;
  color: #000 !important;
}

.lst_donateurs {
  display: block;
  float: left;
  width: 204px;
  margin: 0 25px 25px 0;
}
.lst_donateurs .inner {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}
.lst_donateurs .inner img {
  margin-bottom: -5px;
}

body.page-id-89 h1.vtx_banner_caption, body.page-id-517 h1.vtx_banner_caption, body.page-id-109 h1.vtx_banner_caption, body.page-id-544 h1.vtx_banner_caption {
  color: #000 !important;
  text-shadow: none !important;
}

body.page-id-101 h1.vtx_banner_caption, body.page-id-538 h1.vtx_banner_caption {
  text-shadow: none !important;
}

body.page-id-840 div.donor-title, body.page-id-842 div.donor-title {
  display: none;
}

body.page-id-634 h1.vtx_banner_caption,
body.page-id-637 h1.vtx_banner_caption,
body.page-id-842 h1.vtx_banner_caption,
body.page-id-840 h1.vtx_banner_caption {
  width: 100% !important;
  max-width: 420px !important;
}

body.page-id-502 h1.vtx_banner_caption {
  width: 100% !important;
  max-width: 500px !important;
}

#copyright .social-icons {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #rs {
    top: 0;
  }

  html body #header-v6 #logo {
    margin: 20px auto !important;
  }

  html body #header-v6 .logo {
    margin: 0 !important;
  }

  body.admin-bar #rs {
    top: 32px;
  }

  #header-v6 #navigation .select-menu {
    margin: 0 auto 20px auto !important;
  }

  .news .first {
    margin-right: 0 !important;
  }
  .news .second {
    margin-left: 0 !important;
  }
  .news .lst_news {
    width: 100% !important;
    margin: 0 0 20px 0;
  }

  .stuck {
    height: 175px !important;
  }

  .lst_donateurs {
    width: 29%;
    margin: 0 25px 25px 0;
  }

  .lst_donateurs.last {
    margin: 0 25px 25px 0 !important;
  }
}

@media only screen and (max-width: 959px) {
  #rs {
    margin-top: -6px !important;
  }
}

@media only screen and (max-width: 767px) {
  #rs {
    top: 0;
    margin-top: -7px !important;
  }

  #logo {
    margin: 20px auto !important;
  }
  #logo .logo {
    margin-top: 0 !important;
  }

  body.admin-bar #rs {
    top: 46px;
  }

  .container {
    width: 90%;
  }

  .wrapper {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
  }

  .col-onefourth {
    width: 100%;
    margin-bottom: 20px;
  }

  .news .inner {
    padding: 0 20px;
  }

  .stuck {
    height: 199px;
  }

  .container .one-third.columns {
    width: 95% !important;
  }

  #copyright .container {
    width: 100%;
  }
  #copyright .container .ten.columns {
    display: block !important;
    margin: 0 auto !important;
    width: 90%;
    padding: 10px 5%;
    text-align: center;
  }

  .lst_donateurs {
    width: 90%;
    margin: 0 auto 25px auto;
  }
}

.hover-white:hover {
	color:white!important;
	background-image: url(../images/bg-more-invert.png)!important;
}
.green-section .more.hover-white:hover::before {
	background-image: url(../images/bg-more-invert.png)!important;
}
