/* FONTS */
/* COLORS */
/* RESPONSIVE */
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i");
@font-face {
  font-family: "ETModules";
  src: url(../typos/ETmodules_v2_4.otf) format("opentype"), url(../typos/ETmodules_v2_4.ttf) format("truetype"), url(../typos/ETmodules_v2_4.eot) format("embedded-opentype"), url(../typos/ETmodules_v2_4.woff) format("woff");
  font-weight: normal;
}
/*** GENERAL ** */
* {
  box-sizing: border-box;
}

.clr {
  clear: both;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", arial;
}

section {
  min-width: 320px;
}

.grid {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

img.alignright {
  margin-left: 20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
  float: left;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-61p, .col-39p, .col-1-5, .col-4-5 {
    float: none;
    width: 100% !important;
    padding: 0 15px;
  }
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6666%;
}

.col-12 {
  width: 100%;
  float: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.alignright {
  margin-left: 30px !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 625px) {
  .alignright {
    margin: auto !important;
    margin-bottom: 20px !important;
    display: block;
    float: none !important;
  }
}

.alignleft {
  margin-right: 30px !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 625px) {
  .alignleft {
    margin: auto !important;
    margin-bottom: 20px !important;
    display: block;
    float: none !important;
  }
}

.aligncenter {
  margin-bottom: 30px;
}
@media screen and (max-width: 625px) {
  .aligncenter {
    margin: auto !important;
    margin-bottom: 20px !important;
    display: block;
    float: none !important;
  }
}

.wp-block-image {
  margin-top: 0 !important;
}

@media screen and (min-width: 1080px) {
  .hide-desktop {
    display: none !important;
  }
}

@media (min-width: 715px) and (max-width: 1080px) {
  .hide-tablette {
    display: none !important;
  }
}

@media screen and (max-width: 715px) {
  .hide-mobile {
    display: none !important;
  }
}

.filtre-gris {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
}

.filtre-couleur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
  background-image: -moz-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: -webkit-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: -o-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
}

.bouton {
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  padding: 0 40px;
  display: inline-block;
  border-radius: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1;
  text-transform: uppercase;
}
.bouton.violet {
  background: #6b1840;
}
.bouton.violet:hover {
  background: #430d27;
}
.bouton.bleu-beige {
  background-image: -moz-linear-gradient(30deg, #d2a481, #375957);
  background-image: -webkit-linear-gradient(30deg, #d2a481, #375957);
  background-image: -o-linear-gradient(30deg, #d2a481, #375957);
  background-image: linear-gradient(-115deg, #d2a481, #375957);
}
.bouton.bleu-beige:hover {
  background-image: -moz-linear-gradient(30deg, #cdaf96, #486e6b);
  background-image: -webkit-linear-gradient(30deg, #cdaf96, #486e6b);
  background-image: -o-linear-gradient(30deg, #cdaf96, #486e6b);
  background-image: linear-gradient(-115deg, #cdaf96, #486e6b);
}

/*** HEADER ** */
header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 21;
}
header .logo {
  display: block;
  background: #6b1840;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 40% 95%, 0 80%);
  position: absolute;
  top: 0;
  right: 15px;
  text-align: center;
  height: 190px;
  line-height: 155px;
  width: 260px;
}
header .logo img {
  vertical-align: middle;
  max-width: 200px;
}
@media screen and (max-width: 1080px) {
  header .logo .logo {
    height: 150px;
    width: 170px;
    line-height: 130px;
  }
  header .logo .logo img {
    max-width: 130px;
  }
}
header nav ul {
  padding: 0;
  margin: 0;
}
header nav ul li {
  color: #fff;
  list-style-type: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 35px;
  display: inline-block;
  padding-top: 60px;
}
header nav ul li a {
  color: inherit;
  text-decoration: none;
}
header nav ul li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1080px) {
  header nav {
    top: 0;
    bottom: auto;
    background: rgba(251, 251, 251, 0.85);
    z-index: 30;
    padding-top: 80px;
    padding-bottom: 60px;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
  }
  header nav.active {
    display: block;
  }
  header nav ul {
    text-align: left;
    padding-left: 60px;
    position: relative;
  }
  header nav ul li {
    color: #414141;
    display: block;
    margin: 0;
    padding-top: 0;
  }
  header nav ul li a {
    padding: 10px 0;
    padding-left: 15px;
    display: block;
  }
  header nav ul::before {
    display: block;
    height: 155px;
    width: 1px;
    background: #414141;
    content: "";
    position: absolute;
    left: 40px;
  }
}
header.home .logo {
  height: 250px;
  line-height: 215px;
  width: 270px;
}
header.home nav {
  display: none;
}
@media screen and (max-width: 1080px) {
  header .logo {
    height: 150px !important;
    width: 170px !important;
    line-height: 130px !important;
  }
  header .logo img {
    max-width: 130px !important;
  }
}

#burger-menu {
  display: block;
  width: 35px;
  height: 25px;
  background: url(../images/burger-menu.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 35;
}
#burger-menu.active {
  background: url(../images/burger-menu-actif.png) no-repeat center;
  background-size: contain;
}

/*** ACCUEIL ** */
#banniere {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 460px;
  position: relative;
  overflow: hidden;
}
#banniere .filtre-couleur {
  opacity: 0.8;
}
#banniere::after {
  height: 250px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  content: " ";
  background: url(../images/vague.png) no-repeat center;
  background-size: cover;
  z-index: 15;
}
#banniere .inside-banniere {
  height: 460px;
  position: relative;
}
#banniere .text {
  position: absolute;
  z-index: 20;
  max-width: 75%;
  top: 200px;
  left: 100px;
}
#banniere .text h1, #banniere .text h2.titreh1 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#banniere .text h1 span, #banniere .text h2.titreh1 span {
  font-style: italic;
  font-weight: 300;
}
#banniere .text p {
  margin: 0;
  color: #6b1840;
  font-size: 35px;
  letter-spacing: 2px;
}
#banniere.home {
  height: 780px;
  background-position: center;
}
#banniere.home::after {
  bottom: -12px;
}
#banniere.home .inside-banniere {
  height: 780px;
}
#banniere.home nav {
  position: absolute;
  bottom: 20px;
  z-index: 16;
  left: 0;
  right: 0;
}
#banniere.home nav ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#banniere.home nav ul li {
  color: #6b1840;
  list-style-type: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 17px;
  display: inline-block;
}
#banniere.home nav ul li a {
  color: inherit;
  text-decoration: none;
}
#banniere.home nav ul li:last-of-type {
  margin-right: 0;
}
#banniere.home .text {
  top: 300px;
  left: 50px;
}
#banniere.home .text h1::before {
  content: open-quote;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: -5px;
}
#banniere.home .text h1::after {
  content: close-quote;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: -5px;
  left: 3px;
}
#banniere.home .text img {
  position: absolute;
  bottom: -80px;
  right: 200px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
@media screen and (max-width: 1180px) {
  #banniere.home .text img {
    bottom: -80px;
  }
}
@media screen and (max-width: 1080px) {
  #banniere.home .text img {
    bottom: -20px;
    width: 100px;
    height: 100px;
    right: 300px;
  }
}
@media screen and (max-width: 880px) {
  #banniere.home .text img {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  #banniere.home {
    height: 360px;
  }
  #banniere.home::after {
    bottom: -60px;
    height: 150px;
  }
  #banniere.home .text {
    top: 130px !important;
    left: 100px;
    max-width: 80%;
  }
  #banniere.home .text h1 {
    font-size: 35px;
    line-height: 45px;
  }
  #banniere.home .text p {
    font-size: 25px;
  }
}
@media screen and (max-width: 695px) {
  #banniere.home .text {
    top: 145px !important;
    max-width: 80%;
  }
}
@media screen and (max-width: 1080px) {
  #banniere {
    height: 330px;
  }
  #banniere .inside-banniere {
    height: 330px;
  }
  #banniere .inside-banniere .text {
    top: 100px;
    left: 20px !important;
  }
  #banniere .inside-banniere .text h1 {
    font-size: 35px;
  }
  #banniere::after {
    height: 150px;
    bottom: -10px;
  }
  #banniere.home {
    height: 360px;
  }
  #banniere.home nav {
    bottom: auto;
    top: 0;
    background: rgba(251, 251, 251, 0.85);
    z-index: 30;
    padding-top: 80px;
    padding-bottom: 60px;
    display: none;
  }
  #banniere.home nav.active {
    display: block;
  }
  #banniere.home nav ul {
    text-align: left;
    padding-left: 60px;
    position: relative;
  }
  #banniere.home nav ul li {
    color: #414141;
    display: block;
    margin: 0;
  }
  #banniere.home nav ul li a {
    padding: 10px 0;
    padding-left: 15px;
    display: block;
  }
  #banniere.home nav ul::before {
    display: block;
    height: 155px;
    width: 1px;
    background: #414141;
    content: "";
    position: absolute;
    left: 40px;
  }
}
@media screen and (max-width: 715px) {
  #banniere .inside-banniere .text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 550px) {
  #banniere .inside-banniere .text {
    top: 145px;
  }
  #banniere.home .inside-banniere .text {
    max-width: 100%;
  }
  #banniere.home .inside-banniere .text h1 {
    font-size: 25px;
  }
}

#bienvenue {
  padding-top: 100px;
  padding-bottom: 40px;
}
#bienvenue .left {
  float: right;
}
#bienvenue .left .texte {
  max-width: 75%;
}
#bienvenue .left h2 {
  color: #6b1840;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 715px) {
  #bienvenue .left h2 {
    font-size: 30px;
  }
}
#bienvenue .left p {
  font-size: 14px;
  font-weight: 300;
  color: #414141;
  line-height: 24px;
  text-align: left;
  margin-bottom: 30px !important;
}
#bienvenue .right {
  padding-top: 70px;
  float: right;
}
#bienvenue .right img {
  max-width: 215px;
}
@media (min-width: 600px) and (max-width: 1080px) {
  #bienvenue .left {
    width: 66.6666% !important;
    float: right;
    padding-left: 60px;
  }
  #bienvenue .right {
    width: 33.3333% !important;
    float: right;
  }
  #bienvenue .right img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  #bienvenue {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  #bienvenue .right {
    margin-bottom: 30px;
    text-align: center;
  }
  #bienvenue .left .texte {
    max-width: 100%;
  }
  #bienvenue .left .texte p {
    text-align: center;
  }
  #bienvenue .left .texte h2 {
    text-align: center;
  }
  #bienvenue .left .texte a {
    margin: auto;
    display: block;
    max-width: 200px;
  }
}

#valeurs {
  padding-top: 215px;
  padding-bottom: 340px;
  overflow: hidden;
  position: relative;
  background-image: -moz-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: -webkit-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: -o-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
}
#valeurs::before {
  height: 160px;
  background: url(../images/vague2.png) no-repeat center;
  background-size: cover;
  content: " ";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  z-index: 15;
}
#valeurs::after {
  height: 150px;
  background: url(../images/vague3.png) no-repeat center;
  background-size: cover;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
}
#valeurs .titreh2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px !important;
  letter-spacing: 2px;
}
#valeurs .soustitre {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  max-width: 42%;
  margin: auto !important;
  margin-bottom: 80px !important;
}
#valeurs .bloc-valeur {
  margin-bottom: 100px;
}
#valeurs .bloc-valeur .image {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: #6b1840;
  line-height: 155px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}
#valeurs .bloc-valeur .image img {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#valeurs .bloc-valeur .infos .titreh3 {
  color: #0c1e2a;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px !important;
}
#valeurs .bloc-valeur .infos p {
  color: #414141;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}
#valeurs .bloc-valeur:nth-of-type(2) .image {
  line-height: 140px;
}
@media screen and (max-width: 1080px) {
  #valeurs {
    padding-top: 150px;
    padding-bottom: 280px;
  }
  #valeurs .bloc-valeur {
    margin-bottom: 60px;
  }
  #valeurs::before {
    height: 100px;
  }
  #valeurs .titreh2 {
    font-size: 35px;
  }
  #valeurs .soustitre {
    font-size: 16px;
    margin-bottom: 40px !important;
  }
}
@media (min-width: 715px) and (max-width: 1080px) {
  #valeurs .bloc-valeur {
    width: 50% !important;
    float: left;
  }
  #valeurs .bloc-valeur .image {
    margin-bottom: 30px;
  }
  #valeurs .bloc-valeur .infos .titreh3 {
    margin-bottom: 15px !important;
  }
  #valeurs .bloc-valeur:first-of-type .infos p, #valeurs .bloc-valeur:nth-of-type(2) .infos p {
    color: #fff;
  }
}
@media screen and (max-width: 715px) {
  #valeurs {
    padding-bottom: 125px;
  }
  #valeurs::after {
    height: 115px;
    bottom: -45px;
  }
  #valeurs .titreh2 {
    font-size: 30px;
  }
}

#blog {
  position: relative;
  padding-bottom: 295px;
}
#blog .bloc-actu {
  position: absolute;
  z-index: 16;
  top: -250px;
}
#blog .bloc-actu .right {
  padding-top: 200px;
}
#blog .bloc-actu .right .titreh2 {
  color: #6b1840;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0px !important;
}
#blog .bloc-actu .right .titreh3 {
  color: #0c1e2a;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px !important;
}
#blog .bloc-actu .right p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 24px;
  color: #414141;
}
#blog .bloc-actu .right p a {
  color: #6b1840;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
#blog .bloc-actu .right p.more a {
  color: #fff;
}
#blog .bloc-actu .image {
  background: #fff;
  padding: 40px;
}
#blog .bloc-actu .image img {
  max-width: 100%;
  vertical-align: middle;
}
@media (min-width: 716px) and (max-width: 1080px) {
  #blog .bloc-actu .left {
    width: 50% !important;
    float: left;
  }
  #blog .bloc-actu .right {
    width: 50% !important;
    float: left;
  }
}
@media screen and (max-width: 1080px) {
  #blog .bloc-actu {
    top: -230px;
  }
  #blog .bloc-actu .left .image {
    padding: 20px;
  }
  #blog .bloc-actu .right {
    padding-top: 150px;
  }
  #blog .bloc-actu .right .titreh2 {
    font-size: 35px;
  }
  #blog .bloc-actu .right .titreh3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 715px) {
  #blog .bloc-actu .right {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  #blog {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 715px) {
  #blog {
    padding-bottom: 0;
  }
  #blog .bloc-actu {
    position: static;
  }
  #blog .bloc-actu .right {
    padding-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }
  #blog .bloc-actu .right .more {
    margin-top: 30px !important;
  }
  #blog .bloc-actu .right .titreh2 {
    font-size: 30px;
  }
  #blog .bloc-actu .left {
    margin-bottom: 20px;
    padding: 0;
  }
  #blog .bloc-actu .left .image {
    padding: 0;
  }
}

#temoignages {
  position: relative;
  padding-bottom: 235px;
}
#temoignages::after {
  height: 165px;
  background: url(../images/vague4.png) no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  bottom: -165px;
  left: 0;
  right: 0;
  z-index: 15;
}
#temoignages .inside-temoignages .slider-temoignages {
  position: absolute;
  left: 20%;
  right: 20%;
  z-index: 16;
  height: 550px;
  overflow: hidden;
  padding: 0 40px;
}
#temoignages .inside-temoignages .titreh2 {
  color: #375957;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
#temoignages .inside-temoignages #slider-avis .slick-arrow {
  position: absolute;
  width: 20px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
#temoignages .inside-temoignages #slider-avis .slick-arrow.prev {
  background: url(../images/left.png) no-repeat center;
  background-size: contain;
  left: -42px;
}
#temoignages .inside-temoignages #slider-avis .slick-arrow.next {
  background: url(../images/right.png) no-repeat center;
  background-size: contain;
  right: -42px;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis {
  border: 25px solid #d0b49f;
  padding: 25px;
  background: #fff;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis .left {
  text-align: right;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis .left img {
  object-fit: cover;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 30px;
  display: inline-block;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis .left .star-avis {
  text-align: right;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis .left .star-avis img {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0 7px;
  margin-bottom: 0;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis .right p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: "Libre Baskerville", arial;
  line-height: 27px;
  color: #000;
  text-align: left;
  margin-top: 5px;
}
#temoignages .inside-temoignages #slider-avis .bloc-avis .right p.signature {
  font-style: normal;
  font-family: "Roboto", arial;
  font-size: 15px;
  margin-top: 30px !important;
}
@media screen and (max-width: 1080px) {
  #temoignages {
    padding-bottom: 180px;
  }
  #temoignages .inside-temoignages .titreh2 {
    font-size: 35px;
  }
  #temoignages .inside-temoignages .slider-temoignages {
    left: 15%;
    right: 15%;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .left {
    margin-bottom: 20px;
    text-align: center;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .left img {
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .left .star-avis {
    text-align: center;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .left .star-avis img {
    margin-bottom: 0;
    width: 30px;
    height: 30px;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .right p {
    text-align: center;
    font-size: 15px;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .right p.signature {
    font-size: 13px;
  }
}
@media screen and (max-width: 892px) {
  #temoignages .inside-temoignages .slider-temoignages {
    left: 10%;
    right: 10%;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .left p {
    line-height: 22px;
  }
  #temoignages .inside-temoignages .slider-temoignages #slider-avis .bloc-avis .left p.star-avis img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 715px) {
  #temoignages {
    padding-bottom: 20px;
  }
  #temoignages .inside-temoignages .titreh2 {
    font-size: 30px;
  }
  #temoignages .inside-temoignages .slider-temoignages {
    position: static;
  }
  #temoignages .inside-temoignages #slider-avis .bloc-avis {
    border-width: 15px;
  }
}

/*** CONTACT ** */
#content {
  padding-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  #content {
    padding-bottom: 50px;
  }
}
#content.contact p {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #414141;
  margin: 0;
  line-height: 35px;
}
@media screen and (max-width: 1080px) {
  #content.contact p {
    font-size: 17px;
    line-height: 25px;
  }
}
@media screen and (max-width: 715px) {
  #content.contact p {
    font-size: 15px;
    line-height: 20px;
  }
}
#content.contact h2 {
  color: #6b1840;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1080px) {
  #content.contact h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 715px) {
  #content.contact h2 {
    font-size: 18px;
  }
}
#content.contact form {
  padding-top: 40px;
  max-width: 50%;
  margin: auto;
}
#content.contact form .container-field {
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 715px) {
  #content.contact form .container-field {
    padding: 0;
  }
}
#content.contact form .container-field#container_field_contact-page_nom, #content.contact form .container-field#container_field_contact-page_prenom, #content.contact form .container-field#container_field_contact-page_telephone, #content.contact form .container-field#container_field_contact-page_email {
  width: 50%;
}
@media screen and (max-width: 465px) {
  #content.contact form .container-field#container_field_contact-page_nom, #content.contact form .container-field#container_field_contact-page_prenom, #content.contact form .container-field#container_field_contact-page_telephone, #content.contact form .container-field#container_field_contact-page_email {
    width: 100%;
  }
}
#content.contact form input {
  height: 45px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  text-transform: uppercase;
  color: #8a8a8a;
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
  margin-bottom: 20px;
  width: 100%;
}
#content.contact form input::moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
#content.contact form input::-webkit-input-placeholder {
  color: #8a8a8a;
}
#content.contact form input[type="submit"] {
  background: #6b1840;
  color: #fff;
  text-transform: uppercase;
  padding: 0 35px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
  margin: auto;
  display: block;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 1px;
}
#content.contact form input[type="submit"]:hover {
  background: #430d27;
}
#content.contact form select {
  height: 45px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  text-transform: uppercase;
  color: #8a8a8a;
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
  margin-bottom: 20px;
  width: 100%;
}
#content.contact form textarea {
  height: 215px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 0;
  padding-left: 15px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", arial;
  text-transform: uppercase;
  color: #8a8a8a;
  -webkit-appearance: none;
  -moz-appearance: none;
  -appearance: none;
  margin-bottom: 20px;
  width: 100%;
}
#content.contact form textarea::moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}
#content.contact form textarea::-webkit-input-placeholder {
  color: #8a8a8a;
}
@media screen and (max-width: 1080px) {
  #content.contact form {
    max-width: 70%;
  }
  #content.contact form input {
    height: 35px;
    font-size: 13px;
  }
  #content.contact form input[type="submit"] {
    height: 40px;
  }
  #content.contact form textarea {
    font-size: 13px;
  }
  #content.contact form select {
    font-size: 13px;
    height: 35px;
  }
}
@media screen and (max-width: 715px) {
  #content.contact form {
    max-width: 100%;
  }
}

/*** BLOG ** */
#content.blog .filtres-categories {
  padding-bottom: 50px;
}
@media screen and (max-width: 800px) {
  #content.blog .filtres-categories {
    display: none;
  }
}
#content.blog .filtres-categories ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#content.blog .filtres-categories ul li {
  list-style-type: none;
  color: #858383;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e6e6e6;
  border-radius: 17px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  padding: 0 25px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 15px;
}
#content.blog .filtres-categories ul li.active {
  color: #fff;
  background: #6b1840;
  border-color: #6b1840;
}
#content.blog .filtres-categories ul li.active:hover {
  background: #6b1840;
}
#content.blog .filtres-categories ul li:hover {
  background: #F0F0F0;
}
#content.blog .filtres-categories ul li a {
  text-decoration: none;
  color: inherit;
}
#content.blog .bloc-actu {
  margin-bottom: 30px;
}
#content.blog .bloc-actu .image {
  height: 200px;
}
#content.blog .bloc-actu .image a {
  display: block;
  height: 100%;
}
#content.blog .bloc-actu .image a img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
#content.blog .bloc-actu .infos {
  background: #fff;
  height: auto;
  padding: 15px 20px;
  padding-bottom: 65px;
  box-shadow: 0 2px 30px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
#content.blog .bloc-actu .infos ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: 20px !important;
}
#content.blog .bloc-actu .infos ul li {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  list-style-type: none;
}
#content.blog .bloc-actu .infos ul a {
  color: inherit;
}
#content.blog .bloc-actu .infos h3 {
  font-size: 19px;
  font-weight: 800;
  color: #333;
  margin-bottom: 7px !important;
}
#content.blog .bloc-actu .infos p {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
#content.blog .bloc-actu .infos p.metas {
  font-size: 13px;
  font-weight: 400;
  color: #333;
  display: inline-block;
  margin-bottom: 7px !important;
}
#content.blog .bloc-actu .infos .see-more {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  color: #6b1840;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content.blog .bloc-actu .infos .see-more:hover {
  color: #430d27;
}
#content.blog .bloc-actu .infos .see-more::before {
  height: 1px;
  content: "";
  background: #E6E6E6;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
#content.blog .bloc-actu:nth-child(2n) .image {
  height: 300px;
}
#content.blog .bloc-actu:nth-of-type(2n+1) {
  position: relative;
  top: -100px;
}
#content.blog .bloc-actu:first-of-type {
  top: 0;
}
#content.blog aside .inside-slider {
  height: 240px;
  overflow: hidden;
}
@media screen and (max-width: 715px) {
  #content.blog aside .inside-slider {
    height: 110px;
  }
}
#content.blog aside #slider-sidebar .slick-arrow {
  position: absolute;
  width: 10px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
}
#content.blog aside #slider-sidebar .slick-arrow.prev {
  background: url(../images/left.png) no-repeat center;
  background-size: contain;
  left: 20px;
}
#content.blog aside #slider-sidebar .slick-arrow.next {
  background: url(../images/right.png) no-repeat center;
  background-size: contain;
  right: 20px;
}
@media screen and (max-width: 370px) {
  #content.blog aside #slider-sidebar .slick-arrow.prev {
    left: 0;
  }
  #content.blog aside #slider-sidebar .slick-arrow.next {
    right: 0;
  }
}
#content.blog aside .bloc-sidebar {
  margin-bottom: 60px;
}
#content.blog aside .bloc-sidebar .bloc-avis .image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  margin: auto;
  margin-bottom: 15px;
}
#content.blog aside .bloc-sidebar .bloc-avis .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
#content.blog aside .bloc-sidebar .bloc-avis .infos p {
  max-width: 250px;
  margin: auto !important;
}
#content.blog aside .bloc-sidebar .bloc-avis .infos p.signature {
  font-weight: bold;
  margin-top: 10px !important;
  text-align: right;
  font-size: 11px;
  max-width: 285px;
}
#content.blog aside .bloc-sidebar .bloc-avis .infos p.see-more {
  text-align: right;
  margin-top: 10px !important;
}
#content.blog aside .bloc-sidebar .bloc-avis .infos p.see-more a {
  text-decoration: none;
  color: #6b1840;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu {
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 15px;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .image {
  width: 23%;
  height: 80px;
  max-width: 80px;
  margin-bottom: 0;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos {
  width: 77%;
  padding-left: 0;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos .metas {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px !important;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos ul li {
  list-style-type: none;
  color: #333;
  font-size: 13px;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos ul li a {
  color: inherit;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos h3 {
  font-size: 15px;
  font-weight: 800;
  color: #333;
  margin-bottom: 5px !important;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos .see-more {
  font-size: 14px;
  color: #6b1840;
  font-weight: 600;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
#content.blog aside .bloc-sidebar .bloc-avis.actu .infos .see-more:hover {
  color: #430d27;
}
#content.blog aside .bloc-sidebar .titreh3 {
  font-size: 16px;
  font-weight: 700;
  color: #6b1840;
  margin-bottom: 30px !important;
}
#content.blog aside .bloc-sidebar.contact {
  height: 205px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: 205px;
  text-align: center;
}
#content.blog aside .bloc-sidebar.contact a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(251, 251, 251, 0.5);
  padding: 0 20px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#content.blog aside .bloc-sidebar.contact a:hover {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  #content.blog .left .bloc-actu {
    top: 0 !important;
    margin-bottom: 20px;
  }
  #content.blog .left .bloc-actu .image {
    height: 200px !important;
  }
  #content.blog .left .bloc-actu .infos {
    height: auto !important;
  }
  #content.blog .right .bloc-sidebar .image {
    display: none;
  }
  #content.blog .right .bloc-sidebar .infos {
    padding: 0;
  }
  #content.blog .right .bloc-sidebar .infos .metas {
    font-size: 12px !important;
  }
  #content.blog .right .bloc-sidebar .infos h3 {
    font-size: 14px !important;
  }
}
@media (min-width: 800px) and (max-width: 1080px) {
  #content.blog .left {
    width: 66.6666% !important;
    float: left;
  }
  #content.blog .right {
    width: 33.3333% !important;
    float: left;
  }
}
@media (min-width: 715px) and (max-width: 799px) {
  #content.blog .left, #content.blog .right {
    width: 50% !important;
    float: left;
  }
}
@media screen and (max-width: 715px) {
  #content.blog .left {
    padding-bottom: 30px !important;
  }
  #content.blog .left .bloc-actu {
    width: 50% !important;
    float: left;
  }
  #content.blog .left .bloc-actu h3 {
    font-size: 14px;
  }
  #content.blog .left .bloc-actu p {
    font-size: 12px;
  }
  #content.blog .left .bloc-actu p.metas {
    font-size: 12px;
  }
  #content.blog .right .bloc-sidebar {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 620px) {
  #content.blog .left .bloc-actu {
    width: 100% !important;
  }
  #content.blog .left .bloc-actu .infos {
    height: auto !important;
    padding-bottom: 70px;
  }
}

#pop-up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 100px;
  display: none;
}
#pop-up.active {
  display: block;
}
#pop-up .inside-pop {
  background: #fff;
  padding: 30px 40px;
  max-width: 60%;
  margin: auto;
  position: relative;
}
#pop-up .inside-pop .close {
  border-radius: 50%;
  background: #6b1840;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

/*** SINGLE ** */
#content.blog.single .bloc-actu .image {
  height: auto;
  margin-bottom: 5px;
  text-align: center;
}
#content.blog.single .bloc-actu .infos {
  box-shadow: none;
  height: auto;
}
#content.blog.single .bloc-actu .infos h1 {
  font-size: 25px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 25px !important;
}
#content.blog.single .bloc-actu .infos h2 {
  font-size: 19px;
  font-weight: 700;
  color: #6b1840;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px;
}
#content.blog.single .bloc-actu .infos h3 {
  font-size: 17px;
  font-weight: 700;
  color: #6b1840;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px !important;
  margin-top: 10px !important;
}
#content.blog.single .bloc-actu .infos p {
  color: #333;
  font-size: 15px;
  margin: 0;
  margin-bottom: 25px;
  line-height: 23px;
}
#content.blog.single .bloc-actu .infos p strong {
  font-weight: 600;
}
#content.blog.single .bloc-actu .infos p a {
  color: #6b1840;
}
#content.blog.single .bloc-actu .infos p.metas {
  font-size: 13px;
  margin-bottom: 15px !important;
}
#content.blog.single .bloc-actu .infos ul {
  display: block;
  padding-left: 40px;
}
#content.blog.single .bloc-actu .infos ul li {
  color: #333;
  font-size: 15px;
  line-height: 23px;
  list-style-type: disc;
}
#content.blog.single .bloc-actu .infos ul.post-categories {
  display: inline-block;
  padding-left: 0;
}
#content.blog.single .bloc-actu .infos ul.post-categories li {
  font-size: 13px;
  list-style-type: none;
}
#content.blog.single .bloc-actu .partage-rs {
  border-top: 1px solid #E6E6E6;
  padding-top: 20px;
  margin: 0 15px;
  margin-top: 20px;
}
#content.blog.single .bloc-actu .partage-rs p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px !important;
}
#content.blog.single .bloc-actu .partage-rs a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
#content.blog.single .bloc-actu .partage-rs a.facebook {
  background: url(../images/fb-single.png) no-repeat center;
  background-size: contain;
}
#content.blog.single .bloc-actu .partage-rs a.twitter {
  background: url(../images/tw-single.png) no-repeat center;
  background-size: contain;
}
#content.blog.single .bloc-actu .partage-rs a.email {
  background: url(../images/email-single.png) no-repeat center;
  background-size: contain;
  margin-right: 0;
}

/*** SERVICES ** */
#partie-haute {
  max-width: 75%;
  margin: auto;
}
@media screen and (max-width: 485px) {
  #partie-haute {
    max-width: 100%;
  }
}
#partie-haute .titreh2 {
  margin-bottom: 40px !important;
  font-size: 30px;
  font-weight: 700;
  color: #6b1840;
}
#partie-haute .titreh2 span {
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 1080px) {
  #partie-haute .titreh2 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 715px) {
  #partie-haute .titreh2 {
    font-size: 25px;
  }
}
#partie-haute .bloc-services {
  border-radius: 10px;
  padding: 30px 0;
}
#partie-haute .bloc-services .image .bulle {
  background-image: -moz-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: -webkit-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: -o-linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  background-image: linear-gradient(-25deg, #d2a481, #d2a481, #375957, #375957);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  margin: auto;
}
#partie-haute .bloc-services .image .bulle img {
  max-width: 80px;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  #partie-haute .bloc-services .image {
    margin-bottom: 30px;
  }
}
#partie-haute .bloc-services .infos {
  padding-right: 20px;
}
#partie-haute .bloc-services .infos h2 {
  color: #6b1840;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
}
#partie-haute .bloc-services .infos p {
  font-size: 18px;
  font-family: "Roboto", arial;
  font-weight: 300;
  color: #616161;
  line-height: 24px;
}
#partie-haute .bloc-services .infos p a {
  color: #6b1840;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  #partie-haute .bloc-services .infos h2, #partie-haute .bloc-services .infos p {
    text-align: center;
  }
}
@media screen and (max-width: 715px) {
  #partie-haute .bloc-services .infos h2 {
    font-size: 18px;
  }
  #partie-haute .bloc-services .infos p {
    font-size: 15px;
  }
}
#partie-haute .bloc-services:nth-of-type(even) {
  background: #e6e6e6;
}

#partie-basse {
  padding-top: 260px;
  background: url(../images/vague5.png) no-repeat center top;
  padding-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  #partie-basse {
    padding-top: 125px;
    background-position: center -90px;
  }
}
#partie-basse .inside {
  max-width: 75%;
  margin: auto;
}
#partie-basse .inside .titreh2 {
  margin-bottom: 40px !important;
  font-size: 30px;
  font-weight: 700;
  color: #6b1840;
}
#partie-basse .inside .titreh2 span {
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 715px) {
  #partie-basse .inside .titreh2 {
    font-size: 25px;
  }
}
#partie-basse .inside .bloc-valeurs .image {
  height: 150px;
  width: 150px;
  background: #6b1840;
  line-height: 150px;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
#partie-basse .inside .bloc-valeurs .image img {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  object-fit: contain;
}
#partie-basse .inside .bloc-valeurs .infos .titreh3 {
  font-size: 20px;
  font-weight: 600;
  color: #0c1e2a;
  margin-bottom: 25px !important;
}
#partie-basse .inside .bloc-valeurs .infos p {
  font-size: 14px;
  font-weight: 300;
  color: #414141;
  line-height: 24px;
  padding: 0 10px;
}
#partie-basse .inside .bloc-valeurs:nth-of-type(2) .image {
  line-height: 132px;
}
@media (min-width: 715px) and (max-width: 1080px) {
  #partie-basse .inside .bloc-valeurs {
    width: 50% !important;
    float: left;
  }
}
@media screen and (max-width: 1080px) {
  #partie-basse .inside .bloc-valeurs {
    margin-bottom: 30px;
  }
}

/*** PAGE SIMPLE ** */
#content.page {
  padding: 30px 0;
}
#content.page h2 {
  font-size: 19px;
  font-weight: 700;
  color: #6b1840;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px;
}
#content.page h3 {
  font-size: 17px;
  font-weight: 700;
  color: #6b1840;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px !important;
  margin-top: 20px !important;
}
#content.page p {
  color: #333;
  font-size: 15px;
  margin: 0;
  margin-bottom: 25px;
  line-height: 23px;
}
#content.page p strong {
  font-weight: 600;
}
#content.page p a {
  color: #6b1840;
}
#content.page p.metas {
  font-size: 13px;
  margin-bottom: 15px !important;
}
#content.page ul {
  display: block;
  padding-left: 40px;
}
#content.page ul li {
  color: #333;
  font-size: 15px;
  line-height: 23px;
  list-style-type: disc;
}
#content.page ul.post-categories {
  display: inline-block;
  padding-left: 0;
}
#content.page ul.post-categories li {
  font-size: 13px;
  list-style-type: none;
}
@media screen and (max-width: 715px) {
  #content.page {
    padding-top: 0;
  }
}

/*** FOOTER ** */
footer {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
footer::before {
  height: 165px;
  background: url(../images/vague4.png) no-repeat center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 15;
}
@media screen and (max-width: 1080px) {
  footer::before {
    height: 120px;
    top: -30px;
  }
}
footer .filtre-couleur {
  opacity: 0.8;
}
footer .inside-footer {
  padding-top: 400px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1080px) {
  footer .inside-footer {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
footer.home .inside-footer {
  padding-top: 130px;
}
footer.home::before {
  display: none;
}
@media screen and (max-width: 1080px) {
  footer.home .inside-footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

#contact {
  position: relative;
  z-index: 14;
  padding-top: 350px;
  background: url(../images/bg-contact.png) repeat-x top;
}
@media screen and (max-width: 1080px) {
  #contact {
    padding-top: 410px;
  }
}
@media screen and (max-width: 715px) {
  #contact {
    padding-top: 170px;
  }
}
#contact .titreh2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 55px !important;
}
@media screen and (max-width: 1080px) {
  #contact .titreh2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 715px) {
  #contact .titreh2 {
    font-size: 30px;
  }
}
#contact .left {
  padding: 0 80px;
}
#contact .left p {
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto", arial;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px !important;
}
#contact .left p.phone {
  font-size: 40px;
  font-weight: 700;
  font-family: "Montserrat", arial;
  font-style: normal;
  padding-left: 40px;
  background: url(../images/phone.png) no-repeat center left;
}
#contact .left p.horaires {
  color: #d4ac56;
  font-size: 16px;
  font-weight: 800;
  font-family: "Montserrat", arial;
  font-style: normal;
}
@media screen and (max-width: 715px) {
  #contact p {
    text-align: center;
    max-width: 70%;
    margin: auto !important;
  }
}
@media screen and (max-width: 534px) {
  #contact p {
    max-width: 80%;
  }
}
#contact .right form {
  max-width: 70%;
  margin: auto;
}
#contact .right input {
  height: 45px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", arial;
  color: #000;
  background: rgba(251, 251, 251, 0.73);
  margin-bottom: 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .right input::moz-placeholder {
  color: #000;
  opacity: 1;
}
#contact .right input::-webkit-input-placeholder {
  color: #000;
}
#contact .right input[type="submit"] {
  background: #6b1840;
  color: #fff;
  text-transform: uppercase;
  padding: 0 35px;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 200px;
  margin: auto;
  margin-right: 0;
  display: block;
  cursor: pointer;
}
#contact .right input[type="submit"]:hover {
  background: #430d27;
}
#contact .right #container_field_contact_nom {
  width: 50%;
  display: inline-block;
  padding-right: 5px;
}
#contact .right #container_field_contact_email {
  width: 50%;
  display: inline-block;
  padding-left: 5px;
}
#contact .right select {
  height: 45px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", arial;
  color: #000;
  background: rgba(251, 251, 251, 0.73);
  margin-bottom: 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .right textarea {
  height: 150px;
  border: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
  padding-left: 15px;
  padding-top: 10px;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", arial;
  color: #000;
  background: rgba(251, 251, 251, 0.73);
  margin-bottom: 18px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact .right textarea::moz-placeholder {
  color: #000;
  opacity: 1;
}
#contact .right textarea::-webkit-input-placeholder {
  color: #000;
}
@media (min-width: 715px) and (max-width: 1080px) {
  #contact .left, #contact .right {
    width: 50% !important;
    float: left;
  }
}
@media screen and (max-width: 1080px) {
  #contact .left {
    padding: 0 30px;
  }
  #contact .left p.phone {
    font-size: 35px;
  }
  #contact .right form {
    max-width: 85%;
  }
}
@media screen and (max-width: 475px) {
  #contact .left p {
    max-width: 100%;
  }
  #contact .left p.phone {
    font-size: 25px;
    background-position: 30px;
  }
  #contact .right form {
    max-width: 100%;
  }
  #contact .right form #container_field_contact_nom, #contact .right form #container_field_contact_email {
    width: 100%;
    padding: 0;
  }
  #contact .right input {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #contact .left p.phone {
    background-position: 15px;
  }
}
@media screen and (max-width: 330px) {
  #contact .left p.phone {
    background-position: 10px;
  }
}

#copyright {
  position: relative;
  z-index: 16;
}
#copyright p {
  max-width: 400px;
  margin: auto !important;
  margin-bottom: 20px !important;
}
#copyright p.sociaux a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
#copyright p.sociaux a.facebook {
  background: url(../images/facebook-footer.png) no-repeat center;
  background-size: contain;
}
#copyright p.sociaux a.linkedin {
  background: url(../images/linkedin-footer.png) no-repeat center;
  background-size: contain;
}
#copyright p.contenu {
  font-size: 12px;
  padding: 0 60px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  #copyright p {
    max-width: 300px;
  }
  #copyright p.contenu {
    padding: 0;
  }
}
@media screen and (max-width: 485px) {
  #copyright p {
    max-width: 200px;
  }
  #copyright p.contenu {
    maw-width: 250px;
  }
}
