@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&family=Poppins:wght@300;400&family=Reenie+Beanie&display=swap');
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body header .header-top {
  background-color: #3e3e3e;
  height: 45px;
  line-height: 45px;
}
body header .header-top .contenu-header-top {
  text-align: right;
}
body header .header-top .contenu-header-top h3,
body header .header-top .contenu-header-top .tel-header-top {
  display: inline-block;
  font-family: 'Poppins';
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
body header .header-top .contenu-header-top h3 {
  color: #fff;
}
body header .header-top .contenu-header-top .tel-header-top {
  background-color: #f26522;
  height: 43px;
  padding-right: 35px;
  padding-left: 25px;
  margin-left: 15px;
}
body header .header-top .contenu-header-top .tel-header-top:hover {
  cursor: pointer;
}
body header .header-top .contenu-header-top .tel-header-top:hover a {
  color: #fff;
  transition: 0.6s;
}
body header .header-top .contenu-header-top .tel-header-top a {
  color: #fff;
  transition: 0.6s;
}
body header .header-top .contenu-header-top .tel-header-top a.tel {
  font-size: 1rem;
  font-weight: 700;
}
body header .header-top .contenu-header-top .tel-header-top a:hover {
  text-decoration: none;
}
body header .header-bottom {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
body header .header-bottom .container-logo,
body header .header-bottom .menu {
  display: inline-block;
}
body header .header-bottom .menu .menu-menu-principal-container {
  scroll-behavior: smooth;
}
body header .header-bottom .menu .menu-menu-principal-container ul {
  margin: 0;
  padding: 0;
}
body header .header-bottom .menu .menu-menu-principal-container ul li {
  display: inline-block;
  list-style-type: none;
  padding-left: 35px;
  padding-right: 35px;
}
body header .header-bottom .menu .menu-menu-principal-container ul li a {
  text-transform: uppercase;
  font-family: 'Poppins';
  color: #3e3e3e;
  transition: 0.6s;
  font-size: 15px;
}
body header .header-bottom .menu .menu-menu-principal-container ul li a:hover {
  text-decoration: none;
  color: #f26522;
  transition: 0.6s;
}
body header .header-bottom .menu .menu-menu-principal-container ul li:last-of-type {
  padding-right: 0;
}
body header .header-mobile {
  display: none;
}
body main #header-banner {
  background-color: #1e2041;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body main #header-banner h1 {
  color: #fff;
}
body main .visuel {
  height: 280px;
  margin-bottom: 60px;
  position: relative;
}
body main .visuel .bloc-textuel {
  position: absolute;
  background-color: rgba(62,62,62,0.9);
  left: 0;
  right: 0;
  width: 430px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Poppins';
  text-align: center;
  padding: 10px 20px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
body main .visuel .bloc-textuel h1 {
  text-transform: uppercase;
  font-size: 41px;
}
body main .visuel .bloc-textuel h1 p {
  margin-bottom: 0px;
}
body main .visuel .bloc-textuel h3 {
  font-size: 18px;
  line-height: 1.2;
}
body main .visuel .bloc-textuel .bordure-gauche,
body main .visuel .bloc-textuel .bordure-droite {
  top: 1rem;
  bottom: 1rem;
  position: absolute;
  background-color: #f26522;
  width: 4px;
}
body main .visuel .bloc-textuel .bordure-gauche {
  left: -4px;
}
body main .visuel .bloc-textuel .bordure-droite {
  right: -4px;
}
body main .visuel .image-gauche,
body main .visuel .image-droite {
  height: 280px;
  background-size: cover;
}
body main .visuel .image-gauche:before {
  content: '';
  display: block;
  width: 75%;
  background-color: #f26522;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
}
body main .visuel .image-droite:after {
  content: '';
  display: block;
  width: 75%;
  background-color: #f26522;
  height: 3px;
  position: absolute;
  right: 0;
  top: 50%;
}
body main .visuel .bouton-precommande {
  width: 320px;
  height: 120px;
  border-radius: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f26522;
  position: absolute;
  bottom: -78px;
  right: 0;
  text-align: center;
  font-family: 'Poppins';
  transition: 0.6s;
  z-index: 9999;
}
body main .visuel .bouton-precommande:hover {
  background-color: #3e3e3e;
  transition: 0.6s;
}
body main .visuel .bouton-precommande a {
  color: #fff;
}
body main .visuel .bouton-precommande a:hover {
  text-decoration: none;
}
body main .visuel .bouton-precommande a h2 {
  font-size: 24px;
  margin-top: 16Px;
  line-height: 18px;
}
body main .a-propos {
  height: auto;
  margin-bottom: 190px;
}
body main .a-propos .titre-bloc {
  text-align: center;
}
body main .a-propos .titre-bloc h2 {
  font-family: 'Poppins';
  color: #3e3e3e;
  font-size: 25px;
}
body main .a-propos .titre-bloc h2:after {
  content: '';
  display: block;
  width: 35%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  left: 91px;
  top: 31%;
}
body main .a-propos .titre-bloc h2:before {
  content: '';
  display: block;
  width: 35%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  right: 91px;
  top: 31%;
}
body main .a-propos .titre-bloc .bordure-gauche,
body main .a-propos .titre-bloc .bordure-droite {
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #f26522;
}
body main .a-propos .titre-bloc .bordure-gauche {
  left: 477Px;
  transform: rotate(90deg);
  top: 14px;
}
body main .a-propos .titre-bloc .bordure-droite {
  right: 477Px;
  transform: rotate(90deg);
  top: 14px;
}
body main .a-propos .contenu-a-propos {
  margin-top: 60px;
  margin-bottom: 120px;
  color: #103572;
  font-family: 'Poppins';
}
body main .a-propos .contenu-a-propos h1 {
  position: relative;
  font-size: 33Px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2Px;
  margin-bottom: 50px;
}
body main .a-propos .contenu-a-propos h1:after {
  content: '';
  width: 124px;
  height: 4px;
  background-color: #f26522;
  display: inline-block;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
body main .a-propos .contenu-a-propos h3 {
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
}
body main .a-propos .contenu-a-propos h3 p:nth-of-type(2n) {
  margin-top: 70px;
}
body main .a-propos .contenu-a-propos .angle-bleu {
  position: absolute;
  top: 166px;
  left: -107px;
  width: 281px;
}
body main .a-propos .image {
  background-size: cover;
  height: 650px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 133px;
  width: 24%;
  margin-top: 18px;
}
body main .lineaires-permanents {
  background-color: #103572;
  padding-bottom: 30px;
}
body main .lineaires-permanents .titre-bloc {
  text-align: center;
  margin-top: 40px;
}
body main .lineaires-permanents .titre-bloc h2 {
  font-family: 'Poppins';
  color: #fff;
  font-size: 25px;
}
body main .lineaires-permanents .titre-bloc h2:after {
  content: '';
  display: block;
  width: 28%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  right: 92px;
  top: 31%;
}
body main .lineaires-permanents .titre-bloc h2:before {
  content: '';
  display: block;
  width: 28%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  left: 92px;
  top: 31%;
}
body main .lineaires-permanents .titre-bloc .bordure-gauche,
body main .lineaires-permanents .titre-bloc .bordure-droite {
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #f26522;
}
body main .lineaires-permanents .titre-bloc .bordure-gauche {
  left: 397px;
  transform: rotate(90deg);
  top: 14px;
}
body main .lineaires-permanents .titre-bloc .bordure-droite {
  right: 397px;
  transform: rotate(90deg);
  top: 14px;
}
body main .lineaires-permanents .textuel-lineaire {
  margin-top: 70px;
}
body main .lineaires-permanents .textuel-lineaire h2 {
  position: relative;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2Px;
  margin-bottom: 40px;
  color: #fff;
}
body main .lineaires-permanents .textuel-lineaire h2 p {
  font-size: 33Px;
}
body main .lineaires-permanents .textuel-lineaire h2:after {
  content: '';
  width: 124px;
  height: 4px;
  background-color: #f26522;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
body main .lineaires-permanents .textuel-lineaire p {
  font-family: 'Poppins';
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}
body main .lineaires-permanents .textuel-lineaire ul {
  padding-inline-start: 0px;
}
body main .lineaires-permanents .textuel-lineaire ul li {
  font-family: 'Poppins';
  color: #fff;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
body main .lineaires-permanents .textuel-lineaire ul li:before {
  content: '-';
  display: inline-block;
  margin-right: 10px;
}
body main .lineaires-permanents .bloc-contact-lineaire {
  margin-top: 70px;
}
body main .lineaires-permanents .bloc-contact-lineaire .angle-lineaire {
  width: 250px;
  float: right;
  position: relative;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire {
  position: absolute;
  text-align: center;
  margin-top: 50px;
  margin-left: 70px;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire .bouton-lineaire {
  width: 190px;
  height: 40px;
  line-height: 40px;
  background-color: #f26522;
  margin: 0 auto;
  margin-top: 28px;
  transition: 0.6s;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire .bouton-lineaire:hover {
  background-color: #fff;
  transition: 0.6s;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire .bouton-lineaire:hover a h4 {
  color: #f26522;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire .bouton-lineaire a h4 {
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 17px;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire .bouton-lineaire a:hover {
  text-decoration: none;
}
body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire h2 {
  font-family: 'Reenie Beanie';
  color: #fff;
  font-size: 31px;
}
body main .lineaires-permanents .bloc-unique-lineaire {
  margin-top: 80px;
  margin-bottom: 20px;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global {
  display: inline-block;
  position: relative;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .container-bloc-unique {
  height: 200px;
  background-size: contain;
  border-radius: 20px;
  width: 150px;
  margin-right: 31px;
  text-align: center;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .container-texte {
  position: relative;
  padding-left: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .container-texte h2 span {
  display: block;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .container-texte > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique h2 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  color: #fff;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .color-violet {
  color: #720092;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .color-vert-pomme {
  color: #76d03a;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .color-bleu-canard {
  color: #00afa1;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .color-orange {
  color: #ff5d0a;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .color-gris {
  color: #6d6e71;
}
body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .color-rouge {
  color: #cf0018;
}
body main .reprise-saisonniere {
  height: auto;
  margin-bottom: 30px;
}
body main .reprise-saisonniere .titre-bloc {
  text-align: center;
  margin-top: 40px;
}
body main .reprise-saisonniere .titre-bloc h2 {
  font-family: 'Poppins';
  color: #3e3e3e;
  font-size: 25px;
}
body main .reprise-saisonniere .titre-bloc h2:after {
  content: '';
  display: block;
  width: 28%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  right: 92px;
  top: 31%;
}
body main .reprise-saisonniere .titre-bloc h2:before {
  content: '';
  display: block;
  width: 28%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  left: 92px;
  top: 31%;
}
body main .reprise-saisonniere .titre-bloc .bordure-gauche,
body main .reprise-saisonniere .titre-bloc .bordure-droite {
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #f26522;
}
body main .reprise-saisonniere .titre-bloc .bordure-gauche {
  left: 397px;
  transform: rotate(90deg);
  top: 14px;
}
body main .reprise-saisonniere .titre-bloc .bordure-droite {
  right: 397px;
  transform: rotate(90deg);
  top: 14px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere {
  margin-top: 100px;
  margin-bottom: 120px;
  color: #103572;
  font-family: 'Poppins';
}
body main .reprise-saisonniere .contenu-reprise-saisonniere h1 {
  position: relative;
  font-size: 33Px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 2Px;
  margin-bottom: 70px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere h1:after {
  content: '';
  width: 124px;
  height: 4px;
  background-color: #f26522;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1rem;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere h3 {
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
  margin-bottom: 60px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere h3 p {
  margin-bottom: 0px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere h3 p:nth-of-type(2n) {
  margin-top: 20px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere ul {
  padding-inline-start: 0px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere ul li {
  list-style: none;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere ul li:before {
  content: '-';
  display: inline-block;
  margin-right: 10px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere .angle-bleu {
  position: absolute;
  top: 35px;
  left: -93px;
  width: 281px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere {
  float: right;
  width: 426px;
  text-align: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  background-color: #f26522;
  transition: 0.6s;
  color: #fff;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere:hover {
  background-color: #103572;
  transition: 0.6s;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere a {
  font-family: 'Montserrat';
  color: #fff;
  text-transform: uppercase;
  line-height: 45px;
  font-size: 18px;
}
body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere a:hover {
  text-decoration: none;
}
body main .reprise-saisonniere .image {
  background-size: cover;
  background-position: center;
  height: 480px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: 126px;
  width: 29%;
  margin-top: 18px;
}
body main .galerie {
  background-color: #103572;
  height: auto;
}
body main .galerie .titre-bloc {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
body main .galerie .titre-bloc h2 {
  font-family: 'Poppins';
  color: #fff;
  font-size: 25px;
}
body main .galerie .titre-bloc h2:after {
  content: '';
  display: block;
  width: 30%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  right: 101px;
  top: 31%;
}
body main .galerie .titre-bloc h2:before {
  content: '';
  display: block;
  width: 30%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  left: 101px;
  top: 31%;
}
body main .galerie .titre-bloc .bordure-gauche,
body main .galerie .titre-bloc .bordure-droite {
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #f26522;
}
body main .galerie .titre-bloc .bordure-gauche {
  left: 431px;
  transform: rotate(90deg);
  top: 14px;
}
body main .galerie .titre-bloc .bordure-droite {
  right: 431px;
  transform: rotate(90deg);
  top: 14px;
}
body main .galerie .container-images-galerie {
  padding-bottom: 80px;
}
body main .galerie .container-images-galerie .images-galerie {
  height: 250px;
  margin-bottom: 15px;
}
body main .galerie .container-images-galerie .images-galerie a:hover {
  text-decoration: none;
}
body main .galerie .container-images-galerie .images-galerie .image-galerie-item {
  height: 250px;
  background-size: cover;
  background-position: center;
}
body main .galerie .container-images-galerie .images-galerie .image-galerie-item:hover .overlay {
  display: block;
  transition: 0.6s;
}
body main .galerie .container-images-galerie .images-galerie .image-galerie-item .overlay {
  background-color: rgba(16,53,114,0.5);
  height: 100%;
  text-align: center;
  display: none;
  transition: 0.6s;
}
body main .galerie .container-images-galerie .images-galerie .image-galerie-item .overlay i {
  color: white;
  font-size: 55px;
  margin-top: 70px;
  margin-bottom: 15px;
}
body main .galerie .container-images-galerie .images-galerie .image-galerie-item .overlay h2 {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 25px;
  font-weight: 200;
}
body main .contact .titre-bloc {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
body main .contact .titre-bloc h2 {
  font-family: 'Poppins';
  color: #3e3e3e;
  font-size: 25px;
}
body main .contact .titre-bloc h2:after {
  content: '';
  display: block;
  width: 31%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  right: 103px;
  top: 31%;
}
body main .contact .titre-bloc h2:before {
  content: '';
  display: block;
  width: 31%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  left: 103px;
  top: 31%;
}
body main .contact .titre-bloc .bordure-gauche,
body main .contact .titre-bloc .bordure-droite {
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #f26522;
}
body main .contact .titre-bloc .bordure-gauche {
  left: 443px;
  transform: rotate(90deg);
  top: 14px;
}
body main .contact .titre-bloc .bordure-droite {
  right: 443px;
  transform: rotate(90deg);
  top: 14px;
}
body main .contact .container-bloc-contact {
  line-height: 120px;
  text-align: left;
  margin-top: 40px;
}
body main .contact .container-bloc-contact .textuel-contact {
  font-family: 'Poppins';
}
body main .contact .container-bloc-contact .textuel-contact h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}
body main .contact .container-bloc-contact .textuel-contact a:hover {
  text-decoration: none;
  transition: 0.3s;
}
body main .contact .container-bloc-contact .textuel-contact a:hover p {
  color: #f26522;
  transition: 0.3s;
}
body main .contact .container-bloc-contact .textuel-contact a p {
  color: #737377;
  font-weight: 200;
  font-size: 15px;
  margin-left: 152px;
}
body main .contact .container-bloc-contact .textuel-contact p {
  color: #737377;
  font-weight: 200;
  font-size: 15px;
  line-height: 10px;
  margin-left: 141px;
}
body main .contact .container-bloc-contact img {
  float: left;
  font-size: 30px;
  margin-right: 20px;
  margin-left: 100px;
  width: 25px;
}
body main .contact-bottom {
  margin-top: 40px;
}
body main .contact-bottom .carte {
  background-position: center;
}
body main .contact-bottom .carte .image-carte {
  width: 200px;
  position: absolute;
  left: 0;
}
body main .contact-bottom .formulaire {
  background-color: #103572;
}
body main .contact-bottom .formulaire .container-formulaire {
  padding: 60px 60px 20px 60px;
}
body main .contact-bottom .formulaire .container-formulaire h2 {
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0px;
}
body main .contact-bottom .formulaire .container-formulaire h3 {
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  margin-bottom: 30px;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-cont .nf-form-title {
  display: none;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-cont .nf-form-wrap .nf-form-layout .nf-before-form-content {
  display: none;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-cont .nf-form-wrap .nf-response-msg {
  font-family: 'Montserrat';
  color: #fff;
  text-align: center;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-cont .ninja-forms-field::placeholder {
  color: #fff;
  opacity: 1;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-cont .ninja-forms-field:-ms-input-placeholder {
  color: #fff;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-cont .ninja-forms-field::-ms-input-placeholder {
  color: #fff;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-element input,
body main .contact-bottom .formulaire .container-formulaire .nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-element textarea {
  background-color: #274980;
  border: none;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 200;
  font-size: 15px;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content .nf-field-container .nf-field .field-wrap .nf-field-element textarea {
  resize: none;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-7-container,
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-8-container {
  width: 42%;
  display: inline-block;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-7-container .nf-after-field .nf-error-wrap .nf-error-msg,
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-8-container .nf-after-field .nf-error-wrap .nf-error-msg {
  display: none;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-8-container {
  margin-left: 30px;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-9-container {
  width: 88%;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container {
  border: solid 2px #f26522;
  width: 200px;
  text-align: center;
  height: 54px;
  transition: 0.6s;
  margin-top: 48px;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container:hover {
  cursor: pointer;
  background-color: #f26522;
  transition: 0.6s;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element input,
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element textarea {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 200;
  font-size: 19px;
  text-transform: uppercase;
  transition: 0.6s;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element input:hover,
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element textarea:hover {
  cursor: pointer;
  background-color: #f26522;
  transition: 0.6s;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element input:focus,
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element textarea:focus {
  outline: none;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element textarea {
  resize: none;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-11-container .nf-field .field-wrap label {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-11-container .nf-field .field-wrap #nf-label-field-11:after {
  top: 1px;
  bottom: auto;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-11-container .nf-field .field-wrap #nf-label-field-11:before {
  font-size: 20px;
  top: 1px;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-11-container #nf-field-11-wrap {
  position: relative;
}
body main .contact-bottom .formulaire .container-formulaire .nf-form-content #nf-field-11-container #nf-field-11-wrap .nf-field-label {
  margin: 0 !important;
}
body main .contact-bottom .formulaire .container-formulaire .nf-after-form-content .nf-form-errors .nf-error-msg {
  font-family: 'Montserrat';
}
body main .add-pages {
  font-family: 'Poppins';
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3e3e3e;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body main .add-pages a,
body main .add-pages #texte-confidentialite a {
  color: #f26522;
}
body main .add-pages h2,
body main .add-pages h3 {
  font-weight: 700;
  color: #103572;
}
body main .precommande .titre-bloc-precommande {
  text-align: center;
}
body main .precommande .titre-bloc-precommande h2 {
  font-family: 'Poppins';
  color: #3e3e3e;
  font-size: 25px;
}
body main .precommande .titre-bloc-precommande h2:after {
  content: '';
  display: block;
  width: 22%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  left: 91px;
  top: 31%;
}
body main .precommande .titre-bloc-precommande h2:before {
  content: '';
  display: block;
  width: 22%;
  background-color: #f26522;
  height: 2px;
  position: absolute;
  right: 91px;
  top: 31%;
}
body main .precommande .titre-bloc-precommande .bordure-gauche,
body main .precommande .titre-bloc-precommande .bordure-droite {
  width: 27px;
  height: 2px;
  position: absolute;
  background-color: #f26522;
}
body main .precommande .titre-bloc-precommande .bordure-gauche {
  left: 329px;
  transform: rotate(90deg);
  top: 14px;
}
body main .precommande .titre-bloc-precommande .bordure-droite {
  right: 329px;
  transform: rotate(90deg);
  top: 14px;
}
body main .precommande .paragraphe-bloc-precommande {
  text-align: center;
  color: #f26522;
  margin-top: 35px;
}
body main .precommande .paragraphe-bloc-precommande h3 {
  font-family: 'Reenie Beanie';
  font-size: 37px;
}
body main .precommande .paragraphe-bloc-precommande h4 {
  font-family: 'Montserrat';
  font-size: 19px;
}
body main .precommande .bloc-items .container-bloc-item {
  margin-top: 50px;
  margin-bottom: 70px;
}
body main .precommande .bloc-items .container-bloc-item .bloc-titre-item {
  border: 1px solid #f26522;
  width: 450px;
  margin: 0 auto;
  height: 50px;
}
body main .precommande .bloc-items .container-bloc-item .bloc-titre-item h2 {
  text-align: center;
  font-family: 'Montserrat';
  line-height: 50px;
  font-weight: 400;
  font-size: 23px;
}
body main .precommande .bloc-items .container-item {
  text-align: center;
  margin-bottom: 40px;
}
body main .precommande .bloc-items .container-item .container-item-one:hover,
body main .precommande .bloc-items .container-item .container-item-one:focus {
  cursor: pointer;
}
body main .precommande .bloc-items .container-item .container-choix {
  margin-top: 10px;
  margin-bottom: 10px;
}
body main .precommande .bloc-items .container-item .container-choix input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #333333;
  transition: 0.2s all linear;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
body main .precommande .bloc-items .container-item .container-choix input:checked {
  border: 4px solid #f26522;
}
body main .precommande .bloc-items .container-item h3 {
  font-family: 'Montserrat';
  font-weight: 200;
  font-size: 17px;
}
body main .precommande .bloc-items .container-item .container-image-item {
  height: 211px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
body main .contact-precommande {
  height: auto;
  background-color: #103572;
  text-align: center;
  margin-top: 50px;
}
body main .contact-precommande .titre_du_bloc {
  margin-top: 40px;
}
body main .contact-precommande .titre_du_bloc h2 {
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 400;
}
body main .contact-precommande .nf-form-cont .nf-form-title {
  display: none;
}
body main .contact-precommande .nf-form-cont .nf-response-msg {
  font-family: 'Montserrat';
  color: #fff;
  text-align: center;
}
body main .contact-precommande form {
  margin-top: 30px;
}
body main .contact-precommande form .nf-after-form-content .nf-form-errors .nf-error-msg {
  font-family: 'Montserrat';
}
body main .contact-precommande form .nf-before-form-content .nf-form-fields-required {
  display: none;
}
body main .contact-precommande form .nf-form-content #nf-field-1-container,
body main .contact-precommande form .nf-form-content #nf-field-2-container,
body main .contact-precommande form .nf-form-content #nf-field-14-container,
body main .contact-precommande form .nf-form-content #nf-field-15-container {
  width: 50%;
  float: left;
}
body main .contact-precommande form .nf-form-content #nf-field-1-container .nf-field .field-wrap .nf-field-element input,
body main .contact-precommande form .nf-form-content #nf-field-2-container .nf-field .field-wrap .nf-field-element input,
body main .contact-precommande form .nf-form-content #nf-field-14-container .nf-field .field-wrap .nf-field-element input,
body main .contact-precommande form .nf-form-content #nf-field-15-container .nf-field .field-wrap .nf-field-element input {
  background-color: #274980;
  border: none;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  padding-left: 50px;
}
body main .contact-precommande form .nf-form-content #nf-field-1-container .nf-after-field .nf-error-wrap,
body main .contact-precommande form .nf-form-content #nf-field-2-container .nf-after-field .nf-error-wrap,
body main .contact-precommande form .nf-form-content #nf-field-14-container .nf-after-field .nf-error-wrap,
body main .contact-precommande form .nf-form-content #nf-field-15-container .nf-after-field .nf-error-wrap {
  display: none;
}
body main .contact-precommande form .nf-form-content .ninja-forms-field::placeholder {
  color: #fff;
  opacity: 1;
}
body main .contact-precommande form .nf-form-content .ninja-forms-field:-ms-input-placeholder {
  color: #fff;
}
body main .contact-precommande form .nf-form-content .ninja-forms-field::-ms-input-placeholder {
  color: #fff;
}
body main .contact-precommande form .nf-form-content #nf-field-12-container .nf-field label {
  font-family: 'Montserrat';
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
}
body main .contact-precommande form .nf-form-content #nf-field-12-container .nf-field .field-wrap .nf-field-label label:after {
  top: 1px;
  left: -30px;
  bottom: auto;
}
body main .contact-precommande form .nf-form-content #nf-field-12-container .nf-field .field-wrap .nf-field-label label:before {
  top: 1px;
  left: -30px;
  font-size: 20px;
}
body main .contact-precommande form .nf-form-content #nf-field-13-container {
  display: none;
}
body main .contact-precommande form .nf-form-content #nf-field-4-container .nf-field .field-wrap .nf-field-element input {
  background-color: #103572;
  border: 2px solid #f26522;
  width: 35%;
  font-family: 'Montserrat';
  text-transform: uppercase;
  transition: 0.6s;
}
body main .contact-precommande form .nf-form-content #nf-field-4-container .nf-field .field-wrap .nf-field-element input:focus {
  outline: none;
}
body main .contact-precommande form .nf-form-content #nf-field-4-container .nf-field .field-wrap .nf-field-element input:hover {
  background-color: #f26522;
  color: #fff;
  transition: 0.6s;
  cursor: pointer;
}
body main .contact-precommande form .nf-form-content #nf-field-3-container {
  width: 47%;
  float: right;
  margin-top: -320px;
}
body main .contact-precommande form .nf-form-content #nf-field-3-container .nf-field .field-wrap .nf-field-element textarea {
  background-color: #274980;
  border: none;
  font-family: 'Montserrat';
  color: #fff;
  font-weight: 200;
  font-size: 14px;
  resize: none;
  height: 290px;
  padding-left: 50px;
}
body footer .footer-background {
  background-color: #1e2041;
}
body footer .footer-background .footer-top {
  height: 180px;
}
body footer .footer-background .footer-top .logo-footer {
  line-height: 180px;
}
body footer .footer-background .footer-top img {
  width: 210px;
}
body footer .footer-background .footer-top .menu-footer {
  line-height: 35px;
  margin-top: 39px;
  margin-left: 100px;
}
body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul li {
  list-style-type: none;
  font-family: 'Poppins';
  font-size: 14px;
}
body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul li a {
  color: #fff;
  transition: 0.6s;
}
body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul li a:hover {
  text-decoration: none;
  color: #f26522;
  transition: 0.6s;
}
body footer .footer-background .footer-top .textuel-footer {
  margin-top: 39px;
  font-family: 'Poppins';
  color: #fff;
  font-size: 14px;
}
body footer .footer-background .footer-top .textuel-footer a {
  transition: 0.6s;
}
body footer .footer-background .footer-top .textuel-footer a:hover {
  text-decoration: none;
  color: #f26522;
  transition: 0.6s;
}
body footer .footer-background .footer-top .textuel-footer .cp {
  margin-top: -16px;
  margin-left: 15px;
}
body footer .footer-background .footer-top .textuel-footer p .fa-phone {
  transform: rotate(98deg);
}
body footer .footer-background .footer-top .textuel-footer a {
  color: #fff;
}
body footer .footer-background .footer-bottom {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}
body footer .footer-background .footer-bottom .menu-footer a ,
body footer .footer-background .footer-bottom .menu-footer p {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 13Px;
  color: #fff;
  transition: 0.6s;
}
body footer .footer-background .footer-bottom .menu-footer a:hover p {
  color: #f26522;
  transition: 0.6s;
}
body footer .footer-background .footer-bottom .menu-footer img {
  margin-right: 10px;
}
body footer .footer-background .footer-bottom .menu-footer span {
  color: #fff;
}
@media (max-width: 767.98px) {
  body header .header-top {
    display: none;
  }
  body header .header-bottom {
    display: none;
  }
  body header .header-mobile {
    display: block;
    padding: 20px;
  }
  body header .header-mobile .logo {
    position: absolute;
    left: 15px;
    margin-top: 13px;
  }
  body header .header-mobile .logo img {
    width: 164px;
  }
  body header .header-mobile .menu-responsive {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    z-index: 99;
    margin-top: 46px;
  }
  body header .header-mobile .menu-responsive .menu-menu-principal-container ul {
    padding-inline-start: 0px;
    float: none;
    width: 100%;
    background-color: white;
    height: auto;
    display: none;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body header .header-mobile .menu-responsive .menu-menu-principal-container ul li {
    line-height: 40px;
    list-style-type: none;
  }
  body header .header-mobile .menu-responsive .menu-menu-principal-container ul li a {
    color: #333333;
    font-family: 'Poppins';
    transition: 0.6s;
  }
  body header .header-mobile .menu-responsive .menu-menu-principal-container ul li a:hover {
    text-decoration: none;
    color: #f26522;
    font-weight: bold;
    transition: 0.6s;
  }
  body header .header-mobile .navbar-toggler {
    width: 127px;
    height: 42px;
    background-color: #f26522;
    margin: 0 auto;
    line-height: 11px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 70px;
  }
  body header .header-mobile .navbar-toggler:focus {
    outline: none;
  }
  body header .header-mobile .navbar-toggler p {
    color: white;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding-top: 12px;
    font-size: 15px;
  }
  body main .visuel {
    margin-bottom: 40px;
  }
  body main .visuel .image-gauche {
    display: none;
  }
  body main .visuel .image-gauche:before {
    display: none;
  }
  body main .visuel .image-droite:after {
    display: none;
  }
  body main .visuel .bloc-textuel {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 10%;
    padding-left: 0px;
    padding-right: 0px;
  }
  body main .visuel .bloc-textuel .bordure-gauche,
  body main .visuel .bloc-textuel .bordure-droite {
    display: none;
  }
  body main .visuel .bouton-precommande {
    display: none;
  }
  body main .a-propos {
    margin-bottom: 30px;
  }
  body main .a-propos .titre-bloc h2 {
    font-size: 20px;
  }
  body main .a-propos .titre-bloc h2:after {
    display: none;
  }
  body main .a-propos .titre-bloc h2:before {
    display: none;
  }
  body main .a-propos .titre-bloc .bordure-gauche {
    display: none;
  }
  body main .a-propos .titre-bloc .bordure-droite {
    display: none;
  }
  body main .a-propos .contenu-a-propos {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body main .a-propos .contenu-a-propos .angle-bleu {
    display: none;
  }
  body main .a-propos .contenu-a-propos h1 {
    font-size: 25Px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2Px;
    margin-bottom: 50px;
    text-align: center;
  }
  body main .a-propos .contenu-a-propos h1:after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body main .a-propos .contenu-a-propos h3 {
    text-align: center;
    font-size: 14px;
  }
  body main .a-propos .contenu-a-propos h3 p:nth-of-type(2n) {
    margin-top: 20px;
  }
  body main .a-propos .image {
    background-size: cover;
    height: 400px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    position: initial;
    right: 0px;
    width: auto;
    margin-top: 18px;
    margin: 0 auto;
    width: 80%;
  }
  body main .lineaires-permanents {
    padding-bottom: 2px;
  }
  body main .lineaires-permanents .titre-bloc h2 {
    font-size: 20px;
  }
  body main .lineaires-permanents .titre-bloc h2:after {
    display: none;
  }
  body main .lineaires-permanents .titre-bloc h2:before {
    display: none;
  }
  body main .lineaires-permanents .titre-bloc .bordure-gauche {
    display: none;
  }
  body main .lineaires-permanents .titre-bloc .bordure-droite {
    display: none;
  }
  body main .lineaires-permanents .bloc-contact-lineaire {
    margin-top: 0px;
  }
  body main .lineaires-permanents .bloc-contact-lineaire .angle-lineaire {
    display: none;
  }
  body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire {
    margin-left: 0px;
    margin-top: 20px;
    position: initial;
    margin-bottom: 20px;
  }
  body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire h2 {
    font-size: 26px;
  }
  body main .lineaires-permanents .textuel-lineaire {
    margin-top: 30px;
  }
  body main .lineaires-permanents .textuel-lineaire h2 p {
    font-size: 25Px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2Px;
    margin-bottom: 0px;
    text-align: center;
  }
  body main .lineaires-permanents .textuel-lineaire h2:after {
    display: none;
  }
  body main .lineaires-permanents .textuel-lineaire p {
    font-size: 15px;
  }
  body main .lineaires-permanents .bloc-unique-lineaire {
    margin-top: 40px;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global {
    display: block;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .container-bloc-unique {
    margin-bottom: 40px !important;
    margin: 0 auto;
    height: 130px;
    width: 100%;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique {
    position: initial;
    margin: 0 auto;
    text-align: center;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique img {
    position: absolute;
    left: 29%;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .container-texte {
    position: initial;
    margin: 0 auto;
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  body main .reprise-saisonniere .titre-bloc h2 {
    font-size: 20px;
  }
  body main .reprise-saisonniere .titre-bloc h2:after {
    display: none;
  }
  body main .reprise-saisonniere .titre-bloc h2:before {
    display: none;
  }
  body main .reprise-saisonniere .titre-bloc .bordure-gauche {
    display: none;
  }
  body main .reprise-saisonniere .titre-bloc .bordure-droite {
    display: none;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere {
    width: 80%;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere a p {
    font-size: 15px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .angle-bleu {
    display: none;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere h1 {
    margin-bottom: 20px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere h1 p {
    font-size: 25Px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2Px;
    margin-bottom: 0px;
    text-align: center;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere h1:after {
    display: none;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere {
    margin: 0 auto;
    margin-top: 40px !important;
    float: none;
  }
  body main .reprise-saisonniere h3 {
    text-align: center;
    font-size: 14px;
  }
  body main .reprise-saisonniere .image {
    background-size: cover;
    height: 400px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    position: initial;
    right: 0px;
    width: auto;
    margin-top: 18px;
    margin: 0 auto;
    width: 80% !important;
  }
  body main .galerie .titre-bloc {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  body main .galerie .titre-bloc h2 {
    font-size: 20px;
  }
  body main .galerie .titre-bloc h2:after {
    display: none;
  }
  body main .galerie .titre-bloc h2:before {
    display: none;
  }
  body main .galerie .titre-bloc .bordure-gauche {
    display: none;
  }
  body main .galerie .titre-bloc .bordure-droite {
    display: none;
  }
  body main .galerie .container-images-galerie {
    padding-bottom: 20px;
  }
  body main .galerie .container-images-galerie .images-galerie {
    height: 200px;
  }
  body main .galerie .container-images-galerie .images-galerie .image-galerie-item {
    height: 200px;
  }
  body main .contact .titre-bloc {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  body main .contact .titre-bloc h2 {
    font-size: 20px;
  }
  body main .contact .titre-bloc h2:after {
    display: none;
  }
  body main .contact .titre-bloc h2:before {
    display: none;
  }
  body main .contact .titre-bloc .bordure-gauche {
    display: none;
  }
  body main .contact .titre-bloc .bordure-droite {
    display: none;
  }
  body main .contact .email {
    margin-top: 10px !important;
  }
  body main .contact .container-bloc-contact {
    text-align: center;
    margin-top: 0px;
    line-height: 0px;
    margin-bottom: 20px;
  }
  body main .contact .container-bloc-contact .textuel-contact a p {
    margin-left: 0px;
    font-size: 14px;
  }
  body main .contact .container-bloc-contact .textuel-contact p {
    margin-left: 0px;
    font-size: 14px;
  }
  body main .contact .container-bloc-contact .textuel-contact img {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    margin-bottom: 20px;
  }
  body main .contact .container-bloc-contact .textuel-contact h3 {
    font-size: 17px;
  }
  body main .contact-bottom {
    margin-top: 20px;
  }
  body main .contact-bottom .carte {
    height: 300px;
  }
  body main .contact-bottom .carte .image-carte {
    display: none;
  }
  body main .contact-bottom .container-formulaire {
    padding: 20px !important;
  }
  body main .contact-bottom .container-formulaire h2 p {
    margin-left: 0px !important;
    font-size: 18px !important;
    text-align: center;
  }
  body main .contact-bottom .container-formulaire h3 p {
    margin-left: 0px !important;
    font-size: 18px !important;
    text-align: center;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-7-container {
    width: 100% !important;
    display: block !important;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-8-container {
    width: 100% !important;
    display: block !important;
    margin-left: 0px !important;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-9-container {
    width: 100% !important;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-10-container {
    width: 100% !important;
    height: 46px !important;
    margin-top: 20px !important;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-10-container .nf-field .field-wrap .nf-field-element input {
    margin-top: -30px;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-11-container .nf-field .field-wrap .nf-field-description {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 12px;
    margin-left: 37px;
    margin-right: 50px;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-11-container .nf-field .field-wrap #nf-label-field-11:after {
    top: 13px !important;
    left: 0px;
    bottom: auto;
  }
  body main .contact-bottom .container-formulaire .nf-form-content #nf-field-11-container .nf-field .field-wrap #nf-label-field-11:before {
    top: 13px !important;
    left: 0px !important;
    font-size: 20px;
  }
  body main .precommande .titre-bloc-precommande .bordure-gauche {
    display: none;
  }
  body main .precommande .titre-bloc-precommande .bordure-droite {
    display: none;
  }
  body main .precommande .titre-bloc-precommande h2 {
    font-size: 22px;
  }
  body main .precommande .titre-bloc-precommande h2:before {
    display: none;
  }
  body main .precommande .titre-bloc-precommande h2:after {
    display: none;
  }
  body main .precommande .paragraphe-bloc-precommande {
    margin-top: 0px;
  }
  body main .precommande .paragraphe-bloc-precommande h3 p {
    font-size: 25px;
  }
  body main .precommande .paragraphe-bloc-precommande h4 p {
    font-size: 15px;
  }
  body main .precommande .bloc-items .container-bloc-item .bloc-titre-item {
    width: 100%;
  }
  body main .precommande .bloc-items .container-bloc-item .bloc-titre-item h2 p {
    font-size: 19px;
  }
  body main .precommande .bloc-items .container-item .container-image-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  body main .contact-precommande {
    margin-top: 0px;
  }
  body main .contact-precommande .titre_du_bloc {
    margin-top: 20px;
  }
  body main .contact-precommande .titre_du_bloc h2 p {
    font-size: 25px;
  }
  body main .contact-precommande form {
    margin-top: 0px;
  }
  body main .contact-precommande form #nf-field-1-container,
  body main .contact-precommande form #nf-field-2-container,
  body main .contact-precommande form #nf-field-14-container,
  body main .contact-precommande form #nf-field-15-container {
    width: 100% !important;
    float: none !important;
  }
  body main .contact-precommande form #nf-field-1-container input,
  body main .contact-precommande form #nf-field-2-container input,
  body main .contact-precommande form #nf-field-14-container input,
  body main .contact-precommande form #nf-field-15-container input {
    padding-left: 20px !important;
  }
  body main .contact-precommande form #nf-field-3-container {
    width: 100% !important;
    float: none !important;
    margin-top: 0px !important;
  }
  body main .contact-precommande form #nf-field-3-container textarea {
    padding-left: 20px !important;
    height: 200px !important;
  }
  body main .contact-precommande form #nf-field-4-container .nf-field .field-wrap .nf-field-element input {
    width: 100% !important;
  }
  body main .contact-precommande form #nf-field-12-container {
    margin-left: 0px;
  }
  body main .contact-precommande form #nf-field-12-container .nf-field-description {
    margin-left: 20px;
    font-size: 12px !important;
  }
  body main .contact-precommande form #nf-field-12-container .nf-field .field-wrap .nf-field-label label:after {
    top: 14px !important;
    left: -36px !important;
    bottom: auto;
  }
  body main .contact-precommande form #nf-field-12-container .nf-field .field-wrap .nf-field-label label:before {
    top: 14px !important;
    left: -36px !important;
    font-size: 20px;
  }
  body footer .footer-background .footer-top {
    height: auto;
  }
  body footer .footer-background .footer-top .logo-footer {
    line-height: initial;
    text-align: center;
    margin-top: 20px;
    padding-left: 0px;
  }
  body footer .footer-background .footer-top .menu-footer {
    line-height: initial;
    margin-left: 0px;
    text-align: center;
    margin-top: 15px;
  }
  body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul {
    padding-inline-start: 0px;
  }
  body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul .menu-item {
    display: inline-block;
    margin-right: 10px;
  }
  body footer .footer-background .footer-top .textuel-footer {
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
  }
  body footer .footer-background .footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
  body footer .footer-background .footer-bottom .menu-footer img {
    width: 28px;
  }
  body footer .footer-background .footer-bottom .menu-footer p {
    font-size: 12Px;
    line-height: 0px;
  }
}
@media (max-width: 1700px) {
  body main .reprise-saisonniere .image {
    right: 53px;
    width: 31%;
  }
}
@media (max-width: 1350px) {
  body main .reprise-saisonniere .image {
    right: 30px;
    width: 31%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body header .header-top .contenu-header-top {
    text-align: center;
  }
  body header .header-bottom {
    height: auto;
    line-height: initial;
    text-align: center;
    padding-top: 20px;
  }
  body header .header-bottom .container-logo,
  body header .header-bottom .menu {
    display: block;
  }
  body header .header-bottom .container-logo {
    margin-bottom: 20px;
  }
  body header .header-bottom .menu .menu-menu-principal-container ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
  body main .visuel .image-gauche:before {
    display: none;
  }
  body main .visuel .image-droite:after {
    display: none;
  }
  body main .visuel .bloc-textuel {
    width: 100%;
  }
  body main .visuel .bloc-textuel .bordure-gauche,
  body main .visuel .bloc-textuel .bordure-droite {
    display: none;
  }
  body main .visuel .bouton-precommande {
    display: none;
  }
  body main .a-propos {
    margin-bottom: 70px;
  }
  body main .a-propos .titre-bloc h2:after {
    content: '';
    display: block;
    width: 24%;
    background-color: #f26522;
    height: 2px;
    position: absolute;
    left: 91px;
    top: 31%;
  }
  body main .a-propos .titre-bloc h2:before {
    content: '';
    display: block;
    width: 24%;
    background-color: #f26522;
    height: 2px;
    position: absolute;
    right: 91px;
    top: 31%;
  }
  body main .a-propos .titre-bloc .bordure-gauche {
    left: 443px;
  }
  body main .a-propos .titre-bloc .bordure-droite {
    right: 443px;
  }
  body main .a-propos .contenu-a-propos {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body main .a-propos .contenu-a-propos .angle-bleu {
    display: none;
  }
  body main .a-propos .contenu-a-propos h3 p:nth-of-type(2n) {
    margin-top: 20px;
  }
  body main .a-propos .image {
    background-size: cover;
    height: 500px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    position: initial;
    right: 0px;
    width: auto;
    margin-top: 18px;
  }
  body main .lineaires-permanents {
    padding-bottom: 2px;
  }
  body main .lineaires-permanents .titre-bloc h2:before {
    width: 17%;
  }
  body main .lineaires-permanents .titre-bloc h2:after {
    width: 17%;
  }
  body main .lineaires-permanents .titre-bloc .bordure-gauche {
    left: 202px;
  }
  body main .lineaires-permanents .titre-bloc .bordure-droite {
    right: 202px;
  }
  body main .lineaires-permanents .bloc-contact-lineaire {
    margin-top: 0px;
  }
  body main .lineaires-permanents .bloc-contact-lineaire .angle-lineaire {
    display: none;
  }
  body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire {
    margin-left: 20px;
    margin-top: 30px;
    position: initial;
    margin-bottom: 50px;
  }
  body main .lineaires-permanents .textuel-lineaire {
    margin-top: 30px;
  }
  body main .lineaires-permanents .bloc-unique-lineaire {
    margin-top: 20px;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global {
    display: block;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .container-bloc-unique {
    margin-bottom: 40px !important;
    margin: 0 auto;
    margin-left: 0;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique {
    position: initial;
    margin: 0 auto;
    text-align: center;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique img {
    position: absolute;
    left: 37%;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .textuel-bloc-unique .container-texte {
    position: initial;
    margin: 0 auto;
    padding-top: 20px !important;
    padding-bottom: 20px;
    text-align: left;
  }
  body main .reprise-saisonniere .titre-bloc h2:after {
    width: 17%;
  }
  body main .reprise-saisonniere .titre-bloc h2:before {
    width: 17%;
  }
  body main .reprise-saisonniere .titre-bloc .bordure-gauche {
    left: 201px;
  }
  body main .reprise-saisonniere .titre-bloc .bordure-droite {
    right: 201px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .angle-bleu {
    display: none;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere h1 {
    margin-bottom: 40px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .bouton-saisonniere {
    margin: 0 auto;
    margin-top: 40px !important;
    float: none;
  }
  body main .reprise-saisonniere .image {
    background-size: cover;
    height: 500px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    position: initial;
    right: 0px;
    width: auto;
    margin-top: 18px;
  }
  body main .galerie .titre-bloc h2:after {
    width: 20%;
  }
  body main .galerie .titre-bloc h2:before {
    width: 20%;
  }
  body main .galerie .titre-bloc .bordure-gauche {
    left: 232px;
  }
  body main .galerie .titre-bloc .bordure-droite {
    right: 232px;
  }
  body main .contact .titre-bloc h2:after {
    width: 26%;
  }
  body main .contact .titre-bloc h2:before {
    width: 26%;
  }
  body main .contact .titre-bloc .bordure-gauche {
    left: 417px;
  }
  body main .contact .titre-bloc .bordure-droite {
    right: 417px;
  }
  body main .contact .container-bloc-contact {
    text-align: center;
    margin-top: 0px;
    line-height: 0px;
    margin-bottom: 20px;
  }
  body main .contact .container-bloc-contact .textuel-contact a p {
    margin-left: 0px;
  }
  body main .contact .container-bloc-contact .textuel-contact p {
    margin-left: 0px;
  }
  body main .contact .container-bloc-contact .textuel-contact img {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    margin-bottom: 20px;
  }
  body main .contact-bottom {
    margin-top: 20px;
  }
  body main .contact-bottom .carte {
    height: 300px;
  }
  body main .precommande .titre-bloc-precommande .bordure-gauche {
    left: 128px;
  }
  body main .precommande .titre-bloc-precommande .bordure-droite {
    right: 128px;
  }
  body main .precommande .titre-bloc-precommande h2:before {
    width: 7%;
  }
  body main .precommande .titre-bloc-precommande h2:after {
    width: 7%;
  }
  body main .contact-precommande form #nf-field-1-container,
  body main .contact-precommande form #nf-field-2-container,
  body main .contact-precommande form #nf-field-5-container,
  body main .contact-precommande form #nf-field-6-container {
    width: 100% !important;
    float: none !important;
  }
  body main .contact-precommande form #nf-field-3-container {
    width: 100% !important;
    float: none !important;
    margin-top: 0px !important;
  }
  body main .contact-precommande form #nf-field-12-container {
    margin-left: 40px;
  }
  body main .contact-precommande form #nf-field-12-container .nf-field-description {
    margin-left: 20px;
  }
  body main .contact-precommande form #nf-field-12-container .nf-field .field-wrap .nf-field-label:after {
    top: 15px;
    left: -31px;
    bottom: auto;
  }
  body main .contact-precommande form #nf-field-12-container .nf-field .field-wrap .nf-field-label:before {
    top: 15px;
    left: -31px;
    font-size: 20px;
  }
  body footer .footer-background .footer-top {
    height: auto;
  }
  body footer .footer-background .footer-top .logo-footer {
    line-height: initial;
    text-align: center;
    margin-top: 20px;
    padding-left: 0px;
  }
  body footer .footer-background .footer-top .menu-footer {
    line-height: initial;
    margin-left: 0px;
    text-align: center;
    margin-top: 15px;
  }
  body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul {
    padding-inline-start: 0px;
  }
  body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul .menu-item {
    display: inline-block;
    margin-right: 10px;
  }
  body footer .footer-background .footer-top .textuel-footer {
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
  }
  body footer .footer-background .footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  body header .header-bottom {
    text-align: center;
  }
  body main .visuel .image-gauche:before {
    width: 44%;
  }
  body main .visuel .image-droite:after {
    width: 44%;
  }
  body main .visuel .bloc-textuel {
    width: 56%;
  }
  body main .visuel .bloc-textuel .bordure-gauche {
    left: -49px;
  }
  body main .visuel .bloc-textuel .bordure-droite {
    right: -49px;
  }
  body main .a-propos {
    margin-bottom: 70px;
  }
  body main .a-propos .titre-bloc h2:after {
    content: '';
    display: block;
    width: 32%;
    background-color: #f26522;
    height: 2px;
    position: absolute;
    left: 91px;
    top: 31%;
  }
  body main .a-propos .titre-bloc h2:before {
    content: '';
    display: block;
    width: 32%;
    background-color: #f26522;
    height: 2px;
    position: absolute;
    right: 91px;
    top: 31%;
  }
  body main .a-propos .titre-bloc .bordure-gauche {
    left: 548px;
  }
  body main .a-propos .titre-bloc .bordure-droite {
    right: 548px;
  }
  body main .a-propos .contenu-a-propos {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  body main .a-propos .contenu-a-propos .angle-bleu {
    display: none;
  }
  body main .a-propos .contenu-a-propos h3 p:nth-of-type(2n) {
    margin-top: 20px;
  }
  body main .a-propos .image {
    background-size: cover;
    height: 650px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    position: initial;
    right: 0px;
    width: auto;
    margin-top: 18px;
  }
  body main .lineaires-permanents {
    padding-bottom: 0px;
  }
  body main .lineaires-permanents .titre-bloc h2:before {
    width: 24%;
  }
  body main .lineaires-permanents .titre-bloc h2:after {
    width: 24%;
  }
  body main .lineaires-permanents .titre-bloc .bordure-gauche {
    left: 309px;
  }
  body main .lineaires-permanents .titre-bloc .bordure-droite {
    right: 309px;
  }
  body main .lineaires-permanents .bloc-contact-lineaire .container-texte-lineaire {
    margin-left: 20px;
  }
  body main .lineaires-permanents .bloc-unique-lineaire .container-bloc-unique-global .container-bloc-unique {
    margin-bottom: 90px;
  }
  body main .reprise-saisonniere .titre-bloc h2:after {
    width: 25%;
  }
  body main .reprise-saisonniere .titre-bloc h2:before {
    width: 25%;
  }
  body main .reprise-saisonniere .titre-bloc .bordure-gauche {
    left: 319px;
  }
  body main .reprise-saisonniere .titre-bloc .bordure-droite {
    right: 319px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  body main .reprise-saisonniere .contenu-reprise-saisonniere .angle-bleu {
    display: none;
  }
  body main .reprise-saisonniere .image {
    background-size: cover;
    height: 650px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    position: initial;
    right: 0px;
    width: auto;
    margin-top: 18px;
  }
  body main .galerie .titre-bloc h2:after {
    width: 28%;
  }
  body main .galerie .titre-bloc h2:before {
    width: 28%;
  }
  body main .galerie .titre-bloc .bordure-gauche {
    left: 356px;
  }
  body main .galerie .titre-bloc .bordure-droite {
    right: 356px;
  }
  body main .contact .titre-bloc h2:after {
    width: 31%;
  }
  body main .contact .titre-bloc h2:before {
    width: 31%;
  }
  body main .contact .titre-bloc .bordure-gauche {
    left: 387px;
  }
  body main .contact .titre-bloc .bordure-droite {
    right: 387px;
  }
  body main .contact .email {
    margin-top: 20px !important;
  }
  body main .contact .container-bloc-contact {
    text-align: center;
    margin-top: 0px;
    line-height: 0px;
    margin-bottom: 20px;
  }
  body main .contact .container-bloc-contact .textuel-contact a p {
    margin-left: 0px;
  }
  body main .contact .container-bloc-contact .textuel-contact p {
    margin-left: 0px;
  }
  body main .contact .container-bloc-contact .textuel-contact img {
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    margin-bottom: 20px;
  }
  body main .contact-bottom {
    margin-top: 20px;
  }
  body main .precommande .titre-bloc-precommande .bordure-gauche {
    left: 242px;
  }
  body main .precommande .titre-bloc-precommande .bordure-droite {
    right: 242px;
  }
  body main .precommande .titre-bloc-precommande h2:before {
    width: 17%;
  }
  body main .precommande .titre-bloc-precommande h2:after {
    width: 17%;
  }
  body footer .footer-background .footer-top {
    height: auto;
  }
  body footer .footer-background .footer-top .logo-footer {
    line-height: initial;
    text-align: center;
    margin-top: 20px;
    padding-left: 0px;
  }
  body footer .footer-background .footer-top .menu-footer {
    line-height: initial;
    margin-left: 0px;
    text-align: center;
    margin-top: 15px;
  }
  body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul {
    padding-inline-start: 0px;
  }
  body footer .footer-background .footer-top .menu-footer .menu-menu-principal-container ul .menu-item {
    display: inline-block;
    margin-right: 10px;
  }
  body footer .footer-background .footer-top .textuel-footer {
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
  }
  body footer .footer-background .footer-bottom {
    padding-top: 20px;
    border-top: 1px solid #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  main .a-propos .contenu-a-propos .angle-bleu {
    left: -42px !important;
    width: 233px !important;
  }
  main .reprise-saisonniere .contenu-reprise-saisonniere .angle-bleu {
    left: -42px !important;
    width: 233px !important;
  }
}
