/* Generated by less 2.5.1 */
@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #e6e6e6;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
p {
  font-weight: 400;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
h2 {
  font-size: 20px;
  text-align: center;
  color: #ce2c1b;
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
}
h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 10px auto;
  width: 100px;
  height: 3px;
  background: #ce2c1b;
  z-index: 4;
}
/*COULEURS*/
/* ------------------------------- END RECURENTES -- */
/*BOUTON CONTACT*/
a.btn-contact {
  height: 40px;
  width: 190px;
  margin: 30px 0;
  transition: all 0.3s;
  border-radius: 5px;
  background-color: #1bce6f;
  color: white;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.btn-contact p {
  text-align: center!important;
  color: white!important;
  width: 100%;
  margin: 0 auto;
}
a.btn-contact i {
  height: 100%;
  background-color: #0f713d;
  padding: 10px;
  border-radius: 0px 5px 5px 0px;
}
a.btn-contact:hover {
  background-color: #0f713d;
}
a.btn-contact:hover i {
  background-color: #1bce6f;
}
/*HEADER*/
header {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  height: auto;
  position: absolute;
}
header section.top-bar {
  background-color: #212121;
}
header section.top-bar div.top-bar-container {
  width: 100%;
  height: 50px;
  background-color: #212121;
  position: relative;
  display: flex;
  flex-direction: column;
}
header section.top-bar div.top-bar-container div.adresse {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 50px;
}
header section.top-bar div.top-bar-container div.adresse p {
  color: white;
  font-size: 14px;
}
header section.top-bar div.top-bar-container div.adresse p span {
  display: none;
}
header section.top-bar div.top-bar-container div.adresse i {
  display: none;
  color: #ce2c1b;
}
header section.top-bar div.top-bar-container div.burger {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
header section.top-bar div.top-bar-container div.burger div.icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  background-color: #ce2c1b;
  z-index: 4;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
header section.top-bar div.top-bar-container div.burger div.icon span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
header section.top-bar div.top-bar-container div.burger div.icon span:before,
header section.top-bar div.top-bar-container div.burger div.icon span:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
header section.top-bar div.top-bar-container div.burger div.icon span:before {
  top: -10px;
}
header section.top-bar div.top-bar-container div.burger div.icon span:after {
  top: 10px;
}
header section.top-bar div.top-bar-container div.burger p {
  font-size: 20px;
  font-weight: 700;
  color: white;
  padding-right: 50px;
}
header section.top-bar div.top-bar-container div.burger.burger-open div.icon span {
  background-color: rgba(0, 0, 0, 0);
}
header section.top-bar div.top-bar-container div.burger.burger-open div.icon span:before {
  transform: rotate(45deg);
  top: 0;
}
header section.top-bar div.top-bar-container div.burger.burger-open div.icon span:after {
  transform: rotate(135deg);
  top: 0;
}
header section.top-bar div.top-bar-container nav.resp-menu {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  z-index: 2;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
}
header section.top-bar div.top-bar-container nav.resp-menu.is-open {
  transform: translateX(0);
}
header section.top-bar div.top-bar-container nav.resp-menu ul {
  position: absolute;
  top: -100px;
  transform: translateY(50%);
  width: 100%;
  padding-left: 50px;
}
header section.top-bar div.top-bar-container nav.resp-menu ul li {
  display: block;
  margin-bottom: 20px;
}
header section.top-bar div.top-bar-container nav.resp-menu ul li a {
  display: block;
  color: white;
  font-size: 25px!important;
  line-height: 48px;
  padding-left: 20px;
  position: relative;
}
header section.top-bar div.top-bar-container nav.top-menu-desk {
  display: none;
}
header section.bande {
  background-color: rgba(230, 230, 230, 0.7);
}
header section.bande div.bande-container {
  height: 100%;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  padding: 30px 10px;
}
header section.bande div.bande-container img {
  height: 90px;
  margin: 0 auto 30px auto;
}
header section.bande div.bande-container p {
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
header section.bande div.bande-container p i {
  color: #ce2c1b;
  margin-right: 5px;
}
header section.bande div.bande-container div.dmd-de-rappel {
  height: 100px;
  flex-direction: column;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header section.bande div.bande-container div.dmd-de-rappel p {
  margin-bottom: 10px;
  text-align: right;
  display: flex;
  justify-content: center;
  align-self: center;
  margin: 0;
  font-size: 18px;
  margin-right: 15px;
  font-weight: 400;
}
header section.bande div.bande-container div.dmd-de-rappel a.btn-de-rappel {
  height: 50px;
  width: 170px;
  border-radius: 5px;
  background-color: #1bce6f;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header section.bande div.bande-container div.dmd-de-rappel a.btn-de-rappel p {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 0;
}
header section.bande div.bande-container div.dmd-de-rappel a.btn-de-rappel i {
  height: 100%;
  background-color: #0f713d;
  padding: 15px 10px;
  border-radius: 0px 5px 5px 0px;
}
header section.bande div.bande-container div.dmd-de-rappel a.btn-de-rappel:hover {
  background-color: #0f713d;
}
header section.bande div.bande-container div.dmd-de-rappel a.btn-de-rappel:hover i {
  background-color: #1bce6f;
}
header section.bande div.bande-container div.top-socials {
  display: flex;
  justify-content: space-around;
  width: 70px;
  height: 35px;
  padding: 5px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background-color: rgba(230, 230, 230, 0.7);
  bottom: -35px;
  right: 20px;
}
header section.bande div.bande-container div.top-socials i {
  font-size: 23px;
}
/*SLIDER*/
section.slider {
  background-image: url(../img/slider.jpg);
  background-size: cover;
  background-position: top;
  height: 1000px;
  position: relative;
}
section.slider nav.menu {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}
section.slider nav.menu ul {
  font-size: 0;
}
section.slider nav.menu ul li {
  display: block;
  text-align: center;
  position: relative;
  background-color: #333333;
  padding: 20px 10px;
}
section.slider nav.menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: white;
}
section.slider nav.menu ul li:nth-of-type(-n+3)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  margin: 10px auto;
  width: 20%;
  height: 3px;
  background: #eee;
  z-index: 4;
}
.slider-interne {
  height: 800px!important;
}
/*FIL ARIANE*/
section.fil-ariane {
  margin: 15px 0;
  padding: 0 15px;
}
section.fil-ariane p {
  font-size: 13px;
}
section.fil-ariane p a {
  color: #ce2c1b;
}
/*INTRO*/
section.intro {
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  position: relative;
  background-image: url(../img/intro.jpg);
  background-position: center;
  background-size: cover;
}
section.intro h1 {
  color: white;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
section.intro h1 br {
  line-height: 40px;
}
section.intro h1::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 10px auto;
  width: 20%;
  height: 3px;
  background: #eee;
  z-index: 4;
}
section.intro p {
  position: relative;
  color: white;
}
section.intro::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.8);
}
/*SECTION PHOTO 01*/
section.photo-right,
section.photo-left {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
}
section.photo-right p,
section.photo-left p {
  color: #212121;
  text-align: justify;
}
section.photo-right img,
section.photo-left img {
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 30px;
}
/*ENCARTS IMAGES*/
section.encarts-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.encarts-container a {
  height: 420px;
  width: 280px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  margin-bottom: 30px;
}
section.encarts-container a h3 {
  position: relative;
  font-size: 25px;
  color: white;
}
section.encarts-container a:nth-of-type(1) {
  transition: all 0.3s;
  background-image: url(../img/famille.jpg);
  background-position: 44%;
}
section.encarts-container a:nth-of-type(2) {
  transition: all 0.3s;
  background-image: url(../img/divorce.jpg);
  background-position: 25%;
}
section.encarts-container a:nth-of-type(3) {
  transition: all 0.3s;
  background-image: url(../img/violence.jpg);
  background-position: 32%;
}
section.encarts-container a:nth-of-type(4) {
  transition: all 0.3s;
  background-image: url(../img/droitpenal.jpeg);
  background-position: 63%;
}
section.encarts-container a:hover {
  transform: scale(1.1);
}
section.encarts-container a:before {
  content: '';
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/*LIENS RELANCE*/
section.relance {
  margin: 30px auto 60px auto;
  padding: 30px 15px 15px 15px;
  border-top: 1px #ce2c1b solid;
}
section.relance p {
  margin-bottom: 20px;
}
section.relance p span {
  font-weight: 700;
  color: #ce2c1b;
}
section.relance div.liens-relance {
  display: flex;
  flex-direction: column;
}
section.relance div.liens-relance a {
  padding: 15px;
}
section.relance div.liens-relance a i {
  margin-right: 10px;
  color: #ce2c1b;
}
/*FOOTER*/
footer {
  background-color: #212121;
}
footer div.footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #212121;
  color: white;
  font-size: 13px;
  padding: 30px;
}
footer div.footer-container img {
  height: 100px;
  margin-bottom: 30px;
}
footer div.footer-container div.contact {
  display: block;
  text-align: left;
  margin-bottom: 30px;
}
footer div.footer-container div.contact p {
  font-weight: 300;
  line-height: 25px;
}
footer div.footer-container div.contact i {
  margin-right: 10px;
}
footer div.footer-container div.contact i:nth-last-child(1) {
  margin-right: 6px;
}
footer div.footer-container div.contact span {
  padding-left: 22px;
}
footer div.footer-container div.liens {
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
footer div.footer-container div.liens a {
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 350px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 350px) {
  header section.bande div.bande-container div.dmd-de-rappel {
    height: 50px;
    flex-direction: row;
  }
  header section.bande div.bande-container div.dmd-de-rappel p {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .center {
    width: 100%;
    margin: 0;
  }
  /*BOUTON CONTACT*/
  a.btn-contact {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /*ENCARTS IMAGES*/
  section.encarts-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  section.encarts-container a {
    height: 420px;
    width: 280px;
  }
  section.encarts-container a h3 {
    position: relative;
    font-size: 25px;
    color: white;
  }
  /*SECTION PHOTO 01*/
  section.photo-right,
  section.photo-left {
    height: 330px;
    width: 100%;
    flex-direction: row;
  }
  section.photo-right div.texte,
  section.photo-left div.texte {
    position: relative;
    width: 50%;
  }
  section.photo-right img,
  section.photo-left img {
    width: 50%;
  }
  section.photo-right img {
    margin-right: 30px;
  }
  section.photo-left {
    flex-direction: row-reverse;
  }
  section.photo-left img {
    margin-left: 30px;
  }
  /*LIENS RELANCE*/
  section.relance div.liens-relance {
    flex-direction: row;
  }
  footer div.footer-container {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 25px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 960px) {
  /* HEADER */
  header section.top-bar {
    height: 30px;
  }
  header section.top-bar div.top-bar-container {
    height: 30px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
  }
  header section.top-bar div.top-bar-container div.burger {
    display: none;
  }
  header section.top-bar div.top-bar-container div.adresse {
    display: flex;
    width: auto;
    padding: 0;
    margin: 0;
  }
  header section.top-bar div.top-bar-container div.adresse i {
    display: block;
    margin-right: 10px;
  }
  header section.top-bar div.top-bar-container div.adresse p b {
    display: none;
  }
  header section.top-bar div.top-bar-container div.adresse p span {
    display: block;
  }
  header section.top-bar div.top-bar-container nav.resp-menu {
    display: none;
  }
  header section.top-bar div.top-bar-container nav.top-menu-desk {
    display: block;
    height: 100%;
    width: 55%;
  }
  header section.top-bar div.top-bar-container nav.top-menu-desk ul {
    height: 100%;
    display: flex;
    list-style: none;
    flex-direction: row;
    justify-content: space-between;
  }
  header section.top-bar div.top-bar-container nav.top-menu-desk ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header section.top-bar div.top-bar-container nav.top-menu-desk ul li a {
    font-size: 14px;
    color: white;
  }
  header section.top-bar div.top-bar-container nav.top-menu-desk ul li a:hover {
    color: #ce2c1b;
  }
  header section.bande {
    background-color: rgba(230, 230, 230, 0.7);
  }
  header section.bande div.bande-container {
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  header section.bande div.bande-container p {
    margin: 0;
  }
  header section.bande div.bande-container p span {
    display: none;
  }
  header section.bande div.bande-container img {
    height: 80px;
    margin: 0 20px 0 0;
  }
  /*SLIDER*/
  section.slider {
    background-image: url(../img/slider.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
  }
  section.slider nav.menu {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -30px;
    width: 925px;
    margin: 0 auto;
  }
  section.slider nav.menu ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    background-color: #333333;
    border-radius: 5px;
  }
  section.slider nav.menu ul li {
    padding: 15px 20px;
  }
  section.slider nav.menu ul li:nth-of-type(-n+3)::after {
    content: '';
    position: absolute;
    left: 105%;
    right: 0;
    top: 14px;
    margin: 10px auto;
    width: 28px;
    height: 2px;
    background: #eee;
    z-index: 4;
    transform: rotate(90deg);
  }
  .slider-interne {
    height: 300px!important;
  }
  /*FIL ARIANE*/
  section.fil-ariane {
    margin: 55px auto 15px auto;
  }
  /*INTRO*/
  section.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    margin-top: 100px;
    background-position: center;
  }
  section.photo-right,
  section.photo-left {
    height: 400px;
    padding: 0 20px;
  }
  /*H2, H4*/
  h2 {
    margin-top: 50px;
  }
  /*ENCARTS IMAGES*/
  section.encarts-container {
    margin-top: 100px;
  }
  /*MAPS*/
  section.maps {
    margin-top: 50px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1200px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .center {
    width: 1200px!important;
    margin: 0 auto;
  }
}
