header {
  height: 410px;
  position: relative;
}

@media screen and (max-width: 991px) {
  header {
    height: auto;
  }
}

header > .container {
  padding-left: 0;
  padding-right: 0;
}

header.home {
  height: 925px;
}

@media screen and (max-width: 991px) {
  header.home {
    height: auto;
  }
}

header.home .logo {
  margin-bottom: 125px;
}

@media screen and (max-width: 991px) {
  header.home .logo {
    background-color: black;
    height: 95px;
    margin-bottom: 0;
  }
}

header.home .logo a {
  background-image: url(/images/skins/202/logo.png);
}

@media screen and (max-width: 991px) {
  header.home .logo a {
    background-image: url(/images/skins/202/logo-sm.png);
  }
}

header #slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header #slider .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

header #slider .slide .textes {
  position: relative;
  top: 545px;
  background-color: rgba(0, 0, 0, 0.63);
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  padding: 23px 26px;
}

header #slider .slide .textes .texte {
  font-weight: 700;
}

header #slider .slide .textes .boutons {
  margin-top: 26px;
}

header #slider .nav {
  text-align: right;
  position: absolute;
  width: 100%;
  bottom: 32px;
  left: 0;
}

header #slider .nav a {
  display: inline-block;
  background-color: white;
  height: 13px;
  width: 13px;
  border-radius: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header #slider .nav a.actif, header #slider .nav a:hover {
  background-color: #FC379C;
}

header #slider .nav a + a {
  margin-left: 10px;
}

header .logo {
  position: relative;
  padding-top: 15px;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  header .logo {
    background-color: black;
    padding-top: 0;
    margin-bottom: 0;
  }
}

header .logo a {
  display: inline-block;
  height: 190px;
  width: 835px;
  background: url(/images/skins/202/logo-noir.png) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  header .logo a {
    height: 95px;
    width: 100%;
    background-size: auto auto;
    background-image: url(/images/skins/202/logo-sm.png);
    background-position: 50% 50%;
  }
}

header .menu-toggle {
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #202020;
}

header .menu-toggle > a {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

header .menu-toggle > a > span > span {
  display: block;
  width: 33px;
  height: 7px;
  background-color: #FC379C;
  border-radius: 4px;
}

header .menu-toggle > a > span > span + span {
  margin-top: 1px;
}

@media screen and (max-width: 991px) {
  header .container {
    width: 100%;
    padding: 0;
  }
  header.fixed + .global {
    margin-top: 35px;
  }
  header.fixed nav {
    position: fixed;
    top: 35px;
    width: 100%;
  }
  header.fixed nav.actif {
    max-height: calc(100vh - 35px);
  }
}

header.fixed > .container {
  position: fixed;
  width: 100%;
  background-color: white;
  top: 0;
  left: 0;
  z-index: 3000;
}

header.fixed + .global {
  margin-top: 120px;
}

header.fixed > .menu-toggle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

header nav {
  position: relative;
  font-size: 0;
}

header nav > ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

header nav > ul > li {
  display: inline-block;
  font-size: 1rem;
}

header nav > ul > li + li {
  margin-left: 4px;
}

header nav > ul > li.actif a {
  background-color: #FC379C;
  text-decoration: none;
  color: white;
}

header nav > ul > li > a {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background-color: black;
  color: white;
  text-transform: uppercase;
  font-size: 1.33rem;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  background-color: black;
  padding: 0 9px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header nav > ul > li > a:hover {
  background-color: #FC379C;
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 991px) {
  header nav {
    max-height: 0;
    height: auto;
    overflow: scroll;
    background-color: black;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header nav.actif {
    max-height: 430px;
  }
  header nav > ul > li {
    display: block;
  }
  header nav > ul > li + li {
    margin-left: 0;
  }
  header nav > ul > li > a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
  }
}

.hamburger {
  padding: 5px !important;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background-color: #FC379C !important;
}

footer .publicite-ctn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.73%, #2C2C2C), to(#000000));
  background: linear-gradient(180deg, #2C2C2C 28.73%, #000000 100%);
}

@media screen and (max-width: 991px) {
  footer .publicite-ctn {
    display: none;
  }
}

footer .publicite {
  width: 965px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  height: 360px;
}

footer .publicite .legende:before {
  border-color: white;
}

footer .publicite .legende > span {
  background-color: #2c2c2c;
}

footer nav {
  height: 65px;
  line-height: 65px;
  background-color: #2c2c2c;
}

@media screen and (max-width: 991px) {
  footer nav {
    height: auto;
    line-height: normal;
  }
}

footer nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

footer nav ul > li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: white;
  background-color: black;
  padding: 0 24px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 1199px) {
  footer nav ul > li {
    padding: 0 10px;
  }
}

footer nav ul > li + li {
  margin-left: 9px;
}

footer nav ul > li:hover {
  background-color: #FC379C;
}

footer nav ul > li:hover a {
  color: white;
  text-decoration: none;
}

footer nav ul > li > a {
  font-family: 'Bree Serif', serif;
  font-size: .77rem;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  footer nav ul > li {
    display: block;
    background-color: transparent;
    padding: 2px 0;
    height: auto;
  }
  footer nav ul > li a {
    display: inline-block;
    background-color: black;
    padding: 0 24px;
  }
}

footer .copyright-ctn {
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-color: #252525;
  font-family: 'Bree Serif', serif;
  font-size: .55rem;
  color: white;
}

@media screen and (max-width: 991px) {
  footer .copyright-ctn {
    text-align: center;
    height: auto;
    line-height: normal;
    padding: 5px 0;
  }
}

footer .copyright-ctn .realisation {
  text-align: right;
}

@media screen and (max-width: 991px) {
  footer .copyright-ctn .realisation {
    text-align: center;
  }
}

footer .copyright-ctn .realisation a {
  color: inherit;
}

.home-01 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .home-01 {
    margin-top: 10px;
  }
  .home-01 > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.home-01 .social .titre {
  font-family: 'Bree Serif', serif;
  text-align: center;
}

.home-01 .social .liens {
  margin-top: 5px;
  text-align: center;
}

.home-01 .social .liens a {
  display: inline-block;
  margin: 0 22px;
}

@media screen and (max-width: 991px) {
  .home-01 .social .liens a {
    margin: 0 5px;
  }
}

.home-01 .news {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .home-01 .news {
    margin-top: 10px;
  }
}

.home-01 .news .liste-news .item {
  margin-bottom: 20px;
}

.home-01 .news .liste-news .item > .titre {
  font-family: 'Bree Serif', serif;
  margin-bottom: 9px;
  font-size: 1.33rem;
  color: black;
  text-align: center;
  line-height: 33px;
}

.home-01 .news .liste-news .item > .titre a {
  color: inherit;
}

@media screen and (max-width: 1199px) {
  .home-01 .news .liste-news .item > .titre {
    font-size: 1.2rem;
  }
}

.home-01 .news .liste-news .item > .image {
  position: relative;
}

.home-01 .news .liste-news .item > .image .overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-01 .news .liste-news .item > .image .overlay a {
  display: inline-block;
  margin: auto;
}

.home-01 .news .liste-news .item > .image:hover .overlay {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .home-01 .news .liste-news .item > .image {
    text-align: center;
  }
}

.home-01 .bloc-forms {
  background-color: black;
  padding-top: 12px;
  padding-bottom: 25px;
}

.home-01 .bloc-forms .logo {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

.home-01 .bloc-forms .newsletter,
.home-01 .bloc-forms .search {
  padding: 0 15px;
}

.home-01 .bloc-forms .newsletter .libelle,
.home-01 .bloc-forms .search .libelle {
  font-family: 'Bree Serif', serif;
  font-size: .77rem;
  color: white;
}

.home-01 .bloc-forms .newsletter input[type="text"],
.home-01 .bloc-forms .search input[type="text"] {
  height: 30px;
  line-height: 30px;
  border: 0;
  background-color: white;
  padding: 0 10px;
  font-size: .66rem;
  color: black;
  width: 195px;
}

.home-01 .bloc-forms .newsletter input[type="submit"],
.home-01 .bloc-forms .search input[type="submit"] {
  height: 25px;
  line-height: 25px;
  width: 25px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  padding: 0;
  margin-left: 3px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1199px) {
  .home-01 .bloc-forms .newsletter form,
  .home-01 .bloc-forms .search form {
    position: relative;
  }
  .home-01 .bloc-forms .newsletter form input[type="text"],
  .home-01 .bloc-forms .search form input[type="text"] {
    max-width: 100%;
  }
  .home-01 .bloc-forms .newsletter form input[type="submit"],
  .home-01 .bloc-forms .search form input[type="submit"] {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    height: 30px;
    line-height: 30px;
  }
}

.home-01 .bloc-forms .search {
  margin-top: 20px;
}

.home-02 {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .home-02 {
    margin-top: 20px;
  }
  .home-02 > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.home-02 .liste-aussi .item > .titre {
  font-family: 'Bree Serif', serif;
  font-size: 2rem;
  line-height: 49px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .home-02 .liste-aussi .item > .titre {
    margin-top: 10px;
  }
}

.home-02 .liste-aussi .item > .titre a {
  color: inherit;
}

.home-02 .liste-aussi .item > .image {
  position: relative;
}

.home-02 .liste-aussi .item > .image .overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.home-02 .liste-aussi .item > .image .overlay a {
  display: inline-block;
  margin: auto;
}

.home-02 .liste-aussi .item > .image:hover .overlay {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .home-02 .liste-aussi .item > .image {
    text-align: center;
  }
}

.home-03 {
  margin-top: 50px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .home-03 > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.home-03 .enligne {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .home-03 .enligne {
    margin-top: 10px;
  }
}

.home-03 .video-ctn .titre {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .home-03 .video-ctn .titre {
    margin-top: 30px;
  }
}

.home-03 .video-ctn .video {
  margin-top: 40px;
  height: 350px;
  width: 100%;
}

.home-03 .video-ctn .video iframe {
  width: 100%;
  height: 100%;
}

.home-03 .video-ctn .texte {
  margin-top: 30px;
  line-height: 21px;
  text-align: center;
}

.home-03 .video-ctn .texte p {
  margin: 0;
}

.home-03 .video-ctn .texte a {
  color: inherit;
}

.interviews .titre,
.enligne .titre,
.video-ctn .titre,
.related-content .titre {
  text-align: left;
  font-size: 1.5rem;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  height: 87px;
  line-height: 87px;
}

@media screen and (max-width: 1199px) {
  .interviews .titre,
  .enligne .titre,
  .video-ctn .titre,
  .related-content .titre {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .interviews .titre,
  .enligne .titre,
  .video-ctn .titre,
  .related-content .titre {
    font-size: 2rem;
    line-height: normal;
    text-align: center;
    margin-bottom: 30px;
    height: auto;
    line-height: normal;
  }
}

.interviews .titre span,
.enligne .titre span,
.video-ctn .titre span,
.related-content .titre span {
  display: inline-block;
  height: 87px;
  position: relative;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .interviews .titre span,
  .enligne .titre span,
  .video-ctn .titre span,
  .related-content .titre span {
    height: auto;
  }
}

.interviews .titre span:before, .interviews .titre span:after,
.enligne .titre span:before,
.enligne .titre span:after,
.video-ctn .titre span:before,
.video-ctn .titre span:after,
.related-content .titre span:before,
.related-content .titre span:after {
  width: 1px;
  height: 49px;
  background-color: black;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .interviews .titre span:before, .interviews .titre span:after,
  .enligne .titre span:before,
  .enligne .titre span:after,
  .video-ctn .titre span:before,
  .video-ctn .titre span:after,
  .related-content .titre span:before,
  .related-content .titre span:after {
    display: none;
  }
}

.interviews .titre span:before,
.enligne .titre span:before,
.video-ctn .titre span:before,
.related-content .titre span:before {
  left: 0;
}

.interviews .titre span:after,
.enligne .titre span:after,
.video-ctn .titre span:after,
.related-content .titre span:after {
  right: 0;
}

.interviews .liste > ul,
.enligne .liste > ul,
.video-ctn .liste > ul,
.related-content .liste > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}

.interviews .liste > ul > li,
.enligne .liste > ul > li,
.video-ctn .liste > ul > li,
.related-content .liste > ul > li {
  border-bottom: 1px dashed #B6B6B6;
}

@media screen and (max-width: 991px) {
  .interviews .liste > ul > li:last-child,
  .enligne .liste > ul > li:last-child,
  .video-ctn .liste > ul > li:last-child,
  .related-content .liste > ul > li:last-child {
    border-bottom: 0;
  }
}

.interviews .liste > ul > li > a,
.enligne .liste > ul > li > a,
.video-ctn .liste > ul > li > a,
.related-content .liste > ul > li > a {
  color: inherit;
  font-size: .7rem;
}

.interviews .liste > ul > li > a > span.bouton,
.enligne .liste > ul > li > a > span.bouton,
.video-ctn .liste > ul > li > a > span.bouton,
.related-content .liste > ul > li > a > span.bouton {
  float: right;
  font-size: .55rem;
  line-height: 11px;
  padding: 6px 10px;
  position: relative;
  top: 5px;
}

.interviews .liste > ul > li br,
.enligne .liste > ul > li br,
.video-ctn .liste > ul > li br,
.related-content .liste > ul > li br {
  display: none;
}

@media screen and (max-width: 600px) {
  .interviews .liste > ul > li,
  .enligne .liste > ul > li,
  .video-ctn .liste > ul > li,
  .related-content .liste > ul > li {
    padding-bottom: 5px;
  }
  .interviews .liste > ul > li br,
  .enligne .liste > ul > li br,
  .video-ctn .liste > ul > li br,
  .related-content .liste > ul > li br {
    display: initial;
  }
  .interviews .liste > ul > li > a > span.bouton,
  .enligne .liste > ul > li > a > span.bouton,
  .video-ctn .liste > ul > li > a > span.bouton,
  .related-content .liste > ul > li > a > span.bouton {
    float: none;
    position: relative;
    left: calc(50% - 9px);
  }
}

html {
  font-size: 18px;
}

body {
  font-family: 'Domine', serif;
  font-size: 1rem;
  color: black;
}

img {
  max-width: 100%;
}

.bouton {
  display: inline-block;
  background-color: #FC379C;
  padding: 10px 30px;
  font-size: .77em;
  color: white;
  border: 0;
  font-family: 'Bree Serif', serif;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.bouton:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

header.home + .global {
  background: url(/images/sites/Accueil/ImageFondHome.jpg) no-repeat 50% 0;
}

.global > .contenu > .container {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .global > .contenu > .container {
    padding: 0;
  }
  .global > .contenu > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}

h1 {
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bree Serif', serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
    margin-top: 20px;
  }
}

h1 + .sous-titre {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  h1 + .sous-titre {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

h1 + p {
  margin-top: 40px;
}

.sous-titre-detail {
  font-size: 4.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Bree Serif', serif;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .sous-titre-detail {
    font-size: 3rem;
    margin-top: 20px;
  }
}

.sous-titre-detail + .sous-titre {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .sous-titre-detail + .sous-titre {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.sous-titre-detail + p {
  margin-top: 40px;
}

.detail h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: none;
  font-family: 'Bree Serif', serif;
}

@media screen and (max-width: 991px) {
  .detail h1 {
    text-align: center;
  }
}

h2 {
  text-align: center;
  font-family: 'Bree Serif', serif;
  font-size: 3.55rem;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 10px;
    font-size: 3rem;
  }
}

h2 span {
  display: inline-block;
  height: 87px;
  position: relative;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  h2 span {
    padding: 0;
  }
}

h2 span:before, h2 span:after {
  width: 1px;
  height: 49px;
  background-color: black;
  content: "";
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -5px;
  position: absolute;
}

@media screen and (max-width: 991px) {
  h2 span:before, h2 span:after {
    display: none;
  }
}

h2 span:before {
  left: 0;
}

h2 span:after {
  right: 0;
}

h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: 'Bree Serif', serif;
  font-size: 2rem;
}

.publicite .legende {
  font-family: 'Bree Serif', serif;
  font-size: .77rem;
  text-align: center;
  font-weight: 400;
  position: relative;
  color: #a5a5a5;
}

.publicite .legende:before {
  width: 100%;
  height: 1px;
  border: 1px dashed #a5a5a5;
  content: "";
  display: block;
  top: 25px;
  position: absolute;
}

.publicite .legende > span {
  position: relative;
  padding: 15px 5px 0;
  display: inline-block;
  background-color: white;
}

.publicite .contenu {
  text-align: center;
}

.publicite .contenu ins {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .liste-articles,
  #idml_div_cat_container_2,
  #idml_div_cat_container_1 {
    padding: 0 10px;
  }
}

.liste-articles .cssml_div_cat_item_2 + .cssml_div_cat_item_2,
.liste-articles .cssml_div_cat_item_1 + .cssml_div_cat_item_1,
#idml_div_cat_container_2 .cssml_div_cat_item_2 + .cssml_div_cat_item_2,
#idml_div_cat_container_2 .cssml_div_cat_item_1 + .cssml_div_cat_item_1,
#idml_div_cat_container_1 .cssml_div_cat_item_2 + .cssml_div_cat_item_2,
#idml_div_cat_container_1 .cssml_div_cat_item_1 + .cssml_div_cat_item_1 {
  margin-top: 40px;
}

.liste-articles .item,
#idml_div_cat_container_2 .item,
#idml_div_cat_container_1 .item {
  border: 1px solid #d5d5d5;
  padding: 10px 10px 0;
}

.liste-articles .item + .item,
#idml_div_cat_container_2 .item + .item,
#idml_div_cat_container_1 .item + .item {
  margin-top: 40px;
}

.liste-articles .item > .date,
#idml_div_cat_container_2 .item > .date,
#idml_div_cat_container_1 .item > .date {
  float: right;
  font-size: .77rem;
  font-family: 'Bree Serif', serif;
  text-align: center;
  padding-right: 20px;
}

.liste-articles .item > .titre,
#idml_div_cat_container_2 .item > .titre,
#idml_div_cat_container_1 .item > .titre {
  font-size: 1.33rem;
  font-family: 'Bree Serif', serif;
  display: inline-block;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
  margin-bottom: 15px;
  max-width: calc(100% - 100px);
  float: left;
}

@media screen and (max-width: 991px) {
  .liste-articles .item > .titre,
  #idml_div_cat_container_2 .item > .titre,
  #idml_div_cat_container_1 .item > .titre {
    max-width: none;
  }
}

.liste-articles .item > .titre:after,
#idml_div_cat_container_2 .item > .titre:after,
#idml_div_cat_container_1 .item > .titre:after {
  display: table;
  content: "";
  clear: both;
}

.liste-articles .item > .contenu > .image-ctn,
#idml_div_cat_container_2 .item > .contenu > .image-ctn,
#idml_div_cat_container_1 .item > .contenu > .image-ctn {
  position: relative;
  width: 116px;
  height: 116px;
  display: inline-block;
  vertical-align: top;
}

.liste-articles .item > .contenu > .image-ctn > .image,
#idml_div_cat_container_2 .item > .contenu > .image-ctn > .image,
#idml_div_cat_container_1 .item > .contenu > .image-ctn > .image {
  position: relative;
}

.liste-articles .item > .contenu > .image-ctn > .image img,
#idml_div_cat_container_2 .item > .contenu > .image-ctn > .image img,
#idml_div_cat_container_1 .item > .contenu > .image-ctn > .image img {
  width: 100%;
}

.liste-articles .item > .contenu > .image-ctn:hover > .overlay,
#idml_div_cat_container_2 .item > .contenu > .image-ctn:hover > .overlay,
#idml_div_cat_container_1 .item > .contenu > .image-ctn:hover > .overlay {
  opacity: 1;
}

.liste-articles .item > .contenu > .image-ctn > .overlay,
#idml_div_cat_container_2 .item > .contenu > .image-ctn > .overlay,
#idml_div_cat_container_1 .item > .contenu > .image-ctn > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .5s;
  transition: all .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: none;
          transform: none;
}

.liste-articles .item > .contenu > .image-ctn > .overlay a,
#idml_div_cat_container_2 .item > .contenu > .image-ctn > .overlay a,
#idml_div_cat_container_1 .item > .contenu > .image-ctn > .overlay a {
  margin: auto;
}

.liste-articles .item > .contenu > .accroche,
#idml_div_cat_container_2 .item > .contenu > .accroche,
#idml_div_cat_container_1 .item > .contenu > .accroche {
  width: 730px;
  display: inline-block;
  padding-left: 30px;
  line-height: 1.2;
}

.liste-articles .item > .contenu > .accroche p,
#idml_div_cat_container_2 .item > .contenu > .accroche p,
#idml_div_cat_container_1 .item > .contenu > .accroche p {
  margin: 0;
}

.liste-articles .item > .liens,
#idml_div_cat_container_2 .item > .liens,
#idml_div_cat_container_1 .item > .liens {
  text-align: right;
  margin-right: -10px;
}

@media screen and (max-width: 991px) {
  .liste-articles .item,
  #idml_div_cat_container_2 .item,
  #idml_div_cat_container_1 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .liste-articles .item > .date,
  #idml_div_cat_container_2 .item > .date,
  #idml_div_cat_container_1 .item > .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .liste-articles .item > .titre,
  #idml_div_cat_container_2 .item > .titre,
  #idml_div_cat_container_1 .item > .titre {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
  }
  .liste-articles .item > .contenu,
  #idml_div_cat_container_2 .item > .contenu,
  #idml_div_cat_container_1 .item > .contenu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .liste-articles .item > .contenu .accroche,
  #idml_div_cat_container_2 .item > .contenu .accroche,
  #idml_div_cat_container_1 .item > .contenu .accroche {
    display: none;
  }
  .liste-articles .item > .liens,
  #idml_div_cat_container_2 .item > .liens,
  #idml_div_cat_container_1 .item > .liens {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 10px;
  }
}

#Prod_Number {
  display: none;
}

#Page_Number {
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

#Page_Number ul {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: normal;
}

#Page_Number ul li {
  display: inline-block;
  background-color: #FC379C;
  font-size: 1.33em;
  color: white;
  font-family: 'Bree Serif', serif;
  padding: 0px;
}

#Page_Number ul li + li {
  margin-left: 9px;
}

#Page_Number ul li a {
  color: white;
  background-color: #FC379C;
}

#Page_Number .pagination > .active > a {
  border-color: #FC379C;
  border-width: .5px;
}

.date-detail {
  float: none;
  text-align: right;
  font-size: 1rem;
  font-family: 'Bree Serif', serif;
  padding-right: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .date-detail {
    float: none;
    padding-right: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.related-content .titre {
  text-align: center;
  margin: 0;
}

.related-content .liste {
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 60px;
}

.related-content .liste ul li {
  padding-left: 20px;
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .back {
    text-align: center;
  }
}

.back .bouton {
  padding-top: 0;
  padding-bottom: 0;
}

/* .image-full{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;

	&+*{
		margin-top: calc(100vw/2.4);
	}


	@media screen and (max-width: 991px){
		position: static;

		&+*{
			margin-top: 10px;	
		}
	}
} */
.image-full {
  text-align: center;
}

.image-full + * {
  margin-top: 10px;
}

.detail {
  margin-bottom: 25px;
}

.detail .texte p {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .detail .texte {
    text-align: center;
  }
}

.detail .social {
  margin-top: 70px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .detail .social {
    max-width: 100%;
  }
}

.detail .social .titre {
  text-align: center;
  font-family: 'Bree Serif', serif;
}

.detail .social .liens {
  text-align: center;
}

@media screen and (max-width: 991px) {
  p {
    text-align: center;
  }
}

p + p {
  margin-top: 20px;
}

.page-contact footer {
  margin-top: 740px;
}

@media screen and (max-width: 991px) {
  .page-contact footer {
    margin-top: 0;
  }
}

.bloc-contact {
  height: 740px;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: black;
  color: white;
}

@media screen and (max-width: 991px) {
  .bloc-contact {
    height: auto;
    position: static;
  }
}

.bloc-contact + * {
  margin-top: 740px;
}

.bloc-contact .textes {
  padding-top: 10px;
}

.bloc-contact .textes .titre {
  font-family: 'Bree Serif', serif;
  font-size: 2rem;
  color: #FC379C;
}

@media screen and (max-width: 991px) {
  .bloc-contact .textes > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .bloc-contact .textes > .row > .col-md-6 {
    padding-right: 0;
    padding-left: 0;
  }
}

.bloc-contact .textes .texte {
  margin-top: 20px;
}

.bloc-contact .textes .texte p {
  text-align: left;
}

.bloc-contact .contact-form {
  padding-top: 20px;
  padding-bottom: 23px;
}

.bloc-contact .contact-form .ligne + .ligne {
  margin-top: 5px;
}

.bloc-contact .contact-form .ligne label {
  display: inline-block;
  width: 140px;
  font-size: .77rem;
  font-weight: 700;
  vertical-align: top;
  line-height: 30px;
}

.bloc-contact .contact-form .ligne label span {
  color: #FC379C;
  display: inline-block;
  margin-left: 5px;
}

.bloc-contact .contact-form .ligne .champs {
  display: inline-block;
  width: 400px;
}

@media screen and (max-width: 991px) {
  .bloc-contact .contact-form .ligne .champs {
    max-width: 100%;
  }
}

.bloc-contact .contact-form .ligne .champs input[type="text"],
.bloc-contact .contact-form .ligne .champs textarea {
  width: 100%;
  display: inline-block;
  border: 0;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: black;
  font-size: .77rem;
}

.bloc-contact .contact-form .ligne .champs textarea {
  height: 100px;
  line-height: normal;
}

.bloc-contact .contact-form .ligne .champs.submit {
  text-align: center;
}

.bloc-contact .map {
  height: 340px;
  width: 100%;
}

.bloc-contact .map iframe {
  height: 100%;
  width: 100%;
}

.publicite-form .ligne + .ligne {
  margin-top: 5px;
}

.publicite-form .ligne label {
  display: inline-block;
  width: 140px;
  font-size: .77rem;
  font-weight: 700;
  vertical-align: top;
  line-height: 30px;
}

.publicite-form .ligne label span {
  color: #FC379C;
  display: inline-block;
  margin-left: 5px;
}

.publicite-form .ligne .champs {
  display: inline-block;
  width: 400px;
}

@media screen and (max-width: 991px) {
  .publicite-form .ligne .champs {
    max-width: 100%;
  }
}

.publicite-form .ligne .champs input.Txt_Input,
.publicite-form .ligne .champs textarea {
  width: 100%;
  display: inline-block;
  border: 1px solid black;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: black;
  font-size: .77rem;
}

.publicite-form .ligne .champs input[name="captcha"] {
  margin-top: 10px;
}

.publicite-form .ligne .champs textarea {
  height: 100px;
  line-height: normal;
}

.publicite-form .ligne .champs.submit {
  text-align: center;
}

.partenaires {
  margin-top: 50px;
  margin-bottom: 160px;
}

@media screen and (max-width: 991px) {
  .partenaires .clearfix {
    display: none;
  }
}

.mlCookieBar {
  background-color: black;
}
/*# sourceMappingURL=style.css.map */