/*--------FONTES---------*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800&display=swap");
/*--------VARIABLES--------*/
h1, h2, h3, h4, h5, h6, p, span, div, a {
  font-family: "Montserrat";
  color: #4c4c4c;
}

p, li {
  font-size: 18px;
  line-height: 25px;
}

/*--------GENERAL-------*/
img {
  vertical-align: bottom;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .container {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1180px;
  }
}

.container-1300 {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .container-1300 {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 480px) {
  .container-1300 {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .container-1300 {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-1300 {
    max-width: 970px;
  }
}
@media (min-width: 1250px) {
  .container-1300 {
    max-width: 1180px;
  }
}
@media (min-width: 1349px) {
  .container-1300 {
    max-width: 1270px;
  }
}

.container-1500 {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .container-1500 {
    max-width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 480px) {
  .container-1500 {
    max-width: 450px;
  }
}
@media (min-width: 768px) {
  .container-1500 {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-1500 {
    max-width: 970px;
  }
}
@media (min-width: 1250px) {
  .container-1500 {
    max-width: 1180px;
  }
}
@media (min-width: 1549px) {
  .container-1500 {
    max-width: 1470px;
  }
}

/*------------MIXINS-----------*/
.actualite.sans-visuel .normal .categorie {
  background: #ffffff !important;
  color: #7BAFDA !important;
}
.actualite.sans-visuel .normal .texte {
  text-shadow: none !important;
}

/*--------LOGO et MENU PRINCIPAL---------*/
#header {
  position: absolute;
  top: 50px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease;
  padding-bottom: 5px;
}
@media (max-width: 1200px) {
  #header {
    top: 25px;
  }
}
@media (max-width: 450px) {
  #header {
    top: 5px;
  }
}
#header .container-1500 {
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #header .container-1500 {
    max-width: 90%;
    left: 5%;
    padding: 0;
  }
}
@media (max-width: 450px) {
  #header .container-1500 {
    width: 100%;
  }
}
#header .container-1500 #logo {
  width: 250px;
  transition: 0.3s ease;
}
@media (max-width: 1600px) {
  #header .container-1500 #logo {
    width: 200px;
  }
}
@media (max-width: 1250px) {
  #header .container-1500 #logo {
    width: 150px;
  }
}
@media (max-width: 992px) {
  #header .container-1500 #logo {
    width: 150px;
  }
}
@media (max-width: 768px) {
  #header .container-1500 #logo {
    width: 150px;
  }
}
#header .container-1500 #menu-principal {
  flex-grow: 1;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 30px;
}
@media (max-width: 992px) {
  #header .container-1500 #menu-principal {
    position: fixed;
    overflow: scroll;
    top: 0;
    height: 100%;
    left: -100%;
    background: #4c4c4c;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 30px !important;
    transition: 0.6s ease;
    margin: 0;
    width: 80%;
    z-index: 100;
  }
  #header .container-1500 #menu-principal.is-active {
    left: 0;
  }
  #header .container-1500 #menu-principal .menu {
    padding: 0;
    text-align: left;
    flex-direction: column;
  }
  #header .container-1500 #menu-principal .menu > li {
    height: auto;
    display: block;
    padding: 0 40px 0 10px;
    border-bottom: 1px solid #f5f5f3;
    position: relative;
  }
  #header .container-1500 #menu-principal .menu > li > a {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    padding: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  #header .container-1500 #menu-principal .menu > li > a br {
    display: none;
  }
  #header .container-1500 #menu-principal .menu > li .texte-descriptif {
    display: none;
  }
  #header .container-1500 #menu-principal .menu > li .sub-menu.level-2 {
    position: relative;
    background: none;
    max-height: none;
    box-shadow: none;
    top: auto;
    padding: 0 20px;
    margin-bottom: 10px;
    display: none;
  }
  #header .container-1500 #menu-principal .menu > li .sub-menu.level-2 li {
    margin-bottom: 20px;
  }
  #header .container-1500 #menu-principal .menu > li .sub-menu.level-2 li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0;
    display: inline-block;
  }
  #header .container-1500 #menu-principal .menu > li .sub-menu.level-2 li .level-3 {
    display: block;
    padding: 0 20px;
  }
  #header .container-1500 #menu-principal .menu > li .sub-menu.level-2 li .level-3 li {
    margin: 0;
  }
  #header .container-1500 #menu-principal .menu > li .sub-menu.level-2 li .level-3 li a {
    padding: 3px 0;
    text-transform: none;
    display: inline-block;
  }
  #header .container-1500 #menu-principal .menu > li.menu-item-has-children:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 30px;
    color: #7BAFDA;
    position: absolute;
    top: 22px;
    right: 10px;
    transition: 0.3s ease;
  }
  #header .container-1500 #menu-principal .menu > li.menu-item-has-children.active:after {
    transform: rotate(90deg);
  }
}
#header .container-1500 #menu-principal .wpml-ls {
  width: auto;
  display: inline-block;
}
#header .container-1500 #menu-principal .wpml-ls .js-wpml-ls-item-toggle {
  background: transparent;
  border: 0;
  color: #ffffff;
  padding: 0;
  font-size: 22px;
}
#header .container-1500 #menu-principal .wpml-ls .js-wpml-ls-item-toggle span {
  color: #ffffff;
}
#header .container-1500 #menu-principal .wpml-ls .js-wpml-ls-item-toggle:after {
  border: 0;
  right: 0;
  margin-left: 10px;
  position: relative;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  transition: 0.3s ease;
}
#header .container-1500 #menu-principal .wpml-ls .js-wpml-ls-item-toggle:hover {
  text-decoration: none !important;
}
#header .container-1500 #menu-principal .wpml-ls .js-wpml-ls-item-toggle:hover:after {
  color: #ffffff;
}
#header .container-1500 #menu-principal .wpml-ls .wpml-ls-sub-menu {
  width: 100%;
  border: 0;
  left: auto;
  padding-top: 10px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
#header .container-1500 #menu-principal .wpml-ls .wpml-ls-sub-menu a {
  border: 0;
  font-size: 22px;
  padding: 5px 10px;
  color: #4c4c4c;
}
#header .container-1500 #menu-principal .wpml-ls .wpml-ls-sub-menu a:hover {
  text-decoration: none !important;
}
#header .container-1500 #menu-principal .bouton {
  padding: 5px 15px;
  font-size: 16px;
  border: 2px solid #ff8900;
  color: #ffffff;
  background-color: #ff8900;
  margin-right: 20px;
  border-radius: 2px;
  transition: 0.3s ease;
}
#header .container-1500 #menu-principal .bouton:hover {
  text-decoration: none;
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 992px) {
  #header .container-1500 .menu {
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    align-items: baseline;
    justify-content: flex-end;
    position: relative;
    margin: 25px 0 0;
  }
  #header .container-1500 .menu > .menu-item {
    padding: 0 20px 20px;
    text-align: center;
    cursor: pointer;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header .container-1500 .menu > .menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu > .menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu > .menu-item > a {
    position: relative;
    padding-bottom: 5px;
  }
  #header .container-1500 .menu > .menu-item > a:after {
    content: "";
    height: 2px;
    width: 0;
    background: #ffffff;
    transition: 0.5s ease;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
  }
  #header .container-1500 .menu > .menu-item:hover > a:after {
    width: 100%;
  }
  #header .container-1500 .menu > .menu-item a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header .container-1500 .menu > .menu-item a {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu > .menu-item a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu > .menu-item:last-of-type {
    padding-right: 0;
  }
  #header .container-1500 .menu > .menu-item:hover > a {
    text-decoration: none;
  }
  #header .container-1500 .menu .texte-descriptif,
  #header .container-1500 .menu .sub-menu {
    visibility: hidden;
    position: absolute;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 {
    position: absolute;
    background: #f5f5f3;
    top: 100%;
    right: 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    z-index: 10;
    text-align: left;
    width: 1000px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 {
    width: 880px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 {
    width: 770px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur {
    background: #deded7;
    width: 30%;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li {
    padding: 25px 20px;
    transition: background 0.3s ease;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item.menu-item-has-children:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 20px;
    color: #7BAFDA;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item a {
    font-size: 17px;
    color: #4c4c4c;
    text-align: left;
    padding: 0;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item a {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item:hover {
    background: #f5f5f3;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item:hover > .sub-menu.level-3 {
    position: absolute;
    visibility: visible;
    top: 0;
    right: 0;
    width: 70%;
    bottom: 0;
    z-index: 2;
    box-shadow: none;
    min-height: 100%;
    padding: 0;
    list-style-type: none;
    display: inline-block;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item:hover > .sub-menu.level-3 .conteneur {
    background: #f5f5f3;
    width: 100%;
    min-height: 100%;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item:hover > .sub-menu.level-3 .conteneur a {
    transition: 0.3s ease;
    padding: 0 10px;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .conteneur li.menu-item:hover > .sub-menu.level-3 .conteneur a:hover {
    padding: 0 0 0 20px;
    color: #7f7f7f;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif {
    display: block;
    padding: 20px 30px;
    flex-shrink: 99999;
    position: relative;
    z-index: 1;
  }
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h2, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h3, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h4, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h5 {
    font-size: 22px;
    font-weight: 800;
    display: inline-block;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h2, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h3, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h4, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h2, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h3, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h4, #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1250px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  #header .container-1500 .menu .menu-item-has-children > .sub-menu.level-2 .texte-descriptif p:last-of-type {
    margin-bottom: 0;
  }
  #header .container-1500 .menu .menu-item-has-children:hover .texte-descriptif {
    visibility: visible;
  }
  #header .container-1500 .menu .menu-item-has-children:hover > .sub-menu.level-2 {
    visibility: visible;
  }
}
#header.sticky {
  position: fixed !important;
  top: 0;
  background: rgba(76, 76, 76, 0.95);
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#header.sticky #logo {
  width: 150px;
}
#header.sticky #menu-principal {
  border-bottom: 0;
  margin-bottom: -5px;
}
#header.sticky #menu-principal .wpml-ls,
#header.sticky #menu-principal .bouton {
  display: none;
}
#header.sticky #menu-principal .menu {
  border: 0;
  margin: 10px 0 0 30px;
}
#header.sticky #menu-principal .menu > li {
  padding-bottom: 10px;
}
#header.sticky #menu-principal .menu li:hover > a {
  color: #ffffff;
}
#header.sticky #menu-principal .menu li > a {
  padding-bottom: 5px;
}
#header.sticky #menu-principal .menu li .level-2 li:hover a {
  color: #4c4c4c;
  border-bottom: 0;
}
#header.sticky #menu-principal .menu li .level-2 a {
  padding-bottom: 0;
}

#menu-mobile {
  outline: 0;
  padding: 15px 0;
}
#menu-mobile .hamburger-inner,
#menu-mobile .hamburger-inner:after,
#menu-mobile .hamburger-inner:before {
  background-color: #ffffff;
  opacity: 1;
}
@media (min-width: 992px) {
  #menu-mobile {
    display: none;
  }
}

.not-front #header {
  background: #4c4c4c;
  position: relative;
  top: 0;
}
.not-front #header #logo img {
  width: 130px;
  margin-top: 5px;
}
.not-front #header #menu-principal {
  border-bottom: 0;
  margin-bottom: -5px;
}
.not-front #header #menu-principal .menu li > a {
  padding-bottom: 5px;
  position: relative;
}
.not-front #header #menu-principal .menu li:hover > a {
  text-decoration: none;
  color: #ffffff;
}
.not-front #header #menu-principal .menu li .level-2 li:hover a {
  color: #4c4c4c;
  border-bottom: 0;
}
.not-front #header #menu-principal .menu li .level-2 a {
  padding-bottom: 0;
}
.not-front #header #menu-principal .menu li .level-2 a:after {
  display: none;
}

.page #bandeau-principal.avec-visuel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 630px;
  position: relative;
  transition: height 0.3s ease;
}
@media (max-width: 1600px) {
  .page #bandeau-principal.avec-visuel {
    height: 550px;
  }
}
@media (max-width: 1200px) {
  .page #bandeau-principal.avec-visuel {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .page #bandeau-principal.avec-visuel {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .page #bandeau-principal.avec-visuel {
    height: 350px;
  }
}
.page #bandeau-principal.avec-visuel #header:not(.sticky) {
  background: transparent;
  top: 30px;
  position: absolute;
  width: 100%;
}
.page #bandeau-principal.avec-visuel #header:not(.sticky) #menu-principal {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.page #bandeau-principal.avec-visuel .titre {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  width: 100%;
  transform: translate(-50%);
}
@media (max-width: 1200px) {
  .page #bandeau-principal.avec-visuel .titre {
    top: 60%;
  }
}
@media (max-width: 992px) {
  .page #bandeau-principal.avec-visuel .titre {
    top: 50%;
  }
}
.page #bandeau-principal.avec-visuel .titre h1 {
  color: #ffffff;
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .page #bandeau-principal.avec-visuel .titre h1 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .page #bandeau-principal.avec-visuel .titre h1 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .page #bandeau-principal.avec-visuel .titre h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page #bandeau-principal.avec-visuel .titre h1 {
    font-size: 18px;
  }
}
.page #bandeau-principal.avec-visuel .titre h1 .grand {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .page #bandeau-principal.avec-visuel .titre h1 .grand {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .page #bandeau-principal.avec-visuel .titre h1 .grand {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .page #bandeau-principal.avec-visuel .titre h1 .grand {
    font-size: 28px;
  }
}

/*-----------------ACCUEIL----------------*/
.home #bandeau-principal {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 950px;
  position: relative;
}
@media (max-width: 1600px) {
  .home #bandeau-principal {
    height: 800px;
  }
}
@media (max-width: 1200px) {
  .home #bandeau-principal {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-principal {
    height: 500px;
  }
}
@media (max-width: 450px) {
  .home #bandeau-principal {
    height: 400px;
  }
}
.home #bandeau-principal:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.home #bandeau-principal .titre {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 768px) {
  .home #bandeau-principal .titre {
    top: 50%;
  }
  .home #bandeau-principal .titre br {
    display: none;
  }
}
.home #bandeau-principal .titre h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
}
@media (max-width: 1600px) {
  .home #bandeau-principal .titre h1 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .home #bandeau-principal .titre h1 {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-principal .titre h1 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home #bandeau-principal .titre h1 {
    font-size: 18px;
  }
}
.home #bandeau-principal .titre h1 .grand {
  color: #ffffff;
  font-size: 70px;
  font-weight: 300;
}
@media (max-width: 1600px) {
  .home #bandeau-principal .titre h1 .grand {
    font-size: 56px;
  }
}
@media (max-width: 1200px) {
  .home #bandeau-principal .titre h1 .grand {
    font-size: 42px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-principal .titre h1 .grand {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .home #bandeau-principal .titre h1 .grand {
    font-size: 28px;
  }
}
.home #bandeau-principal .encadre {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 1700px) {
  .home #bandeau-principal .encadre {
    right: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .home #bandeau-principal .encadre {
    font-size: 16px;
    bottom: 15px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-principal .encadre {
    font-size: 14px;
    flex-wrap: wrap;
    right: 10%;
  }
}
.home #bandeau-principal .encadre .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home #bandeau-principal .encadre .logos img {
  margin: 10px 5px 0;
}
@media (max-width: 1200px) {
  .home #bandeau-principal .encadre .logos img {
    margin: 5px 5px 0;
  }
}
@media (max-width: 992px) {
  .home #bandeau-principal .encadre .logos img {
    max-width: 33%;
  }
}
@media (max-width: 768px) {
  .home #bandeau-principal .encadre .logos img {
    max-width: 50%;
  }
}
@media (max-width: 450px) {
  .home #bandeau-principal .encadre .logos img {
    max-width: 40%;
  }
}
.home #bandeau-principal #scrolldown {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
.home #bandeau-principal #scrolldown:hover {
  bottom: 11%;
}
@media (max-width: 1700px) {
  .home #bandeau-principal #scrolldown {
    bottom: 20%;
  }
  .home #bandeau-principal #scrolldown:hover {
    bottom: 19%;
  }
}
@media (max-width: 1200px) {
  .home #bandeau-principal #scrolldown {
    bottom: 22%;
    width: 50px;
  }
  .home #bandeau-principal #scrolldown:hover {
    bottom: 21%;
  }
}
@media (max-width: 992px) {
  .home #bandeau-principal #scrolldown {
    display: none;
  }
}
.home #projet {
  padding: 80px 0;
  background-color: #f5f5f3;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .home #projet {
    background-size: 70%;
  }
}
@media (max-width: 1200px) {
  .home #projet {
    padding: 50px 0;
  }
}
.home #projet h2 {
  text-align: center;
  color: #4c4c4c;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .home #projet h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .home #projet h2 {
    font-size: 24px;
  }
}
.home #projet h2 .sur_titre {
  display: block;
  color: #b9b9b9;
}
@media (max-width: 1200px) {
  .home #projet h2 .sur_titre {
    color: #7f7f7f;
  }
}
.home #projet h2 .titre {
  display: block;
  color: #4c4c4c;
  font-size: 64px;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .home #projet h2 .titre {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .home #projet h2 .titre {
    font-size: 42px;
  }
}
.home #projet #blocs {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .home #projet #blocs {
    padding-top: 30px;
  }
  .home #projet #blocs .container-1300 {
    position: relative;
  }
}
.home #projet #blocs .trait {
  height: 90%;
  position: absolute;
  top: 0;
  left: calc(50% - 3px);
  width: 6px;
  background: #deddd5;
  display: inline-block;
  background: linear-gradient(transparent, transparent 0%, #deddd5 6%);
  z-index: 0;
}
@media (max-width: 768px) {
  .home #projet #blocs .trait {
    left: calc(100% - 37px);
    height: 95%;
  }
}
.home #projet #blocs .bloc {
  width: calc(50% + 20px);
  position: relative;
  z-index: 1;
  margin-top: -50px;
}
.home #projet #blocs .bloc:first-of-type {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .home #projet #blocs .bloc {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .home #projet #blocs .bloc {
    margin-top: 50px;
    width: 100%;
    padding-right: 40px;
  }
}
@media (max-width: 520px) {
  .home #projet #blocs .bloc {
    padding-left: 15px;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.home #projet #blocs .bloc .conteneur {
  width: calc(100% - 100px);
  height: auto;
  padding: 40px;
  position: relative;
  top: 50%;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1400px) {
  .home #projet #blocs .bloc .conteneur {
    padding: 20px;
  }
}
@media (max-width: 1200px) {
  .home #projet #blocs .bloc .conteneur {
    width: calc(100% - 70px);
  }
}
@media (max-width: 768px) {
  .home #projet #blocs .bloc .conteneur {
    width: calc(100% - 30px);
  }
  .home #projet #blocs .bloc .conteneur.animated {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
  }
}
.home #projet #blocs .bloc .conteneur .arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50px;
  left: 100%;
  transform: translateY(-50%);
  overflow: hidden;
}
.home #projet #blocs .bloc .conteneur .arrow:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ffffff;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 50%;
  left: 0%;
  box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
}
.home #projet #blocs .bloc .conteneur h3 {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 0px;
}
@media (max-width: 1400px) {
  .home #projet #blocs .bloc .conteneur h3 {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .home #projet #blocs .bloc .conteneur h3 {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .home #projet #blocs .bloc .conteneur h3 {
    font-size: 18px;
  }
}
.home #projet #blocs .bloc .conteneur p:first-of-type {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .home #projet #blocs .bloc .conteneur p:first-of-type {
    margin-top: 10px;
  }
}
.home #projet #blocs .bloc .conteneur ul {
  padding-left: 30px;
}
.home #projet #blocs .bloc .conteneur ul li {
  margin-bottom: 20px;
  list-style-type: none;
}
.home #projet #blocs .bloc .conteneur ul li:last-of-type {
  margin-bottom: 0;
}
.home #projet #blocs .bloc .conteneur ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #7BAFDA;
  margin-right: 10px;
  margin-left: -25px;
  vertical-align: middle;
  margin-top: -3px;
}
@media (max-width: 1400px) {
  .home #projet #blocs .bloc .conteneur p, .home #projet #blocs .bloc .conteneur li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .home #projet #blocs .bloc .conteneur p, .home #projet #blocs .bloc .conteneur li {
    font-size: 15px;
  }
}
.home #projet #blocs .bloc.gauche, .home #projet #blocs .bloc.droite {
  background: url(../images/puce-trait.png) right 30px no-repeat;
}
.home #projet #blocs .bloc.gauche .conteneur, .home #projet #blocs .bloc.droite .conteneur {
  left: 0;
}
@media (min-width: 769px) {
  .home #projet #blocs .bloc.droite {
    left: calc(50% - 20px);
    background: url(../images/puce-trait.png) left 30px no-repeat;
  }
  .home #projet #blocs .bloc.droite .conteneur {
    left: auto;
    margin-left: 100px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .home #projet #blocs .bloc.droite .conteneur {
    margin-left: 70px;
  }
}
@media (min-width: 769px) {
  .home #projet #blocs .bloc.droite .conteneur .arrow {
    left: auto;
    right: 100%;
  }
  .home #projet #blocs .bloc.droite .conteneur .arrow:after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 50%;
    left: 100%;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
.home #projet #chiffres {
  height: 700px;
  display: flex;
  align-items: center;
  margin-top: -50px;
  margin-bottom: -150px;
  background-color: #f5f5f3;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .home #projet #chiffres {
    margin-top: 50px;
    height: auto;
    margin-bottom: 0px;
  }
}
.home #projet #chiffres .container {
  padding: 100px 0 120px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 1200px) {
  .home #projet #chiffres .container {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .home #projet #chiffres .container {
    padding: 50px 0 0;
  }
}
.home #projet #chiffres .container .chiffre {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .home #projet #chiffres .container .chiffre {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home #projet #chiffres .container .chiffre {
    margin-bottom: 80px;
  }
}
.home #projet #chiffres .container .chiffre img {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .home #projet #chiffres .container .chiffre img {
    height: 80px;
  }
}
@media (max-width: 520px) {
  .home #projet #chiffres .container .chiffre img {
    height: auto;
  }
}
.home #projet #chiffres .container .chiffre .count {
  font-size: 52px;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .home #projet #chiffres .container .chiffre .count {
    font-size: 36px;
  }
}
.home #bandeau-actualites {
  background: #f5f5f3;
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
.home #bandeau-actualites h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 60px;
}
@media (max-width: 1250px) {
  .home #bandeau-actualites h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-actualites .conteneur.animated {
    /*CSS transitions*/
    transition-property: none !important;
    /*CSS transforms*/
    transform: none !important;
    /*CSS animations*/
    animation: none !important;
  }
}
.home #bandeau-actualites .actualite {
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home #bandeau-actualites .actualite {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
  }
}
.home #bandeau-actualites .actualite .normal,
.home #bandeau-actualites .actualite .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 1200px) {
  .home #bandeau-actualites .actualite .normal,
  .home #bandeau-actualites .actualite .hover {
    padding: 20px;
  }
}
.home #bandeau-actualites .actualite .normal *,
.home #bandeau-actualites .actualite .hover * {
  color: #ffffff;
}
.home #bandeau-actualites .actualite .normal h3,
.home #bandeau-actualites .actualite .hover h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .home #bandeau-actualites .actualite .normal h3,
  .home #bandeau-actualites .actualite .hover h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .home #bandeau-actualites .actualite .normal h3,
  .home #bandeau-actualites .actualite .hover h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.home #bandeau-actualites .actualite .normal p,
.home #bandeau-actualites .actualite .hover p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .home #bandeau-actualites .actualite .normal p,
  .home #bandeau-actualites .actualite .hover p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .home #bandeau-actualites .actualite .normal p,
  .home #bandeau-actualites .actualite .hover p {
    font-size: 15px;
    line-height: 18px;
  }
}
.home #bandeau-actualites .actualite .normal .categorie {
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 35px;
  padding: 10px 25px;
  background: #7BAFDA;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .home #bandeau-actualites .actualite .normal .categorie {
    left: 20px;
    padding: 5px 15px;
    font-size: 18px;
  }
}
.home #bandeau-actualites .actualite .normal .texte {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  .home #bandeau-actualites .actualite .normal .texte {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}
.home #bandeau-actualites .actualite .normal .texte .date {
  font-weight: 700;
}
.home #bandeau-actualites .actualite .normal .texte h3 {
  margin-bottom: 0;
}
.home #bandeau-actualites .actualite .hover {
  left: -100%;
  right: 100%;
  opacity: 0;
  background: #7BAFDA;
  transition: 0.3s ease;
}
.home #bandeau-actualites .actualite .hover .lien {
  font-weight: 800;
}
.home #bandeau-actualites .actualite .hover .lien:hover {
  text-decoration: underline;
}
.home #bandeau-actualites .actualite:hover .hover {
  opacity: 1;
  left: 0;
  right: 0;
}
.home #bandeau-actualites .bouton {
  display: table;
  margin: 50px auto;
  padding: 10px 30px;
  font-size: 22px;
  border: 2px solid #7BAFDA;
  border-radius: 2px;
  transition: 0.3s ease;
}
@media (max-width: 1200px) {
  .home #bandeau-actualites .bouton {
    padding: 5px 20px;
    font-size: 20px;
    margin: 40px auto 20px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-actualites .bouton {
    margin: 50px auto 10px;
  }
}
.home #bandeau-actualites .bouton:hover {
  text-decoration: none;
  background: #7BAFDA;
  color: #ffffff;
}
@media (max-width: 992px) {
  .home #bandeau-actualites .liste {
    width: 300px;
    margin: 0 auto;
    max-width: 95%;
  }
  .home #bandeau-actualites .slick-prev,
  .home #bandeau-actualites .slick-next {
    font-size: 0;
    display: inline-block;
    border: 0;
    height: 41px;
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .home #bandeau-actualites .slick-prev {
    background: url(../images/arrow-left-partenaire.png) no-repeat center left;
    left: -30px;
    background-size: 15px;
  }
}
@media (max-width: 992px) and (max-width: 420px) {
  .home #bandeau-actualites .slick-prev {
    left: -10px;
  }
}
@media (max-width: 992px) {
  .home #bandeau-actualites .slick-next {
    background: url(../images/arrow-right-partenaire.png) no-repeat center right;
    right: -30px;
    background-size: 15px;
  }
}
@media (max-width: 992px) and (max-width: 420px) {
  .home #bandeau-actualites .slick-next {
    right: -10px;
  }
}

/*--------PREFOOTER--------*/
#cta {
  background-size: cover;
  background-position: right center;
  background-color: #EDEDED;
  padding: 80px 0 100px;
  position: relative;
}
@media (max-width: 1600px) {
  #cta {
    padding: 60px 0 60px;
  }
}
@media (max-width: 1250px) {
  #cta {
    padding: 40px 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px) {
  #cta {
    background-position: center right -100px;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #cta:after {
    content: "";
    background: rgba(230, 230, 230, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #cta .container {
    position: relative;
    z-index: 2;
  }
}
#cta h2 {
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (max-width: 1250px) {
  #cta h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  #cta h2 {
    font-size: 20px;
  }
}
#cta p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 50px;
}
@media (max-width: 1250px) {
  #cta p {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #cta p {
    font-size: 16px;
  }
}
#cta a {
  background: url(../images/arrow-right.png) no-repeat center right 30px #ff8900;
  padding: 20px 150px 20px 30px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
}
@media (max-width: 1250px) {
  #cta a {
    padding: 10px 80px 10px 20px;
    background-size: 50px;
    background-position: center right 15px;
  }
}
@media (max-width: 992px) {
  #cta a {
    padding: 10px 70px 10px 20px;
    background-size: 40px;
    background-position: center right 15px;
  }
}
#cta a * {
  font-size: 28px;
  line-height: normal;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1250px) {
  #cta a * {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  #cta a * {
    font-size: 18px;
  }
}
#cta a:hover {
  margin-left: 50px;
  text-decoration: none;
  margin-right: -50px;
}
@media (max-width: 992px) {
  #cta a:hover {
    margin-left: 30px;
    margin-right: -30px;
  }
}

#partenaires {
  padding: 70px 0 80px;
}
@media (max-width: 1250px) {
  #partenaires {
    padding: 40px 0 50px;
  }
}
#partenaires h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 50px;
}
#partenaires .liste-partenaires {
  position: relative;
}
@media (max-width: 1400px) {
  #partenaires .liste-partenaires {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  #partenaires .liste-partenaires {
    padding: 0 30px;
  }
}
#partenaires .liste-partenaires .slick-prev,
#partenaires .liste-partenaires .slick-next {
  font-size: 0;
  display: inline-block;
  border: 0;
  height: 41px;
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#partenaires .liste-partenaires .slick-prev {
  background: url(../images/arrow-left-partenaire.png) no-repeat center left;
  left: -80px;
}
@media (max-width: 1400px) {
  #partenaires .liste-partenaires .slick-prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  #partenaires .liste-partenaires .slick-prev {
    background-size: 15px;
  }
}
#partenaires .liste-partenaires .slick-next {
  background: url(../images/arrow-right-partenaire.png) no-repeat center right;
  right: -80px;
}
@media (max-width: 1400px) {
  #partenaires .liste-partenaires .slick-next {
    right: 0;
  }
}
@media (max-width: 992px) {
  #partenaires .liste-partenaires .slick-next {
    background-size: 15px;
  }
}
#partenaires .liste-partenaires .partenaire {
  margin: 0 20px;
}
@media (max-width: 768px) {
  #partenaires .liste-partenaires .partenaire img {
    height: 70px;
  }
}

/*-------------FOOTER------------*/
#footer {
  background: #383838;
  padding: 50px 0 60px;
}
@media (max-width: 768px) {
  #footer {
    padding-bottom: 30px;
  }
}
#footer * {
  color: #ffffff;
}
#footer .row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #footer .slogan {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
#footer .slogan p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  #footer .slogan p {
    font-size: 18px;
    line-height: 26px;
  }
  #footer .slogan p br {
    display: none;
  }
}
#footer .slogan p strong {
  display: block;
}
#footer .boutons {
  text-align: center;
  padding: 0 80px;
}
@media (max-width: 1250px) {
  #footer .boutons {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #footer .boutons {
    width: 300px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
#footer .boutons a {
  margin: 0 auto 15px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  #footer .boutons a {
    font-size: 18px;
  }
}
#footer .boutons a:last-of-type {
  margin-bottom: 0;
}
#footer .boutons a:hover {
  background: #ff8900;
  text-decoration: none;
  border-color: #ff8900;
}
#footer .twitter {
  text-align: right;
}
@media (max-width: 768px) {
  #footer .twitter {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

#menu-footer {
  text-align: center;
  padding: 25px 0;
}
#menu-footer ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#menu-footer ul li {
  padding: 0 15px;
  display: inline-block;
  border-right: 1px solid #4c4c4c;
  font-size: 16px;
}
@media (max-width: 768px) {
  #menu-footer ul li {
    border: 0;
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
}
#menu-footer ul li:last-of-type {
  border-right: 0;
}
#menu-footer ul li:hover a {
  color: #4c4c4c;
}

/*----------------PAGES INTERIEURES------------------*/
.page #main,
.single #main,
.blog #main,
.category #main {
  background: url(../images/fond-voile.jpg) #f5f5f3 no-repeat bottom center;
  padding: 50px 0;
}

.not-front #main .titre,
#tinymce .titre {
  text-align: center;
}
.not-front #main .titre h1,
#tinymce .titre h1 {
  font-size: 42px;
  font-weight: 800;
  color: #4c4c4c;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 15px;
}
.not-front #main .titre h1:after,
#tinymce .titre h1:after {
  content: "";
  width: 60%;
  background: #ff8900;
  display: inline-block;
  position: absolute;
  bottom: 0;
  border-radius: 3px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
}
@media (max-width: 1250px) {
  .not-front #main .titre h1,
  #tinymce .titre h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .not-front #main .titre h1,
  #tinymce .titre h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .not-front #main .titre h1,
  #tinymce .titre h1 {
    font-size: 24px;
  }
}
.not-front #main .titre .sous-titre,
#tinymce .titre .sous-titre {
  margin-top: 10px;
  font-size: 32px;
  font-weight: normal;
}
@media (max-width: 1250px) {
  .not-front #main .titre .sous-titre,
  #tinymce .titre .sous-titre {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .not-front #main .titre .sous-titre,
  #tinymce .titre .sous-titre {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .not-front #main .titre .sous-titre,
  #tinymce .titre .sous-titre {
    font-size: 20px;
  }
}
.not-front #main h2,
#tinymce h2 {
  font-weight: 800;
  font-size: 28px;
  margin-top: 30px;
  color: #7BAFDA;
  margin-bottom: 10px;
}
@media (max-width: 1250px) {
  .not-front #main h2,
  #tinymce h2 {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .not-front #main h2,
  #tinymce h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .not-front #main h2,
  #tinymce h2 {
    font-size: 22px;
  }
}
.not-front #main h3,
#tinymce h3 {
  font-weight: 800;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #4c4c4c;
}
@media (max-width: 1250px) {
  .not-front #main h3,
  #tinymce h3 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .not-front #main h3,
  #tinymce h3 {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .not-front #main h3,
  #tinymce h3 {
    font-size: 18px;
  }
}
.not-front #main h4,
#tinymce h4 {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 5px;
  color: #7BAFDA;
}
@media (max-width: 1250px) {
  .not-front #main h4,
  #tinymce h4 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .not-front #main h4,
  #tinymce h4 {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .not-front #main h4,
  #tinymce h4 {
    font-size: 16px;
  }
}
.not-front #main p, .not-front #main li, .not-front #main span, .not-front #main a,
#tinymce p,
#tinymce li,
#tinymce span,
#tinymce a {
  line-height: 25px;
}
@media (max-width: 992px) {
  .not-front #main p, .not-front #main li, .not-front #main span, .not-front #main a,
  #tinymce p,
  #tinymce li,
  #tinymce span,
  #tinymce a {
    font-size: 16px;
    line-height: 22px;
  }
}
.not-front #main a,
#tinymce a {
  color: #7BAFDA;
  font-weight: 700;
}
.not-front #main ul, .not-front #main ol,
#tinymce ul,
#tinymce ol {
  padding-left: 30px;
}
.not-front #main ul li, .not-front #main ol li,
#tinymce ul li,
#tinymce ol li {
  margin-bottom: 5px;
  list-style-type: none;
  color: #4c4c4c;
}
.not-front #main ul li:last-of-type, .not-front #main ol li:last-of-type,
#tinymce ul li:last-of-type,
#tinymce ol li:last-of-type {
  margin-bottom: 0;
}
.not-front #main ul li:before, .not-front #main ol li:before,
#tinymce ul li:before,
#tinymce ol li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #7BAFDA;
  margin-right: 10px;
  margin-left: -20px;
  margin-top: 10px;
  float: left;
}
.not-front #main .date-categorie,
#tinymce .date-categorie {
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  margin-bottom: 20px;
  background: #7BAFDA;
}
@media (max-width: 992px) {
  .not-front #main .date-categorie,
  #tinymce .date-categorie {
    font-size: 16px;
  }
}
.not-front #main .visuel-principal,
#tinymce .visuel-principal {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .not-front #main .visuel-principal,
  #tinymce .visuel-principal {
    margin-bottom: 15px;
  }
}
.not-front #main .chapeau,
#tinymce .chapeau {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  color: #4c4c4c;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .not-front #main .chapeau,
  #tinymce .chapeau {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .not-front #main .chapeau,
  #tinymce .chapeau {
    font-size: 18px;
    line-height: 25px;
  }
}
.not-front #main img.aligncenter,
#tinymce img.aligncenter {
  margin: 20px auto;
}
.not-front #main img.alignright,
#tinymce img.alignright {
  margin: 20px 0 20px 20px;
}
.not-front #main img.alignleft,
#tinymce img.alignleft {
  margin: 20px 20px 20px 0;
}
.not-front #main .citation,
#tinymce .citation {
  font-style: italic;
  display: inline-block;
  width: 100%;
  padding-left: 100px;
  background: url(../images/picto-citation.png) no-repeat left top 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  margin: 40px 0 50px;
}
@media (max-width: 992px) {
  .not-front #main .citation,
  #tinymce .citation {
    font-size: 18px;
    margin: 25px 0 30px;
    padding-left: 70px;
    background-size: 50px;
  }
}
@media (max-width: 768px) {
  .not-front #main .citation,
  #tinymce .citation {
    margin: 15px 0 20px;
    font-size: 16px;
    padding-left: 50px;
    background-size: 30px;
  }
}
.not-front #main .mis-en-avant,
#tinymce .mis-en-avant {
  font-style: italic;
  display: block;
  color: #7BAFDA;
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 20px 30px 20px 50px;
  font-weight: 700;
  font-size: 18px;
  margin: 40px 0 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.not-front #main .mis-en-avant:before,
#tinymce .mis-en-avant:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 30px;
  display: inline-block;
  width: 2px;
  background: #e5e5e3;
}
@media (max-width: 992px) {
  .not-front #main .mis-en-avant,
  #tinymce .mis-en-avant {
    font-size: 16px;
    padding: 15px 20px 15px 40px;
    margin: 30px 0 40px;
  }
  .not-front #main .mis-en-avant:before,
  #tinymce .mis-en-avant:before {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .not-front #main .mis-en-avant,
  #tinymce .mis-en-avant {
    font-size: 15px;
    margin: 20px 0 30px;
  }
}
.not-front #main .lien-fichier a,
#tinymce .lien-fichier a {
  padding-left: 30px;
  background: url(../images/picto-telechargement.png) left top no-repeat;
  color: #4c4c4c;
  font-weight: normal;
}
@media (max-width: 992px) {
  .not-front #main .lien-fichier a,
  #tinymce .lien-fichier a {
    background-position: left top -2px;
  }
}
.not-front #main .bouton-orange a,
#tinymce .bouton-orange a {
  background: #ff8900;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .not-front #main .bouton-orange a,
  #tinymce .bouton-orange a {
    padding: 5px 10px;
    font-weight: normal;
  }
}
.not-front #main .bouton-orange a:hover,
#tinymce .bouton-orange a:hover {
  background: #ff951a;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.3);
}
.not-front #main .bouton-bleu a,
#tinymce .bouton-bleu a {
  background: #7BAFDA;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .not-front #main .bouton-bleu a,
  #tinymce .bouton-bleu a {
    padding: 5px 10px;
    font-weight: normal;
  }
}
.not-front #main .bouton-bleu a:hover,
#tinymce .bouton-bleu a:hover {
  background: #8fbbe0;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.3);
}
.not-front #main .bouton-fichier-orange a,
#tinymce .bouton-fichier-orange a {
  background: url(../images/icon-dwl.png) no-repeat left 20px center #ff8900;
  padding: 10px 20px 10px 55px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 10px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .not-front #main .bouton-fichier-orange a,
  #tinymce .bouton-fichier-orange a {
    font-weight: normal;
    background-size: 15px;
    background-position: left 10px center;
    padding: 5px 10px 5px 30px;
  }
}
.not-front #main .bouton-fichier-orange a:hover,
#tinymce .bouton-fichier-orange a:hover {
  background-color: #ff951a;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.3);
}
.not-front #main .bouton-fichier-bleu a,
#tinymce .bouton-fichier-bleu a {
  background: url(../images/icon-dwl.png) no-repeat left 20px center #7BAFDA;
  padding: 10px 20px 10px 55px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
  text-decoration: none;
  margin-right: 10px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .not-front #main .bouton-fichier-bleu a,
  #tinymce .bouton-fichier-bleu a {
    font-weight: normal;
    background-size: 15px;
    background-position: left 10px center;
    padding: 5px 10px 5px 30px;
  }
}
.not-front #main .bouton-fichier-bleu a:hover,
#tinymce .bouton-fichier-bleu a:hover {
  background-color: #8fbbe0;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.3);
}
.not-front #main .collapseomatic,
#tinymce .collapseomatic {
  all: unset;
  position: relative;
  font-size: 20px;
  padding: 20px 80px 20px 30px;
  color: #4c4c4c;
  display: block;
  cursor: pointer;
  width: calc(100% - 110px);
  background: #e5e5e3;
  font-weight: 600;
  transition: all 1s linear;
  overflow: visible;
}
@media (max-width: 992px) {
  .not-front #main .collapseomatic,
  #tinymce .collapseomatic {
    padding: 15px 70px 15px 20px;
    font-size: 18px;
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .not-front #main .collapseomatic,
  #tinymce .collapseomatic {
    padding: 15px 50px 15px 20px;
    font-size: 16px;
    width: calc(100% - 70px);
  }
}
.not-front #main .collapseomatic:after,
#tinymce .collapseomatic:after {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/fleche-faq.png) no-repeat;
  transition: 0.3s ease;
  transform-origin: center;
}
@media (max-width: 992px) {
  .not-front #main .collapseomatic:after,
  #tinymce .collapseomatic:after {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
@media (max-width: 768px) {
  .not-front #main .collapseomatic:after,
  #tinymce .collapseomatic:after {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
}
.not-front #main .colomat-close,
#tinymce .colomat-close {
  margin-bottom: 0px;
}
.not-front #main .colomat-visited:after,
#tinymce .colomat-visited:after {
  transform: rotate(90deg) translateX(-50%);
}
.not-front #main .colomat-visited + .collapseomatic_content,
#tinymce .colomat-visited + .collapseomatic_content {
  height: auto;
  padding: 15px;
  max-height: 600px;
  transition: padding 0.5s ease, max-height 0.5s ease;
}
.not-front #main .collapseomatic_content,
#tinymce .collapseomatic_content {
  display: block !important;
  max-height: 0;
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: padding 0.5s ease, max-height 0.25s ease;
  margin-left: 0px;
  position: relative;
  background-color: #ffffff;
}

#colonne-droite {
  padding-left: 50px;
}
@media (max-width: 992px) {
  #colonne-droite {
    padding-left: 15px;
  }
}
#colonne-droite .bloc {
  border: 1px solid #ccccc9;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#colonne-droite .bloc h3 {
  margin: 0;
  padding: 15px 20px;
  background: #e5e5e3;
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 992px) {
  #colonne-droite .bloc h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
#colonne-droite .bloc .contenu {
  padding: 20px 20px 10px;
  font-size: 16px;
  background: #ffffff;
}
#colonne-droite .bloc .contenu * {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#colonne-droite .bloc .contenu .bouton-bleu a,
#colonne-droite .bloc .contenu .bouton-fichier-bleu a,
#colonne-droite .bloc .contenu .bouton-orange a,
#colonne-droite .bloc .contenu .bouton-fichier-orange a {
  font-weight: normal;
}

/*--------------LISTES ACTUALITES ET CATEGORIE-----------*/
.blog #main,
.category #main {
  overflow: hidden;
}
.blog #main .actualite,
.category #main .actualite {
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .blog #main .actualite,
  .category #main .actualite {
    margin: 0 auto;
    width: 300px;
    max-width: 100%;
  }
}
.blog #main .actualite .normal,
.blog #main .actualite .hover,
.category #main .actualite .normal,
.category #main .actualite .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 1200px) {
  .blog #main .actualite .normal,
  .blog #main .actualite .hover,
  .category #main .actualite .normal,
  .category #main .actualite .hover {
    padding: 20px;
  }
}
.blog #main .actualite .normal *,
.blog #main .actualite .hover *,
.category #main .actualite .normal *,
.category #main .actualite .hover * {
  color: #ffffff;
}
.blog #main .actualite .normal h3,
.blog #main .actualite .hover h3,
.category #main .actualite .normal h3,
.category #main .actualite .hover h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .blog #main .actualite .normal h3,
  .blog #main .actualite .hover h3,
  .category #main .actualite .normal h3,
  .category #main .actualite .hover h3 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .blog #main .actualite .normal h3,
  .blog #main .actualite .hover h3,
  .category #main .actualite .normal h3,
  .category #main .actualite .hover h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.blog #main .actualite .normal p,
.blog #main .actualite .hover p,
.category #main .actualite .normal p,
.category #main .actualite .hover p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .blog #main .actualite .normal p,
  .blog #main .actualite .hover p,
  .category #main .actualite .normal p,
  .category #main .actualite .hover p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .blog #main .actualite .normal p,
  .blog #main .actualite .hover p,
  .category #main .actualite .normal p,
  .category #main .actualite .hover p {
    font-size: 15px;
    line-height: 18px;
  }
}
.blog #main .actualite .normal .categorie,
.category #main .actualite .normal .categorie {
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 35px;
  padding: 10px 25px;
  background: #7BAFDA;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .blog #main .actualite .normal .categorie,
  .category #main .actualite .normal .categorie {
    left: 20px;
    padding: 5px 15px;
    font-size: 18px;
  }
}
.blog #main .actualite .normal .texte,
.category #main .actualite .normal .texte {
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
  .blog #main .actualite .normal .texte,
  .category #main .actualite .normal .texte {
    bottom: 20px;
    right: 20px;
    left: 20px;
  }
}
.blog #main .actualite .normal .texte .date,
.category #main .actualite .normal .texte .date {
  font-weight: 700;
}
.blog #main .actualite .normal .texte h3,
.category #main .actualite .normal .texte h3 {
  margin-bottom: 0;
}
.blog #main .actualite .hover,
.category #main .actualite .hover {
  left: -100%;
  right: 100%;
  opacity: 0;
  background: #7BAFDA;
  transition: 0.3s ease;
}
.blog #main .actualite .hover .lien,
.category #main .actualite .hover .lien {
  font-weight: 800;
}
.blog #main .actualite .hover .lien:hover,
.category #main .actualite .hover .lien:hover {
  text-decoration: underline;
}
.blog #main .actualite:hover .hover,
.category #main .actualite:hover .hover {
  opacity: 1;
  left: 0;
  right: 0;
}
.blog #main .actualite,
.category #main .actualite {
  margin-bottom: 30px;
}
.blog #main .pagination,
.category #main .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog #main .pagination li span,
.category #main .pagination li span {
  display: inline-block;
  padding: 15px;
  color: #4c4c4c;
}
.blog #main .pagination li a,
.category #main .pagination li a {
  display: inline-block;
  padding: 10px 15px;
  background: #7BAFDA;
  color: #ffffff;
  font-weight: 800;
  border: 0;
  margin: 0 5px;
  border-radius: 2px;
}
.blog #main .pagination li a:hover,
.category #main .pagination li a:hover {
  background: #ff8900;
}

.single #liens-actualites {
  margin-bottom: 20px;
}
.single #liens-actualites .col-lg-4 {
  text-align: center;
}
.single #liens-actualites .col-lg-4:first-of-type {
  text-align: left;
}
@media (max-width: 992px) {
  .single #liens-actualites .col-lg-4:first-of-type {
    text-align: center;
  }
}
.single #liens-actualites .col-lg-4:last-of-type {
  text-align: right;
}
@media (max-width: 992px) {
  .single #liens-actualites .col-lg-4:last-of-type {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .single #liens-actualites {
    margin-bottom: 0px;
  }
}
.single #liens-actualites a {
  background: #ff8900;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
  text-decoration: none;
  margin-bottom: 15px;
  color: #ffffff;
  font-weight: bold;
}
.single #liens-actualites a:hover {
  background: #ff951a;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.3);
}
.single #liens-actualites a .fa-chevron-left {
  margin-right: 10px;
}
.single #liens-actualites a .fa-chevron-right {
  margin-left: 10px;
}
.single #liens-actualites a.all {
  background: #7BAFDA;
}
.single #liens-actualites a.all:hover {
  background: #8fbbe0;
}
@media (max-width: 768px) {
  .single #liens-actualites a {
    padding: 5px 10px;
    font-weight: normal;
  }
}

/*---------FORMULAIRES-----------*/
.wpcf7 {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.wpcf7 label {
  width: 100%;
  margin-bottom: 0;
}
.wpcf7 .rgpd .wpcf7-list-item {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 0;
}
.wpcf7 .rgpd .wpcf7-list-item input {
  margin-right: 10px;
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.wpcf7 .wpcf7-submit {
  background: #ff8900;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s ease;
  border-radius: 2px;
  border: 0;
  text-decoration: none;
  float: right;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-submit {
    padding: 5px 10px;
    font-weight: normal;
  }
}
.wpcf7 .wpcf7-submit:hover {
  background: #ff951a;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.3);
}
.wpcf7 p {
  margin-top: 30px;
  font-size: 14px;
}

/*---------FIL D'ARIANE------------*/
#breadcrumbs {
  padding: 15px;
  background: #ffffff;
}
@media (max-width: 992px) {
  #breadcrumbs {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  #breadcrumbs {
    padding: 7px 15px;
  }
}
#breadcrumbs a {
  color: #7BAFDA;
}
#breadcrumbs span {
  color: #7f7f7f;
}
@media (max-width: 1250px) {
  #breadcrumbs * {
    font-size: 15px !important;
  }
}
@media (max-width: 992px) {
  #breadcrumbs * {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  #breadcrumbs * {
    font-size: 12px !important;
  }
}

/*-----------------COOKIEBAR----------------*/
#cookie-notice {
  background: #4c4c4c !important;
}
#cookie-notice .cookie-notice-container {
  padding: 5px;
}
#cookie-notice .cookie-notice-container * {
  color: #ffffff !important;
}
#cookie-notice .cookie-notice-container a {
  color: #ffffff;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie,
#cookie-notice .cookie-notice-container #cn-more-info {
  display: inline-block;
  background: #ff8900;
  padding: 2px 10px;
  color: #ffffff;
  transition: 0.3s ease;
  text-shadow: none;
  box-shadow: none;
  border: 0;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie:hover,
#cookie-notice .cookie-notice-container #cn-more-info:hover {
  text-decoration: none;
  background: #7BAFDA;
}
#cookie-notice .cookie-notice-container #cn-more-info {
  background: #f5f5f3;
  color: #4c4c4c !important;
}
#cookie-notice .cookie-notice-container #cn-more-info:hover {
  color: #ffffff !important;
  background: #7BAFDA;
}
@media (max-width: 992px) {
  #cookie-notice * {
    font-size: 12px !important;
  }
}

#page404 {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}/*# sourceMappingURL=styles.css.map */