#hp-slider {
  margin-bottom: 30px;
  position: relative;
}
#hp-slider .carousel-inner {
  margin: 0 auto;
  max-width: 1190px;
}
#hp-slider .slide-count-wrap {
  color: #424242;
  font-size: 16px;
  width: 40px;
  left: 50%;
  position: absolute;
  bottom: 35px;
  margin-left: -300px;
  font-family: 'Merriweather', Arial, serif;
}
#hp-slider .slick-arrow {
  padding: 45px 0 0 45px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url('../img/arr-slider.png') no-repeat left center;
  border: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 24px;
  outline: 0;
}
#hp-slider .slick-arrow.slick-prev {
  margin-left: -347px;
  background-position: 18px 8px;
}
#hp-slider .slick-arrow.slick-next {
  margin-left: -262px;
  background-position: -57px -43px;
}
#hp-slider .img-mobile {
  display: none;
}
#hp-slider .slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 340px;
  position: relative;
}
#hp-slider .slide:before {
  content: '';
  left: 0;
  background-color: #fff;
  top: 0;
  width: 33%;
  position: absolute;
  height: 100%;
}
#hp-slider .slide .content-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}
#hp-slider .slide .content-wrapper .desc {
  padding: 10px 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 375px;
  background-color: #fff;
  height: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
/*#hp-slider .slide .content-wrapper .desc:after {
  background: url('../img/right-line-slider.png') no-repeat left center;
  width: 80px;
  height: 100%;
  position: absolute;
  right: -87px;
  top: 0;
  content: '';
}*/
#hp-slider .slide .content-wrapper .desc .title {
  color: #424242;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
  display: block;
  text-transform: uppercase;
}
#hp-slider .slide .content-wrapper .desc .sub-title {
  color: #424242;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
}
#hp-slider .slide .content-wrapper .desc .sub-title:empty {
  margin-bottom: 0;
}
#hp-slider .slide .content-wrapper .desc .lien-slider {
  display: inline-block;
  color: #eb6400;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #eb6400;
  padding: 10px 12px;
  border-radius: 4px;
  text-transform: uppercase;
}
#hp-slider .slide .content-wrapper:hover .lien-slider,
#hp-slider .slide .content-wrapper .desc .lien-slider:hover {
  background-color: #eb6400;
  color: white;
}
.bottom-home {
  padding-bottom: 30px;
}
.bottom-home .col-md-4 {
  padding-right: 30px;
  padding-left: 0;
}
.home-bg-grey {
  margin-bottom: 30px;
}
.home-bg-grey .col-md-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 13px;
}
.home-bg-grey .col-md-4:last-child {
  padding-right: 0;
  padding-left: 30px;
}
.home-bg-grey .col-md-4:first-child {
  padding-right: 14px;
  padding-left: 0;
}
.home-bg-grey .content-col {
  border-bottom: 3px solid #000;
  -moz-box-shadow: 0 0 16px 0 #c9c9c9;
  -webkit-box-shadow: 0 0 16px 0 #c9c9c9;
  -o-box-shadow: 0 0 16px 0 #c9c9c9;
  box-shadow: 0 0 16px 0 #c9c9c9;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#c9c9c9, Direction=NaN, Strength=16);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.home-bg-grey .content-col a {
  display: block;
  min-height: 140px;
  padding: 25px 20px 0 130px;
  background-color: #fff;
}
.home-bg-grey .content-col h3 {
  font-weight: 700;
  color: #434343;
  font-size: 18px;
  margin-bottom: 10px;
}
.home-bg-grey .content-col .ico-left {
  position: absolute;
  left: 40px;
  font-size: 55px;
  color: #eb6400;
}
.home-bg-grey .content-col .icon-architecte {
  font-size: 75px;
  top: 31px;
  left: 30px;
}
.home-bg-grey .content-col .icon-brique {
  top: 40px;
}
.home-bg-grey .content-col .icon-eglise {
  top: 42px;
}
.home-bg-grey .content-col .icon-arrow {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 18px;
}
.home-bg-grey .content-col p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.home-bg-grey a {
  text-decoration: none !important;
}
.home-bg-grey a:hover h3 {
  color: #fff !important;
}
.home-bg-grey a:hover p {
  color: #fff !important;
}
.home-bg-grey a:hover .ico-left {
  color: #fff !important;
}
.home-bg-grey a:hover .title-bottom {
  color: #fff !important;
}
.home-bg-grey a:hover .icon-arrow {
  color: #fff !important;
}
.home-bg-grey .bg-violet a:hover {
  background-color: #9e91bf !important;
}
.home-bg-grey .bg-violet .content-col {
  border-color: #9e91bf;
}
.home-bg-grey .bg-violet .icon-arrow {
  color: #9e91bf;
}
.home-bg-grey .bg-jaune a:hover {
  background-color: #ffc000 !important;
}
.home-bg-grey .bg-jaune .content-col {
  border-color: #ffc000;
}
.home-bg-grey .bg-jaune .icon-arrow {
  color: #ffc000;
}
.home-bg-grey .bg-vert a:hover {
  background-color: #2997a4 !important;
}
.home-bg-grey .bg-vert .content-col {
  border-color: #2997a4;
}
.home-bg-grey .bg-vert .icon-arrow {
  color: #2997a4;
}
.home-bg-grey.contact-top {
  margin-top: 20px;
}
.home-bg-grey.contact-top .content-col {
  color: #434343;
}
.home-bg-grey.contact-top .content-col a {
  padding: 20px 30px 70px 30px;
}
.home-bg-grey.contact-top .content-col h3 {
  text-transform: uppercase;
}
.home-bg-grey.contact-top .content-col .title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  left: 30px;
  bottom: 30px;
  color: #434343;
}
.home-bg-grey.contact-top .content-col .icon-arrow {
  bottom: 25px;
}
.large-title {
  position: relative;
}
.large-title h3 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #4d3e32;
}
.large-title h2 {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #4d3e32;
}
.large-title a {
  color: #707070;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 0;
}
.large-title a:hover {
  text-decoration: none;
}
.name-place {
  color: #707070;
  display: block;
  font-size: 14px;
}
.name-place i {
  padding-right: 4px;
}
.home .listing-actu {
  padding: 0 30px;
  border-bottom: 3px solid #9f1f6a;
}
.home .listing-actu .actu {
  padding: 0;
  border: 0;
}
.home .listing-actu .content {
  min-height: 178px;
  margin-bottom: 2px;
}
.home .listing-actu .large-title {
  padding: 30px 15px;
}
.home .listing-actu .large-title a {
  top: 30px;
  right: 30px;
}
.listing-actu {
  background-color: #fff;
}
.listing-actu .row > div {
  padding-left: 15px;
  padding-right: 15px;
}
.listing-actu .actu {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 15px;
}
.listing-actu .large-title {
  padding-bottom: 30px;
}
.listing-actu .large-title h3 {
  color: #9f1f6a;
}
.listing-actu .large-title h2 {
  color: #9f1f6a;
}
.listing-actu .large-title a {
  right: 0;
  top: 0;
}
.listing-actu .thumb {
  margin-bottom: 20px;
}
.listing-actu .thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
.listing-actu .content .title {
  text-transform: uppercase;
  display: block;
  color: #9f1f6a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.listing-actu .content p {
  color: #424242;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  min-height: 0;
  margin-bottom: 10px;
}
.listing-actu .content .name-place {
  margin-bottom: 10px;
}
.listing-actu .content .link-right {
  text-align: right;
}
.listing-actu .content .link-right a {
  display: inline-block;
  color: #9f1f6a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.listing-actu .content .link-right a:hover {
  text-decoration: none;
}
.listing-actu .content .link-right i {
  color: #9f1f6a;
  font-size: 12px;
}
.listing-actu.block-actu p {
  min-height: 90px;
}
.right-home {
  padding-left: 30px;
  padding-right: 0;
}
.bloc-right {
  padding: 30px 25px;
  position: relative;
}
.bloc-right .title {
  text-align: left;
  display: block;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.bloc-right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.2;
  min-height: 114px;
}
.map-project {
  margin-bottom: 30px;
  background-color: #fff;
  height: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map-project .icon-arrow {
  position: absolute;
  color: #fff;
  font-size: 27px;
  top: 13px;
  right: 10px;
}
.map-project .title {
  color: #2997a4;
  line-height: 1.3;
}
.map-project:before {
  content: '';
  width: 47px;
  height: 62px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url('../img/picto-map.png') no-repeat left center;
}
.map-project img {
  display: block;
  margin: 0 auto;
}
.map-project .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #2997a4;
  height: 50px;
  width: 50px;
  display: block;
}
.newsletter {
  margin-bottom: 30px;
  background-color: #247d87;
  background-image: -moz-linear-gradient(top, #9f1f6a, #801d56);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f1f6a), to(#801d56));
  background-image: -webkit-linear-gradient(top, #9f1f6a, #801d56);
  background-image: -o-linear-gradient(top, #9f1f6a, #801d56);
  background-image: linear-gradient(to bottom, #9f1f6a, #801d56);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f1f6a', endColorstr='#ff801d56', GradientType=0);
  color: #fff;
}
.newsletter .icon-arrow {
  position: absolute;
  color: #fff;
  font-size: 27px;
  top: 13px;
  right: 10px;
}
.newsletter p {
  min-height: 55px;
  line-height: 1.4;
}
.newsletter:before {
  content: '';
  width: 50px;
  height: 68px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url('../img/picto-newsletter.png') no-repeat left center;
}
.newsletter form {
  margin-top: 20px;
  border: 0;
  background-color: #fff;
  padding: 15px 50px 15px 15px;
  position: relative;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsletter form input[type="text"] {
  border: 0;
  color: #767676;
  width: 100%;
  line-height: 1.3;
  display: block;
  font-size: 16px;
  outline: 0;
}
.newsletter form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  top: 0;
  border: 0;
  background-color: #9f1f6a;
  cursor: pointer !important;
  z-index: 4;
  font-family: 'icomoon' !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newsletter form input[type="submit"]:after {
  content: "\e907";
  position: absolute;
  color: #fff;
  font-size: 27px;
  top: 13px;
  right: 10px;
  display: block;
  z-index: 55;
  -webkit-font-smoothing: antialiased;
}
.newsletter form button {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  top: 0;
  border: 0;
  background-color: #9f1f6a;
  cursor: pointer !important;
  z-index: 4;
  font-family: 'icomoon' !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.newsletter form button:after {
  content: "\e907";
  position: absolute;
  color: #fff;
  font-size: 27px;
  top: 13px;
  right: 10px;
  display: block;
  z-index: 55;
  -webkit-font-smoothing: antialiased;
}
.newsletter form i {
  display: none;
}
.bloc-legs {
  background-color: #fff;
  border-bottom: 3px solid #665690;
}
.bloc-legs .icon-arrow {
  position: absolute;
  color: #fff;
  font-size: 27px;
  top: 13px;
  right: 10px;
}
.bloc-legs .title {
  margin-bottom: 30px;
  color: #665690;
}
.bloc-legs p {
  color: #665690;
  margin-left: 135px;
  min-height: 125px;
}
.bloc-legs:before {
  content: '';
  width: 50px;
  height: 60px;
  position: absolute;
  top: 5px;
  right: 0;
  background: url('../img/picto-leg.png') no-repeat left center;
}
.bloc-legs .visuel {
  position: absolute;
  left: -20px;
  bottom: 0;
}
.bloc-legs a {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  display: block;
  background-color: #665690;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.bloc-legs a span {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 50px;
  height: 50px;
  top: 0;
  border: 0;
  background-color: #7f6caf;
}
.block_click {
  cursor: pointer;
}
#don {
  background: url('../img/bg-don.jpg') no-repeat center top;
  height: 370px;
  margin-top: 30px;
  padding-top: 40px;
  margin-bottom: 200px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#don h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 45px;
  text-shadow: 0 0 5px #000;
}
#don .content-don {
  width: 790px;
  margin: 0 auto -80px auto;
  position: relative;
}
#don .content-don .nav-tab li {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 0 1px;
  cursor: pointer;
}
#don .content-don .nav-tab li:first-child {
  padding: 0 1px 0 0;
}
#don .content-don .nav-tab li a {
  padding: 22px 0;
  display: block;
  color: #707070;
  background: url('../img/bg-don-onglet.png') no-repeat right bottom #e1e1e1;
}
#don .content-don .nav-tab li.current a {
  background-color: #eb6400;
  color: #fff;
  background-image: url('../img/bg-don-onglet-hover.png');
}
#don .content-don .content-tab {
  padding: 25px 30px 15px 30px;
  background-color: #eb6400;
  margin-top: 3px;
  display: none;
}
#don .content-don .content-tab > div {
  padding: 0 5px;
}
#don .content-don .content-tab .current .montant a {
  background-color: #974000;
}
#don .content-don .content-tab .current .montant .number {
  color: #fff;
}
#don .content-don .content-tab .current .montant .info {
  color: #fff;
}
#don .content-don .content-tab .montant {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
#don .content-don .content-tab .montant a {
  text-decoration: none;
  background-color: #fff;
  height: 150px;
  padding: 25px 10px 0 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
#don .content-don .content-tab .montant a:hover {
  background-color: #974000 !important;
}
#don .content-don .content-tab .montant a:hover .number {
  color: #fff;
}
#don .content-don .content-tab .montant a:hover .info {
  color: #fff;
}
#don .content-don .content-tab .montant .number {
  display: block;
  color: #eb6400;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 20px;
}
#don .content-don .content-tab .montant .info {
  display: block;
  font-size: 16px;
  color: #454545;
  line-height: 1.4;
  font-weight: 400;
}
#don .content-don .content-tab .custom-amount .open-amount {
  display: block;
  text-align: center;
  color: #454545;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}
#don .content-don .content-tab .custom-amount .open-amount:hover {
  background-color: #974000;
  color: #fff;
}
#don .content-don .content-tab .custom-amount .amount {
  width: 200px;
  margin: 0 auto;
  padding-right: 20px;
  position: relative;
  display: none;
}
#don .content-don .content-tab .custom-amount .amount input {
  text-align: right;
}
#don .content-don .content-tab .custom-amount .amount .currency {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
  color: #fff;
}
#don .content-don .content-tab.open {
  display: block;
}
#don .content-don .info-bottom {
  text-align: center;
  margin-top: 30px;
  padding: 0;
  cursor: initial;
  display: none;
}
#don .content-don .info-bottom .info {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
#don .content-don .info-bottom a {
  display: inline-block;
  text-align: center;
  color: #454545;
  font-size: 16px;
  font-weight: 900;
  padding: 10px 0;
  cursor: pointer;
  margin-top: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  width: 200px;
  text-transform: uppercase;
}
#don .content-don .info-bottom a:hover {
  background-color: #974000;
  color: #fff;
  text-decoration: none;
}
.agenda {
  background-color: #fff;
  padding: 25px 30px 0 30px;
  border-bottom: 3px solid #4d3e32;
  margin-bottom: 26px;
}
.agenda .article {
  padding-bottom: 30px;
  margin-top: 30px;
}
.agenda .article:first-child {
  border-bottom: 1px solid #dcdcdc;
  marign-top: 0;
}
.agenda .article .date {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  background-color: #4d3e32;
  color: #fff;
  text-align: center;
  width: 100px;
  padding: 7px 0;
  margin-top: 3px;
}
.agenda .article .title {
  display: block;
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.4;
  min-height: 47px;
  color: #424242;
}
.agenda .large-title {
  margin-bottom: 25px;
}
.mediatheque {
  background-color: #fff;
  padding: 30px 30px 30px 30px;
}
.mediatheque .large-title {
  margin-bottom: 25px;
}
.mediatheque .listing:before {
  content: " ";
  display: table;
}
.mediatheque .listing:after {
  content: " ";
  display: table;
  clear: both;
}
.mediatheque .listing .left {
  float: left;
  width: 55%;
}
.mediatheque .listing .left .top {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  height: 280px;
}
.mediatheque .listing .left .top:hover .layer {
  display: block;
  cursor: pointer;
}
.mediatheque .listing .left .bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 250px;
}
.mediatheque .listing .left .bottom:hover .layer {
  display: block;
  cursor: pointer;
}
.mediatheque .listing .right {
  float: left;
  width: 44%;
  margin-left: 1%;
}
.mediatheque .listing .right .top {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 10px;
  height: 210px;
}
.mediatheque .listing .right .top:hover .layer {
  display: block;
  cursor: pointer;
}
.mediatheque .listing .right .bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 320px;
}
.mediatheque .listing .right .bottom:hover .layer {
  display: block;
  cursor: pointer;
}
.mediatheque .listing .layer {
  position: absolute;
  background: url('../img/layer.png');
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
  left: 0;
}
.mediatheque .listing .layer .info {
  position: absolute;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  bottom: 20px;
  line-height: 1.3;
  width: 100%;
  text-align: center;
  z-index: 4;
}
.revu {
  background-color: #fff;
  padding: 30px 30px 0 30px;
  border-bottom: 3px solid #9f1f6a;
  position: relative;
  min-height: 235px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.revu h3 {
  color: #9f1f6a;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 710px) {
  .revu .content {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-gap: 12px;
  }
}
.revu .content .info {
  min-height: 82px;
}
.revu .content .title {
  color: #9f1f6a;
  font-size: 16px;
  font-weight: 400px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}
.revu .content .sub {
  font-size: 12px;
  color: #5c4a3a;
  display: block;
  margin-bottom: 10px;
}
.revu .content a {
  display: block;
  background-color: #9f1f6a;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  color: #fff;
}
.revu .content a:hover {
  text-decoration: underline;
}
.revu .visuel {

}
.detail-projet .sub-container {
  margin: -30px auto 0 auto;
  padding: 30px 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
.detail-projet .sub-container i {
  font-size: 30px;
  color: #8dbb51;
}
.detail-projet .sub-container .row > div {
  text-align: center;
  border-left: 1px solid #d1d1d1;
}
.detail-projet .sub-container .row > div:first-child {
  border-left: none !important;
}
.detail-projet .sub-container .title-info {
  display: block;
  text-align: center;
  color: #434343;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 13px;
}
.detail-projet .sub-container .info {
  display: block;
  text-align: center;
  color: #434343;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 5px;
  padding-right: 5px;
}
.single-post .detail-projet .sub-container {
  background-color: #9d1f69;
}
.single-post .detail-projet .sub-container i {
  font-size: 30px;
  color: #FFF;
}
.single-post .detail-projet .sub-container .row > div {
  border-left: 1px solid #a23174;
}
.single-post .detail-projet .sub-container .title-info {
  color: #FFF;
}
.single-post .detail-projet .sub-container .info {
  color: #FFF;
}
#projet {
  position: relative;
}
#projet .gallerie {
  padding-bottom: 0;
}
.gallerie .sub-container {
  border-bottom: 3px solid #f6f6f6;
  padding-bottom: 50px;
}
.gallerie .sub-container .slider-nav {
  width: 685px;
}
.gallerie .sub-container .slider-nav img {
  max-width: 80%;
  display: block;
}
.gallerie .sub-container #slide-gallery .slick-arrow {
  bottom: 35px;
}
.gallerie .container .slider-nav {
  width: 920px;
}
#slide-gallery {
  background-color: #f0eded;
  padding-bottom: 20px;
  border: 1px solid #ddd;
  max-width: 700px;
  margin: 0 auto;
}
#slide-gallery .slick-slider.slider-nav {
  width: 87%;
}
#slide-gallery .slider-for {
  margin-bottom: 20px;
}
#slide-gallery .slider-for .img img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 338/229;
  object-fit: cover;
  width: 100%;
}
#slide-gallery .slider-for .desc {
  background-color: #fff;
  width: 80%;
  padding: 17px 45px 17px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -33px auto 0 auto;
  border: 1px solid #ddd;
  position: relative;
  min-height: 90px;
}
#slide-gallery .slider-for .desc .title {
  color: #424242;
  font-weight: 500;
  font-size: 13px;
  display: block;
}
#slide-gallery .slider-for .desc .subtitle {
  display: block;
  color: #424242;
  font-weight: 300;
  font-size: 9px;
  margin-top: 3px;
}
#slide-gallery .slider-for .desc .slide-count-wrap2 {
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 14px;
  color: #424242;
}
#slide-gallery .slick-arrow {
  padding: 20px 0 0 12px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url('../img/arr-slider2.png') no-repeat left center;
  border: 0;
  position: absolute;
  z-index: 2;
  bottom: 60px;
  outline: 0;
}
#slide-gallery .slick-arrow.slick-prev {
  left: -27px;
}
#slide-gallery .slick-arrow.slick-next {
  right: -27px;
  background-position: right center;
}
#slide-gallery .slider-nav {
  text-align: center;
  margin: 0 auto;
}
#slide-gallery .slider-nav:before {
  content: " ";
  display: table;
}
#slide-gallery .slider-nav:after {
  content: " ";
  display: table;
  clear: both;
}
#slide-gallery .slider-nav > div img {
  display: block;
  width: 100%;
}
#slide-gallery .slider-nav .slick-slide {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: pointer;
}
#slide-gallery .slider-nav .slick-slide.slick-current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.localisation {
  padding-bottom: 0;
}
.localisation .sub-container {
  border-bottom: 3px solid #f6f6f6;
  padding-bottom: 50px;
}
.localisation .content-localisation {
  position: relative;
}
.localisation .info {
  position: absolute;
  left: 55px;
  top: 35px;
  background-color: #fff;
  padding: 30px 30px 0 30px;
  height: 210px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  color: #474747;
  font-size: 15px;
}
.localisation .info p {
  margin-bottom: 20px;
  line-height: 1.2;
}
.localisation .info p strong {
  font-weight: 700;
}
.localisation .info a {
  text-decoration: underline;
  color: #474747;
}
.localisation .info a:hover {
  text-decoration: none;
}
.localisation img {
  display: block;
  width: 100%;
  height: auto;
}
#presentation {
  padding-top: 0;
}
.listing-line .line {
  display: table;
  width: 100%;
  color: #4d3e32;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c9c9c9;
}
.listing-line .line:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.listing-line .line .img {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  padding-right: 20px;
}
.listing-line .line .img img {
  display: block;
  max-width: 100%;
}
.listing-line .line .info {
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px 0 0;
  vertical-align: top;
}
.listing-line .line .info .top {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.listing-line .line .info .top span {
  display: inline-block;
  vertical-align: middle;
}
.listing-line .line .info .top .type {
  margin-left: 5px;
}
.listing-line .line .info .top .type:before {
  content: ' | ';
  padding-right: 4px;
}
.listing-line .line .info .titre {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.listing-line .line .info .name {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
}
.listing-line .line .info .date {
  color: #303030;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.listing-line .line .info .date i {
  font-size: 16px;
  padding-right: 5px;
}
.listing-line .line .info p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}
.listing-line .line .link {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
}
.listing-line .line .link a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  background-color: #4d3e32;
  text-align: center;
}
.documents .listing-line {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.addthis_inline_share_toolbox_rvug .atc_s.addthis_button_compact:hover:before {
  background-image: url('../img/pictoshare-hover.png');
  background-repeat: no-repeat;
}
#nav-projet {
  padding-left: 20px;
  border-left: 2px solid #9f1f6a;
  position: absolute;
  left: 50%;
  width: 160px;
  margin-left: -630px;
  top: 75px;
  z-index: 2;
}
#nav-projet ul li {
  margin-top: 30px;
  background-color: transparent !important;
}
#nav-projet ul li:first-child {
  margin-top: 0;
}
#nav-projet ul li a {
  color: #4d3e32;
  font-size: 16px;
  padding: 0;
  background-color: transparent !important;
  line-height: 1.2;
}
#nav-projet ul li a:hover {
  background-color: transparent;
}
#nav-projet ul li.active a {
  font-weight: 700;
}
.chiffre-cle {
  position: relative;
  background-color: #faf2ec;
  padding-top: 30px;
  margin: 0 0 50px 0;
}
.chiffre-cle .content {
  width: 975px;
  margin: 0 auto;
}
.chiffre-cle h3 {
  font-size: 24px;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  color: #4d3e32;
  font-weight: 900;
  position: relative;
}
.chiffre-cle h3:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 38px;
  height: 2px;
  bottom: 0;
  margin-left: -18px;
  z-index: 2;
  background-color: #4d3e32;
}
.chiffre-cle .row {
  margin-top: 30px;
}
.chiffre-cle .row > div {
  text-align: center;
}
.chiffre-cle .row .chiffre {
  display: block;
  color: #9f1f6a;
  font-weight: 600;
  font-size: 68px;
  margin-bottom: 20px;
  font-family: 'Droid Serif', Arial, serif;
}
.chiffre-cle .row .info {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #303030;
  min-height: 130px;
  display: block;
}
#don-bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 85px 0;
  background: url(../img/bg-don2.jpg) no-repeat center top;
}
#don-bottom .sub-container:before {
  content: " ";
  display: table;
}
#don-bottom .sub-container:after {
  content: " ";
  display: table;
  clear: both;
}
#don-bottom h2 {
  float: left;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
}
#don-bottom h2 .first {
  font-weight: 700;
}
#don-bottom h2 .second {
  font-weight: 300;
  display: block;
  margin-top: 15px;
}
#don-bottom a {
  float: right;
  display: inline-block;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  padding: 22px 26px 22px 90px;
  background: url('../img/picto-don.png') no-repeat 23px center #d14905;
}
#don-bottom a:hover {
  text-decoration: underline;
}
.bottom-color {
  margin-bottom: 70px;
}
.press {
  margin-top: 50px;
}
.press .listing-line {
  margin-bottom: 45px;
}
.press .listing-line .line.revue .info {
  width: auto !important;
}
.press .listing-line .line.revue .info p {
  font-size: 13px;
}
.press .listing-line .line.revue .info .name-revu {
  font-size: 15px;
  margin: 0;
}
.press .listing-line .line.revue .img {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 500px) {
  .press .listing-line .line.revue .img {
    padding-right: 0;
  }
}
.press .listing-line .line {
  background-color: #fff;
  padding-top: 0;
  margin-top: 30px;
  border: 1px solid #ddd;
}
.press .listing-line .line:first-child {
  margin-top: 0;
}
.press .listing-line .line .img {
  width: 140px;
}
.press .listing-line .line .info {
  vertical-align: middle;
  padding-right: 20px;
}
.press .listing-line .line .info .cat {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #4d3e32;
  display: block;
  margin-bottom: 10px;
}
.press .listing-line .line .info p {
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}
.press .listing-line .line .info .name-revu {
  font-size: 16px;
  font-weight: 700;
  margin: 7px 0;
}
.press .listing-line .line .info .date {
  color: #424242;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}
.press .listing-line .line .info .date i {
  color: #d14905;
  font-size: 12px;
}
.press .listing-line .line .link {
  padding-right: 40px;
}
.press .listing-line .line .link a {
  width: 125px;
}
.press:before {
  content: " ";
  display: table;
}
.press:after {
  content: " ";
  display: table;
  clear: both;
}
.press .nav-isotope {
  margin-bottom: 40px;
  padding: 0 10px;
}
.press .nav-isotope li {
  padding-left: 5px;
  padding-right: 5px;
}
.press .nav-isotope li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #4d3e32;
  border: 1px solid #4d4d4d;
  font-size: 14px;
}
.press .nav-isotope li a.current {
  color: #fff;
  background-color: #d14905;
  border-color: #d14905;
  text-decoration: none;
}
.press h2 {
  text-transform: uppercase;
  color: #4d3e32;
  font-weight: 900;
  font-size: 22px;
  text-align: center;
  margin-bottom: 35px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform,opacity;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.search-form {
  max-width: 400px;
  margin: 0 auto;
}
.search-form:before {
  content: " ";
  display: table;
}
.search-form:after {
  content: " ";
  display: table;
  clear: both;
}
.search-form #search-top {
  color: #3e3e3e;
  font-size: 18px;
  width: 100%;
  border: 1px solid #d1d1d1;
  display: block;
  padding: 10px 10px 10px 20px;
  width: 305px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.search-form #submit {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  background-color: #d84d07;
  border: 0;
  text-decoration: none;
}
.contact-form .container {
  background-color: #faf2ec;
}
.contact-form .content-form {
  padding: 55px 90px;
}
.contact-form .titre {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.contact-form .titre .italic {
  font-weight: 400;
  font-style: italic;
}
.contact-form .field {
  float: left;
  width: 48%;
  margin-bottom: 25px;
}
.contact-form .field label {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.contact-form .field label .italic {
  font-weight: 400;
  font-style: italic;
}
.contact-form .field:nth-child(odd) {
  margin-right: 4%;
}
.contact-form .field input[type="text"] {
  color: #3e3e3e;
  font-size: 18px;
  width: 100%;
  border: 1px solid #d1d1d1;
  display: block;
  padding: 15px 10px 15px 30px;
}
.contact-form .field select {
  color: #3e3e3e;
  font-size: 18px;
  width: 100%;
  border: 1px solid #d1d1d1;
  height: 55px;
  border-radius: 0;
}
.contact-form .field input[type="number"] {
  color: #3e3e3e;
  font-size: 18px;
  width: 100%;
  border: 1px solid #d1d1d1;
  display: block;
  padding: 15px 10px 15px 30px;
}
.contact-form .double-field:before {
  content: " ";
  display: table;
}
.contact-form .double-field:after {
  content: " ";
  display: table;
  clear: both;
}
.contact-form .double-field.first {
  margin-bottom: 10px;
}
.contact-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form input::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}
.contact-form input::-o-outer-spin-button {
  -o-appearance: none;
  margin: 0;
}
.contact-form .radio-box {
  margin-bottom: 30px;
}
.contact-form .radio-box:before {
  content: " ";
  display: table;
}
.contact-form .radio-box:after {
  content: " ";
  display: table;
  clear: both;
}
.contact-form .radio-box ul:before {
  content: " ";
  display: table;
}
.contact-form .radio-box ul:after {
  content: " ";
  display: table;
  clear: both;
}
.contact-form .radio-box ul li {
  float: left;
  width: 20%;
  border: 1px solid #d1d1d1;
  position: relative;
  background-color: #fff;
}
.contact-form .radio-box ul li label {
  position: relative;
  text-align: center;
  display: block;
  color: #3e3e3e;
  font-size: 18px;
  margin-bottom: 0;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 500;
}
.contact-form .radio-box ul li label:before {
  content: '';
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: red;
  background: url('../img/picto-contact.png') no-repeat transparent;
}
.contact-form .radio-box ul li .new-radio {
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  left: -1px;
}
.contact-form .radio-box ul li .new-radio.check {
  border: 3px solid #d84d07;
}
.contact-form .radio-box ul li .new-radio.check + .wpcf7-list-item-label {
  color: #d84d07;
}
.contact-form .radio-box ul li.internaute label:before {
  background-position: 0 0;
}
.contact-form .radio-box ul li.donateur label:before {
  background-position: -40px 0;
}
.contact-form .radio-box ul li.journaliste label:before {
  background-position: -78px 0;
}
.contact-form .radio-box ul li.delegue label:before {
  background-position: -120px 0;
}
.contact-form .radio-box ul li.paroisse label:before {
  background-position: -160px 0;
}
.contact-form .radio-box ul li.projet label:before {
  background-position: -200px 0;
}
.contact-form .radio-box ul li.leg label:before {
  background-position: -240px 0;
}
.contact-form .radio-box ul li.other label:before {
  background-position: -280px 0;
}
.contact-form .radio-box ul li.brochure label:before {
  background-position: -408px 2px;
}
.contact-form .radio-box ul li.tel label:before {
  background-position: -365px 0;
}
.contact-form .radio-box ul li.rdv label:before {
  background-position: -317px 1px;
}
.contact-form .radio-box ul li.autre label:before {
  background-position: -270px 0;
}
.contact-form .radio-box ul.liste_souhait li {
  width: 25%;
}
.contact-form .radio-box ul.liste_souhait li label {
  text-align: left;
  padding: 15px 0 15px;
}
.contact-form .radio-box ul.liste_souhait li label::before {
  vertical-align: top;
  margin-left: 10px;
}
.contact-form .radio-box.fourth ul li {
  width: 25%;
}
.contact-form .intro-form {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d84d07;
  font-size: 20px;
  color: #000;
  line-height: normal;
}
.contact-form .txtarea {
  margin-bottom: 30px;
}
.contact-form .txtarea textarea {
  display: block;
  color: #3e3e3e;
  font-size: 18px;
  width: 100%;
  border: 1px solid #d1d1d1;
  height: 250px;
  padding: 15px 10px 15px 30px;
  font-family: 'Open Sans', Arial;
  line-height: 1.3;
}
.contact-form .multipl {
  margin-bottom: 50px;
}
.contact-form .multipl #multiple-field {
  padding: 10px 0;
  font-size: 16px;
  display: block;
  width: 100%;
}
.contact-form .multipl .MultiFile-list:before {
  content: " ";
  display: table;
}
.contact-form .multipl .MultiFile-list:after {
  content: " ";
  display: table;
  clear: both;
}
.contact-form .multipl .MultiFile-list > .MultiFile-label {
  margin-top: 20px;
  float: left;
  width: 48%;
  background-color: #e0e0e0;
  border: 1px solid #d1d1d1;
  padding: 20px;
  position: relative;
}
.contact-form .multipl .MultiFile-list > .MultiFile-label:nth-child(odd) {
  margin-right: 4%;
}
.contact-form .multipl .MultiFile-list > .MultiFile-label .MultiFile-remove {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  background: url('../img/picto-contact.png') no-repeat -44px -63px transparent;
  display: block;
  text-indent: -999em;
}
.contact-form .multipl .MultiFile-list > .MultiFile-label .MultiFile-label {
  color: #3e3e3e;
  font-size: 15px;
}
.contact-form .optinCopieMessage {
  display: block;
}
.contact-form .wpcf7-list-item-label {
  margin-left: -31px;
  padding-left: 30px;
  z-index: 5;
  position: relative;
  width: 100%;
  display: inline;
}
.contact-form .liste_souhait .wpcf7-list-item-label {
  margin-left: 0;
  padding-left: 19px;
  width: 63%;
  display: inline-block;
}
.contact-form .liste_souhait .autre .wpcf7-list-item-label {
  padding-top: 9px;
}
.contact-form .checkbox {
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.contact-form .checkbox span {
  display: block;
}
.contact-form .checkbox label {
  display: block;
  vertical-align: middle;
  margin: 0;
  padding-left: 0;
}
.contact-form .checkbox .new-checkbox {
  background: url('../img/picto-contact.png') no-repeat 0 -56px transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -2px;
}
.contact-form .checkbox .new-checkbox.check {
  background-position: 0 -76px;
}
.contact-form .checkbox.last {
  border-top: 1px solid #d84d07;
  padding-top: 20px;
  margin-top: 20px;
}
.contact-form .checkbox.last .new-checkbox {
  top: 18px;
}
.contact-form .submit {
  margin-top: 50px;
  text-align: center;
}
.contact-form .submit #submit {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 25px 35px;
  background-color: #d84d07;
  border: 0;
  text-decoration: none;
}
.contact-form .submit #submit:hover {
  text-decoration: underline;
}
.info-contact {
  background-color: #faf2ec;
}
.info-contact h3 {
  font-size: 24px;
  font-weight: 900;
  color: #9d1f69;
  margin-bottom: 30px;
}
.info-contact .content-tab {
  display: table;
  width: 100%;
}
.info-contact .content-tab .left {
  display: table-cell;
  vertical-align: middle;
  width: 460px;
  padding: 30px;
  background-color: #fdf7f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info-contact .content-tab .left p {
  font-size: 20px;
  padding: 30px 0 30px 20px;
  line-height: 1.4;
  border-left: 4px solid #ec7224;
}
.info-contact .content-tab .right {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  padding: 30px;
}
.info-contact .content-tab .right .picture {
  width: 140px;
  display: inline-block;
  vertical-align: top;
}
.info-contact .content-tab .right .picture img {
  display: block;
  max-width: 100%;
}
.info-contact .content-tab .right .info {
  display: inline-block;
  width: 260px;
  margin-top: 36px;
  vertical-align: top;
  margin-left: 26px;
}
.info-contact .content-tab .right .info .name {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #434343;
  padding-left: 20px;
  background: url('../img/picto-perso.png') no-repeat left center;
}
.info-contact .content-tab .right .info p {
  color: #424242;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}
.info-contact .content-tab .right .info p a {
  text-decoration: underline;
  color: #9d1f69;
}
.info-contact .content-tab .right .info p a:hover {
  text-decoration: none;
}
#rub1 + #nav-projet {
  top: 500px !important;
}
div.wpgdprc-consent-bar {
    z-index: 999 !important;
}

iframe {
  max-width: 100%;
}