.site-header {
	z-index: 9999;
}

/* page-parente */

.page-category .list-article,
.page-template-template-parent-page .list-article {
  border-top: 1px solid #e9e9e9;
  padding: 25px 0px;
}
.page-category .list-article:last-of-type,
.page-template-template-parent-page .list-article:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}
.page-category .list-article-thumb,
.page-template-template-parent-page .list-article-thumb {
  float: left;
  margin-right: 30px;
}
.page-category .list-article-thumb a img:hover,
.page-template-template-parent-page .list-article-thumb a img:hover {
  opacity: 0.8;
}

.page-category .list-article-content,
.page-template-template-parent-page .list-article-content {
  float: none;
  overflow: hidden;
}
.page-category .list-article-meta,
.page-template-template-parent-page .list-article-meta {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
.page-category .entry-title,
.page-template-template-parent-page .entry-title {
  font-size: 20px;
  line-height: 1;
}

@media screen and (max-width: 940px) {
  .page-category .list-article-thumb,
  .page-template-template-parent-page .list-article-thumb {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .page-category .list-article-thumb,
  .page-template-template-parent-page .list-article-thumb {
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .page-category .list-article-thumb img,
  .page-template-template-parent-page .list-article-thumb img {
    width: 100%;
  }
}

/*page de galerie  */
.gallery-content-wrap {
    margin-bottom: 40px;
}

.entry-subtitle > span {
    border-bottom: 2px solid #000;
    padding: 0 60px 6px 0;
}


/* =FEATURED SLIDER
----------------------------------------------- */

#featured-slider {
    border-bottom: 1px solid #EAEAEA;
}

#featured-slider,
#featured-slider .slider-cycle {
    position: relative;
}

#featured-slider .slides {
    width: 100%;
}

.wide-978 #featured-slider .slider-cycle,
.wide-1218 #featured-slider .slider-cycle {
    max-width: 1600px;
    margin: 0 auto;
}

#featured-slider .displayblock {
    display: block;
}

#featured-slider .displaynone {
    display: none;
}

.ie8 #featured-slider .entry-container {
    top: 25%;
}

#featured-slider .entry-container {
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 5%;
    max-width: 40%;
}

.wide-978 #featured-slider .entry-container {
    left: 13.8%;
}

.wide-1218 #featured-slider .entry-container {
    left: 4.9%;
}

#featured-slider .entry-description-container {
    background-color: #555555;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    padding: 1rem 1.5rem;
}

#featured-slider img {
    margin-bottom: 0px;
}

#featured-slider .slider-title-head {
    display: inline-block;
    left: 0;
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
}

#featured-slider .entry-title {
    padding: 0;
}

.slider-title-head .entry-title a {
    color: #FFFFFF;
    text-decoration: none;
}

#featured-slider .entry-title span {
    color: #FFFFFF;
    display: block;
    font-size: 26px;
}

#featured-slider .entry-content {
    color: #FFFFFF;
    padding-top: 5px;
    padding-top: 0.5rem;
}

#featured-slider .entry-content p {
    margin: 0;
    padding: 0;
}

#featured-slider .slider-read-more-button {
    background-color: #0FBE7C;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    float: left;
    margin-top: 15px;
    font-size: 20px;
}

#featured-slider .slider-read-more-button:hover {
    background-color: #666666;
}

#featured-slider .entry-container-right {
    right: 5%;
    left: auto;
}

.wide-978 #featured-slider .entry-container-right {
    right: 13.8%;
    left: auto;
}

.wide-1218 #featured-slider .entry-container-right {
    right: 4.9%;
    left: auto;
}

#featured-slider .entry-container-right .slider-title-head {
    text-align: right;
}

#featured-slider .entry-container-right .entry-content {
    text-align: right;
}

#featured-slider .entry-container-right .slider-read-more-button {
    float: right;
}

/* =SLIDER CONTROLLERS
----------------------------------------------- */

#controllers {
    text-align: center;
    line-height: 0;
    position: absolute;
    width: 100%;
    bottom: 15px;
    z-index: 999;
}

#controllers a {
    width: 18px;
    height: 6px;
    margin: 0 4px;
    overflow: hidden;
    display: inline-block;
    background-color: #FFFFFF;
    color: #FFFFFF;
}

#controllers a:hover,
#controllers a.active {
    background-color: #0FBE7C;
    color: #0FBE7C;
}

/* =PROJET  / Reunion
------------------------------------------------ */

.projet-meta,
.appel_projet-meta,
.reunion-meta {
    font-size: 0.8rem;
    padding-bottom: 10px;
}

.single-projet .projet-meta,
.single-appel_projet .appel_projet-meta,
.single-reunion .reunion-meta {
    border-bottom: 1px solid #e9e9e9;
	color: #222;
    font-size: 1.1rem;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.projet-meta > span,
.appel_projet-meta > span,
.reunion-meta > span {
	display: inline-block;
    margin-right: 10px;
}

.single-projet .projet-meta > span,
.single-appel_projet .appel_projet-meta > span,
.single-reunion .reunion-meta > span {
    margin-right: 30px;
}
.projet-meta span .fa,
.appel_projet-meta span .fa,
.reunion-meta span .fa {
    margin-right: 10px;
}

.projet-partenaire-wrap {
    list-style: outside none none;
}

/* =FlexSlider
------------------------------------------------ */
.hero-slideshow-wrapper-2 {
    background-color: #222222;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slider, #carousel {
	background-color:#555555;
	border: 8px solid #555555;
	margin: 0 0 30px;
}
#home-diaporama {
	background-color:#222222;
	border: 4px solid #222222;
	margin:0;
}
.flexslider p {
    margin: 0;
}

.flex-direction-nav li a {
	margin:0;
	height: initial;
	padding:40px 5px;
	background-color: rgba(33, 33, 33, 0.5) !important;	
	background-color: rgba(181, 91, 133, 0.5) !important;	
	font-size:0;
	top: calc(50% - 60px);
}
.flex-direction-nav a::before {
	/*color:#fff;*/
}
.flex-direction-nav a {
	line-height: 1;
	/*color:#fff;*/
}
.flexslider .slides > li {
    display: none;
    position: relative;
}
.flex-caption {
	padding: 2%;
	/*
	left: 80px;
	top: 95px;
	*/
	width: 50%;
	width: 100%;
	padding: 2% 80px 2% 80px;
	background: rgba(221,16,21,.7);
	background: rgba(90,69,45,.8);
	background: rgba(181,91,133,.9);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	position: absolute;
	font-size: 20px;
	font-weight: 450;
	line-height: 25px;
}
.flex-caption-tiltle {
	font-size: 30px;
	font-size: 28px;
	font-weight: 650;
	font-weight: 600;
	line-height: 35px;
	line-height: 30px;
}
.flex-caption a {
    color: #fff;
}
.flex-caption a:hover {
    text-decoration: none;
	color: #03c4eb !important;
}

/* =General
------------------------------------------------ */
.rfmtheme-menu a {
	text-transform: none;
}

/* =ACF Google Map
------------------------------------------------- */
.acf-map {
	width: 100%;
	height: 540px;
	border: #ccc solid 1px;
	margin: 20px 0;
}
/* fixes potential theme css conflict */
.acf-map img {
   /*max-width: inherit !important;*/
}
.marker-infowindow {
    /*width: 400px;*/
	padding:16px;
}
.marker-infowindow .entry-title {
	color: #9fb05c;
	margin:0 0 16px 0;
}
.marker-infowindow .entry-title a {
    color: #9fb05c;
}
.marker-infowindow .projet-meta {
	margin: 0;
}

.leaflet-popup-content .marker-infowindow p {
    margin: 0;
}
.marker-infowindow .marker-value {
    color: #9fb05c;
    font-size: 16px;
    font-weight: 700;
}

.projet-div-icon .marker-icon {
	color: #3470B1;
    font-size: 40px;
    height: 40px;
    vertical-align: bottom;
    width: 24px;
}
.projet-div-icon > img {
    height: 40px;
    width: auto;
}

.projet-div-icon .icon-container {
    background-color: #eee;
    border-radius: 4px;
    box-shadow: 7px 10px 8px -5px black;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    text-align: center;
    width: 32px;
}
.leaflet-container img {
    /*max-width: none !important;*/
}
.leaflet-marker-pane .projet-div-icon .icon-container img {
    max-width: 24px !important;
    vertical-align: middle;
}
.projet-div-icon .icon-arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eee;
    height: 0;
    left: 8px;
    opacity: 0.9;
    position: relative;
    width: 0;
}

#map-legend {
    background-color: #eee;
	border-color: #bbb;
    border-style: solid;
    border-width: 0 1px 1px;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 12px;
}
#map-legend .map-legend-item{
    display:inline-block;
	margin-right:20px;
}
#map-legend .map-legend-item img{
    width:auto;
	height:30px;
}
#map-legend .map-legend-item .marker-icon {
    color: #3470b1;
    font-size: 40px;
    vertical-align: middle;
}
#map-legend .map-legend-item-title {
	font-size:14px;
	margin-left: 8px;
}
#map-legend .map-legend-item .map-legend-item-title {
	border-bottom:4px solid #2C5F96;
}
#map-legend .map-legend-item.secteur-1 .map-legend-item-title {
	border-bottom:4px solid #787878;
}
#map-legend .map-legend-item.secteur-9 .map-legend-item-title {
	border-bottom:4px solid #5AB8F5;
}
#map-legend .map-legend-item.secteur-10 .map-legend-item-title {
	border-bottom:4px solid #C031F7;
}
#map-legend .map-legend-item.secteur-11 .map-legend-item-title {
	border-bottom:4px solid #EFBB43;
}
#map-legend .map-legend-item.secteur-12 .map-legend-item-title {
	border-bottom:4px solid #FF0000;
}
.marker-infowindow .address-contact {
    font-size: 14px;
    margin: 6px 0 12px;
}
.marker-infowindow .address-contact span {
    color: #aaaaaa;
    /*float: left;*/
    display: inline-block;
    font-size: 1.1em;
}
.marker-infowindow .address-contact .address-content {
    line-height: 1.8;
    padding-left: 0; /*45px*/;
    display: inline-block;
}

.rfmtheme-menu a:hover {
    background-position: center -5px;
}
.cible ul.sub-menu {
    padding: 20px;
    width: 940px;
}

#home-diaporama .flex-caption {
	bottom: 15px;
	bottom: 0px;
    top: auto;
	background: rgba(181, 91, 133, 0.3) none repeat scroll 0 0;
	/*background: rgba(0, 91, 133, 0.3) none repeat scroll 0 0;*/
	background: linear-gradient(0deg,rgba(0,0,0,.95) 0,transparent 100%);
}

#home-diaporama .flex-caption-tiltle {
    font-size: 30px;
	font-size: 28px;
    font-weight: 700;
	font-weight: 600;
    line-height: 35px;
	line-height: 30px;
    margin-bottom: 12px;
}
.rfmtheme-menu .menu-item-object-cible a {
	line-height:24px;
}

/* Accordion */
.accordion-pane {
    margin: 21px 0;
}
.accordion-header {
    border-bottom: 1px solid #aaa;
    cursor: pointer;
    padding-bottom: 4px;
}
.accordion-header .fa {
    margin-right: 8px;
}

/* organigramme */
.jOrgChart table {
    border: medium none;
}
.jOrgChart td {
    border: none;
}

/* galerie album */

.page-albums .album-wrap  {
    float: left;
	margin:15px;
	width: calc(100% - 30px);
}

@media (min-width: 576px) {
    .page-albums .album-wrap {
        width: calc(50% - 30px);
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .page-albums .album-wrap {
        width: calc(50% - 30px);
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .page-albums .album-wrap {
        width: calc(33% - 30px);
        max-width: 100%;
    }
}


@media (min-width: 1200px) {
    .page-albums .album-wrap {
        width: calc(33% - 30px);
        max-width: 100%;
    }
}

.album-wrap .album {
    border: 1px solid #eee;
	box-shadow: 0px 2px 15px #333;
	overflow: hidden;
}
.album-wrap .album-11{
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);	
}

.album-wrap .album-21{
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);	
}

.album-wrap .album-31{
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);	
}

.album-wrap .album .album-image {
	overflow: hidden;
}

.album-wrap .album:hover {
    border: 1px solid #fff;
}

.album-wrap .album img {
    width: 100%;
    height: auto;
}
.album-wrap .album:hover img {
    transform: scale(1.2, 1.2);
}

.album-wrap .desc {
    padding: 15px;
    text-align: center;
}
.login-wrap{
	background: url(../images/bg-login.png) no-repeat center top;
	padding-top: 90px;
}
.login{
	padding: 20px;
	margin: auto;
	width: 320px;
	border: 1px solid #e2e2e2;
	font-size: 14px;
}
.login-input{
	background: #fff !important;
	border: 1px solid #e2e2e2 !important;
	box-shadow: none !important;
	width: 100%;
}
.login input[type='checkbox']{
	margin:0 5px 0 0 !important; 
}

/* profile */
.update-utilisateur-wrap {
    position: relative;
}

.update-utilisateur-wrap.with-massage {
	padding-top:72px;
}

.fo-message{
	background-color: #fafafa;
    color: #000;
    margin: 10px auto;
    padding: 10px;
    position: absolute;
	left:0;
    top: 0;
	width: 500px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.fo-message.success {
    border-left: 5px solid #46b450;
}
.fo-message.error {
    border-left: 5px solid #dc3232;
}

.tc-table {
    display: table;
    width: 100%;
}
.tc-row {
    display: table-row;
}
.tc-cell {
    display: table-cell;
	vertical-align: top;
}
.tc-cell textarea, 
.tc-cell input[type="text"], 
.tc-cell input[type="password"], 
.tc-cell input[type="email"] {
    width: 100%;
}

/* menu du haut avatar */
.rfmtheme-menu2 .with-avatar .avatar {
    height: 24px;
    margin: 0 0 2px 4px;
    width: auto;
}
/* mes messages */

.mes-message-title {
    color: #9fb05c;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.nb-messages {
    font-size: 26px;
    font-weight: 900;
}
.mes-messages-wrap table th, 
.mes-messages-wrap table td {
    border: none;

}
.mes-messages-wrap table th {
	border-top: 1px solid #eceeef;
	border-bottom: 1px solid #eceeef;
}
.mes-messages-wrap table td {
	border-top: 1px solid #fff;
}

.mes-messages-wrap table tbody tr td{
	background-color: rgba(0, 0, 0, 0.05);
}

.mes-messages-wrap table tbody tr .non-lu {
	background-color: rgba(0, 0, 0, 0.02);
}

.mes-messages-wrap table tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
}

.message-title-list {
    color: #9fb05c;
    font-size: 18px;
}
.message-title-excerpt {
    font-size: 14px;
}
tr.non-lu .message-title-list {
    font-weight: 900;
}
.mes-messages-wrap a {
    color: #000;
	text-decoration: none;
}
.mes-messages-wrap a:hover {
	text-decoration: none;
}

/* Filtre */
.filter-wrap .col-4 {
    flex: 0 0 99%;
    max-width: 99%;
    padding-bottom: 10px;
}

@media (min-width: 576px) {
	.filter-wrap .col-4 {
		flex: 0 0 49%;
		max-width: 49%;
		padding-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.filter-wrap .col-4 {
		flex: 0 0 33%;
		max-width: 33%;
		padding-bottom: 0;
	}	
}

/* espace province */

.page-provinces .province-wrap  {
    float: left;
	margin:15px;
	width: calc(100% - 30px);
}

@media (min-width: 576px) {
    .page-provinces .province-wrap {
        width: calc(50% - 30px);
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .page-provinces .province-wrap {
        width: calc(50% - 30px);
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .page-provinces .province-wrap {
        width: calc(33% - 30px);
        max-width: 100%;
    }
}


@media (min-width: 1200px) {
    .page-provinces .province-wrap {
        width: calc(33% - 30px);
        max-width: 100%;
    }
}

.province-wrap .province-item {
	background-color: rgba(0,0,0,0.8);
    border: 1px solid #eee;
	box-shadow: 0px 2px 15px #333;
	overflow: hidden;
}

.province-wrap .province-item:hover {
    border: 1px solid #fff;
}

.province-wrap .province-item img {
    width: 100%;
    height: auto;
}
.province-wrap .province-item:hover img {
    transform: scale(1.1, 1.1);
}
.page-provinces .province-title {
    font-size: 18px;
    font-weight: 700;
	padding: 10px;
}
.page-provinces .province-title a {
    color: #fff;
}
.page-provinces .province-desc {
    color: #fff;
    line-height: 1.4;
	padding: 0 10px;
	display: none;
}

@media screen and (max-width: 576px) {
  #home-diaporama .flex-caption {
    font-size: 12px;
	line-height: 1;
	bottom: -115px;
	top: 115px;
	padding: 2%;
	line-height: 1;
	background-color:#222222;
  }
  #home-diaporama .flex-caption-tiltle {
    font-size: 14px;
	line-height: 1;
  }
  #home-diaporama .flex-direction-nav li a {
	padding: 3px;
	width: initial;
  }
  #home-diaporama .flex-direction-nav li a::before {
	font-size: 25px;
  }
  #home-diaporama .flex-viewport {
    height: 200px;
  }
}
 @media screen and (max-width: 1140px) {
  .header-right-wrapper {
    position: relative;
	height: 95px;
  }
  .search-form-wrap {
	/*width: calc(95% - 120px);*/
	position: absolute;
	right: 0;	
  }
  #nav-toggle {
	position: absolute;
	right: 0;
	top: 30px;
  }
  .cible-menu-wrapper2 {
	display: none;
  }
  .cible ul.sub-menu {
    padding: 5px;
    width: 90%;
  }
  .cible ul.sub-menu li {
	background-color: #212121;
	margin: 5px 20px;
  }  
}
.site-footer {
    background: #163D47;
    color: #BBBBBB;
    font-size: 14px;
}
.site-footer .site-info {
	background: #17424D;
}
.site-footer .footer-block {
    padding: 80px 0px;
    padding: 5rem 0px;
}
.footer-contact-wrap {
    margin-bottom: 20px;
}
.footer-contact-wrap::after {
    clear: both;
    content: " ";
    display: block;
}
.footer-logo-div{
	float:left;
    margin: 0;
    display: block;
    background-color: #fff;
    width: 200px;
    height: 172px;
    overflow: hidden;
    border: 5px double #A3B261;
}
.footer-contact-div {
	float:left;
	padding-left: 14px;
}
.footer-logo-div .custom-logo-link {
	margin: 0 auto;
	display: block;
}
.footer-contact-div .address-contact {
    padding-bottom: 14px;
}
.footer-contact-div span.address-contact {
    display: inline-block;
    padding-right: 14px;
}
.address-contact .fa-stack {
    vertical-align: top;
}
.address-contact  span.address-content {
    display: inline-block;
}
.site-footer .footer-social {
	text-align:left;
}
.site-footer .footer-social .follow-heading {
	display:inline-block;
	padding-right: 14px
}
.site-footer .footer-social .footer-social-icons {
	display:inline-block;
}
ul.rfmtheme-menu3 {
    list-style: none;
	padding: 0;
}
ul.rfmtheme-menu3 li:first-child {
    border-top: 1px solid #BBBBBB;
}
ul.rfmtheme-menu3 li {
    border-bottom: 1px solid #BBBBBB;
    margin: 0;
    padding: 5px 1px;

}
.footer-contact-wrap a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-contact-wrap a:hover {
    color: #03c4eb;
}
.rfmtheme-menu3 li a {
    color: #FFFFFF;
    text-decoration: none;
}
.rfmtheme-menu3 li a:hover {
    color: #03c4eb;
}
.site-footer .footer-subscribe {
	text-align:center;
}
.site-footer .footer-subscribe .subs_input {
  background-color: rgba(255, 255, 255, 0.145);
  color: #cccccc;
  border-bottom: none;
  box-shadow: none;
  padding: 12px 15px 12px;
  border-radius: 2px;
  width: 100%;
  font-size: 13px;
}
.site-footer .footer-subscribe .subs_input:focus {
  border: none;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-subscribe .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-subscribe .subs_input {
    width: 70%;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-subscribe .subs_input {
    width: 100%;
    margin-bottom: 4px;
  }
}
.site-footer .footer-subscribe .subs-button {
  margin: 0px;
  position: relative;
  top: 0px;
  padding: 16px 23px 16px;
}
@media screen and (max-width: 1140px) {
  .site-footer .footer-subscribe .subs-button {
    width: 100%;
  }
}
@media screen and (max-width: 940px) {
  .site-footer .footer-subscribe .subs-button {
    width: 70%;
  }
}
@media screen and (max-width: 720px) {
  .site-footer .footer-subscribe .subs-button {
    width: 100%;
  }
}
.site-footer .footer-subscribe input[type="text"]:focus {
  border: none !important;
}/*footer en 3 colonnes */.site-footer .col-sm-4 {    -webkit-box-flex: 0;	-webkit-flex: 0 0 100%;	-ms-flex: 0 0 100%;	flex: 0 0 100%;	max-width: 100%;	margin-bottom:30px; }@media screen and (min-width: 768px) {  .site-footer .col-sm-4 {    -webkit-box-flex: 0;	-webkit-flex: 0 0 50%;	-ms-flex: 0 0 50%;	flex: 0 0 50%;	max-width: 50%;  }}@media screen and (min-width: 992px) {  .site-footer .col-sm-4 {    -webkit-box-flex: 0;	-webkit-flex: 0 0 33.333333%;	-ms-flex: 0 0 33.333333%;	flex: 0 0 33.333333%;	max-width: 33.333333%;  }}.site-footer .footer-contact-wrap h5 {    text-align: center;}.site-footer .main-navigation3 h5 {	text-align: center;}.site-footer .footer-logo-div {    float: none;    margin: 0 auto;    display: block;    background-color: #fff;    width: 290px;    height: 172px;    overflow: hidden;    border: 5px double #A3B261;    padding: 0px 42px;}.site-footer .footer-contact-wrap .footer-contact-div {	float: none;	padding-left: 0;    width: 290px;    margin: 10px auto;}.site-footer .footer-social {    margin-top: 40px;	text-align: center;}site-footer .footer-social .follow-heading {    display: block;    padding-right: 0;}.site-footer .footer-social .footer-social-icons {    display: block;}
td.montant {
    text-align: right;
}
.filter-wrap .row {
    padding-bottom: 16px;
}
.total-projets {
    background-color: #eee;
	border: 1px solid #bbb;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 12px;
}
.total-projets .total-projets-item{
	border-right: 1px solid #bbb;
    display:inline-block;
	padding: 0 40px;
}
.total-projets .total-projets-item:last-child {
    border: none;
}
.total-projets-item .value {
    font-weight: 700;
}
.form-control {
    padding: .2rem .75rem;
}
th {
    text-align: center;
}
.wpcf7-form .formulaire-item {
    margin-bottom: 1.4rem;
}
.wpcf7-form .formulaire-item > label {
    font-size: 13px;
}
span.wpcf7-list-item {
    display: block;
}