.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@keyframes imageAnimation {
  0% {
    transform: scale(1);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1.5);
  }
}
body {
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}
body .lb-data .lb-number {
  display: none !important;
}
body .container {
  max-width: 1470px;
}
body #idcom_cookies .close {
  padding: 0;
}
body a {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  outline: none;
}
body a:hover,
body a:focus {
  text-decoration: none;
}
body .fleche-pour-remonter {
  position: fixed;
  right: 15px;
  bottom: 15px;
  font-size: 48px;
  color: #626262;
  cursor: pointer;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  display: none;
  z-index: 5;
}
body .fleche-pour-remonter:hover {
  color: #bf1523;
}
body #grdp_barre_maxi,
body #grdp_barre_mini {
  background-color: rgba(191,21,35,0.85) !important;
}
body header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 10;
}
body header #menu-mobile,
body header #menu-telephone {
  display: none;
}
body header .entete .logo-responsive {
  display: none;
}
body header .entete nav {
  padding-top: 20px;
}
body header .entete nav ul {
  font-size: 0;
  padding-left: 0;
  margin-bottom: 0;
}
body header .entete nav ul li {
  vertical-align: middle;
  display: inline-block;
}
body header .entete nav ul li a {
  font-size: 18px;
  color: #474136 !important;
  vertical-align: middle;
  display: inline-block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .entete nav ul li a:hover {
  color: #da1828 !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .entete nav ul li a img {
  vertical-align: middle;
  display: inline-block;
}
body header .entete nav ul li:after {
  content: "";
  background-color: #da1828;
  height: 19px;
  width: 2px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 25px;
}
body header .entete nav ul li:last-child:after {
  display: none;
}
body header .entete nav ul li.current-menu-item a {
  color: #da1828 !important;
  font-weight: 700;
}
body header .entete nav ul li.menu-item-has-children .dropdown-menu {
  border-left: solid 2px #da1828;
}
body header .entete nav ul li.menu-item-has-children .dropdown-menu a {
  color: #474136 !important;
  background-color: #ffffff;
}
body header .entete nav ul li.menu-item-has-children .dropdown-menu a:hover {
  color: #da1828 !important;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body header .entete nav ul li#menu-item-26 {
  position: fixed;
  right: 0;
  top: 45px;
}
body header .entete nav ul li#menu-item-26 a {
  color: #ffffff !important;
  border: 2px solid #da1828;
  background-color: #da1828;
  padding: 2.5px 12.5px 2.5px 25px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 0;
}
body header .entete nav ul li#menu-item-26 a:hover {
  background-color: #ffffff;
  color: #da1828 !important;
}
body header .entete nav ul li#menu-item-26:after {
  display: none;
}
body main {
  padding-top: 180px;
  background-image: url(../img/bg-main.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
body main .titre-primaire {
  display: inline-block;
  color: #ffffff;
  background-color: #da1828;
  width: 300px;
  padding: 15px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 20px;
  margin-bottom: 40px;
}
body main .titre-secondaire {
  overflow: hidden;
  margin-bottom: 30px;
}
body main .titre-secondaire span {
  color: #da1828;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
body main .titre-secondaire span:before {
  content: "";
  width: 30px;
  height: 32px;
  background: url(../img/icone-titre-secondaire.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
body main .titre-secondaire span:after {
  content: "";
  width: 1500px;
  height: 3px;
  background: url(../img/titre-secondaire-points.png);
  position: absolute;
  right: -1510px;
  bottom: 11px;
  display: block;
}
body main .bloc-de-texte {
  text-align: justify;
}
body main .bloc-de-texte p {
  margin-bottom: 20px;
}
body main .bloc-de-texte ul {
  padding-left: 0px;
  margin-bottom: 20px;
  list-style-type: none;
}
body main .bloc-de-texte ul li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(../img/fleche-liste-bloc-de-texte.png) no-repeat center left;
}
body main .bloc-de-texte ul li:last-child {
  margin-bottom: 0;
}
body main iframe.video {
  width: 100%;
  height: auto;
}
body main section {
  padding-bottom: 60px;
}
body main .section-coloree {
  color: #ffffff;
  background-color: #da1828;
  padding-top: 30px;
  padding-bottom: 30px;
}
body main .section-coloree .titre-secondaire span {
  color: #ffffff;
}
body main .section-coloree .titre-secondaire span:before {
  background: url(../img/icone-titre-secondaire-section-coloree.png);
}
body main .section-coloree .titre-secondaire span:after {
  background: url(../img/titre-secondaire-points-section-coloree.png);
}
body main .carousel-logos {
  -webkit-box-shadow: inset 0px 0px 50px 0px #e2e2e2;
  -moz-box-shadow: inset 0px 0px 50px 0px #e2e2e2;
  box-shadow: inset 0px 0px 50px 0px #e2e2e2;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
}
body main .carousel-logos .owl-item a {
  display: block;
  text-align: center;
  line-height: 145px;
  height: 145px;
}
body main .carousel-logos .owl-item a img {
  max-width: 90%;
  max-height: 100%;
  height: auto;
  width: auto;
  margin: auto;
  vertical-align: middle;
  display: inline-block;
}
body footer {
  padding: 5px 0;
  background-color: #474136;
  color: #ffffff;
}
body footer a {
  color: #ffffff;
}
body footer .informations-legales .barre {
  color: #1fafad;
}
body footer .informations-legales a:hover {
  color: #1fafad;
}
body footer .informations-legales .logo-idcom {
  margin-right: 15px;
}
body footer .informations-legales .logo-idcom img {
  width: 48px;
}
body footer .informations-contact {
  text-align: right;
  line-height: 20px;
}
body footer .informations-contact a:hover {
  color: #da1828;
}
.home main {
  padding-top: 120px;
}
.home .couverture {
  height: 580px;
  position: relative;
  overflow: hidden;
}
.home .couverture .fond {
  position: absolute;
  animation: imageAnimation 36s linear infinite 0s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home .couverture .accroche {
  position: absolute;
  bottom: 10%;
  left: 230px;
}
.home .couverture .accroche h2 {
  color: #da1828;
  background-color: #ffffff;
  border-bottom: solid 2px #da1828;
  font-size: 24px;
  padding: 1em 5em 1em 1em;
}
.home .menu-cases {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
}
.home .menu-cases .row {
  margin-left: -36px;
  margin-right: -36px;
}
.home .menu-cases .case {
  width: 16.66%;
  padding-left: 36px;
  padding-right: 36px;
}
.home .menu-cases .case:after {
  content: "";
  width: 41px;
  height: 198px;
  background: url(../img/ombre-menu-cases.png);
  position: absolute;
  left: -5px;
  bottom: 0;
}
.home .menu-cases .case a {
  background-color: #da1828;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 198px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.home .menu-cases .case a .nom {
  display: table;
  width: 100%;
  height: 100%;
  border-bottom: 18px solid #bf1523;
}
.home .menu-cases .case a .nom span {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  padding: 0 15px;
  border: 1px solid #da1828;
  border-bottom: 0;
}
.home .menu-cases .case a:hover {
  background-color: #ffffff;
  color: #da1828;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-11 #qui-sommes-nous .textuel {
  padding-right: 30px;
}
.page-id-11 #qui-sommes-nous .visuel {
  padding-left: 30px;
}
.page-id-11 #qui-sommes-nous .visuel img {
  border-bottom: 5px solid #da1828;
}
.page-id-11 #qui-sommes-nous .lien-video,
.page-id-11 #qui-sommes-nous .lien-rapport {
  display: block;
  color: #da1828;
  border: 1px solid #da1828;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 20px;
  font-size: 14px;
  margin-right: 1em !important;
  min-width: 280px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #qui-sommes-nous .lien-video i,
.page-id-11 #qui-sommes-nous .lien-rapport i {
  color: #da1828;
  font-size: 24px;
  margin-right: 0.5em;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  vertical-align: middle;
}
.page-id-11 #qui-sommes-nous .lien-video:hover,
.page-id-11 #qui-sommes-nous .lien-rapport:hover {
  background-color: #da1828;
  color: #ffffff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #qui-sommes-nous .lien-video:hover i,
.page-id-11 #qui-sommes-nous .lien-rapport:hover i {
  color: #ffffff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #qui-sommes-nous .lien-video {
  margin-right: 1em;
}
.page-id-11 #section-notre-histoire .schema .frise {
  background: #da1828;
  height: 40px;
  border-radius: 40px;
}
.page-id-11 #section-notre-histoire .schema .dates {
  font-size: 0;
  margin-top: -50px;
}
.page-id-11 #section-notre-histoire .schema .dates .date {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  padding: 0 15px 0 45px;
}
.page-id-11 #section-notre-histoire .schema .dates .date:first-child {
  margin-left: 0;
}
.page-id-11 #section-notre-histoire .schema .dates .date .cercle {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  border: 4px solid #da1828;
  background-color: #ffffff;
}
.page-id-11 #section-notre-histoire .schema .dates .date .cercle strong {
  font-weight: 500;
  margin-top: 26px;
  font-size: 18px;
  display: block;
  color: #ffffff;
}
.page-id-11 #section-notre-histoire .schema .dates .date .detail {
  margin-left: 27px;
  text-align: justify;
  border-left: 4px solid #da1828;
  padding-top: 45px;
  padding-left: 12px;
  position: relative;
}
.page-id-11 #section-notre-histoire .schema .dates .date .detail .annee {
  font-weight: 700;
}
.page-id-11 #section-notre-domaine-dintervention .textuel {
  padding-right: 30px;
}
.page-id-11 #section-notre-domaine-dintervention .textuel .lien {
  text-align: center;
  margin-top: 30px;
}
.page-id-11 #section-notre-domaine-dintervention .textuel .lien a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.page-id-11 #section-notre-domaine-dintervention .textuel .lien a:hover {
  background-color: #ffffff;
  color: #da1828;
}
.page-id-11 #section-notre-domaine-dintervention .visuel {
  padding-left: 30px;
}
.page-id-11 #section-notre-domaine-dintervention .visuel .fond {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.page-id-11 #section-lequipe {
  padding-top: 60px;
}
.page-id-11 #section-lequipe .membres .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-11 #section-lequipe .membres .presentation-team {
  position: relative;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .btn {
  position: absolute;
  background-color: #da1828;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .btn:hover {
  background-color: #626262;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .team1 {
  left: 50%;
  top: 50%;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .team2 {
  right: 20%;
  top: 45%;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .team3 {
  right: 25%;
  bottom: 20%;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .team4 {
  left: 35%;
  top: 60%;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .team5 {
  left: 25%;
  top: 48%;
}
.page-id-11 #section-lequipe .membres .presentation-team .wrapper-infos-bulle .team6 {
  left: 13%;
  top: 60%;
}
.page-id-11 #section-lequipe .membres .membre {
  background-color: #f2f2f2;
  padding: 30px;
  border: solid 1px #dadada;
  border-radius: 5px;
}
.page-id-11 #section-lequipe .membres .membre:nth-child(1) .mask-img {
  background-position: 54.5% 36%;
}
.page-id-11 #section-lequipe .membres .membre:nth-child(2) .mask-img {
  background-position: 75.5% 26%;
}
.page-id-11 #section-lequipe .membres .membre:nth-child(3) .mask-img {
  background-position: 74.5% 62%;
}
.page-id-11 #section-lequipe .membres .membre:nth-child(4) .mask-img {
  background-position: 38.5% 51%;
}
.page-id-11 #section-lequipe .membres .membre:nth-child(5) .mask-img {
  background-position: 27% 36%;
}
.page-id-11 #section-lequipe .membres .membre:nth-child(6) .mask-img {
  background-position: 15% 51%;
}
.page-id-11 #section-lequipe .membres .membre .mask-img {
  width: 150px;
  height: 150px;
  background-color: #626262;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  margin: 0 auto;
}
.page-id-11 #section-lequipe .membres .membre .nom-prenom {
  color: #da1828;
  font-weight: 700;
  font-size: 18px;
  margin-top: 15px;
}
.page-id-11 #section-lequipe .membres .membre .fonction {
  font-weight: 700;
  line-height: 20px;
  height: 40px;
}
.page-id-11 #section-lequipe .membres .membre .telephone {
  border-top: 1px solid #333333;
  margin-top: 10px;
  padding-top: 15px;
}
.page-id-11 #section-lequipe .membres .membre .telephone {
  line-height: 20px;
}
.page-id-11 #section-lequipe .membres .membre .telephone a {
  color: #333333;
  font-size: 16px;
}
.page-id-11 #section-lequipe .membres .membre .telephone a:hover {
  color: #da1828;
}
.page-id-11 #section-lequipe .membres .membre .email {
  line-height: 20px;
}
.page-id-11 #section-lequipe .membres .membre .email a {
  color: #333333;
  font-size: 16px;
}
.page-id-11 #section-lequipe .membres .membre .email a:hover {
  color: #da1828;
}
.page-id-11 #section-nos-membres .lien-fichier a {
  display: inline-block;
  color: #626262;
  border: 1px solid #da1828;
  padding: 5px 25px;
  border-radius: 20px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page-id-11 #section-nos-membres .lien-fichier a:hover {
  background-color: #da1828;
  color: #ffffff;
}
.page-id-12 #section-presentation .textuel {
  padding-right: 30px;
}
.page-id-12 #section-presentation .textuel .lien {
  text-align: center;
  margin-top: 60px;
}
.page-id-12 #section-presentation .textuel .lien a {
  display: inline-block;
  color: #da1828;
  border: 1px solid #da1828;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.page-id-12 #section-presentation .textuel .lien a:hover {
  background-color: #da1828;
  color: #ffffff;
}
.page-id-12 #section-presentation .visuel {
  padding-left: 30px;
}
.page-id-12 #section-comment-soumettre-un-projet .textuel {
  padding-right: 30px;
}
.page-id-12 #section-comment-soumettre-un-projet .textuel .lien {
  text-align: center;
  margin-top: 30px;
}
.page-id-12 #section-comment-soumettre-un-projet .textuel .lien a {
  display: inline-block;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding: 5px 25px;
  border-radius: 20px;
  letter-spacing: 1px;
}
.page-id-12 #section-comment-soumettre-un-projet .textuel .lien a:hover {
  background-color: #ffffff;
  color: #da1828;
}
.page-id-12 #section-comment-soumettre-un-projet .visuel {
  padding-left: 30px;
}
.page-id-12 #section-comment-soumettre-un-projet .visuel .fond {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.page-id-12 #section-exemples-dinterventions {
  padding-top: 70px;
}
.page-id-12 #section-exemples-dinterventions .actions .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-12 #section-exemples-dinterventions .actions .action {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
.page-id-12 #section-exemples-dinterventions .actions .action a {
  color: #333333;
  transition: all 0 ease-in-out !important;
  -webkit-transition: all 0 ease-in-out !important;
  -moz-transition: all 0 ease-in-out !important;
  -o-transition: all 0 ease-in-out !important;
}
.page-id-12 #section-exemples-dinterventions .actions .action .zone {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  border: 1px solid #da1828;
  height: 635px;
  position: relative;
  overflow: hidden;
}
.page-id-12 #section-exemples-dinterventions .actions .action .zone .photo {
  background-size: cover;
  background-position: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-id-12 #section-exemples-dinterventions .actions .action .zone .textuel {
  background-color: rgba(255,255,255,0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}
.page-id-12 #section-exemples-dinterventions .actions .action .zone .textuel .ville {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  color: #da1828;
  font-weight: bold;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-12 #section-exemples-dinterventions .actions .action .zone .textuel .description {
  padding-left: 30px;
  padding-right: 30px;
}
.page-id-12 #section-exemples-dinterventions .actions .action .zone .textuel .savoir-plus {
  text-align: right;
  color: #333333;
  font-style: italic;
  font-weight: 700;
  padding-top: 10px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-12 #section-exemples-dinterventions .actions .action:hover {
  border-color: #474136;
}
.page-id-12 #section-exemples-dinterventions .actions .action:hover .photo {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-12 #section-exemples-dinterventions .actions .action:hover .textuel .titre {
  color: #da1828;
}
.page-id-12 #section-exemples-dinterventions .actions .action:hover .textuel .ville {
  color: #474136;
}
.page-id-12 #section-exemples-dinterventions .actions .action:hover .textuel .savoir-plus {
  color: #da1828;
}
.page-id-12 #section-exemples-dinterventions .lien {
  text-align: center;
}
.page-id-12 #section-exemples-dinterventions .lien a {
  display: inline-block;
  color: #da1828;
  border: 1px solid #da1828;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 50px;
  border-radius: 60px;
  font-weight: bold;
  letter-spacing: 1px;
}
.page-id-12 #section-exemples-dinterventions .lien a:hover {
  background-color: #da1828;
  color: #ffffff;
}
.page-id-13 #section-juridique .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-13 #section-juridique .row >div {
  padding-left: 30px;
  padding-right: 30px;
}
.page-id-13 #section-juridique .zone {
  background-color: #f2f2f2;
  padding-bottom: 20px;
  height: 100%;
}
.page-id-13 #section-juridique .zone .titre-secondaire {
  margin-left: 30px;
  margin-right: 30px;
}
.page-id-13 #section-juridique .zone .bloc-de-texte {
  margin-left: 30px;
  margin-right: 30px;
}
.page-id-13 #section-juridique .zone .bloc-de-texte ul {
  margin-bottom: 0;
}
.page-id-13 #section-juridique .zone .bloc-de-texte ul li {
  padding-left: 30px;
  margin: 0;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-bottom: 1px solid #da1828;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
.page-id-13 #section-juridique .zone .bloc-de-texte ul li a {
  color: #333333;
}
.page-id-13 #section-juridique .zone .bloc-de-texte ul li a:hover {
  color: #da1828;
}
.page-id-101 #section-actions .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-101 #section-actions .action {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.page-id-101 #section-actions .action a {
  color: #333333;
  transition: all 0 ease-in-out !important;
  -webkit-transition: all 0 ease-in-out !important;
  -moz-transition: all 0 ease-in-out !important;
  -o-transition: all 0 ease-in-out !important;
}
.page-id-101 #section-actions .action .zone {
  border: 1px solid #da1828;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-101 #section-actions .action .zone:hover {
  border-color: #474136;
}
.page-id-101 #section-actions .action .zone:hover .ville {
  color: #474136;
}
.page-id-101 #section-actions .action .zone .ville {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  color: #da1828;
  font-weight: bold;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-101 #section-actions .action .zone .description {
  padding-left: 30px;
  padding-right: 30px;
}
.page-id-101 #section-actions .action .zone .photo {
  height: 530px;
  background-size: cover;
  background-position: center;
}
.page-id-7 .col-sm-8 {
  padding-left: 25px;
}
.page-id-7 .filtres {
  font-size: 0;
}
.page-id-7 .filtres .filtre {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #da1828;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  cursor: pointer;
  padding: 5px 25px;
  border-radius: 25px;
  margin-right: 50px;
}
.page-id-7 .filtres .filtre:last-child {
  margin-right: 0;
}
.page-id-7 .filtres .filtre.is-checked {
  color: #ffffff;
  background-color: #da1828;
}
.page-id-7 .filtres .filtre:hover {
  color: #ffffff;
  background-color: #da1828;
}
.page-id-7 #section-actualites .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-7 #section-actualites .actualite {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.page-id-7 #section-actualites .actualite .zone {
  height: 435px;
  position: relative;
  overflow: hidden;
}
.page-id-7 #section-actualites .actualite .zone .fond {
  background-size: cover;
  background-position: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-id-7 #section-actualites .actualite .zone .textuel {
  background-color: rgba(255,255,255,0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}
.page-id-7 #section-actualites .actualite .zone .textuel .date {
  color: #333333;
  border-bottom: 1px solid #da1828;
  font-weight: 700;
  padding-bottom: 5px;
}
.page-id-7 #section-actualites .actualite .zone .textuel .titre {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding-top: 5px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-7 #section-actualites .actualite .zone .textuel .extrait {
  color: #333333;
  line-height: 20px;
  text-align: justify;
  height: 80px;
  overflow: hidden;
}
.page-id-7 #section-actualites .actualite .zone .textuel .savoir-plus {
  text-align: right;
  color: #333333;
  font-style: italic;
  font-weight: 700;
  padding-top: 10px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-7 #section-actualites .actualite .zone:hover .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-7 #section-actualites .actualite .zone:hover .textuel .titre {
  color: #da1828;
}
.page-id-7 #section-actualites .actualite .zone:hover .textuel .savoir-plus {
  color: #da1828;
}
.pagination {
  clear: both;
  display: block;
  text-align: center;
}
.pagination h2 {
  display: none;
}
.pagination .nav-links .page-numbers {
  color: #626262;
  padding: 0.5em 0.8em;
}
.pagination .nav-links .page-numbers.current {
  color: #ffffff;
  background-color: #da1828;
}
.single-post #section-article .textuel {
  padding-right: 30px;
}
.single-post #section-article .textuel .date {
  font-weight: 700;
  margin-bottom: 20px;
}
.single-post #section-article .textuel .mini-menu {
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}
.single-post #section-article .textuel .mini-menu .item {
  display: inline-block;
  margin-right: 30px;
}
.single-post #section-article .textuel .mini-menu .item a {
  color: #da1828;
  border: 1px solid #da1828;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 25px;
  display: block;
}
.single-post #section-article .textuel .mini-menu .item a:hover {
  background-color: #da1828;
  color: #ffffff;
}
.single-post #section-article .textuel .mini-menu .item a i {
  font-size: 22px;
  vertical-align: bottom;
}
.single-post #section-article .textuel .mini-menu .item.item-prev a i {
  margin-right: 10px;
}
.single-post #section-article .textuel .mini-menu .item.item-next a i {
  margin-left: 10px;
}
.single-post #section-article .textuel .mini-menu .item:last-child {
  margin-right: 0;
}
.single-post #section-article .visuel {
  padding-left: 30px;
}
.single-zaction #section-zaction .textuel {
  padding-right: 30px;
}
.single-zaction #section-zaction .textuel .photos-complementaires .photo {
  height: 100px;
  margin-top: 30px;
}
.single-zaction #section-zaction .textuel .photos-complementaires .photo a {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  border: 1px solid #da1828;
}
.single-zaction #section-zaction .textuel .photos-complementaires .photo a .fond {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.single-zaction #section-zaction .textuel .photos-complementaires .photo a:hover .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.single-zaction #section-zaction .textuel .mini-menu {
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}
.single-zaction #section-zaction .textuel .mini-menu .item {
  display: inline-block;
  margin-right: 30px;
}
.single-zaction #section-zaction .textuel .mini-menu .item a {
  color: #da1828;
  border: 1px solid #da1828;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 25px;
  display: block;
}
.single-zaction #section-zaction .textuel .mini-menu .item a:hover {
  background-color: #da1828;
  color: #ffffff;
}
.single-zaction #section-zaction .textuel .mini-menu .item a i {
  font-size: 22px;
  vertical-align: bottom;
}
.single-zaction #section-zaction .textuel .mini-menu .item.item-prev a i {
  margin-right: 10px;
}
.single-zaction #section-zaction .textuel .mini-menu .item.item-next a i {
  margin-left: 10px;
}
.single-zaction #section-zaction .textuel .mini-menu .item:last-child {
  margin-right: 0;
}
.single-zaction #section-zaction .visuel {
  padding-left: 30px;
}
.single-zaction #section-zaction .visuel img {
  margin-bottom: 30px;
}
.page-id-14 #section-revues .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-14 #section-revues .article {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.page-id-14 #section-revues .article .zone {
  height: 435px;
  position: relative;
  overflow: hidden;
}
.page-id-14 #section-revues .article .zone .fond {
  background-size: 180%;
  background-position: center;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-id-14 #section-revues .article .zone .textuel {
  background-color: rgba(255,255,255,0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}
.page-id-14 #section-revues .article .zone .textuel .date-et-journal {
  color: #333333;
  border-bottom: 1px solid #da1828;
  font-weight: 700;
  padding-bottom: 5px;
}
.page-id-14 #section-revues .article .zone .textuel .titre {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding-top: 5px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-id-14 #section-revues .article .zone .textuel .voir-larticle {
  text-align: right;
  color: #333333;
  font-style: italic;
  font-weight: 700;
  padding-top: 10px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-14 #section-revues .article .zone:hover .fond {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -webkit-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -moz-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
  -o-transform: translateZ(0) perspective(1px) scale3d(1.1,1.1,1);
}
.page-id-14 #section-revues .article .zone:hover .textuel .titre {
  color: #da1828;
}
.page-id-14 #section-revues .article .zone:hover .textuel .voir-larticle {
  color: #da1828;
}
.page-id-15 #section-contact .informations {
  padding-right: 30px;
}
.page-id-15 #section-contact .informations .titre {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  margin-bottom: 15px;
  color: #da1828;
}
.page-id-15 #section-contact .informations .info {
  margin-bottom: 15px;
}
.page-id-15 #section-contact .informations .info img {
  margin-right: 20px;
  vertical-align: middle;
  display: inline-block;
}
.page-id-15 #section-contact .informations .info a,
.page-id-15 #section-contact .informations .info span {
  vertical-align: middle;
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
}
.page-id-15 #section-contact .informations .info a {
  color: #333333;
}
.page-id-15 #section-contact .informations .info a:hover {
  color: #da1828;
}
.page-id-15 #section-contact .informations #map {
  height: 330px;
  margin-top: 40px;
}
.page-id-15 #section-contact .visuel {
  padding-left: 30px;
}
.page-id-15 #section-contact .visuel .fond {
  background-size: cover;
  background-position: center;
  height: 633px;
}
.page-id-24 main .titre-primaire {
  margin-bottom: 0;
}
.page-id-24 #section-banniere .row {
  margin: 0;
}
.page-id-24 #section-banniere .visuel .fond {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.page-id-24 #section-banniere .textuel {
  background-color: #006591;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 30px 45px 60px;
  font-size: 38px;
  line-height: 50px;
}
.page-id-24 #section-banniere .textuel span {
  display: block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}
.page-id-24 #section-banniere .textuel .bouton {
  color: #ffffff;
  margin-left: 30px;
  vertical-align: text-bottom;
}
.page-id-24 #section-banniere .textuel .bouton div {
  display: inline-block;
  border: 1px solid #ffffff;
  height: 25px;
  vertical-align: middle;
  width: 92px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-24 #section-banniere .textuel .bouton div i {
  font-size: 30px;
  margin: 0;
  position: absolute;
  left: 35%;
  top: -3px;
}
.page-id-24 #section-banniere .textuel .bouton:hover div {
  color: #006591;
  background-color: #ffffff;
}
.page-id-24 #section-marches .row {
  margin-left: -30px;
  margin-right: -30px;
}
.page-id-24 #section-marches .marche {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
.page-id-24 #section-marches .marche .zone {
  border: 1px solid #dadada;
  padding: 20px 30px;
  height: 100%;
}
.page-id-24 #section-marches .marche .titre {
  text-transform: uppercase;
  color: #da1828;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-id-24 #section-marches .marche .bloc-de-texte {
  line-height: 22px;
}
.page-id-24 #section-marches .marche .telechargement {
  color: #da1828;
  line-height: 18px;
  display: inline-block;
  font-weight: bold;
}
.page-id-24 #section-marches .marche .telechargement:hover {
  color: #333333;
}
.page-id-24 #section-marches .liste-marcher {
  margin-top: 1em;
  color: #626262;
  border: 1px solid #da1828;
  padding: 10px 25px;
  border-radius: 20px;
  letter-spacing: 1px;
  font-size: 18px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-24 #section-marches .liste-marcher:hover {
  background-color: #da1828;
  color: #ffffff;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.page-id-8 main .bloc-de-texte {
  padding-bottom: 60px;
}
.page-id-8 main h2 {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
  color: #da1828;
}
.page-id-8 main h3 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-8 main a {
  color: #333333;
}
.page-id-8 main a:hover {
  color: #da1828;
}
.page-id-3 main #texte-confidentialite {
  margin-top: 0;
}
.page-id-3 main .bloc-de-texte {
  padding-bottom: 60px;
}
.page-id-3 main .bloc-de-texte ul li {
  background: url(../img/fleche-liste-bloc-de-texte.png) no-repeat 0 5px;
}
.page-id-3 main h2 {
  font-size: 24px !important;
  line-height: 28px !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #da1828;
}
.page-id-3 main h3 {
  font-size: 20px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-3 main h4 {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: bold;
}
.page-id-3 main ol {
  padding-left: 15px !important;
}
.page-id-3 main ul >li {
  list-style-type: none !important;
}
.page-id-3 main a {
  color: #333333 !important;
}
.page-id-3 main a:hover {
  color: #da1828 !important;
}
@media screen and (max-width: 1470px) {
  body .container {
    max-width: 100%;
  }
  body header .entete nav ul li:after {
    margin: 0 15px;
  }
  .home .couverture {
    height: 500px;
  }
  .home .menu-cases .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home .menu-cases .case {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-11 #section-lequipe .membres .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .page-id-11 #section-lequipe .membres .membre {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .page-id-24 #section-marches .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-id-24 #section-marches .marche {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1350px) {
  body header {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body header .entete .logo {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  body header .entete .logo img {
    height: 90px;
  }
  body header .entete nav {
    text-align: right;
  }
  body header .entete nav ul li:after {
    margin: 0 15px;
  }
  body header .entete nav ul li a {
    font-size: 17px;
  }
  body header .entete nav ul li a img {
    height: 24px;
  }
  body header .entete nav ul li#menu-item-26 {
    position: static;
    background: none;
    padding: 0;
  }
  body header .entete nav ul li#menu-item-26:after {
    content: "";
    background-color: #da1828;
    height: 19px;
    width: 2px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px;
  }
  body header .entete nav ul li#menu-item-26.current-menu-item a {
    color: #da1828;
  }
  body header .entete nav ul li#menu-item-26 a {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    padding: .5rem;
    color: #474136 !important;
  }
  body header .entete nav ul li#menu-item-26 a:hover {
    color: #da1828 !important;
  }
  body li#menu-item-26 {
    background: #da1828;
    padding: 3px;
    text-align: center;
  }
  body main {
    padding-top: 160px;
  }
  body main .carousel-logos .owl-item a {
    line-height: 100px;
    height: 100px;
  }
  body main .section-coloree {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body footer {
    padding: 15px 0;
    text-align: center;
  }
  body footer .informations-legales {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body footer .informations-contact {
    display: none;
  }
  .home main {
    padding-top: 100px;
  }
  .home .couverture {
    height: 400px;
  }
  .home .menu-cases {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home .menu-cases .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .home .menu-cases .case {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .home .menu-cases .case a {
    height: 160px;
  }
  .home .menu-cases .case a .nom span {
    font-size: 20px;
    line-height: 24px;
  }
  .page-id-11 #qui-sommes-nous .textuel {
    padding-right: 15px;
  }
  .page-id-11 #qui-sommes-nous .visuel {
    padding-left: 15px;
  }
  .page-id-11 #section-notre-domaine-dintervention .textuel {
    padding-right: 15px;
  }
  .page-id-11 #section-notre-domaine-dintervention .visuel {
    padding-left: 15px;
  }
  .page-id-12 #section-presentation .textuel {
    padding-right: 15px;
  }
  .page-id-12 #section-presentation .visuel {
    padding-left: 15px;
  }
  .page-id-12 #section-comment-soumettre-un-projet .textuel {
    padding-right: 15px;
  }
  .page-id-12 #section-comment-soumettre-un-projet .visuel {
    padding-left: 15px;
  }
  .page-id-12 #section-exemples-dinterventions .actions .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-id-12 #section-exemples-dinterventions .actions .action {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .page-id-12 #section-exemples-dinterventions .actions .action .zone .photo {
    height: 350px;
  }
  .page-id-101 #section-actions .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-id-101 #section-actions .action {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .page-id-101 #section-actions .action .zone .photo {
    height: 350px;
  }
  .single-zaction #section-zaction .textuel {
    padding-right: 15px;
  }
  .single-zaction #section-zaction .visuel {
    padding-left: 15px;
  }
  .page-id-13 #section-juridique .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-id-13 #section-juridique .row >div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-7 .filtres {
    padding-top: 8px;
  }
  .page-id-7 .filtres .filtre {
    margin-right: 30px;
  }
  .page-id-7 #section-actualites .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-id-7 #section-actualites .actualite {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .single-post #section-article .textuel {
    padding-right: 15px;
  }
  .single-post #section-article .visuel {
    padding-left: 15px;
  }
  .page-id-14 #section-revues .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-id-14 #section-revues .article {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .page-id-14 #section-revues .article .zone {
    height: 350px;
  }
  .page-id-14 #section-revues .article .zone .textuel .titre {
    font-size: 18px;
  }
  .page-id-24 #section-banniere .textuel {
    font-size: 28px;
    line-height: 36px;
    padding: 15px 30px 45px;
  }
  .page-id-24 #section-marches .marche {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .page-id-24 #section-marches .marche .titre {
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-15 #section-contact .informations {
    padding-right: 15px;
  }
  .page-id-15 #section-contact .visuel {
    padding-left: 15px;
  }
}
.animated-modal {
  max-width: 750px;
  border-radius: 4px;
  overflow: hidden;
  transform: translateY(-50px);
  transition: all .7s;
  padding: 3em;
}
.animated-modal ul,
.member ul {
  padding-left: 0;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.animated-modal ul li,
.member ul li {
  opacity: 1;
  transition-property: transform, opacity;
  transition-duration: .4s;
  list-style-type: none;
  height: 50px;
}
.animated-modal ul li a,
.member ul li a {
  color: #ffffff;
  padding: 0.5em 1em 0.5em 1em;
  background-color: #006591;
  display: block;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
.animated-modal ul li a:hover,
.member ul li a:hover {
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  background-color: #474136;
}
.animated-modal ul li a i,
.member ul li a i {
  font-size: 24px;
  margin-right: 0.5em;
}
.animated-modal h3,
.animated-modal h2,
.animated-modal h4,
.animated-modal span,
.animated-modal .mask-img,
.animated-modal p,
.member h3,
.member h2,
.member h4,
.member span,
.member .mask-img,
.member p {
  transition-property: transform, opacity;
  transition-duration: .4s;
}
.animated-modal h3,
.member h3 {
  font-size: 20px;
  color: #626262;
  margin-top: 0.5em;
}
.animated-modal h2,
.member h2 {
  font-size: 24px;
  color: #333333;
  margin-top: 0.5em;
  border-bottom: solid 1px #da1828;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.animated-modal h4,
.member h4 {
  font-size: 18px;
  color: #da1828;
  text-align: center;
}
.animated-modal p,
.member p {
  font-size: 16px;
  color: #626262;
  margin-bottom: 0;
  text-align: center;
}
.animated-modal .fas,
.member .fas {
  margin-right: 0.5em;
  color: #da1828;
}
.animated-modal .far,
.member .far {
  margin-right: 0.5em;
  color: #ffffff;
}
.animated-modal span,
.member span {
  font-size: 16px;
  color: #626262;
  text-align: center;
}
.animated-modal .mask-img,
.member .mask-img {
  width: 150px;
  height: 150px;
  background-color: #626262;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  margin: 0 auto;
}
.member {
  margin-bottom: 2rem;
}
.member .member-wrapper {
  padding: 2rem;
  border: 1px solid #eaeaea;
  height: 100%;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.member .member-wrapper:hover,
.member .member-wrapper:focus {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.fancybox-slide--current .animated-modal ul li {
  transform: translateY(0);
  opacity: 1;
}
.fancybox-slide--current .animated-modal h3,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal h4,
.fancybox-slide--current .animated-modal span,
.fancybox-slide--current .animated-modal .mask-img,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);
  opacity: 1;
}
.fancybox-slide--current .animated-modal ul li {
  transition-delay: .3s;
}
.fancybox-slide--current .animated-modal h3 {
  transition-delay: .1s;
}
.fancybox-slide--current .animated-modal h2 {
  transition-delay: .2s;
}
.fancybox-slide--current .animated-modal h4 {
  transition-delay: .3s;
}
.fancybox-slide--current .animated-modal span {
  transition-delay: .5s;
}
.fancybox-slide--current .animated-modal p {
  transition-delay: .4s;
}
.fancybox-slide--current .animated-modal .mask-img {
  transition-delay: .1s;
}
.col-text-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
@media screen and (max-width: 1024px) {
  body header {
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #da1828;
  }
  body header .entete .logo {
    display: none;
  }
  body header .entete .logo-responsive {
    display: block;
  }
  body header .entete .logo-responsive img {
    height: 44px;
    margin-top: 8px;
  }
  body header .entete nav {
    background-color: #ffffff;
    text-align: left;
    padding: 5px 5px 0 5px;
  }
  body header .entete nav ul li {
    display: block;
    margin-bottom: 10px;
  }
  body header .entete nav ul li:after {
    display: none !important;
  }
  body header .entete nav ul li:last-child {
    margin-bottom: 0;
  }
  body header .entete nav ul li a {
    font-size: 18px;
  }
  body header #menu-mobile {
    height: 44px;
    width: 44px;
    background-color: #da1828;
    color: #ffffff;
    position: fixed;
    top: 8px;
    right: 15px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    border: 1px solid #da1828;
  }
  body header #menu-mobile.active {
    background-color: #ffffff;
    color: #da1828;
  }
  body header #menu-telephone {
    height: 44px;
    width: 44px;
    background-color: #da1828;
    color: #ffffff;
    position: fixed;
    top: 8px;
    right: 20px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    border: 1px solid #da1828;
  }
  body main {
    padding-top: 95px;
  }
  .home main {
    padding-top: 70px;
  }
  .page-id-11 #qui-sommes-nous .lien-rapport {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 991px) {
  body footer .informations-legales .logo-idcom img {
    width: 36px;
  }
  .home main {
    padding-top: 60px;
  }
  .home .menu-cases {
    padding-bottom: 15px;
  }
  .home .menu-cases .case {
    margin-bottom: 15px;
  }
  .home .menu-cases .case a .nom span {
    font-size: 24px;
    line-height: 28px;
  }
  .page-id-11 #qui-sommes-nous .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-id-11 #qui-sommes-nous .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-id-11 #qui-sommes-nous .lien-rapport {
    margin-top: 0;
  }
  .page-id-11 #section-notre-domaine-dintervention .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-id-11 #section-notre-domaine-dintervention .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }
  .page-id-11 #section-lequipe .presentation-team .wrapper-infos-bulle .team1 {
    left: 52% !important;
    top: 45% !important;
  }
  .page-id-11 #section-lequipe .presentation-team .wrapper-infos-bulle .team2 {
    right: 23% !important;
    top: 38% !important;
  }
  .page-id-11 #section-lequipe .presentation-team .wrapper-infos-bulle .team3 {
    right: 25% !important;
    bottom: 20% !important;
  }
  .page-id-11 #section-lequipe .presentation-team .wrapper-infos-bulle .team4 {
    left: 37% !important;
    top: 57% !important;
  }
  .page-id-11 #section-lequipe .presentation-team .wrapper-infos-bulle .team5 {
    left: 27% !important;
    top: 48% !important;
  }
  .page-id-11 #section-lequipe .presentation-team .wrapper-infos-bulle .team6 {
    left: 15% !important;
    top: 60% !important;
  }
  .page-id-12 #section-presentation .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-id-12 #section-presentation .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-id-12 #section-comment-soumettre-un-projet .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .page-id-12 #section-comment-soumettre-un-projet .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }
  .single-zaction #section-zaction .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .single-zaction #section-zaction .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-id-13 #section-juridique .row >div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-13 #section-juridique .etudes-juridiques {
    margin-bottom: 30px;
  }
  .page-id-7 .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .page-id-7 .filtres {
    padding-top: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-id-7 #section-actualites .actualite {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-post #section-article .textuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .single-post #section-article .visuel {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-id-14 #section-revues .article {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-id-24 #section-marches .marche {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-id-24 #section-banniere .textuel {
    padding: 15px 30px 30px;
    font-size: 20px;
    line-height: 29px;
  }
  .page-id-24 #section-banniere .textuel span {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  body #grdp_barre_maxi,
  body #grdp_barre_mini {
    display: none !important;
  }
  body header .navbar-toggler {
    top: 10px;
    position: fixed;
    right: 75px;
    outline-color: #da1828;
  }
  body main .bloc-de-texte {
    font-size: 14px;
    line-height: 18px;
  }
  body main .titre-primaire {
    width: 100%;
    font-weight: bold;
    padding: 10px 15px;
    font-size: 16px;
  }
  body main .titre-secondaire span {
    font-size: 14px;
  }
  body main .titre-secondaire span:before {
    display: none;
  }
  body main .titre-secondaire span:after {
    display: none;
  }
  body footer .informations-legales {
    font-size: 12px;
  }
  body footer .informations-legales .logo-idcom {
    display: none;
  }
  .home .couverture {
    height: 450px;
  }
  .home .couverture .accroche {
    display: none;
  }
  .home .menu-cases {
    position: absolute;
    top: 45%;
    left: 0;
    padding: 0;
    z-index: 3;
  }
  .home .menu-cases .case {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home .menu-cases .case:after {
    display: none;
  }
  .home .menu-cases .case a {
    height: auto;
    padding: 5px 15px;
  }
  .home .menu-cases .case a .nom {
    border: 0;
  }
  .home .menu-cases .case a .nom span {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .home .menu-cases .case a:hover .nom span {
    border: 0;
  }
  .page-id-11 #qui-sommes-nous .lien-rapport {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .page-id-11 #section-notre-histoire .schema .frise {
    display: none;
  }
  .page-id-11 #section-notre-histoire .schema .dates {
    margin-top: 0;
  }
  .page-id-11 #section-notre-histoire .schema .dates .date {
    width: 100% !important;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .page-id-11 #section-notre-histoire .schema .dates .date:last-child {
    margin-bottom: 0;
  }
  .page-id-11 #section-notre-histoire .schema .dates .date .cercle {
    display: none;
  }
  .page-id-11 #section-notre-histoire .schema .dates .date .detail {
    margin: 0;
    border: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .page-id-11 #section-lequipe .membres .membre {
    margin-bottom: 1em;
  }
  .page-id-11 #section-lequipe .membres .membre .photo {
    height: 160px;
  }
  .page-id-11 #section-lequipe .membres .membre .nom-prenom {
    font-size: 14px;
  }
  .page-id-11 #section-lequipe .membres .membre .fonction {
    line-height: 16px;
    height: 18px;
    font-size: 12px;
  }
  .page-id-11 #section-lequipe .membres .membre .telephone {
    line-height: 16px;
    margin-top: 5px;
    padding-top: 5px;
  }
  .page-id-11 #section-lequipe .membres .membre .telephone a {
    font-size: 14px;
  }
  .page-id-11 #section-lequipe .membres .membre .email {
    line-height: 16px;
  }
  .page-id-11 #section-lequipe .membres .membre .email a {
    font-size: 12px;
  }
  .page-id-11 #section-notre-domaine-dintervention .visuel {
    height: 200px;
  }
  .page-id-11 #section-notre-domaine-dintervention .textuel .lien a {
    font-size: 12px;
    padding: 5px 15px;
  }
  .page-id-11 #section-nos-membres .lien-fichier a {
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .page-id-12 #section-presentation .textuel .lien a {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .page-id-12 #section-comment-soumettre-un-projet .visuel {
    height: 200px;
  }
  .page-id-12 #section-comment-soumettre-un-projet .textuel .lien a {
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .page-id-12 #section-exemples-dinterventions .actions .action .zone .ville {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page-id-12 #section-exemples-dinterventions .actions .action .zone .description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-12 #section-exemples-dinterventions .actions .action .zone .photo {
    height: 200px;
  }
  .page-id-12 #section-exemples-dinterventions .lien a {
    font-size: 12px;
    padding: 5px 15px;
    width: 100%;
  }
  .page-id-13 #section-juridique .zone .bloc-de-texte ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .page-id-101 #section-actions .action .zone .ville {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .page-id-101 #section-actions .action .zone .description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-id-101 #section-actions .action .zone .photo {
    height: 200px;
  }
  .single-zaction #section-zaction .textuel .photos-complementaires .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .single-zaction #section-zaction .textuel .photos-complementaires .photo {
    margin-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .single-zaction #section-zaction .textuel .mini-menu {
    margin-top: 40px;
  }
  .single-zaction #section-zaction .textuel .mini-menu .item {
    margin: 0;
    width: 33.33%;
  }
  .single-zaction #section-zaction .textuel .mini-menu .item a {
    padding: 5px;
    font-size: 12px;
  }
  .single-zaction #section-zaction .textuel .mini-menu .item a i {
    display: none;
  }
  .page-id-13 #section-juridique .zone .titre-primaire {
    margin-bottom: 15px;
  }
  .page-id-13 #section-juridique .zone .titre-secondaire {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .page-id-13 #section-juridique .zone .bloc-de-texte {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-id-13 #section-juridique .zone .bloc-de-texte ul li {
    padding-left: 20px;
  }
  .page-id-7 .filtres .filtre {
    font-size: 12px;
    width: 50%;
    margin: 0;
  }
  .page-id-7 #section-actualites .actualite {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .page-id-7 #section-actualites .actualite .zone {
    height: 350px;
  }
  .page-id-7 #section-actualites .actualite .zone .textuel .date {
    font-size: 12px;
  }
  .page-id-7 #section-actualites .actualite .zone .textuel .titre {
    font-size: 16px;
  }
  .page-id-7 #section-actualites .actualite .zone .textuel .extrait {
    font-size: 14px;
    line-height: 18px;
    height: 108px;
  }
  .page-id-7 #section-actualites .actualite .zone .textuel .savoir-plus {
    font-size: 14px;
  }
  .single-post #section-article .textuel .date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .single-post #section-article .textuel .mini-menu {
    margin-top: 40px;
  }
  .single-post #section-article .textuel .mini-menu .item {
    margin: 0;
    width: 33.33%;
  }
  .single-post #section-article .textuel .mini-menu .item a {
    padding: 5px;
    font-size: 12px;
  }
  .single-post #section-article .textuel .mini-menu .item a i {
    display: none;
  }
  .page-id-14 #section-revues .article {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .page-id-14 #section-revues .article .zone {
    height: 250px;
  }
  .page-id-14 #section-revues .article .zone .textuel .date-et-journal {
    font-size: 12px;
  }
  .page-id-14 #section-revues .article .zone .textuel .titre {
    font-size: 14px;
  }
  .page-id-14 #section-revues .article .zone .textuel .voir-larticle {
    font-size: 14px;
  }
  .page-id-24 #section-banniere {
    padding-bottom: 30px;
  }
  .page-id-24 #section-banniere .visuel {
    height: 100px;
  }
  .page-id-24 #section-banniere .textuel {
    padding: 10px 15px;
    font-size: 15px;
    line-height: 22px;
  }
  .page-id-24 #section-banniere .textuel .bouton {
    margin-left: 15px;
  }
  .page-id-24 #section-banniere .textuel .bouton div {
    width: 70px;
    height: 20px;
  }
  .page-id-24 #section-banniere .textuel .bouton div i {
    font-size: 24px;
  }
  .page-id-24 #section-banniere .textuel span {
    padding-bottom: 10px;
  }
  .page-id-24 #section-marches .marche {
    margin-bottom: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-id-24 #section-marches .marche .titre {
    font-size: 14px;
    line-height: 18px;
  }
  .page-id-24 #section-marches .marche .zone {
    padding: 15px;
  }
  .page-id-24 #section-marches .marche .telechargement {
    font-size: 14px;
  }
  .page-id-15 #section-contact .informations .titre {
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-15 #section-contact .informations .info span {
    line-height: 20px;
    font-size: 16px;
  }
  .page-id-15 #section-contact .informations .info img {
    margin-right: 10px;
  }
  .page-id-15 #section-contact .informations #map {
    margin-top: 20px;
    height: 200px;
  }
  .page-id-15 #section-contact .visuel {
    margin-top: 30px;
  }
  .page-id-15 #section-contact .visuel .fond {
    height: 200px;
  }
  .page-id-8 main h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-id-8 main h3 {
    font-size: 14px;
    line-height: 18px;
  }
  .page-id-3 main h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .page-id-3 main h3 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .page-id-3 main h4 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .page-id-3 main ul {
    padding-left: 0 !important;
  }
}
