@charset "UTF-8";
@import "fontawesome.css";
@import "fontawesome_v6.min.css";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
@import url("https://use.typekit.net/cxp6cpy.css");
body {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .h1 {
  font-weight: 700;
}

strong, b {
  font-weight: 800;
}

em {
  font-style: italic;
}

sup {
  font-size: 0.8rem;
  top: -0.2em;
}

section .section-title h1,
section .section-title h2,
section .section-title h3,
section .section-title h4,
section .section-title h5,
section .section-title h6 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

section .section-title h4,
section .section-title h5,
section .section-title h6 {
  text-transform: none;
  margin-bottom: 40px;
}

h1, .h1 {
  font-size: 40px;
  line-height: 48px;
}

h2, .h2 {
  font-size: 32px;
  line-height: 36px;
}

h3, .h3 {
  font-size: 28px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 26px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 22px;
  line-height: 26px;
}

.leaflet-popup-content span {
  display: block;
  margin-top: 1em;
  font-size: 1.2em;
  margin-bottom: 0.25em;
}
.leaflet-popup-content a {
  font-size: 1.2em;
  text-decoration: underline;
}
.container {
  max-width: 1200px;
}

#close-modal {
  width: 20px;
  position: absolute;
  right: 5px;
  font-size: 2em;
  top: 0px;
  z-index: 10000;
}

.isdesktop {
  display: inline;
}

.ismobile {
  display: none;
}

.section-title {
  width: 100%;
}

.main-container .btn-new {
  display: block;
  margin: auto;
  width: 50%;
  background-color: #fff;
  border: 2px solid #13100D;
  color: #13100D;
  transition: all 450ms ease;
  border-radius: 0;
  font-weight: 700;
  padding: 10px;
  text-transform: none;
  font-size: 1.4em;
}
.main-container .btn-new:hover {
  background-color: #13100D;
  color: #fff;
}
.main-container .btn-new.btn {
  margin: auto;
}

#map-carrossiers {
  margin-top: 65px;
}

#ghost-proximite {
  padding-top: 60px;
}
#ghost-proximite h2 {
  text-transform: none;
  font-weight: 600;
}

.brk-footer__bg-container.pb-40 {
  padding-bottom: 130px !important;
}

.brk-footer {
  background-color: #000;
}

#header-home {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-color: #100E0D;
  background-position: center;
  position: relative;
}
#header-home #header-home-container {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(270deg, rgba(16, 14, 13, 0) 0%, #100e0d 90%, #100e0d 100%);
  background-size: cover;
  color: white;
}
#header-home #header-home-container .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
#header-home #header-home-container h1 {
  color: white;
  font-family: "trumpsoftpro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  border-left: 8px solid #C33623;
  padding-left: 20px;
  margin-bottom: 20px;
}
#header-home #header-home-container span {
  padding-left: 28px;
  font-size: 28px;
  line-height: 36px;
}
#header-home #bar-home {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  text-align: center;
  font-size: 24px;
  padding-bottom: 100px;
}
#header-home #bar-home #solutions3 {
  display: block;
  margin: auto;
  margin-bottom: 30px;
  color: white;
}
#header-home #bar-home div {
  display: flex;
  gap: 50px;
  justify-content: center;
}
#header-home #bar-home a {
  font-size: 20px;
  text-transform: uppercase;
  padding: 17px 30px 15px 30px;
  border-radius: 50px;
  background-color: white;
  transition: all 450ms ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
}
#header-home #bar-home a .txt-a-home {
  display: inline;
}
#header-home #bar-home a .txt-a-bar {
  display: none;
}
#header-home #bar-home a:hover {
  background-color: #32AC5C;
  color: white;
}
#header-home #bar-home i {
  margin-right: 10px;
}
#header-home #bar-home .fa-ticket {
  transform: rotate(-45deg);
}
#header-home #bar-home.bar-home-scrolled {
  background-color: #32AC5C;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
}
#header-home #bar-home.bar-home-scrolled div {
  gap: 0;
}
#header-home #bar-home.bar-home-scrolled #solutions3 {
  display: none;
}
#header-home #bar-home.bar-home-scrolled a {
  flex: 1;
  background-color: #32AC5C;
  color: white;
  display: flex;
  justify-content: center;
  box-shadow: none;
  border-radius: 0;
  border-right: 1px solid #00843E;
  padding: 25px 20px;
  font-weight: 600;
  align-items: center;
}
#header-home #bar-home.bar-home-scrolled a:last-child {
  border: 0;
}
#header-home #bar-home.bar-home-scrolled a .txt-a-home {
  display: none;
}
#header-home #bar-home.bar-home-scrolled a .txt-a-bar {
  display: inline;
}
#header-home #bar-home.bar-home-scrolled a .txt-a-bar br {
  display: none;
}
#header-home #bar-home.bar-home-scrolled a i {
  order: 2;
  margin-right: 0;
  margin-left: 15px;
  font-weight: 600;
}
#header-home #bar-home.bar-home-scrolled a:hover {
  background-color: #29934E;
}

.listing-carrossiers .btn-choice {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(50% + 30px)) skewx(160deg);
  transform-origin: bottom left;
  width: 300px !important;
  background-color: #29934E;
}
.listing-carrossiers .btn-choice .text span, .listing-carrossiers .btn-choice .after span, .listing-carrossiers .btn-choice .before span {
  display: block;
  transform: skewx(-160deg);
}
.listing-carrossiers .btn-choice .text {
  min-width: inherit !important;
}
.listing-carrossiers .btn-choice .after, .listing-carrossiers .btn-choice .before {
  background-color: #32AC5C;
}
.listing-carrossiers .btn-choice:hover {
  box-shadow: 0 5px 10px -2px #29934E;
}
.listing-carrossiers .listing-carrossiers-container {
  max-width: 920px;
  display: flex;
  margin-bottom: 60px !important;
  padding: 30px 20px;
  margin: auto;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left {
  width: 50%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .imglist {
  max-width: 200px;
  transform: translateY(30px);
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left figure {
  position: relative;
  text-align: right;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .listing-carrossiers-nom {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .listing-carrossiers-nom span {
  font-size: 1.2em;
  font-weight: 600;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .listing-carrossiers-nom img {
  margin-top: 20px;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right {
  position: relative;
  width: 50%;
  line-height: 1.5em;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right a, .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right p.h4 span {
  transition: all 450ms ease;
  font-weight: 700;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right div.listing-carrossiers-right-content {
  margin-bottom: 20px;
}
.listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right .avis {
  margin-bottom: 10px;
}

.listing-carrossiers-ghost {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 330px;
  margin-bottom: 60px !important;
}
.listing-carrossiers-ghost .listing-carrossiers-left {
  display: flex;
  justify-content: center !important;
}
.listing-carrossiers-ghost .listing-carrossiers-left .listing-carrossiers-nom {
  position: relative !important;
}
.listing-carrossiers-ghost .btn-inside-out > .before, .listing-carrossiers-ghost .btn-inside-out > .after {
  height: 62%;
}

#contactez-nous-2 {
  margin-bottom: 5em;
  display: flex;
  flex-direction: column;
  color: #32AC5C;
  align-items: center;
  font-size: 2em;
  font-weight: 600;
}
#contactez-nous-2 div {
  font-size: 0.75em;
}
#contactez-nous-2 .btn-choice {
  transform: skewx(160deg);
  transform-origin: bottom left;
  width: auto !important;
  margin: 1em 0;
  padding: 15px 130px !important;
  background-color: #29934E;
}
#contactez-nous-2 .btn-choice .text span, #contactez-nous-2 .btn-choice .after span, #contactez-nous-2 .btn-choice .before span {
  display: block;
  transform: skewx(-160deg);
  font-size: 2em;
  font-weight: 400;
  padding: 0 20px;
}
#contactez-nous-2 .btn-choice .text {
  min-width: inherit !important;
}
#contactez-nous-2 .btn-choice .after, #contactez-nous-2 .btn-choice .before {
  background-color: #32AC5C;
}
#contactez-nous-2 .btn-choice:hover {
  box-shadow: 0 5px 10px -2px #29934E;
}

#annuaire-liste-carrossiers .listing-carrossiers-ghost .btn-inside-out > .before, #annuaire-liste-carrossiers .listing-carrossiers-ghost .btn-inside-out > .after {
  height: 50%;
}

.space-header {
  height: 200px;
}

.space-header-home {
  height: 80px;
}

.accroche-home {
  margin: 0 auto 40px auto;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
}

.open-next {
  font-size: 1.75em;
  font-weight: 600;
}

.main-container {
  position: relative;
  background-color: #fff;
}

#suggest-content-menu, #suggest-content-annuaire {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 110;
  background-color: white;
}
#suggest-content-menu div, #suggest-content-annuaire div {
  padding: 2px 10px !important;
}

#suggest-annuaire {
  position: relative;
  top: 0 !important;
}

#city-annuaire a {
  text-transform: capitalize;
}

#zec-estampille {
  margin-bottom: 50px;
  max-width: 300px;
}

#menu-zecarrossery {
  background-color: rgba(16, 14, 13, 0.9);
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  right: -110%;
  top: 0;
  color: white;
  z-index: 100;
  flex-direction: column;
  padding: 0;
  padding-top: 100px;
  font-size: 1.1em;
  min-width: 420px;
  transition: all 450ms ease;
  display: flex;
}
#menu-zecarrossery.open {
  right: 0;
}
#menu-zecarrossery a {
  color: white;
}
#menu-zecarrossery form {
  display: flex;
  padding-bottom: 0;
  align-items: stretch;
}
#menu-zecarrossery form input[type=search] {
  background: white;
  border-radius: 0 !important;
  box-shadow: none;
  color: #100E0D;
  padding: 5px 30px 5px 15px !important;
  width: calc(100% - 50px);
  height: auto;
  border: none;
  font-weight: 600;
}
#menu-zecarrossery form button {
  content: "";
  background-color: white;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  padding: 10px;
  display: block;
  transition: all 450ms ease;
  position: relative;
  top: auto;
  right: auto;
}
#menu-zecarrossery form button:after {
  content: "";
  background: transparent url(../images/picto-loupe.svg) center center no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  display: block;
  padding: 10px;
}
#menu-zecarrossery form button:hover {
  background-color: #C33623;
}
#menu-zecarrossery .menu-item-has-children a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  margin-left: 13px;
  display: inline;
  position: absolute;
  margin-top: 10px;
  border-top: 5px solid white;
  transform: rotate(-90deg);
  transition: all 450ms ease;
}
#menu-zecarrossery .menu-item-has-children:hover a:after {
  border-top-color: #C33623;
  transform: rotate(0deg);
}
#menu-zecarrossery .menu-item-has-children .sub-menu a:after {
  display: none;
}
#menu-zecarrossery .sub-menu {
  padding: 10px 0 0 20px;
  display: none;
}
#menu-zecarrossery a {
  transition: all 450ms ease;
}
#menu-zecarrossery a:hover {
  color: #C33623;
}
#menu-zecarrossery .button-rdv {
  padding: 15px;
  background-color: #32AC5C;
  color: white;
  width: 100%;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 15px;
}
#menu-zecarrossery .button-rdv:hover {
  background-color: #29934E;
  color: white;
}
#menu-zecarrossery ul li {
  margin-bottom: 10px;
  position: relative;
}
#menu-zecarrossery #suggest-menu {
  position: relative;
}
#menu-zecarrossery #menu-search, #menu-zecarrossery #menu-top, #menu-zecarrossery #menu-middle, #menu-zecarrossery #menu-bottom, #menu-zecarrossery #menu-reseaux {
  padding: 0 0 0 30px;
}
#menu-zecarrossery #menu-search, #menu-zecarrossery #menu-fleet #menu-reseau {
  padding: 0 30px 0 30px;
  margin-bottom: 20px;
}
#menu-zecarrossery #menu-top, #menu-zecarrossery #menu-bottom {
  text-transform: uppercase;
}
#menu-zecarrossery #menu-fleet a {
  background-color: white;
  color: #13100D;
  padding: 10px;
  position: relative;
  padding-right: 40px;
  width: 100%;
  display: block;
  font-weight: 800;
  line-height: 1em;
}
#menu-zecarrossery #menu-fleet a:after {
  content: " ";
  background-image: url(images/arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-color: #32AC5C;
  color: white;
  display: flex;
  position: absolute;
  right: 20px;
  top: -2px;
  height: calc(100% + 4px);
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 60px;
  transition: all 450ms ease;
  font-size: 1.25em;
}
#menu-zecarrossery #menu-fleet a span {
  display: block;
  color: #13100D;
  font-size: 0.85em;
  font-weight: 600;
}
#menu-zecarrossery #menu-fleet a:hover {
  background-color: #EFEFEF;
}
#menu-zecarrossery #menu-fleet a:hover:after {
  right: 40px;
}
#menu-zecarrossery hr {
  border-bottom: 1px dashed #F2F2F2;
  opacity: 0.5;
}
#menu-zecarrossery #menu-fleet {
  flex: 1;
  padding-bottom: 30px;
}
#menu-zecarrossery #menu-reseaux {
  background-color: rgba(255, 255, 255, 0.3);
  clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
  font-size: 1.1em;
  padding: 30px;
  padding-right: 10px;
}
#menu-zecarrossery #menu-reseaux div {
  margin-top: 10px;
}
#menu-zecarrossery #menu-reseaux a {
  padding: 10px;
  font-size: 1.5em;
}
#menu-zecarrossery #menu-reseaux a:first-child {
  padding-left: 0;
}

#lucieetlaura-header {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}
#lucieetlaura-header h1 {
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  font-size: 80px;
  line-height: 70px;
  margin-bottom: 10px;
}
#lucieetlaura-header h1 span {
  display: block;
  font-weight: 300;
  font-size: 52px;
  margin-bottom: 5px;
}
#lucieetlaura-header h1 br {
  display: none;
}
#lucieetlaura-header figure {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#lucieetlaura-header figure img {
  width: 36%;
  margin-bottom: -9%;
}
#lucieetlaura-header #lucieetlaura-header-content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 40px;
}
#lucieetlaura-header #lucieetlaura-header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#lucieetlaura-header #lucieetlaura-header-bottom #lucieetlaura-header-bottom-container {
  display: flex;
}
#lucieetlaura-header #lucieetlaura-header-bottom #lucieetlaura-header-bottom-container div {
  background: linear-gradient(to left bottom, rgba(255, 255, 255, 0) 50%, white 50%);
  height: 100px;
  width: 100%;
  flex: 1;
}
#lucieetlaura-header #lucieetlaura-header-bottom #lucieetlaura-header-bottom-container div:last-child {
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0) 50%, white 50%);
}
#lucieetlaura-header #lucieetlaura-header-bottom #lucieetlaura-header-bottom-bottom {
  width: 100vw;
  height: 20px;
  background-color: white;
}

#lucieetlaura-accroche {
  text-align: center;
}
#lucieetlaura-accroche h2 {
  font-weight: 300;
  font-size: 50px;
  line-height: 50px;
}
#lucieetlaura-accroche span {
  font-family: "Permanent Marker", Arial, sans-serif;
  color: #C33623;
  font-size: 150px;
  line-height: 150px;
}

#lucieetlaura-introduction .container {
  display: flex;
  gap: 40px;
  align-items: center;
}
#lucieetlaura-introduction h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}
#lucieetlaura-introduction div {
  font-size: 20px;
  line-height: 30px;
}

#lucieetlaura-soeurs #soeurs {
  position: relative;
}
#lucieetlaura-soeurs .soeur {
  display: flex;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
#lucieetlaura-soeurs .soeur .soeur-image {
  align-items: flex-end;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#lucieetlaura-soeurs .soeur .soeur-texte {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: left;
  opacity: 0;
  font-size: 24px;
  line-height: 32px;
  transition: all 450ms ease;
}
#lucieetlaura-soeurs .soeur .soeur-texte img {
  max-width: 150px;
  margin-bottom: 30px;
}
#lucieetlaura-soeurs .soeur .soeur-texte div {
  padding: 0 40px;
}
#lucieetlaura-soeurs .soeur:last-child {
  position: absolute;
  z-index: 1;
}
#lucieetlaura-soeurs .soeur:last-child .soeur-texte {
  text-align: right;
}
#lucieetlaura-soeurs .soeur:last-child .soeur-image {
  order: 2;
  align-items: flex-start;
}
#lucieetlaura-soeurs .soeur.selected {
  z-index: 15;
}
#lucieetlaura-soeurs .soeur.selected .soeur-texte {
  opacity: 1;
}

#lucieetlaura-carburant {
  background-color: #C33623;
  color: white;
}
#lucieetlaura-carburant h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 60px;
  color: #14100D;
}
#lucieetlaura-carburant h2 span {
  font-size: 55px;
  display: block;
}
#lucieetlaura-carburant #carburant-content {
  width: 70%;
}
#lucieetlaura-carburant #carburant-texte {
  margin-top: 50px;
  font-size: 24px;
  line-height: 38px;
}
#lucieetlaura-carburant #carburant-image {
  width: 30%;
}
#lucieetlaura-carburant #carburant-image img {
  mix-blend-mode: multiply;
}
#lucieetlaura-carburant .container {
  display: flex;
  align-items: flex-end;
  gap: 100px;
}

#lucieetlaura-extraits .lucieetlaura-extrait {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}
#lucieetlaura-extraits .lucieetlaura-extrait:before, #lucieetlaura-extraits .lucieetlaura-extrait:after {
  color: #C33623;
  font-size: 150px;
  font-family: "Permanent Marker", Arial, sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 45px));
}
#lucieetlaura-extraits .lucieetlaura-extrait:before {
  content: "«";
  left: -40px;
}
#lucieetlaura-extraits .lucieetlaura-extrait:after {
  content: "»";
  right: -40px;
}
#lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1 {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 38px;
  padding: 0 5%;
}
#lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte2 {
  font-size: 20px;
  line-height: 30px;
  padding: 0 10%;
}
#lucieetlaura-extraits .lucieetlaura-extrait:last-child {
  margin-bottom: 0;
}

.lucieetlaura-separator {
  width: 50%;
  height: 1px;
  background-color: #100E0D;
  display: inline-block;
  margin-bottom: 50px;
}

#lucieetlaura-anecdote {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#lucieetlaura-anecdote:after {
  content: "";
  height: 75%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(66, 63, 65, 0) 0%, rgba(66, 63, 65, 0.9) 86%, #423f41 100%);
  bottom: 0;
  left: 0;
}
#lucieetlaura-anecdote #lucieetlaura-anecdote-content {
  color: white;
  position: relative;
  margin: 0 10%;
  text-align: center;
  z-index: 2;
}
#lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  margin-top: 300px;
}
#lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:before, #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:after {
  color: white;
  font-size: 150px;
  font-family: "Permanent Marker", Arial, sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 45px));
}
#lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:before {
  content: "«";
  left: -100px;
}
#lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:after {
  content: "»";
  right: -100px;
}
#lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-parenthese {
  margin-top: 20px;
  font-size: 25px;
}

#lucieetlaura-maintenant #lucieetlaura-maintenant-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#lucieetlaura-maintenant #lucieetlaura-maintenant-image {
  flex: 1;
  box-shadow: 10px 0 5px -5px rgba(16, 14, 13, 0.15);
}
#lucieetlaura-maintenant #lucieetlaura-maintenant-texte {
  flex: 1;
}
#lucieetlaura-maintenant #lucieetlaura-maintenant-texte h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
#lucieetlaura-maintenant #lucieetlaura-maintenant-texte div {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

#lucieetlaura-reseaux {
  background-color: #100E0D;
  color: white;
  text-align: center;
}
#lucieetlaura-reseaux .lucieetlaura-separator {
  background-color: white;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-intro {
  position: relative;
  padding: 0 10%;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-intro:before, #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:after {
  color: #C33623;
  font-size: 150px;
  font-family: "Permanent Marker", Arial, sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-intro:before {
  content: "«";
  left: -40px;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-intro:after {
  content: "»";
  right: -40px;
}
#lucieetlaura-reseaux h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 44px;
  margin-bottom: 30px;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-sous-titre {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 50px;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux {
  display: flex;
  gap: 50px;
  text-align: right;
  justify-content: center;
  align-items: center;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux #lucieetlaura-reseaux-reseaux-texte {
  display: flex;
  padding-right: 50px;
  border-right: 1px solid white;
  font-size: 20px;
  line-height: 30px;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux #lucieetlaura-reseaux-reseaux-pictos {
  display: flex;
  gap: 30px;
  font-size: 65px;
}
#lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux #lucieetlaura-reseaux-reseaux-pictos a {
  transition: all 450ms ease;
}
#lucieetlaura-reseaux .lucieetlaura-reseaux-separator {
  height: 100%;
  background-color: white;
  width: 1px;
}

#lucieetlaura-bravo {
  background-color: #C33623;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
#lucieetlaura-bravo h2 {
  color: white;
  font-weight: 300;
  font-size: 75px;
  line-height: 70px;
  margin-bottom: 50px;
}
#lucieetlaura-bravo h2 span {
  font-weight: 800;
  display: block;
  margin: auto;
  font-size: 65px;
}
#lucieetlaura-bravo #lucieetlaura-bravo-content {
  padding: 0 15%;
}
#lucieetlaura-bravo #lucieetlaura-bravo-texte {
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 38px;
}
#lucieetlaura-bravo #lucieetlaura-bravo-signature {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 70px;
  line-height: 80px;
  gap: 30px;
  text-align: left;
}

#service-clients {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: -50px;
}
#service-clients #service-clients-content {
  padding: 50px 0;
}
#service-clients #service-clients-titre {
  font-weight: 300;
  margin-bottom: 50px;
}
#service-clients #service-clients-texte {
  font-size: 1.4em;
  margin-bottom: 50px;
}
#service-clients #service-clients-image img {
  width: 100vw;
  height: 950px;
  object-fit: cover;
}
#service-clients #service-clients-contacts {
  display: flex;
  justify-content: center;
}
#service-clients #service-clients-contacts #service-clients-contacts-contact {
  padding-right: 20px;
}
#service-clients #service-clients-contacts #service-clients-contacts-contact h1 {
  font-weight: 400;
}
#service-clients #service-clients-contacts #service-clients-contacts-texte {
  padding-left: 20px;
  text-align: left;
  font-size: 1.1em;
}
#service-clients #service-clients-contacts #service-clients-contacts-texte i {
  border: 1px solid #13100D;
  border-radius: 5px;
  padding: 6px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
#service-clients #service-clients-contacts #service-clients-contacts-texte div:first-child {
  margin-top: 10px;
}

#h1-home {
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 50px;
  text-align: center;
}

.marqueurs .container {
  padding-top: 40px;
  padding-bottom: 120px;
}

#marqueurs-cles {
  display: flex;
  justify-content: space-between;
}
#marqueurs-cles a {
  width: 31%;
}
#marqueurs-cles a:hover .marqueur figure {
  background-color: #C33623;
}
#marqueurs-cles .marqueur {
  margin: auto;
  display: flex;
  text-align: left;
  font-size: 1.4em;
  line-height: 1.25em;
}
#marqueurs-cles .marqueur figure {
  background-color: #100E0D;
  mask-repeat: no-repeat !important;
  mask-size: contain !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-position: center !important;
  transition: all 450ms ease;
  height: 80px;
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  margin-right: 20px;
}

#en-ce-moment {
  background-color: #F2F2F2;
}
#en-ce-moment #en-ce-moment-content {
  display: flex;
  gap: 40px;
  align-items: center;
}
#en-ce-moment #en-ce-moment-content #mask-image-du-moment {
  position: relative;
  flex: 1;
}
#en-ce-moment #en-ce-moment-content #mask-image-du-moment div {
  -webkit-mask-image: url(images/mask-image-du-moment.svg);
  mask-image: url(images/mask-image-du-moment.svg);
}
#en-ce-moment #en-ce-moment-content #mask-image-du-moment div img {
  max-width: 99.63%;
}
#en-ce-moment #en-ce-moment-content #mask-image-du-moment:after {
  content: "";
  position: absolute;
  background: url(images/mask-image-du-moment-souligne.svg) center center no-repeat;
  width: 77%;
  height: 100%;
  bottom: 0;
  transform: translateY(42%) translateX(14%);
}
#en-ce-moment #en-ce-moment-content #text-image-du-moment {
  flex: 1;
}
#en-ce-moment #en-ce-moment-content h4 {
  width: 60%;
  margin-bottom: 20px;
}
#en-ce-moment #en-ce-moment-content a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

#single-actu-reseau {
  margin-top: 100px;
  text-align: center;
}
#single-actu-reseau h1 {
  line-height: 1.1em;
}

.section-offres .section-title h2 {
  margin-bottom: 50px;
}

.offres {
  padding-bottom: 0;
  background-color: #C33623;
  background: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0) 10%), linear-gradient(180deg, #C33623 83%, white 83%);
}
.offres .strate-offre {
  padding-top: 100px;
}
.offres.offres-white-grey {
  background: linear-gradient(180deg, white 10%, rgba(255, 255, 255, 0) 10%), linear-gradient(180deg, #C33623 83%, #F2F2F2 83%);
}
.offres #mentions-offres {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}
.offres .container-offres {
  display: flex;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2);
}
.offres .container-offres a {
  transition: all 450ms ease;
  color: white;
}
.offres .container-offres a i {
  margin-top: 30px;
}
.offres .container-offres .offre {
  flex: 1;
  background-color: #C33623;
  display: block;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 450ms ease;
  color: white;
  padding: 20px;
}
.offres .container-offres .offre:hover {
  transform: scaleX(1.1) scaleY(1.1);
  z-index: 10;
}
.offres .container-offres .offre:nth-child(1) {
  order: 2;
}
.offres .container-offres .offre:nth-child(2) {
  order: 1;
}
.offres .container-offres .offre:nth-child(3) {
  order: 3;
}
.offres .container-offres .offre:first-child {
  background-color: #E37162;
}
.offres .container-offres .offre:nth-child(2) {
  background-color: #D14532;
}
.offres .container-offres .offre .container-offre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 30px;
  padding: 20px;
}
.offres .container-offres .offre .container-offre h4 {
  color: white;
  font-size: 20px;
  line-height: 26px;
}
.offres .container-offres .offre .container-offre img {
  max-height: 150px;
  flex: 1;
}
.offres .container-offres .offre .container-offre img svg {
  box-shadow: 9px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.offres .container-offres .offre .container-offre .text-offre {
  font-size: 18px;
  flex: 1;
  flex-basis: 100%;
}
.offres .container-offres .offre .container-offre i {
  font-size: 30px;
}

.prise-rdv {
  background-color: #100E0D;
  color: #fff;
  text-align: right;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 600;
}
.prise-rdv .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.prise-rdv .container .incline {
  padding: 20px 30px;
  transform: skewx(160deg);
  transform-origin: bottom left;
  z-index: 1;
}
.prise-rdv .container .incline .decline {
  transform: skewx(-160deg);
  transform-origin: bottom left;
}
.prise-rdv .container .incline .decline img {
  max-width: 50px;
}
.prise-rdv .container .incline .decline .incline {
  padding-left: 120px;
  padding-right: 120px;
  background-color: #32AC5C;
  margin: 0 -120px 0 -120px;
  transition: background-color 450ms ease;
  text-align: center;
}
.prise-rdv .container .incline .decline a {
  transition: all 450ms ease;
  color: #fff;
}
.prise-rdv .container .incline .decline a:hover {
  font-size: 1.3em;
  color: #fff;
}
.prise-rdv .container .incline .decline a:hover .incline {
  background-color: #29934E;
}
.prise-rdv .container .incline:nth-child(2) {
  background-color: #fff;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 3;
}
.prise-rdv .container .rdv-left {
  margin-right: 120px;
}
.prise-rdv .container .rdv-right {
  margin-left: 120px;
}
.prise-rdv.prise-rdv-2 {
  transform: translateY(-50px);
  z-index: 15;
  position: relative;
  padding: 1px 0;
}
.prise-rdv.prise-rdv-2 .incline:nth-child(2) {
  background-color: #fff;
}

#compatible {
  position: absolute;
  right: calc(5% + 80px);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 250px;
  text-align: right;
  line-height: 1.2em;
  font-size: 0.9em;
}
#compatible b {
  font-size: 1.2em;
}

#trouver_un_carrossier_container {
  width: 100%;
  position: relative;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir {
  background-color: #100E0D;
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: 600;
  padding: 15px 0;
  z-index: 5;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container .rdv-left {
  margin-right: 2%;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container form {
  position: relative;
  width: 50%;
  display: flex;
  align-items: stretch;
  position: relative;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container form:after {
  background-color: white;
  content: "";
  width: 100%;
  height: 100%;
  transform: skewx(160deg);
  transform-origin: bottom left;
  position: absolute;
  z-index: 0;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container form input[type=search] {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  width: 80%;
  height: 67px;
  border-radius: 0 !important;
  box-shadow: none;
  border: 0;
  color: #272727;
  padding: 15px 50px 15px 50px !important;
  line-height: 30px !important;
  font-size: 1.165em;
  margin: 10px;
  z-index: 1;
  background-color: transparent;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container form button {
  background: white url(../images/picto-loupe.svg) center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  height: auto;
  width: 20%;
  top: unset;
  position: relative;
  display: block;
  margin: 15px;
  z-index: 1;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container form button:hover {
  background-color: transparent;
}
#trouver_un_carrossier_container #trouver_un_carrossier_noir .container form #suggest {
  margin-top: -8px;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge {
  background: rgb(118, 28, 0);
  background: linear-gradient(55deg, rgb(118, 28, 0) 0%, rgb(142, 45, 21) 16%, rgb(215, 53, 31) 52%, rgb(248, 73, 2) 100%);
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge .container {
  display: flex;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge .strate {
  padding-top: 75px;
  padding-bottom: 75px;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_img {
  position: relative;
  flex: 1;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_img img {
  position: absolute;
  top: -130px;
  bottom: -50px;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text {
  flex: 1;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text #trouver_un_carrossier_rouge_text_text {
  display: flex;
  color: white;
  font-size: 22px;
  line-height: 26px;
  align-items: center;
  gap: 20px;
  padding-left: 30px;
  margin-bottom: 20px;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text #trouver_un_carrossier_rouge_text_text i {
  font-size: 50px;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text .has-search {
  position: relative;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text .has-search input {
  display: block;
  padding: 25px 30px;
  border: 0;
  border-radius: 4px;
  color: #821000;
  font-size: 18px;
}
#trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text .has-search button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 30px;
  mask: url(../images/picto-loupe.svg) no-repeat 100% 100%;
  mask-size: cover;
  -webkit-mask: url(../images/picto-loupe.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  background-color: #821000;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
}

.engagements {
  text-align: center;
}
.engagements.engagements-texte {
  font-size: 1.2em;
  font-weight: 600;
}
.engagements.engagements-texte a {
  color: #C33623;
}
.engagements.engagements-texte a:hover {
  text-decoration: underline;
}
.engagements.engagements-texte .container-cropped .text-cropped {
  flex-direction: row;
  justify-content: center;
  min-height: 400px;
}
.engagements.engagements-texte .plus {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0.75) 75%, rgba(255, 255, 255, 0) 100%);
}
.engagements.engagements-texte .plus span {
  color: #100E0D;
}
.engagements.engagements-texte .plus span:hover {
  color: #C33623;
}
.engagements .pictos-engagement {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4%;
}
.engagements .pictos-engagement div {
  font-weight: 600;
  line-height: 1.3em;
  font-size: 1.25em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 35px;
}
.engagements .pictos-engagement div .icon-engagement {
  height: 150px;
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  background-color: #100E0D;
  mask-repeat: no-repeat !important;
  mask-size: contain !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-position: center !important;
  margin: auto;
  transition: all 450ms ease;
  margin-top: 0;
  margin-bottom: 25px;
}
.engagements .pictos-engagement div a {
  transition: all 450ms ease;
}
.engagements .pictos-engagement div a:hover .icon-engagement {
  transform: rotate(360deg);
  background-color: #C33623;
}

#engagements {
  font-size: 18px;
  line-height: 24px;
}
#engagements h2 {
  margin-bottom: 10px;
}
#engagements h3 {
  margin-bottom: 40px;
  font-weight: 300;
  text-transform: none;
  font-size: 24px;
}
#engagements h4 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 22px;
}
#engagements .section-title {
  padding-top: 100px;
  padding-bottom: 30px;
}
#engagements .strate-engagement {
  background-color: #F2F2F2;
  background: linear-gradient(270deg, rgba(242, 242, 242, 0) 40%, #f2f2f2 100%);
}
#engagements .strate-engagement:nth-child(odd) {
  background: linear-gradient(270deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 40%);
}
#engagements .strate-engagement:nth-child(odd) .strate-image {
  order: 2;
}
#engagements .strate-engagement:last-child .strate-texte {
  padding-bottom: 100px;
}
#engagements .strate-content {
  display: flex;
  align-items: center;
  gap: 40px;
}
#engagements .strate-content .strate-image {
  flex: 1;
  align-self: stretch;
}
#engagements .strate-content .strate-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#engagements .strate-content .strate-texte {
  flex: 1;
  padding: 40px;
}
#engagements .strate-content .strate-texte i, #engagements .strate-content .strate-texte em {
  font-size: 12px;
  font-style: italic;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #100E0D transparent transparent transparent;
}

.jq-selectbox__dropdown {
  background-color: #fff;
}

.jq-select-multiple, .jq-selectbox {
  width: 100%;
}

.jq-selectbox__select {
  border: 2px solid #100E0D;
  padding: 10px;
  margin-bottom: 10px;
}

.buttons-select-procedures .button-procedures {
  border: 2px solid #100E0D;
  padding: 10px;
  margin-bottom: 20px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  font-size: 1.25em;
  transition: all 450ms ease;
  background-color: #EFEFEF;
}
.buttons-select-procedures .button-procedures:hover {
  background-color: #100E0D;
  color: #fff;
}
.buttons-select-procedures .button-procedures:hover:after {
  color: #fff;
}
.buttons-select-procedures .button-procedures:after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #100E0D;
  font-size: 2em;
  margin-top: -2px;
}
.buttons-select-procedures:last-child {
  margin-bottom: 0;
}

.jq-selectbox__select-text {
  font-weight: 600;
  width: calc(100% - 40px) !important;
}

.jqselect {
  width: 100%;
  margin-right: 0;
  font-size: 1.25em;
}
.jqselect div {
  margin-right: 0;
}
.jqselect ul {
  margin-top: -12px;
  background-color: #fff;
  border: 2px solid #100E0D;
}
.jqselect ul li {
  font-size: 0.9em;
  padding: 10px 20px;
  cursor: pointer;
}
.jqselect ul li:hover {
  background-color: #EFEFEF;
  transition: all 450ms ease;
}

.trouver-un-carrossier {
  width: 100vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 10;
}
.trouver-un-carrossier .bg-trouver {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trouver-un-carrossier .prise-rdv {
  width: 100%;
}
.trouver-un-carrossier .prise-rdv .incline:nth-child(2) {
  background-color: #D95035;
}
.trouver-un-carrossier input {
  height: 100%;
  width: 100%;
}

#map-contact {
  height: 400px;
  z-index: 5;
}

#map {
  z-index: 5;
}

.section-avis {
  overflow: hidden;
  text-align: center;
}
.section-avis .avis {
  justify-content: center;
}

.home .section-avis .avis {
  margin-top: 40px;
  display: block;
}
.home .section-avis .avis .h3 {
  font-size: 60px;
  font-weight: 700;
}
.home .section-avis .avis div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .section-avis .avis div:last-child {
  margin: 5px auto 60px auto;
}

#avis-slick .pastille {
  max-width: 50px;
  margin: 0 auto 20px auto;
}
#avis-slick .avis-slick {
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 20px;
}
#avis-slick .avis-slick strong {
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
#avis-slick .slick-arrow {
  mask: url(../images/btn-slick.svg) no-repeat 100% 100%;
  mask-size: cover;
  -webkit-mask: url(../images/btn-slick.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  background-color: #13100D;
  height: 35px;
  width: 20px;
  position: absolute;
  left: -95px;
  top: 50%;
  transition: all 450ms ease;
  text-indent: -9999px;
  transform: translateY(-50%);
}
#avis-slick .slick-arrow:hover {
  background-color: #D95035;
}
#avis-slick .slick-arrow.slick-next {
  left: auto;
  right: -95px;
  transform: translate(0, -50%) rotate(-180deg);
}
#avis-slick .slick-list {
  transition: all 450ms ease !important;
}

#fleet {
  font-size: 1.2em;
  margin-bottom: -50px;
  width: 100%;
  overflow: hidden;
}
#fleet h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2em;
}
#fleet form input {
  background-color: #fff;
  padding: 10px;
  border: 0;
}
#fleet form input[type=text],
#fleet form input[type=email],
#fleet form input[type=tel],
#fleet form input[type=submit] {
  width: 100%;
}
#fleet form input[type=submit] {
  background-color: #100E0D;
  color: #fff;
  transition: all 450ms ease;
  margin-bottom: 10px;
  white-space: normal;
}
#fleet form input[type=submit]:hover {
  background-color: #C33623;
}
#fleet form label {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 20px 0;
}
#fleet form label input {
  font-size: 0.8em;
  margin-bottom: 5px;
}
#fleet form label:first-child {
  margin-top: 0;
}
#fleet form .wpcf7-not-valid-tip {
  font-size: 0.8em;
}
#fleet form span.wpcf7-list-item {
  margin-left: 0;
}
#fleet form .rgpd input {
  margin-bottom: 0;
}
#fleet form .wpcf7-list-item-label {
  font-size: 0.7em;
}
#fleet section {
  padding: 50px 0;
}
#fleet .title-lines-solid .text {
  font-size: 1.5em;
}
#fleet .container .flex-feet {
  display: flex;
  align-items: center;
  gap: 15%;
}
#fleet #fleet_solution {
  background-size: cover;
  margin-top: 50px;
}
#fleet #fleet_solution .flex-feet {
  gap: 4%;
  flex-wrap: wrap;
}
#fleet #fleet_solution .flex-feet #fleet_solution-formulaire, #fleet #fleet_solution .flex-feet figure {
  width: 48%;
}
#fleet #fleet_concept {
  background-color: #100E0D;
  color: #fff;
}
#fleet #fleet_concept h2 {
  color: #fff;
}
#fleet #fleet_concept .container .flex-feet {
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7%;
  margin-bottom: -40px;
}
#fleet #fleet_concept .container .flex-feet div {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
  font-weight: 700;
}
#fleet #fleet_concept .container .flex-feet div:after {
  content: "";
  left: 0;
  top: 0;
  background: url(images/arrow-fleet.svg) left center no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
}
#fleet #fleet_concept .container .flex-feet div span {
  text-transform: uppercase;
  font-size: 2em;
  display: block;
  margin-bottom: 10px;
}
#fleet #fleet_solutions .container .flex-feet {
  align-items: stretch;
  gap: 3%;
  flex-wrap: wrap;
}
#fleet #fleet_solutions .container .flex-feet #text-feet-solutions {
  width: 69%;
}
#fleet #fleet_solutions .container .flex-feet #text-feet-solutions strong {
  font-size: 1.2em;
  font-weight: 600;
}
#fleet #fleet_solutions .container .flex-feet #img-feet-solutions {
  width: 28%;
}
#fleet #fleet_solutions .container .flex-feet #img-feet-solutions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#fleet #fleet_credits {
  background-color: #100E0D;
  color: #fff;
  color: #fff;
}
#fleet #fleet_credits h2 {
  color: #fff;
  text-align: left;
}
#fleet #fleet_credits .flex-feet {
  flex-wrap: wrap;
  gap: 7%;
}
#fleet #fleet_credits .flex-feet figure {
  width: 28%;
}
#fleet #fleet_credits .flex-feet #fleet_credits-div {
  width: 65%;
}
#fleet #fleet_credits #fleet_questions .fleet_question {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
#fleet #fleet_credits #fleet_questions .fleet_question:last-child {
  margin-bottom: 0;
}
#fleet #fleet_credits #fleet_questions .fleet_question:after {
  content: "";
  left: 0;
  top: 0;
  background: url(images/arrow-fleet.svg) left center no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
}
#fleet #fleet_interface img {
  margin-bottom: 50px;
  padding-right: 10%;
  padding-left: 10%;
}
#fleet #fleet_interface #text-interface-feet {
  font-weight: 700;
  font-size: 1.2em;
}
#fleet #fleet_interface #etapes_interface {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#fleet #fleet_interface #etapes_interface .etape_interface {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
}
#fleet #fleet_interface #etapes_interface .etape_interface span {
  background-color: #100E0D;
  color: #fff;
  font-weight: 700;
  padding: 5px;
  font-size: 1.5em;
  border-radius: 50px;
  margin-right: 10px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fleet #fleet_contact {
  background-size: cover;
  text-align: center;
  padding-bottom: 0;
  position: relative;
}
#fleet #fleet_contact .img-contact-fleet {
  margin-top: 50px;
  width: 75%;
}
#fleet #fleet_contact:after {
  content: "";
  display: block;
  height: 50px;
  background-color: #161a1d;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  clip-path: polygon(0 100%, 0 0%, 100% 100%, 0% 100%);
}

.container-prestations {
  padding: 20px 0;
}

.prestations {
  background-color: #13100D;
  color: #fff;
}
.prestations .h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.prestations .content-prestations {
  display: flex;
  flex-wrap: wrap;
}
.prestations .content-prestations a {
  border: 2px solid #fff;
  background-color: #13100D;
  transition: all 450ms ease;
  display: block;
  width: 49%;
  margin-bottom: 2%;
  padding: 1rem 1rem;
}
.prestations .content-prestations a:nth-child(even) {
  margin-left: 2%;
}
.prestations .content-prestations a figcaption {
  display: flex;
  align-items: center;
}
.prestations .content-prestations a .h4 {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.prestations .content-prestations a .icon-prestations {
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: #fff;
  mask-repeat: no-repeat !important;
  mask-size: contain !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-position: center !important;
  margin-right: 2rem;
}
.prestations .content-prestations a:hover {
  background-color: #fff;
}
.prestations .content-prestations a:hover .icon-prestations {
  background-color: #13100D;
}
.prestations .content-prestations a:hover .h4 {
  color: #13100D;
}

.proximite .container {
  padding-top: 100px;
}

.popin-procedures {
  position: fixed;
  display: none;
  z-index: 1000;
  margin: auto;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(19, 16, 13, 0.67);
  overflow-y: scroll;
  cursor: pointer;
}
.popin-procedures .prestations {
  cursor: default;
  margin: 20px auto;
  max-width: 920px;
  padding: 0px 20px;
  position: relative;
}
.popin-procedures .prestations.red-popup {
  background-color: #C33623;
}
.popin-procedures .prestations.red-popup .content-prestations a {
  background-color: #C33623;
}
.popin-procedures .prestations.red-popup .content-prestations a:hover {
  background-color: #fff;
}
.popin-procedures .prestations.red-popup .content-prestations a:hover .icon-prestations {
  background-color: #C33623;
}
.popin-procedures .prestations.red-popup .content-prestations a:hover .h4 {
  color: #C33623;
}
.popin-procedures .prestations.white-popup {
  background-color: #fff;
}
.popin-procedures .prestations.white-popup .close-popup:before, .popin-procedures .prestations.white-popup .close-popup:after {
  background-color: #13100D;
}
.popin-procedures .prestations.white-popup .h2 {
  color: #13100D;
}
.popin-procedures .prestations.white-popup .content-prestations a {
  background-color: #fff;
  border: 2px solid #13100D;
  color: #13100D;
}
.popin-procedures .prestations.white-popup .content-prestations a .h4 {
  color: #13100D;
}
.popin-procedures .prestations.white-popup .content-prestations a .icon-prestations {
  background-color: #13100D;
}
.popin-procedures .prestations.white-popup .content-prestations a:hover {
  background-color: #13100D;
}
.popin-procedures .prestations.white-popup .content-prestations a:hover .icon-prestations {
  background-color: #fff;
}
.popin-procedures .prestations.white-popup .content-prestations a:hover .h4 {
  color: #fff;
}

#header-carrossier2 {
  display: flex;
}
#header-carrossier2 #sidebar-carrossier {
  background-color: #F2F2F2;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
  max-width: 500px;
  min-height: calc(100% - 67px);
  z-index: 15;
  padding: 40px 40px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
#header-carrossier2 #sidebar-carrossier h1 {
  font-size: 1.5em;
  line-height: 1.1em;
}
#header-carrossier2 #sidebar-carrossier .btn-rounded {
  background-color: white;
  margin-top: 0;
  color: #100E0D;
  text-transform: none;
  padding: 10px;
  width: 180px;
  display: block;
}
#header-carrossier2 #sidebar-carrossier #perso-carrossier {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  width: 100%;
}
#header-carrossier2 #sidebar-carrossier #space-sidebar-carrossier {
  height: 125px;
}
#header-carrossier2 #sidebar-carrossier .line-sidebar-carrossier {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}
#header-carrossier2 #sidebar-carrossier .line-sidebar-carrossier i {
  font-weight: 600;
  font-size: 22px;
}
#header-carrossier2 #sidebar-carrossier .line-sidebar-carrossier span {
  display: block;
}
#header-carrossier2 #sidebar-carrossier .line-sidebar-carrossier span.text-telephone {
  font-size: 14px;
}
#header-carrossier2 #sidebar-carrossier .line-sidebar-carrossier a i {
  margin-top: -2px !important;
}
#header-carrossier2 #sidebar-carrossier figure {
  max-width: 250px;
  max-height: 250px;
  overflow: hidden;
  position: relative;
}
#header-carrossier2 #sidebar-carrossier figure .logoC {
  bottom: 15px;
  left: 0;
  position: absolute;
}
#header-carrossier2 #sidebar-carrossier #dialog-carrossier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
#header-carrossier2 #sidebar-carrossier #dialog-carrossier #zec-estampille {
  margin: 0;
  max-width: 210px;
  flex: 1;
  width: 100%;
}
#header-carrossier2 #sidebar-carrossier #dialog-carrossier div {
  flex: 1;
  font-size: 16px;
  text-align: center;
}
#header-carrossier2 #sidebar-carrossier #dialog-carrossier div img {
  margin-top: 10px;
}
#header-carrossier2 #sidebar-carrossier #dialog-carrossier span {
  display: block;
  margin: auto;
  font-weight: 700;
  font-size: 20px;
}
#header-carrossier2 #map-carrossier {
  flex: 1;
  min-height: calc(100% - 67px);
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
}
#header-carrossier2 #map-carrossier #map-container {
  height: 100%;
}
#header-carrossier2 #map-carrossier #map-contact2 {
  min-height: calc(100vh - 67px);
  height: 100%;
  z-index: 10;
}
#header-carrossier2 .fiche-carrossier {
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
  padding: 40px 25px;
  text-align: center;
}
#header-carrossier2 .fiche-carrossier .fiche-carrossier-h1 {
  text-transform: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
}
#header-carrossier2 .fiche-carrossier .note-carrossier {
  margin: auto;
}
#header-carrossier2 .fiche-carrossier .note-carrossier .avis {
  margin-top: 20px;
  justify-content: center;
  gap: 5px;
}
#header-carrossier2 .fiche-carrossier .note-carrossier .avis .star {
  height: 35px;
  width: 35px;
}
#header-carrossier2 .fiche-carrossier .note-carrossier .nombre-avis-carrossier {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#header-carrossier2 .fiche-carrossier .note-carrossier .nombre-avis-carrossier span {
  font-size: 45px;
  font-weight: 700;
  margin-right: 10px;
}

#fiche-mobile {
  display: none;
}

#tabbar-carrossier {
  background-color: #100E0D;
  color: white;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
  z-index: 50;
  font-size: 22px;
}
#tabbar-carrossier div {
  padding: 20px 40px;
  font-style: italic;
  flex: 1;
  text-align: center;
}
#tabbar-carrossier div br {
  display: none;
}
#tabbar-carrossier a {
  padding: 20px 6%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  background-color: #32AC5C;
  transition: all 450ms ease;
  border-right: 1px solid #00843E;
}
#tabbar-carrossier a:last-child {
  border: 0;
}
#tabbar-carrossier a:hover {
  background-color: #29934E;
  color: white;
}
#tabbar-carrossier a i {
  font-size: 28px;
}
#tabbar-carrossier a i.fa-ticket {
  transform: rotate(-45deg);
}

#jyvais {
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 20;
}
#jyvais #jyvais-container {
  background-color: rgba(16, 14, 13, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
#jyvais #jyvais-container #jyvais-content {
  background-color: white;
  padding: 30px 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
#jyvais #jyvais-container #jyvais-content div {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
#jyvais #jyvais-container #jyvais-content div img {
  max-width: 100px;
}

#jyvais-btn {
  display: none;
}

.mot-du-carrossier h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#mot-patron {
  height: 300px;
  overflow: hidden;
  transition: all 450ms ease;
  position: relative;
  font-size: 18px;
}
#mot-patron:after {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 450ms ease;
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
#mot-patron h2, #mot-patron h3 {
  font-size: 20px;
}
#mot-patron.open {
  height: auto;
}
#mot-patron.open:after {
  display: none;
}

#btn-mot-patron-container {
  text-align: center;
  font-size: 50px;
  padding-top: 20px;
}
#btn-mot-patron-container #btn-mot-patron {
  opacity: 0.5;
  transition: all 450ms ease;
}
#btn-mot-patron-container #btn-mot-patron:hover {
  opacity: 1;
}

.recherches-frequentes {
  background-color: #F2F2F2;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.recherches-frequentes h2 {
  text-transform: uppercase;
}

#proximite {
  text-align: center;
}
#proximite a {
  margin: 5px 0;
  display: inline-block;
  text-transform: uppercase;
}

.procedures {
  background-color: #F2F2F2;
}
.procedures .buttons-procedures {
  display: flex;
  justify-content: center;
}
.procedures .buttons-procedures .button-procedures {
  background-color: #13100D;
  padding: 25px;
  color: #fff;
  text-align: center;
  margin: 0 0.7%;
  font-size: 2em;
  overflow: hidden;
  width: 33.1%;
  line-height: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: all 450ms ease;
}
.procedures .buttons-procedures .button-procedures:hover {
  background-color: #D95035;
}
.procedures .buttons-procedures .button-procedures:after {
  content: "+";
  display: block;
  font-size: 1.5em;
}

.actus .container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.actus .list-actus {
  display: flex;
  margin-bottom: 2rem;
}
.actus .list-actus a {
  flex: 1 1 0px;
  background-color: #EFEFEF;
  padding: 2rem;
  margin-right: 2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.actus .list-actus a:last-child {
  margin-right: 0;
}
.actus .list-actus a figure {
  overflow: hidden;
  margin-bottom: 1rem;
}
.actus .list-actus a figure img {
  height: 195px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 450ms ease;
}
.actus .list-actus a:hover figure img {
  transform: scale(1.2);
}

.btn-red {
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #C33623;
  color: #C33623;
  transition: all 450ms ease;
  font-weight: 600;
  padding: 10px 20px;
  margin: 20px 0;
  font-size: 1.2em;
}
.btn-red:hover {
  background-color: #C33623;
  color: #fff;
}

.btn2 {
  border: 2px solid #32AC5C;
  padding: 10px 20px;
  width: 100%;
  display: block;
  color: #32AC5C;
  font-size: 1.4em;
  transition: all 450ms ease;
  position: relative;
  margin-top: 50px;
}
.btn2 span {
  font-size: 0.7em;
}
.btn2:hover {
  background-color: #32AC5C;
  color: white;
}
.btn2 b {
  font-weight: 400;
}
.btn2 img {
  width: 130px;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.strate {
  padding-top: 100px;
  padding-bottom: 100px;
}

#header-carrossier {
  position: relative;
  margin-top: 150px;
}
#header-carrossier h1 {
  text-transform: uppercase;
}
#header-carrossier .header-carrossier-strate {
  display: flex;
  padding: 50px 15px;
}
#header-carrossier .header-carrossier-strate div {
  width: 50%;
}
#header-carrossier .header-carrossier-strate#header-carrossier-top h1, #header-carrossier .header-carrossier-strate#header-carrossier-top h2, #header-carrossier .header-carrossier-strate#header-carrossier-top h3, #header-carrossier .header-carrossier-strate#header-carrossier-top h4, #header-carrossier .header-carrossier-strate#header-carrossier-top h5, #header-carrossier .header-carrossier-strate#header-carrossier-top h6,
#header-carrossier .header-carrossier-strate#header-carrossier-top .h1, #header-carrossier .header-carrossier-strate#header-carrossier-top .h2, #header-carrossier .header-carrossier-strate#header-carrossier-top .h3, #header-carrossier .header-carrossier-strate#header-carrossier-top .h4, #header-carrossier .header-carrossier-strate#header-carrossier-top .h5, #header-carrossier .header-carrossier-strate#header-carrossier-top .h6 {
  margin-bottom: 10px;
}
#header-carrossier .header-carrossier-strate#header-carrossier-top div.h3 {
  font-weight: 700;
}
#header-carrossier .header-carrossier-strate#header-carrossier-top span {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.1em;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom {
  background-color: #EFEFEF;
  padding: 50px 15px;
  background: linear-gradient(0deg, #fff 5%, #F2F2F2 5%);
  font-size: 1.7em;
  line-height: 1.1em;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom a {
  font-weight: 600;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom .text-address {
  font-weight: 600;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom .text-telephone {
  font-size: 0.75em;
  font-weight: 300;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom p {
  margin-bottom: 10px;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom p:last-child {
  margin-bottom: 0;
}
#header-carrossier .header-carrossier-strate#header-carrossier-bottom p.avis {
  margin-bottom: 20px;
}
#header-carrossier .header-carrossier-strate #header-carrossier-image figure {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  bottom: 0;
  text-align: center;
}
#header-carrossier .header-carrossier-strate #header-carrossier-image figure img {
  width: auto;
  max-height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
}
#header-carrossier .header-carrossier-strate #header-carrossier-image figure img.ghostimg {
  bottom: 100px;
  padding-top: 100px;
}
#header-carrossier .header-carrossier-strate #header-carrossier-image figure img.logoC {
  bottom: 10%;
  max-width: 450px;
}

form #suggest, form #suggest-annuaire {
  border: 2px solid #100E0D;
  padding: 5px;
  font-size: 15px;
}
form #suggest {
  top: auto !important;
}

.btn-rounded {
  background-color: #C33623;
  transition: all 450ms ease;
  color: white;
  border-radius: 50px;
  padding: 14px 30px;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
}
.btn-rounded div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn-rounded i {
  transition: all 450ms ease;
}
.btn-rounded:hover {
  background-color: #A9241A;
  color: white;
}
.btn-rounded:hover i {
  transform: translateX(10px);
}
.btn-rounded.btn-white {
  background-color: white;
  color: #100E0D;
}
.btn-rounded.btn-white:hover {
  background-color: #A9241A;
  color: white;
}

.section-pro {
  font-size: 18px;
  line-height: 24px;
}
.section-pro .section-title h2 {
  margin-bottom: 10px;
}
.section-pro .section-title h3 {
  margin-bottom: 40px;
  font-weight: 300;
  text-transform: none;
  font-size: 24px;
}
.section-pro .btn-new {
  background-color: #13100D;
  color: #fff;
}
.section-pro .btn-new:hover {
  background-color: #fff;
  color: #13100D;
}
.section-pro #section-pro-content {
  display: flex;
  gap: 30px;
}
.section-pro #section-pro-content #section-pro-img {
  flex: 1;
}
.section-pro #section-pro-content #section-pro-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-pro #section-pro-content #section-pro-text {
  flex: 1;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-pro #section-pro-content #section-pro-text h4 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
}

#trouver-un-carrossier #suggest, #trouver-un-carrossier #suggest-annuaire {
  margin-top: -3px;
}

#recherche-carrossier {
  padding: 200px 15px 0 15px;
}
#recherche-carrossier h1 {
  font-weight: 700;
  text-align: center;
  font-size: 3em;
  margin-bottom: 20px;
}
#recherche-carrossier h2 {
  font-weight: 600;
  text-align: center;
  font-size: 2em;
  margin-bottom: 50px;
}
#recherche-carrossier #container-recherche-carrossier {
  max-width: 920px;
  margin: auto;
}
#recherche-carrossier #container-recherche-carrossier #suggest {
  margin-top: -12px;
  border: 2px solid #100E0D;
  padding: 5px;
}
#recherche-carrossier #container-recherche-carrossier form {
  display: flex;
  padding-bottom: 0;
  align-items: stretch;
}
#recherche-carrossier #container-recherche-carrossier form input[type=search] {
  background: transparent;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border-radius: 0 !important;
  box-shadow: none;
  border: 2px solid #100E0D;
  color: #272727;
  padding: 15px 50px 15px 40px !important;
  width: calc(100% - 100px);
  height: auto;
  font-size: 1.75em;
}
#recherche-carrossier #container-recherche-carrossier form button {
  content: "";
  background-color: #100E0D;
  text-indent: -9999px;
  height: 100px;
  width: 100px;
  padding: 20px;
  display: block;
  transition: all 450ms ease;
  position: relative;
  top: auto;
  right: auto;
}
#recherche-carrossier #container-recherche-carrossier form button:after {
  content: "";
  background: transparent url(../images/picto-loupe2.svg) center center no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  display: block;
}
#recherche-carrossier #container-recherche-carrossier form button:hover {
  background-color: #C33623;
}

.element-list-carrossier {
  background-color: #F2F2F2;
  font-size: 1.2em;
}
.element-list-carrossier .distance {
  color: #C33623;
  font-size: 1.75em;
  font-weight: 300;
  margin-bottom: 10px;
}
.element-list-carrossier .distance span {
  font-weight: 700;
}
.element-list-carrossier .container {
  max-width: 920px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.element-list-carrossier .container .flex {
  display: flex;
  justify-content: space-between;
}
.element-list-carrossier .container .flex .content-flex {
  width: 48%;
  margin-right: 20px;
}
.element-list-carrossier .container .flex .content-flex:last-child {
  margin-right: 0;
}
.element-list-carrossier .container .flex .content-flex .h1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
}
.element-list-carrossier .container .flex .content-flex .h1:first-letter {
  text-transform: capitalize;
}
.element-list-carrossier .container .flex .content-flex .avis {
  text-align: left;
}
.element-list-carrossier .container .flex .content-flex p {
  margin: 10px 0;
}
.element-list-carrossier .container .flex .content-flex p:first-child {
  margin-top: 0;
}
.element-list-carrossier .container .flex .content-flex p:last-child {
  margin-bottom: 0;
}
.element-list-carrossier .container .btn {
  margin-top: 20px;
  font-size: 1.35em;
  text-transform: lowercase;
}
.element-list-carrossier .container .btn span:first-letter {
  text-transform: uppercase;
}

div.avis .star {
  height: 40px;
  width: 40px;
  background-size: contain;
}

.avis {
  display: flex;
  align-items: flex-end;
}
.avis .star {
  height: 31px;
  width: 29px;
  display: inline-block;
}
.avis .star0 {
  background: url(../images/star0.svg) center no-repeat;
}
.avis .star1 {
  background: url(../images/star1.svg) center no-repeat;
}
.avis .star2 {
  background: url(../images/star2.svg) center no-repeat;
}
.avis .h3 {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
  font-weight: 600;
}

.section-avis {
  font-size: 0.9em;
}
.section-avis .avis-slick div {
  font-style: italic;
}
.section-avis .note-moyenne {
  margin-bottom: 40px;
  font-size: 1.2em;
  margin-top: 10px;
}

.icons-zecarrossery {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.icon-zecarrossery {
  height: 44px;
  width: 44px;
  display: inline-block;
  margin-right: 10px;
}
.icon-zecarrossery.icon--card {
  background: url(../images/icon-card.svg) center no-repeat;
}
.icon-zecarrossery.icon--vehicule {
  background: url(../images/icon-vehicule.svg) center no-repeat;
}
.icon-zecarrossery.icon--hybride {
  background: url(../images/icon-hybride.svg) center no-repeat;
}

.zecarrossieres {
  background-color: #C33623;
}
.zecarrossieres .container #zecarrossieres-content {
  display: flex;
  gap: 30px;
  align-items: center;
}
.zecarrossieres .container #image1_zecarrossieres {
  margin-left: -150px;
}
.zecarrossieres .container #image2_zecarrossieres {
  margin-right: -150px;
}
.zecarrossieres .container #zecarrossieres-content-text {
  flex: 1;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.zecarrossieres .container #zecarrossieres-content-text #accroche1_zecarrossieres {
  font-size: 44px;
}
.zecarrossieres .container #zecarrossieres-content-text #accroche2_zecarrossieres {
  font-size: 34px;
}
.zecarrossieres .container #zecarrossieres-content-text #accroche3_zecarrossieres {
  font-size: 37px;
}
.zecarrossieres .container #zecarrossieres-content-text #accroche4_zecarrossieres {
  font-size: 37px;
}
.zecarrossieres .container #zecarrossieres-content-text .btn-rounded {
  font-size: 20px;
  margin-top: 50px;
  padding: 10px 35px 7px 35px;
}
.zecarrossieres .container img {
  mix-blend-mode: multiply;
}

.container-2 {
  max-width: 1460px;
  margin: 200px auto 15px auto;
  padding: 0 40px;
  text-align: center;
}
.container-2 h1, .container-2 h2, .container-2 h3, .container-2 h4, .container-2 h5, .container-2 h6,
.container-2 .h1, .container-2 .h2, .container-2 .h3, .container-2 .h4, .container-2 .h5, .container-2 .h6 {
  font-weight: 700;
}
.container-2 h1 {
  text-transform: uppercase;
}

.spacer {
  height: 3em;
}

.listing h2 {
  display: block;
  background-color: #100E0D;
  padding: 10px 30px;
  color: white;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
}

#list-presse .list-presse-container {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.33333%;
}
#list-presse .list-presse-container .link-presse {
  width: 24%;
  margin-bottom: 2em;
  transition: all 450ms ease;
}
#list-presse .list-presse-container .link-presse .presse-img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
}
#list-presse .list-presse-container .link-presse .presse-txt {
  padding: 2em 1em;
  text-align: left;
}
#list-presse .list-presse-container .link-presse .presse-cat {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 5px;
}
#list-presse .list-presse-container .link-presse .presse-title {
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 5px;
}
#list-presse .list-presse-container .link-presse .presse-date {
  font-weight: 500;
  font-size: 0.9em;
}
#list-presse .list-presse-container .link-presse figure {
  height: 450px;
  width: 100%;
  overflow: hidden;
  background-color: #ccc;
}
#list-presse .list-presse-container .link-presse figure img {
  transition: all 450ms ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#list-presse .list-presse-container .link-presse:hover {
  background-color: #C33623;
}
#list-presse .list-presse-container .link-presse:hover figure img {
  transform: scale(1.1);
}
#list-presse .list-presse-container .link-presse:hover span, #list-presse .list-presse-container .link-presse:hover h3 {
  color: white;
}
#list-presse #list-presse-liens {
  display: flex;
  margin-top: 2em;
  gap: 2em;
}
#list-presse #list-presse-liens a {
  flex: 1;
  padding: 20px;
  border: 2px solid #100E0D;
  transition: all 450ms ease;
}
#list-presse #list-presse-liens a .icon {
  height: 80px;
  width: 80px;
  min-width: 80px;
  background-color: #100E0D;
  mask-repeat: no-repeat !important;
  mask-size: contain !important;
  mask-position: center !important;
}
#list-presse #list-presse-liens a:hover {
  background-color: #100E0D;
  color: white;
}
#list-presse #list-presse-liens a:hover .icon {
  background-color: white;
}
#list-presse #list-presse-liens a figcaption {
  display: flex;
  text-align: left;
  align-items: center;
}
#list-presse #list-presse-liens a figcaption div:last-child {
  padding-left: 2em;
  font-weight: 700;
  font-size: 1.5em;
}
#list-presse #list-presse-liens a figcaption div:last-child span {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 0.75em;
  margin-bottom: 5px;
}

#list-offres a article {
  padding: 15px 20px;
  color: #100E0D;
  display: flex;
  transition: all 450ms ease;
  align-items: center;
}
#list-offres a article figure img {
  transition: all 450ms ease;
  width: 215px;
  max-width: none;
}
#list-offres a article div {
  text-align: left;
  padding-left: 2em;
  font-size: 1.5em;
}
#list-offres a article h3.h2 {
  font-weight: 800;
  font-size: 3em;
}
#list-offres a:hover article {
  background-color: #C33623;
}
#list-offres a:hover article figure img {
  transform: scale(1.2);
}
#list-offres a:hover article, #list-offres a:hover p, #list-offres a:hover span, #list-offres a:hover h1, #list-offres a:hover h2, #list-offres a:hover h3, #list-offres a:hover h4, #list-offres a:hover h5, #list-offres a:hover h6 {
  color: white !important;
}

.container-rdv {
  margin: 200px auto 15px auto;
  max-width: 920px;
  text-align: center;
}
.container-rdv h1, .container-rdv h2, .container-rdv h3, .container-rdv h4, .container-rdv h5, .container-rdv h6,
.container-rdv .h1, .container-rdv .h2, .container-rdv .h3, .container-rdv .h4, .container-rdv .h5, .container-rdv .h6 {
  font-weight: 600;
}
.container-rdv h1 {
  text-transform: uppercase;
}
.container-rdv form {
  margin: 50px 0 10px 0;
  text-align: left;
  font-size: 1.2em;
}
.container-rdv form label {
  display: flex;
  gap: 10px;
}
.container-rdv form input, .container-rdv form textarea {
  width: 100%;
  border: 2px solid #100E0D;
  padding: 20px 30px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}
.container-rdv form .disponibilite .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.container-rdv form .disponibilite .wpcf7-form-control span.wpcf7-list-item {
  margin-left: 0;
  width: 50%;
}
.container-rdv form .wpcf7-acceptance label {
  margin-bottom: 0;
}
.container-rdv form .jqselect {
  font-size: 1em;
}
.container-rdv form .jq-selectbox__select {
  margin-bottom: 20px;
}
.container-rdv form .jqselect ul {
  margin-top: -22px;
}
.container-rdv form input[type=radio], .container-rdv form input[type=checkbox] {
  border: 2px solid #100E0D;
  height: 1em;
  width: 1em;
  min-width: 1em;
  min-height: 1em;
  padding: 1px;
  transition: all 450ms ease;
  cursor: pointer;
  border-radius: none !important;
}
.container-rdv form input[type=radio]:checked, .container-rdv form input[type=checkbox]:checked {
  background-color: #32AC5C;
}
.container-rdv form input[type=submit] {
  margin-top: 20px;
  padding: 15px 33px;
  background-color: #32AC5C;
  transition: all 450ms ease;
  border: 0;
  color: #fff;
  font-size: 1.2em;
}
.container-rdv form input[type=submit]:hover {
  background-color: #29934E;
}
.container-rdv form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 2em;
  line-height: 1em;
}
.container-rdv form .wpcf7-list-item-label {
  margin-left: 5px;
  cursor: pointer;
}
.container-rdv form .jq-selectbox__select {
  padding: 20px 30px;
}
.container-rdv form .jq-selectbox__dropdown {
  width: 100%;
}
.container-rdv .btn {
  width: 100%;
  font-size: 1.4em;
}
.container-rdv .btn > .after, .container-rdv .btn > .before {
  background-color: #32AC5C;
}
.container-rdv .btn:hover {
  box-shadow: 0 5px 10px -2px #29934E;
  background: #29934E;
}
.container-rdv span.tarif {
  margin-top: 10px;
  font-weight: 600;
  color: #32AC5C;
  display: block;
}
.container-rdv #rgpd {
  text-align: left;
  margin-top: 50px;
  padding-top: 50px;
  background: url(../images/separeteur.svg) top center no-repeat;
}
.container-rdv #rgpd a {
  text-decoration: underline;
}

#devis-tel {
  height: 100vh;
  position: fixed;
  justify-content: center;
  z-index: 100;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  pointer-events: none;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
#devis-tel div {
  transform: rotate(-90deg) translateY(50%);
  transform-origin: 0 0;
  margin-top: 100%;
}
#devis-tel a {
  background-color: #32AC5C;
  padding: 10px 20px;
  pointer-events: auto;
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
  transition: all 450ms ease;
}
#devis-tel a:hover {
  background-color: #29934E;
}

.zeparebrise {
  font-size: 18px;
  line-height: 24px;
}
.zeparebrise #zeparebrise-container {
  background-color: #05A3A9;
}
.zeparebrise #zeparebrise-container .container {
  text-align: left;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 30px;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-img {
  flex: 1;
  margin: 0 100px;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-img .btn-rounded {
  display: none;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text {
  flex: 1;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text h4 {
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text .btn-rounded {
  margin-top: 30px;
  font-size: 20px;
}
.zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text .btn-rounded:hover {
  background-color: #00878D;
}

ol.breadcrumb li:last-child {
  opacity: 0.4;
}

.brk-header-mobile-wrap {
  right: -100%;
  left: auto;
  transition: right 0.5s;
}
.brk-header-mobile-wrap.is-active {
  right: 0;
  left: auto;
}
.brk-header-mobile-wrap .brk-header__title {
  display: block;
}
.brk-header-mobile-wrap .brk-nav {
  position: relative;
  height: auto;
}
.brk-header-mobile-wrap .brk-nav__menu {
  display: flex;
}
.brk-header-mobile-wrap .brk-nav__sub-menu {
  display: none;
}
.brk-header-mobile-wrap .brk-nav__sub-menu a {
  padding-left: 25px !important;
  font-size: 1rem !important;
  line-height: 20px !important;
  padding-left: 50px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.brk-header-mobile-wrap .brk-header_style-1 .brk-nav__sub-menu {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
  border-bottom: 3px solid var(--brk-base-6);
}
.brk-header-mobile-wrap .brk-header__top-bar .row {
  flex-direction: column;
}
.brk-header-mobile-wrap .brk-header__element_skin-2 .brk-header__element--label {
  text-transform: none;
}
.brk-header-mobile-wrap .brk-header__element--wrap {
  line-height: 24px;
  padding: 9px 18px;
}

.main-container .brk-header-mobile .brk-header-mobile__logo img {
  height: 130px;
  max-width: 100%;
  margin-top: 20px;
}

.brk-header-mobile {
  display: block !important;
  background: url(../images/bg-menu.svg) no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 125px;
  border-bottom: 0;
  width: calc(100% + 4px);
  margin-left: -2px;
}
.brk-header-mobile .brk-header__main-bar {
  background: 0 0 !important;
  width: 100% !important;
}

.pin-menu {
  position: absolute;
  top: 15px;
  left: 5.2%;
  background: url(../images/icon-annuaire.svg) no-repeat;
  background-size: cover;
  height: 50px;
  width: 49px;
}

.brk-header-mobile_scroll .brk-header-mobile__open {
  --bc: #fff !important;
  right: 5.2%;
  left: auto;
  width: 40px;
  height: 60px;
}
.brk-header-mobile_scroll .brk-header-mobile__open span {
  transition: all 450ms ease;
}
.brk-header-mobile_scroll .brk-header-mobile__open span:before {
  top: -15px;
}
.brk-header-mobile_scroll .brk-header-mobile__open span:after {
  bottom: -15px;
}
.brk-header-mobile_scroll .brk-header-mobile__open:hover span:before {
  top: -20px;
}
.brk-header-mobile_scroll .brk-header-mobile__open:hover span:after {
  bottom: -20px;
}
.brk-header-mobile_scroll .brk-header-mobile__open.open span {
  transform: rotate(136deg);
}
.brk-header-mobile_scroll .brk-header-mobile__open.open span:before {
  transform: rotate(-90deg);
  top: 0;
}
.brk-header-mobile_scroll .brk-header-mobile__open.open span:after {
  width: 0;
}

#header-carrossier-image2 {
  display: none;
}

.close-popup {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: all 450ms ease;
}
.close-popup:hover {
  opacity: 0.3;
}
.close-popup:before, .close-popup:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 50px;
  width: 2px;
  background-color: #fff;
}
.close-popup:before {
  transform: rotate(45deg);
}
.close-popup:after {
  transform: rotate(-45deg);
}

/*********/
#annuaire2 .brmobile {
  display: none;
}

.minuscule {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

#annuaire2-intro {
  text-align: center;
  margin-top: 50px;
}
#annuaire2-intro h2 {
  margin-bottom: 10px;
  font-weight: 600;
}

#text-seo-annuaire2 {
  margin-bottom: 0;
  line-height: 18px;
  font-size: 14px;
}
#text-seo-annuaire2 .text-cropped2 {
  height: 90px;
}
#text-seo-annuaire2 .plus2 {
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
#text-seo-annuaire2 .plus2 span {
  color: #999999;
}

#annuaire2-carrossier {
  margin-top: 50px;
}
#annuaire2-carrossier hr {
  border-width: 1px;
  border-color: #100E0D;
}
#annuaire2-carrossier #annuaire2-carrossier-content {
  display: flex;
  gap: 20px;
  font-size: 20px;
  line-height: 24px;
  align-items: center;
  padding: 0 20px;
  transition: all 450ms ease;
}
#annuaire2-carrossier #annuaire2-carrossier-content figure {
  max-width: 40px;
  margin-bottom: 0;
}
#annuaire2-carrossier #annuaire2-carrossier-content h1 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
}
#annuaire2-carrossier #annuaire2-carrossier-content:hover {
  background-color: #f2f2f2;
}
#annuaire2-carrossier #annuaire2-carrossier-texte {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#annuaire2-carrossier .btn-black {
  background-color: #100E0D;
  transition: all 450ms ease;
  text-align: center;
  padding: 20px 40px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: inline-block;
  font-size: 19px;
  width: 210px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#annuaire2-carrossier .btn-black:hover {
  background-color: #C33623;
}

#annuaire2-carrossier-content-modal {
  font-size: 22px;
  line-height: 26px;
}
#annuaire2-carrossier-content-modal figure {
  max-width: 40px;
  margin-bottom: 15px;
}
#annuaire2-carrossier-content-modal .h1 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 5px;
}
#annuaire2-carrossier-content-modal span.nonaffilie {
  font-size: 15px;
  line-height: 19px;
  display: block;
}

.titre-offres-annuaire2-modal {
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#logo-annuaire {
  margin: auto;
  max-width: 400px;
  margin-top: 25px;
}

#logo-zecarrossery {
  margin: auto;
  max-width: 450px;
  margin-top: 25px;
}

#annuaire2 .annuaire2-pin {
  max-width: 25px;
}
#annuaire2 .link-text {
  color: #100E0D;
  transition: all 450ms ease;
  margin-right: 10px;
  font-size: 20px;
  position: relative;
  display: inline;
  position: relative;
}
#annuaire2 .link-text:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #100E0D;
  display: block;
  transition: all 450ms ease;
}
#annuaire2 .link-text:hover {
  color: #C33623;
}
#annuaire2 .link-text:hover:after {
  background-color: #C33623;
}
#annuaire2 .annuaire-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 450ms ease;
  font-size: 18px;
}
#annuaire2 .annuaire-tooltip .annuaire-tooltiptext {
  font-size: 14px;
  line-height: 20px;
  display: none;
  max-width: 640px;
  width: 80vw;
  text-align: center;
  background-color: rgba(16, 14, 13, 0.9);
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
#annuaire2 .annuaire-tooltip:hover {
  color: #C33623;
}
#annuaire2 .annuaire-tooltip:hover .annuaire-tooltiptext {
  display: block;
  color: white;
}

.annuaire2-liste h3 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 26px;
}
.annuaire2-liste hr {
  border-width: 1px;
  border-color: #100E0D;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.annuaire2-liste .annuaire2-liste-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  transition: all 450ms ease;
}
.annuaire2-liste .annuaire2-liste-element:hover {
  background-color: #f2f2f2;
}
.annuaire2-liste .annuaire2-liste-element .annuaire2-liste-element-content {
  display: flex;
  gap: 20px;
  align-items: center;
}
.annuaire2-liste .logo-carrossier {
  max-width: 175px;
}
.annuaire2-liste .adresse {
  font-size: 20px;
}
.annuaire2-liste .logo-bloc {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  align-items: center;
}
.annuaire2-liste .logo-bloc span {
  width: 1px;
  height: 40px;
  background-color: #100E0D;
}
.annuaire2-liste .logo-bloc .annuaire-franchise {
  font-family: "trumpsoftpro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.annuaire2-liste .note-site {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 10px;
}
.annuaire2-liste .note-site a {
  font-size: 12px;
  display: flex;
  align-items: center;
  transition: all 450ms ease;
  gap: 10px;
}
.annuaire2-liste .note-site a i {
  font-size: 25px;
}
.annuaire2-liste .note-site a:hover {
  color: #C33623;
}
.annuaire2-liste .note-site a:hover span {
  text-decoration: none;
}
.annuaire2-liste .note-site a span {
  text-decoration: underline;
}
.annuaire2-liste .note-site div {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
.annuaire2-liste .note-site div span {
  font-size: 20px;
  font-weight: 700;
}
.annuaire2-liste .note-site div img {
  max-width: 25px;
}
.annuaire2-liste .btns-black {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 10px 0;
}
.annuaire2-liste .hide-text {
  display: none;
}
.annuaire2-liste .btn-black {
  background-color: #100E0D;
  transition: all 450ms ease;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 19px;
  width: 210px;
  height: 70px;
  border: 2px solid #100E0D;
  border-radius: 5px;
}
.annuaire2-liste .btn-black.btn-desktop {
  display: flex;
}
.annuaire2-liste .btn-black.btn-mobile {
  display: none;
}
.annuaire2-liste .btn-black.btn-contacter-annuaire {
  background-color: white;
  color: #100E0D;
  cursor: pointer;
}
.annuaire2-liste .btn-black span {
  font-size: 12px;
  margin-top: -5px;
}
.annuaire2-liste .btn-black:hover {
  background-color: #C33623;
  border-color: #C33623;
}
.annuaire2-liste .btn-black.btn-contacter-annuaire:hover {
  color: #C33623;
  background-color: white;
}
.annuaire2-liste .avis {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.annuaire2-liste .avis .h3 {
  font-size: 12px;
  margin: 0 5px;
  font-weight: 600;
}

#annuaire2-offres {
  text-align: center;
}
#annuaire2-offres #pas-affilie-annuaire2 {
  font-size: 15px;
  line-height: 19px;
  margin: 50px 0 30px 0;
}
#annuaire2-offres #titre-offres-annuaire2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 50px;
}

.offres-annuaire2 {
  display: flex;
  justify-content: center;
  gap: 8%;
}
.offres-annuaire2 .offre-annuaire2 {
  max-width: 250px;
}

.marker-nom-carrossier {
  font-size: 16px;
  margin-bottom: -0.75em;
  font-weight: 600;
}

.formulaire-annuaire2 {
  text-align: center;
  padding: 45px 0 25px 0;
  display: flex;
  gap: 40px;
  align-items: center;
}
.formulaire-annuaire2 .formulaire-annuaire2-element {
  flex: 1;
}
.formulaire-annuaire2 .texte-b-form {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 20px;
}
.formulaire-annuaire2 form {
  margin: auto;
  text-align: left;
  width: 100%;
  max-width: 600px;
}
.formulaire-annuaire2 form input[type=text] {
  border: 1px solid #100E0D;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 10px;
}
.formulaire-annuaire2 form input[type=submit] {
  border: 0;
}

.optin {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.btn-black-generique {
  background-color: #100E0D;
  transition: all 450ms ease;
  text-align: center;
  padding: 20px;
  font-weight: 600;
  text-align: center;
  color: white;
  display: flex;
  margin: auto;
  margin-bottom: 15px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 19px;
  width: 100%;
  max-width: 600px;
}
.btn-black-generique span {
  font-size: 12px;
  margin-top: -5px;
}
.btn-black-generique:hover {
  color: white;
  background-color: #C33623;
}

/*********/
/*******/
#annuaire-trouver, #titre-annuaire {
  display: none;
}

.page-template-annuaire .main-container.mb-50, .single-annuaire .main-container.mb-50 {
  margin-bottom: 0 !important;
}

.annuaire-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.annuaire-titre {
  color: white;
  width: 100%;
}
.annuaire-titre h1 {
  font-size: 3em;
}

#annuaire-header {
  background-color: #100E0D;
  padding: 200px 40px 0 40px;
}
#annuaire-header h1, #annuaire-header h2 {
  text-align: center;
}
#annuaire-header .annuaire-titre {
  text-align: center;
}
#annuaire-header .annuaire-titre h1, #annuaire-header .annuaire-titre h2 {
  color: white;
}
#annuaire-header .annuaire-container {
  padding-bottom: 100px;
}

.annuaire-header {
  padding: 200px 0 0 0;
}
.annuaire-header h1 {
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.annuaire-header h2 {
  font-weight: 600;
  font-size: 2em;
}

#annuaire-texte {
  background-color: #100E0D;
  color: white;
  padding: 0 40px;
  text-align: left;
  font-weight: 600;
}
#annuaire-texte h1, #annuaire-texte h2, #annuaire-texte h3, #annuaire-texte h4, #annuaire-texte h5, #annuaire-texte h6, #annuaire-texte .h1, #annuaire-texte .h2, #annuaire-texte .h3, #annuaire-texte .h4, #annuaire-texte .h5, #annuaire-texte .h6 {
  color: white;
  margin: auto;
}

#annuaire-texte-dpt {
  margin-bottom: 50px;
}

.incline {
  width: 100%;
  padding: 20px 30px;
  transform: skewx(160deg);
  transform-origin: bottom-left;
  z-index: 1;
}
.incline .elementor-button-text {
  transform: skewx(-160deg);
  transform-origin: bottom-left;
  z-index: 1;
}
.incline .elementor-button-icon {
  transform: skewx(-160deg);
  transform-origin: bottom-left;
  z-index: 1;
}

#annuaire-breadcrumb {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
#annuaire-breadcrumb .container a {
  font-weight: 400;
}
#annuaire-breadcrumb .container a:last-child {
  font-weight: 700;
}

#annuaire-carrossiers {
  margin-top: 100px;
}
#annuaire-carrossiers .section-title {
  padding: 0 40px;
}
#annuaire-carrossiers .section-title h2 {
  text-transform: none;
  font-weight: 600;
}
#annuaire-carrossiers .section-title h2 b {
  font-weight: 700;
}

#annuaire-offres {
  margin-top: 150px;
}

#annuaire-offres .section-title {
  padding: 0 40px;
  margin-bottom: 40px;
  text-align: center;
}
#annuaire-offres .offres .container-offres {
  padding-left: 40px;
  padding-right: 40px;
}
#annuaire-offres .offres .container-offres .offre .container-offre {
  padding-left: 0;
  padding-right: 0;
}

#annuaire-carrossiers {
  margin-bottom: 100px;
}

.prenom-carrossier {
  margin-bottom: 10px;
}

.carrossier-non-zec #annuaire-demande-devis .container-offre {
  background-color: #100E0D;
  padding: 20px 0;
}
.carrossier-non-zec #annuaire-demande-devis .container-offre .img-offre {
  max-width: 300px;
  flex: 1;
}
.carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  padding-bottom: 60px;
  gap: 50px;
}
.carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre h3, .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre .h3 {
  font-weight: 400;
  font-size: 2.2em;
  gap: 0 5px;
  line-height: 1.3em;
}
.carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre h3 img, .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre .h3 img {
  margin-bottom: 5px;
  max-width: 300px;
}
.carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre h3 b, .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre .h3 b {
  line-height: 1em;
  font-size: 1.4em;
}
.break {
  flex-basis: 100%;
  height: 0;
}

#btns-franchise {
  transform: translateY(-30px);
  margin-top: -10px;
  margin-bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#btns-franchise a {
  background-color: #100E0D;
  color: white;
  font-size: 1.7em;
  padding: 10px 30px;
  transition: all 450ms ease;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
}
#btns-franchise a:hover {
  background-color: #C33623;
}
#btns-franchise a span {
  font-size: 0.5em;
  display: block;
  margin: auto;
  margin-bottom: -5px;
}

#intro-carrossier-non-zec,
#h2-carrossier-non-zec {
  text-align: center;
}

#intro-carrossier-non-zec {
  margin-bottom: 30px;
}
#intro-carrossier-non-zec span {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 1.3em;
  display: inline-block;
}
#intro-carrossier-non-zec b {
  font-weight: 600;
}

#h2-carrossier-non-zec {
  text-align: center;
  margin: 30px auto;
}
#h2-carrossier-non-zec h2 {
  margin: auto;
}

#annuaire-engagements {
  margin-top: 100px;
}
#annuaire-engagements .container {
  padding-top: 0;
}

#annuaire-autres-carrossier {
  margin-top: 150px;
  margin-bottom: 150px;
  text-align: center;
}
#annuaire-autres-carrossier a {
  margin: 5px 0;
  display: inline-block;
}

#annuaire-texte-seo-ville {
  margin-top: 150px;
  text-align: justify;
}
#annuaire-texte-seo-ville h1 {
  font-size: 32px;
}
#annuaire-texte-seo-ville ul {
  list-style-type: disc;
  padding-left: 30px;
  margin: 10px 0;
}
#annuaire-texte-seo-ville #texte-spin {
  font-size: 1.4em;
  line-height: 1.2em;
}
#annuaire-texte-seo-ville #texte-spin h2, #annuaire-texte-seo-ville #texte-spin h3, #annuaire-texte-seo-ville #texte-spin h4, #annuaire-texte-seo-ville #texte-spin h5, #annuaire-texte-seo-ville #texte-spin h6 {
  display: inline-block;
  margin: 40px 0 20px 0;
}

#annuaire-texte-seo-btn {
  text-align: center;
  margin-top: 30px;
}

#annuaire-carrossiers-none {
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

#annuaire-carrossiers-none-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
  color: #32AC5C;
  font-weight: 700;
}
#annuaire-carrossiers-none-btns .annuaire-carrossiers-none-btn div {
  font-size: 1.5em;
  margin-bottom: 10px;
  margin-left: 10px;
}
#annuaire-carrossiers-none-btns .annuaire-carrossiers-none-btn span {
  margin-top: 10px;
  margin-left: 10px;
}
#annuaire-carrossiers-none-btns .annuaire-carrossiers-none-btn a span {
  margin-top: 0;
  margin-left: 0;
}

#annuaire-carrossiers-none-btns-ou {
  margin: 10px 5px 0 20px;
  font-size: 1.5em;
}

#carrossier-non-zec-mobile {
  display: none;
}

.carrossier-non-zec-franchise,
#annuaire-demande-devis {
  background-color: transparent;
  padding: 0;
  color: #fff;
}
.carrossier-non-zec-franchise.annuaire-demande-devis-ville,
#annuaire-demande-devis.annuaire-demande-devis-ville {
  background-color: #000;
  padding-top: 50px;
}
.carrossier-non-zec-franchise #carrossier-non-zec-accroche,
#annuaire-demande-devis #carrossier-non-zec-accroche {
  font-size: 1.75em;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
  line-height: 1.2em;
}
.carrossier-non-zec-franchise #carrossier-non-zec-formulaire-texte,
#annuaire-demande-devis #carrossier-non-zec-formulaire-texte {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 15px;
}
.carrossier-non-zec-franchise .container-offre,
#annuaire-demande-devis .container-offre {
  display: flex;
  justify-content: center;
}
.carrossier-non-zec-franchise .img-offre,
#annuaire-demande-devis .img-offre {
  max-width: 450px;
  width: 100%;
  border-radius: 100%;
  background-color: #C33623;
  position: relative;
}
#annuaire-demande-devis .img-offre-annuaire {
  max-width: 500px;
}
.carrossier-non-zec-franchise .img-offre figure,
#annuaire-demande-devis .img-offre figure {
  border-radius: 100%;
  background-color: #100E0D;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: none;
  box-shadow: none;
  position: relative;
  margin-bottom: 0;
  transform: translateY(7%) translateX(5%);
}
.carrossier-non-zec-franchise .img-offre figure:after,
#annuaire-demande-devis .img-offre figure:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.carrossier-non-zec-franchise .img-offre figure div,
#annuaire-demande-devis .img-offre figure div {
  position: absolute;
  width: 88%;
  height: 88%;
  overflow: hidden;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 1%;
}
.carrossier-non-zec-franchise .img-offre figure img,
#annuaire-demande-devis .img-offre figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carrossier-non-zec-franchise .img-offre .picto-offre,
#annuaire-demande-devis .img-offre .picto-offre {
  transition: all 450ms ease;
  position: absolute;
  left: 0;
  top: 8%;
  border-radius: 100%;
  background-color: #100E0D;
  width: 26%;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
}
.carrossier-non-zec-franchise .img-offre .picto-offre:after,
#annuaire-demande-devis .img-offre .picto-offre:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.carrossier-non-zec-franchise .text-offre,
#annuaire-demande-devis .text-offre {
  display: flex;
  align-items: center;
}
.carrossier-non-zec-franchise .text-offre h3,
#annuaire-demande-devis .text-offre h3 {
  line-height: 1.2em;
  font-weight: 400;
  font-size: 3.5em;
  z-index: 10;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  margin-left: 40px;
  text-shadow: #100E0D 1px 0 10px;
}
.carrossier-non-zec-franchise .text-offre h3 b,
#annuaire-demande-devis .text-offre h3 b {
  font-weight: 800;
  font-size: 1.3em;
}
.carrossier-non-zec-franchise #btn-offre,
#annuaire-demande-devis #btn-offre {
  transform: translateY(50%);
  text-align: center;
}

#annuaire-reclamation {
  background-color: #F2F2F2;
  text-align: center;
  padding: 25px 0;
  margin-bottom: -50px;
  margin-top: 50px;
  font-size: 1em;
  position: relative;
  z-index: 50;
  font-weight: 600;
}

#annuaire-texte-seo {
  background-color: #100E0D;
  color: #fff;
  padding: 100px 0;
  margin-top: 100px;
  text-align: justify;
}
#annuaire-texte-seo h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
#annuaire-texte-seo ul {
  list-style-type: disc;
}
#annuaire-texte-seo ul li {
  margin-left: 15px;
}

.container-cropped .text-cropped,
.container-cropped2 .text-cropped2 {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.plus, .plus2 {
  background: linear-gradient(0deg, #100e0d 0%, rgba(16, 14, 13, 0.75) 75%, rgba(16, 14, 13, 0) 100%);
  padding-top: 50px;
  margin-top: 0;
  transform: translateY(-100%);
  width: 100%;
  text-align: center;
}
.plus span, .plus2 span {
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: block;
  transform: translateY(50px);
  transition: all 450ms ease;
}
.plus span:hover, .plus2 span:hover {
  color: #C33623;
}

#ou {
  border: 2px solid #100E0D;
  padding: 10px 20px;
  font-weight: 800;
  text-align: center;
  transform: translateX(-50%) skewX(170deg);
  position: absolute;
  top: 70px;
  left: 50%;
  background-color: #fff;
  font-size: 1.75em;
}
#ou span {
  transform: skewx(-170deg);
  transform-origin: bottom left;
  display: inline-block;
}

.carrossier-non-zec {
  margin-top: 50px;
}
.carrossier-non-zec .carrossier-non-zec-content {
  flex: 1;
  text-align: center;
}
.carrossier-non-zec .carrossier-non-zec-content h1, .carrossier-non-zec .carrossier-non-zec-content h2.h1 {
  font-size: 32px;
  margin-bottom: 5px;
}
.carrossier-non-zec .carrossier-non-zec-content .carrossier-non-zec-question {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 5px;
}
.carrossier-non-zec .carrossier-non-zec-content .header-btn {
  margin-top: 30px;
  padding: 15px 80px;
  font-size: 1.5em;
}
.carrossier-non-zec .carrossier-non-zec-content .header-btn:focus {
  color: #fff;
}
.carrossier-non-zec .container {
  display: flex;
  gap: 5%;
  align-items: center;
}
.carrossier-non-zec .container .carrossier-non-zec-franchise {
  padding: 5% 5% 0 5%;
  flex: 1;
  background-color: #100E0D;
}
.carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre {
  flex-direction: column;
  align-items: center;
}
.carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre .img-offre {
  transform: none;
}
.carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre .text-offre {
  transform: translateY(-25%);
  margin-bottom: 20px;
}
.carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre .text-offre h3 {
  font-size: 3em;
}

#modalContact .modal-dialog {
  max-width: 1080px;
}
#modalContact .carrossier-non-zec {
  margin-top: 0;
  padding: 20px;
  display: flex;
  gap: 40px;
  align-items: center;
}
#modalContact #carrossier-non-zec-formulaire {
  background-color: #100E0D;
  flex: 1;
  padding: 30px;
  color: #fff;
}
#modalContact #carrossier-non-zec-formulaire .container-offre .text-offre {
  align-items: center;
  display: flex;
  transform: translateY(0);
}
#modalContact #carrossier-non-zec-formulaire .carrossier-non-zec-franchise .text-offre h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}
#modalContact #carrossier-non-zec-formulaire .carrossier-non-zec-franchise .img-offre {
  max-width: 175px;
  transform: none;
  margin-bottom: 20px;
}
#modalContact #carrossier-non-zec-formulaire #carrossier-non-zec-formulaire-texte span {
  display: block;
  font-size: 1.5em;
}
#modalContact #carrossier-non-zec-formulaire form div {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
#modalContact #carrossier-non-zec-formulaire form div#carrossier-non-zec-formulaire-optin {
  margin-bottom: -40px;
}
#modalContact #carrossier-non-zec-formulaire form div label {
  width: 35%;
  border: 1px solid #fff;
  padding: 10px;
}
#modalContact #carrossier-non-zec-formulaire form div input[type=text] {
  width: 65%;
  border: 1px solid #fff;
  border-radius: none;
  color: #100E0D;
  padding: 0 10px;
}
#modalContact #carrossier-non-zec-formulaire form div .rgpd {
  border: none;
  width: auto;
}
#modalContact #carrossier-non-zec-formulaire form #formcontact-submit {
  border: none;
  transform: translateY(95%) translateX(-50%) skewX(160deg);
  font-size: 1.5em;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  left: 50%;
}
#modalContact #carrossier-non-zec-formulaire form #formcontact-submit span {
  transform: skewx(-160deg);
  transform-origin: bottom left;
  display: inline-block;
}

#modalContact .modal-dialog.modal-annuaire2 {
  max-width: 640px;
}
#modalContact .modal-dialog.modal-annuaire2 .modal-body {
  padding: 40px;
}
#modalContact .modal-dialog.modal-annuaire2 .h1 {
  font-size: 26px;
  margin-bottom: 5px;
}
#modalContact .modal-dialog.modal-annuaire2 hr {
  border-width: 1px;
  border-color: #100E0D;
}
#modalContact .modal-dialog.modal-annuaire2 .formulaire-annuaire2 {
  flex-direction: column;
  gap: 20px;
  align-items: stretch;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste h3 {
  margin-bottom: 0;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .annuaire2-liste-element {
  flex-direction: column;
  align-items: normal;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .annuaire2-liste-element:hover {
  background-color: white !important;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .adresse {
  font-size: 16px;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .logo-carrossier {
  max-width: 135px;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .logo-note {
  gap: 10px;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .btns-black {
  flex-direction: row;
  margin-top: 10px;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .btn-black {
  padding: 10px;
  font-size: 16px;
  flex: 1;
}
#modalContact .modal-dialog.modal-annuaire2 .annuaire2-liste .avis .star {
  height: 10px;
  width: 10px;
  background-size: contain !important;
}

#estimation-de-prix {
  text-align: center;
  margin: 150px 0;
}
#estimation-de-prix hr {
  width: 200px;
  border: 2px solid #000;
  margin: 50px auto 0 auto;
  display: block;
}
#estimation-de-prix hr.first-hr {
  margin: 0 auto 50px auto;
}
#estimation-de-prix #accroche-estimation-de-prix {
  font-weight: 600;
  transform: translateX(-50%);
  display: inline-block;
  margin-bottom: 5px;
}
#estimation-de-prix a {
  position: relative;
  background-color: #C33623;
  color: #fff;
  display: flex;
  padding: 25px 30px;
  font-size: 2em;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 100%;
  transition: all 450ms ease;
}
#estimation-de-prix a:hover {
  background-color: #100E0D;
}
#estimation-de-prix a span {
  top: -26px;
  position: absolute;
  left: 22%;
}
#estimation-de-prix a span img {
  width: 85px;
}

#plus-d-informations {
  margin-top: 150px;
  padding: 0 40px 150px 40px;
}
#plus-d-informations h1, #plus-d-informations h2, #plus-d-informations h3, #plus-d-informations h4, #plus-d-informations h5, #plus-d-informations h6, #plus-d-informations .h1, #plus-d-informations .h2, #plus-d-informations .h3, #plus-d-informations .h4, #plus-d-informations .h5, #plus-d-informations .h6 {
  margin: auto;
}

#annuaire-carte {
  display: flex;
  align-items: center;
  padding-top: 100px;
  width: 100%;
}
#annuaire-carte .annuaire-carte:first-child {
  flex: 0 0 60%;
  padding: 0 7%;
}
#annuaire-carte .annuaire-carte:last-child {
  flex: 0 0 40%;
  padding: 0 40px;
}
#annuaire-carte .jqselect {
  font-size: 1em;
}
#annuaire-carte .jqselect ul {
  margin-top: 0;
}
#annuaire-carte .jq-selectbox__select {
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
#annuaire-carte .jq-selectbox__dropdown {
  margin-top: 20px;
}
#annuaire-carte form, #annuaire-carte input {
  display: block;
}

#annuaire-select, #annuaire-search {
  position: relative;
  z-index: 10;
}

#annuaire-search {
  z-index: 20;
}

.annuaire-button {
  transform: skewx(160deg);
  transform-origin: bottom left;
  background-color: white;
  color: #100E0D;
  padding: 10px 20px;
  transition: all 450ms ease;
  margin-top: 40px;
  width: 100%;
  text-align: left;
}
.annuaire-button:first-child {
  margin-top: 0;
}
.annuaire-button:hover {
  background-color: #EFEFEF;
}
.annuaire-button #q, .annuaire-button #q-annuaire {
  background-color: transparent;
  border: 0;
  width: 90%;
}
.annuaire-button .decline {
  transform: skewx(-160deg);
  display: flex;
  align-items: center;
  height: 42px;
}
.annuaire-button span, .annuaire-button .jq-selectbox__select-text, .annuaire-button input {
  width: 90%;
  display: inline-block;
  opacity: 0.6;
}
.annuaire-button i {
  font-size: 2.5em;
}

.zesearch, .zepin, .annuaire-button .jq-selectbox__trigger-arrow {
  content: "";
  height: 50px;
  width: 50px;
  display: block;
}

.zesearch {
  background: transparent url(../images/picto-loupe.svg) center center no-repeat;
}

.zepin {
  background: transparent url(../images/zepin.svg) center center no-repeat;
}

.annuaire-button .jq-selectbox__trigger-arrow {
  background: transparent url(../images/zearrow.svg) center center no-repeat;
  width: 30px;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.zesearch, .zepin, .annuaire-button .jq-selectbox__trigger-arrow {
  background-size: auto;
  background-size: contain;
}

.annuaire-icon {
  height: 120px;
  width: 120px;
  background-color: #fff;
  mask-repeat: no-repeat !important;
  mask-size: contain !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-position: center !important;
  margin-right: 2rem;
}

#annuaire-breadcrumb {
  margin-bottom: 20px;
}
#annuaire-breadcrumb a {
  font-weight: 700;
}

#annuaire-regions {
  background-color: #100E0D;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.2em;
  line-height: 1.2em;
}

#annuaire-departements {
  margin-bottom: 50px;
}
#annuaire-departements a {
  color: #100E0D;
}

.annuaire-container {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
.annuaire-container p {
  width: 100%;
}
.annuaire-container a.link-cp {
  border: 1px solid white;
  padding: 20px;
  margin: 10px;
  flex: 0 0 31%;
  color: white;
  transition: all 450ms ease;
}
.annuaire-container a.link-cp img {
  max-width: 120px;
  max-height: 120px;
}
.annuaire-container a.link-cp:hover {
  background-color: white;
  color: #100E0D;
}
.annuaire-container a.link-cp:hover .annuaire-icon {
  background-color: #13100D;
}
.annuaire-container #suggest a, .annuaire-container #suggest-annuaire a {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}

a.link-cp {
  display: flex;
  text-align: left;
  align-items: center;
}

a.link {
  font-weight: 700;
  transition: all 450ms ease;
}

a.link-dpt {
  border: 1px solid #100E0D;
  width: 100%;
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 1.2em;
  transition: all 450ms ease;
  margin-bottom: 10px;
}
a.link-dpt:last-child {
  margin-bottom: 0;
}
a.link-dpt:hover {
  background-color: #100E0D;
  color: white !important;
}

.annuaire-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.annuaire-list:last-child {
  padding-bottom: 0;
}
.annuaire-list:last-child .annuaire-sidebar {
  margin-bottom: 50px;
}
.annuaire-list .h4 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 20px;
}

.annuaire-sidebar {
  width: 30%;
}

.annuaire-content {
  width: 66%;
}
.annuaire-content section .section-title h2 {
  text-align: left;
}
.annuaire-content .element-list-carrossier .container {
  padding: 30px 30px 5px 30px;
}

.header-btn {
  background-color: #32AC5C;
  transition: background-color 450ms ease;
  text-align: center;
  padding: 20px 60px;
  transform: skewx(160deg);
  transform-origin: bottom left;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.75em;
}
.header-btn:hover {
  background-color: #29934E;
  color: #fff;
}
.header-btn span {
  transform: skewx(-160deg);
  transform-origin: bottom left;
  display: inline-block;
}

/*******/
footer {
  color: white;
}
footer a {
  color: white;
}
footer span {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}
footer hr {
  border-bottom: 1px solid white;
}
footer .brk-form_footer-5 input {
  color: #b3b3b3;
  background-color: #646363;
}
footer .col-lg-4 {
  padding-right: 50px;
}
footer .col-lg-4 span {
  margin-top: 30px;
}
footer .col-lg-4 span:first-child {
  margin-top: 0;
}
footer .contact-footer {
  display: flex;
  align-items: flex-start;
}
footer .contact-footer div {
  line-height: 1.1em;
}
footer .contact-footer i {
  padding: 2px;
  border: 1px solid white;
  border-radius: 5px;
  margin-right: 5px;
}
footer .contact-footer:hover i {
  border: 1px solid #C33623;
}
footer #contactez-nous {
  padding: 0 60px;
}
footer #suivez-nous i {
  font-size: 2.25em;
}
footer #suivez-nous .link-social {
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  padding: 5px 3px;
  margin-right: 10px;
  line-height: 2em;
  height: 46px;
  width: 46px;
  display: inline-block;
}
footer #suivez-nous .link-social:hover {
  border: 1px solid #C33623;
}
footer #suivez-nous .nav-link {
  padding: 0;
}
footer .links-identity {
  color: #646363;
  text-align: center;
}
footer .links-identity a {
  color: #646363;
}
footer .links-identity a:hover {
  color: #C33623;
}
footer .links-identity .nav-link {
  display: inline;
}

@media screen and (max-width: 820px) {
  body {
    /*********/
    /*********/
  }
  body #sidebar-carrossier h1 {
    text-align: center;
  }
  body #logo-zecarrossery {
    margin-top: 40px;
  }
  body .formulaire-annuaire2 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  body #annuaire2-carrossier #annuaire2-carrossier-content {
    font-size: 18px;
    line-height: 22px;
    gap: 10px;
  }
  body #annuaire2-carrossier #annuaire2-carrossier-content figure {
    max-width: 30px;
  }
  body #annuaire2-carrossier #annuaire2-carrossier-content h1 {
    font-size: 22px;
    line-height: 26px;
  }
  body #annuaire2-carrossier #annuaire2-carrossier-texte {
    flex-direction: column;
    align-items: flex-end;
  }
  body #annuaire2-carrossier #annuaire2-carrossier-texte div {
    width: 100%;
  }
  body #annuaire2-carrossier #annuaire2-carrossier-texte .link-text {
    font-size: 16px;
  }
  body #annuaire2-carrossier .btn-black {
    width: auto;
    padding: 20px 40px;
    font-size: 16px;
    margin-top: 10px;
    height: 65px;
  }
  body #annuaire2 .annuaire-tooltip .annuaire-tooltiptext {
    transform: translateX(-100%);
  }
  body .annuaire2-liste h3 {
    margin-bottom: 0;
  }
  body .annuaire2-liste .annuaire2-liste-element {
    flex-direction: column;
    align-items: flex-end;
    padding: 10px;
    gap: 10px;
  }
  body .annuaire2-liste .annuaire2-liste-element div {
    width: 100%;
  }
  body .annuaire2-liste .annuaire2-liste-element .annuaire-tooltip, body .annuaire2-liste .annuaire2-liste-element .annuaire-franchise {
    width: auto;
  }
  body .annuaire2-liste .annuaire2-liste-element .link-text {
    font-size: 16px !important;
  }
  body .annuaire2-liste .adresse {
    font-size: 16px;
  }
  body .annuaire2-liste .logo-carrossier {
    max-width: 135px;
  }
  body .annuaire2-liste .logo-note {
    gap: 10px;
  }
  body .annuaire2-liste .btns-black {
    margin-top: 10px;
    width: 100%;
  }
  body .annuaire2-liste .btn-black {
    padding: 10px;
    font-size: 16px;
    height: 65px;
    width: 100%;
  }
  body .annuaire2-liste .btn-black.btn-desktop {
    display: none;
  }
  body .annuaire2-liste .btn-black.btn-mobile {
    display: flex;
  }
  body .annuaire2-liste .avis .star {
    height: 10px;
    width: 10px;
    background-size: contain !important;
  }
  body .annuaire2-liste .logo-bloc {
    gap: 20px;
    justify-content: space-between;
  }
  body .annuaire2-liste .note-site {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  body #annuaire2-carrossier-content-modal {
    font-size: 18px;
    line-height: 22px;
  }
  body #annuaire2-carrossier-content-modal figure {
    max-width: 30px;
  }
  body #annuaire2-carrossier-content-modal .h1 {
    font-size: 22px;
    line-height: 26px;
  }
  body #annuaire2-carrossier-content-modal span.nonaffilie {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1230px) {
  #lucieetlaura-header h1 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  #lucieetlaura-header h1 span {
    font-size: 35px;
    margin-bottom: 5px;
  }
  #lucieetlaura-header figure img {
    width: 65%;
    margin-bottom: -9%;
  }
  #lucieetlaura-accroche h2 {
    font-size: 38px;
    line-height: 44px;
  }
  #lucieetlaura-accroche span {
    font-size: 120px;
    line-height: 120px;
  }
  #lucieetlaura-introduction .container {
    gap: 20px;
  }
  #lucieetlaura-introduction h2 {
    font-size: 25px;
    line-height: 32px;
  }
  #lucieetlaura-introduction div {
    font-size: 17px;
    line-height: 25px;
  }
  #lucieetlaura-soeurs .soeur .soeur-texte {
    font-size: 20px;
    line-height: 26px;
  }
  #lucieetlaura-soeurs .soeur .soeur-texte img {
    max-width: 150px;
    margin-bottom: 30px;
  }
  #lucieetlaura-soeurs .soeur .soeur-texte div {
    padding: 0 40px;
  }
  #lucieetlaura-carburant h2 {
    font-size: 45px;
    line-height: 40px;
  }
  #lucieetlaura-carburant h2 span {
    font-size: 35px;
  }
  #lucieetlaura-carburant #carburant-content {
    width: 70%;
  }
  #lucieetlaura-carburant #carburant-texte {
    margin-top: 25px;
    font-size: 20px;
    line-height: 26px;
  }
  #lucieetlaura-carburant #carburant-image {
    width: 30%;
  }
  #lucieetlaura-carburant .container {
    gap: 100px;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait:before, #lucieetlaura-extraits .lucieetlaura-extrait:after {
    font-size: 100px;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait:before {
    left: 0;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait:after {
    right: 0;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1 {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 28px;
    padding: 0 10%;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10%;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait:last-child {
    margin-bottom: 0;
  }
  .lucieetlaura-separator {
    margin-bottom: 30px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content {
    margin: 0 10%;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte {
    font-size: 30px;
    line-height: 40px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:before, #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:after {
    font-size: 100px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:before {
    left: -60px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:after {
    right: -60px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-parenthese {
    margin-top: 15px;
    font-size: 20px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-content {
    gap: 40px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-texte h2 {
    font-size: 25px;
    line-height: 32px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-texte div {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro {
    padding: 0 10%;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:before, #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:after {
    font-size: 100px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:before {
    left: 0;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:after {
    right: 0;
  }
  #lucieetlaura-reseaux h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-sous-titre {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux {
    gap: 30px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux #lucieetlaura-reseaux-reseaux-texte {
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux #lucieetlaura-reseaux-reseaux-pictos {
    gap: 30px;
    font-size: 50px;
  }
  #lucieetlaura-bravo h2 {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  #lucieetlaura-bravo h2 span {
    font-size: 65px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-content {
    padding: 0 5%;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-texte {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 28px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-signature {
    font-size: 50px;
    line-height: 55px;
    gap: 30px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-signature img {
    max-width: 125px;
  }
  .zecarrossieres .container #zecarrossieres-content-text #accroche1_zecarrossieres {
    font-size: 36px;
  }
  .zecarrossieres .container #zecarrossieres-content-text #accroche2_zecarrossieres {
    font-size: 27.5px;
  }
  .zecarrossieres .container #zecarrossieres-content-text #accroche3_zecarrossieres {
    font-size: 30px;
  }
  .zecarrossieres .container #zecarrossieres-content-text #accroche4_zecarrossieres {
    font-size: 30px;
  }
  .zecarrossieres .container #zecarrossieres-content-text .btn-rounded {
    font-size: 16px;
  }
  .carrossier-non-zec-franchise .text-offre h3, #annuaire-demande-devis .text-offre h3 {
    font-size: 3em;
  }
  #h1-home {
    font-size: 1.8em;
    text-align: center;
  }
  #h1-home br {
    display: none;
  }
  #compatible {
    display: none;
  }
  .trouver-un-carrossier {
    height: 500px;
  }
  .prise-rdv .container .incline .decline .incline {
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 -80px 0 -80px;
  }
  .prise-rdv .container .rdv-left {
    margin-right: 80px;
  }
  .prise-rdv .container .rdv-right {
    margin-left: 80px;
  }
  .main-container .btn-new {
    width: 75%;
  }
  .trouver-carrossier .container .rdv-right {
    margin-left: 6%;
  }
  .trouver-carrossier .container form {
    width: 53%;
  }
}
@media screen and (max-width: 1000px) {
  #en-ce-moment #en-ce-moment-content h4 {
    width: 100%;
  }
  #tabbar-carrossier {
    font-size: 18px;
  }
  #tabbar-carrossier div {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #tabbar-carrossier a {
    padding: 20px 30px;
    gap: 20px;
  }
  #tabbar-carrossier a i {
    font-size: 24px;
  }
  .section-offres .section-title h2 {
    margin-bottom: 30px;
  }
  .offres {
    padding-bottom: 50px;
    background: none;
  }
  .offres .container {
    padding: 0;
    max-width: none;
  }
  .offres .strate-offre {
    padding-top: 50px;
  }
  .offres #mentions-offres {
    font-size: 8px;
    padding-right: 20px;
  }
  .offres .container-offres {
    flex-direction: column;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .offres .container-offres br {
    display: none;
  }
  .offres .container-offres .offre {
    background-color: #C33623;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .offres .container-offres .offre:nth-child(1) {
    order: 1;
  }
  .offres .container-offres .offre:nth-child(2) {
    order: 2;
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .offres .container-offres .offre:nth-child(3) {
    order: 3;
  }
  .offres .container-offres .offre:first-child {
    background-color: #D14532;
  }
  .offres .container-offres .offre:nth-child(2) {
    background-color: #E37162;
  }
  .offres .container-offres .offre .container-offre {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 0;
    padding: 0;
  }
  .offres .container-offres .offre .container-offre h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .offres .container-offres .offre .container-offre img {
    max-height: 95px;
    padding: 0;
    padding-right: 20px;
    max-width: 150px;
  }
  .offres .container-offres .offre .container-offre .container-offre-text {
    flex: 1;
  }
  .offres .container-offres .offre .container-offre .container-offre-text i {
    margin-top: 10px;
    font-size: 20px;
  }
  .offres .container-offres .offre:hover {
    background: #A9241A;
    transform: none;
    z-index: 9;
  }
  #engagements {
    font-size: 14px;
    line-height: 18px;
  }
  #engagements h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  #engagements h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
  }
  #engagements .section-title {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #engagements .strate-engagement {
    background: none;
  }
  #engagements .strate-engagement .container {
    padding: 0;
  }
  #engagements .strate-engagement:nth-child(odd) {
    background: none;
  }
  #engagements .strate-engagement:nth-child(odd) .strate-image {
    order: 1;
    background: linear-gradient(270deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  }
  #engagements .strate-engagement:nth-child(odd) .strate-texte {
    order: 2;
  }
  #engagements .strate-engagement:nth-child(even) {
    background: none;
  }
  #engagements .strate-engagement:nth-child(even) .strate-image img {
    order: 2;
  }
  #engagements .strate-engagement:last-child .strate-texte {
    padding-bottom: 50px;
  }
  #engagements .strate-content {
    gap: 0;
    flex-direction: column;
  }
  #engagements .strate-content .strate-image {
    display: flex;
    background-color: #F2F2F2;
    background: linear-gradient(270deg, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  }
  #engagements .strate-content .strate-image div, #engagements .strate-content .strate-image img {
    flex: 1;
  }
  #engagements .strate-content .strate-texte {
    flex: 1;
    padding: 20px;
  }
  #engagements .strate-content .strate-texte i, #engagements .strate-content .strate-texte em {
    font-size: 8px;
  }
  .zecarrossieres .container #image1_zecarrossieres, .zecarrossieres .container #image2_zecarrossieres {
    display: none;
  }
  .zecarrossieres .container #zecarrossieres-content-text #accroche1_zecarrossieres {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .zecarrossieres .container #zecarrossieres-content-text #accroche2_zecarrossieres, .zecarrossieres .container #zecarrossieres-content-text #accroche3_zecarrossieres, .zecarrossieres .container #zecarrossieres-content-text #accroche4_zecarrossieres {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .zecarrossieres .container #zecarrossieres-content-text .btn-rounded {
    margin-top: 25px;
  }
  #modalContact .carrossier-non-zec {
    gap: 0;
  }
  #estimation-de-prix a span {
    left: 15%;
  }
  #ou {
    transform: translateY(50%) skewX(170deg);
    left: auto;
    top: 0;
    position: relative;
  }
  #modalContact .carrossier-non-zec {
    flex-direction: column;
  }
  #modalContact .carrossier-non-zec #carrossier-non-zec-formulaire .carrossier-non-zec-franchise .text-offre h3 {
    font-size: 1.25em;
  }
  .carrossier-non-zec-franchise .container-offre, #annuaire-demande-devis .container-offre {
    align-items: center;
  }
  .carrossier-non-zec .container {
    flex-direction: column;
  }
  .carrossier-non-zec .container .carrossier-non-zec-franchise {
    width: 100%;
    margin-top: 50px;
  }
  .carrossier-non-zec-question,
  .carrossier-non-zec-presentation {
    display: none;
  }
  #modalContact .carrossier-non-zec-question,
  #modalContact .carrossier-non-zec-presentation {
    display: block;
  }
  .carrossier-non-zec #carrossier-non-zec-mobile {
    display: block;
    margin-bottom: -100px;
  }
  .carrossier-non-zec #carrossier-non-zec-mobile .container {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .carrossier-non-zec #carrossier-non-zec-mobile .carrossier-non-zec-question,
  .carrossier-non-zec #carrossier-non-zec-mobile .carrossier-non-zec-presentation {
    display: block;
    text-align: center;
  }
  .carrossier-non-zec-franchise .container-offre .img-offre,
  #annuaire-demande-devis .container-offre .img-offre {
    transform: none;
    max-width: 350px;
  }
  .carrossier-non-zec-franchise .container-offre .text-offre h3,
  #annuaire-demande-devis .container-offre .text-offre h3 {
    font-size: 3em;
  }
  .carrossier-non-zec .container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .trouver-un-carrossier {
    height: auto;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_img {
    display: none;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text div span {
    line-height: 1.2em;
    font-size: 3em;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container {
    display: block;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container .rdv-left {
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container form {
    margin: auto;
    width: 80%;
  }
  #marqueurs-cles {
    flex-direction: column;
    align-items: center;
  }
  #marqueurs-cles a {
    width: 80%;
    margin-bottom: 50px;
  }
  #marqueurs-cles a .marqueur {
    align-items: center;
  }
  .marqueurs .container {
    padding-bottom: 40px;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left {
    padding-right: 9%;
  }
  #list-presse .list-presse-container {
    gap: 2%;
  }
  #list-presse .list-presse-container .link-presse {
    width: 32%;
  }
  #list-presse #list-presse-liens {
    flex-direction: column;
  }
  #list-presse #list-presse-liens a {
    margin-bottom: 1em;
  }
  #list-presse #list-presse-liens a figcaption {
    width: fit-content;
    margin: auto;
  }
  #fleet #fleet_solution .flex-feet {
    gap: 0;
    justify-content: center;
  }
  #fleet #fleet_solution .flex-feet #fleet_solution-formulaire, #fleet #fleet_solution .flex-feet figure {
    width: 100%;
  }
  #fleet #fleet_solution .flex-feet figure {
    margin-bottom: 50px;
    text-align: center;
  }
  #fleet #fleet_solutions .container .flex-feet {
    gap: 0%;
    justify-content: center;
  }
  #fleet #fleet_solutions .container .flex-feet #text-feet-solutions {
    width: 100%;
  }
  #fleet #fleet_solutions .container .flex-feet #img-feet-solutions {
    margin-top: 50px;
    width: 50%;
  }
  #fleet #fleet_credits .flex-feet {
    gap: 0;
    justify-content: center;
  }
  #fleet #fleet_credits .flex-feet figure {
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
  }
  #fleet #fleet_credits .flex-feet #fleet_credits-div {
    width: 100%;
  }
  #fleet #fleet_interface #etapes_interface .etape_interface {
    width: 47%;
    margin-right: 1.5%;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .col-lg-4 {
    padding-right: 15px;
  }
  footer #contactez-nous {
    padding: 0 15px;
  }
  footer #contactez-nous br {
    display: none;
  }
  footer #suivez-nous {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  footer .contact-footer div {
    margin-top: 5px;
  }
  .annuaire-container {
    justify-content: center;
  }
  #header-carrossier {
    font-size: 0.8em;
  }
  #header-carrossier .header-carrossier-strate {
    display: block;
    text-align: center;
    padding: 40px 15px 0 15px;
  }
  #header-carrossier .header-carrossier-strate div {
    width: 100%;
  }
  #header-carrossier .header-carrossier-strate #header-carrossier-image figure {
    width: 80%;
    margin: auto;
    bottom: auto;
    position: relative;
    margin-bottom: 40px;
  }
  #header-carrossier .header-carrossier-strate #header-carrossier-image figure img {
    display: none;
    position: relative;
  }
  #header-carrossier .header-carrossier-strate #header-carrossier-image figure img.logoC {
    display: block;
    max-width: 100%;
    max-height: none;
    height: auto;
    bottom: auto;
  }
  .engagements .pictos-engagement {
    flex-wrap: wrap;
    justify-content: center;
  }
  .engagements .pictos-engagement div {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
  .actus .list-actus {
    flex-direction: column;
    margin: auto;
    padding: 0 2rem;
  }
  .actus .list-actus a {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .avis {
    justify-content: flex-start;
  }
  #header-carrossier-bottom .avis {
    justify-content: center;
  }
  .procedures .buttons-procedures {
    flex-wrap: wrap;
  }
  .procedures .buttons-procedures .button-procedures {
    margin: 0 0.7%;
    margin-bottom: 10px;
    font-size: 2em;
    width: 98.6%;
  }
  .procedures .buttons-procedures .button-procedures:last-child {
    margin-bottom: 0;
  }
  #header-carrossier-image {
    display: none;
  }
  #header-carrossier-image2 {
    display: block;
    max-width: 65%;
    margin: 30px auto 0 auto;
  }
  #header-carrossier-image2 figure {
    margin-bottom: 0;
  }
  #header-carrossier-image2 img.logoC {
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 780px) {
  #lucieetlaura-header {
    height: 80vh;
  }
  #lucieetlaura-header #lucieetlaura-header-content {
    padding: 20px;
  }
  #lucieetlaura-header h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #lucieetlaura-header h1 br {
    display: block;
  }
  #lucieetlaura-header h1 span {
    font-size: 28px;
    margin-bottom: 5px;
    line-height: 34px;
  }
  #lucieetlaura-header h1 img {
    max-width: 275px;
  }
  #lucieetlaura-header figure img {
    width: 65%;
    margin-bottom: -9%;
  }
  #lucieetlaura-accroche h2 {
    font-size: 26px;
    line-height: 34px;
  }
  #lucieetlaura-accroche span {
    font-size: 80px;
  }
  #lucieetlaura-introduction .strate {
    padding-top: 0;
  }
  #lucieetlaura-introduction .container {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  #lucieetlaura-introduction h2 {
    font-size: 22px;
    line-height: 30px;
  }
  #lucieetlaura-introduction div {
    font-size: 14px;
    line-height: 20px;
  }
  #lucieetlaura-soeurs .soeur .soeur-texte {
    font-size: 20px;
    line-height: 26px;
    font-size: 14px;
    line-height: 18px;
  }
  #lucieetlaura-soeurs .soeur .soeur-texte img {
    max-width: 100px;
    margin-bottom: 15px;
  }
  #lucieetlaura-soeurs .soeur .soeur-texte div {
    padding: 0 0 0 20px;
  }
  #lucieetlaura-soeurs .soeur:last-child .soeur-texte div {
    padding: 0 20px 0 0;
  }
  #lucieetlaura-carburant h2 {
    font-size: 32px;
    line-height: 30px;
  }
  #lucieetlaura-carburant h2 span {
    font-size: 25px;
  }
  #lucieetlaura-carburant .container {
    flex-direction: column;
    align-items: center;
  }
  #lucieetlaura-carburant #carburant-content {
    width: 100%;
  }
  #lucieetlaura-carburant #carburant-texte {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  #lucieetlaura-carburant #carburant-image {
    width: 60%;
  }
  #lucieetlaura-carburant .container {
    gap: 0;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait:before, #lucieetlaura-extraits .lucieetlaura-extrait:after {
    display: none;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1 {
    margin-bottom: 110px;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    position: relative;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1:before, #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1:after {
    color: #C33623;
    font-size: 100px;
    font-family: "Permanent Marker", Arial, sans-serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1:before {
    content: "«";
    top: -80px;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte1:after {
    content: "»";
    bottom: -40px;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait .lucieetlaura-extrait-texte2 {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  #lucieetlaura-extraits .lucieetlaura-extrait:last-child {
    margin-bottom: 0;
  }
  .lucieetlaura-separator {
    margin-bottom: 30px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content {
    margin: 0;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte {
    font-size: 24px;
    line-height: 30px;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:before, #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-texte:after {
    display: none;
  }
  #lucieetlaura-anecdote #lucieetlaura-anecdote-content #lucieetlaura-anecdote-parenthese {
    margin-top: 12px;
    font-size: 16px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-content {
    gap: 40px;
    flex-direction: column;
    align-items: flex-end;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-content.container {
    padding-left: 0;
    padding-right: 0;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-texte {
    padding: 0 20px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-texte h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-texte div {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  #lucieetlaura-maintenant #lucieetlaura-maintenant-image {
    order: 2;
    width: 75%;
  }
  #lucieetlaura-reseaux .lucieetlaura-separator {
    margin-top: 75px;
    width: 90%;
    margin-bottom: 50px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-content {
    padding-top: 25px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 20px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:before, #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:after {
    font-size: 100px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:before {
    top: 0;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-intro:after {
    bottom: 0;
  }
  #lucieetlaura-reseaux h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-sous-titre {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 20px;
  }
  #lucieetlaura-reseaux #lucieetlaura-reseaux-reseaux #lucieetlaura-reseaux-reseaux-texte {
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
    border: 0;
  }
  #lucieetlaura-bravo h2 {
    font-size: 35px;
    line-height: 35px;
  }
  #lucieetlaura-bravo h2 span {
    font-size: 30px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-content {
    padding: 0 20px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-texte {
    font-size: 16px;
    line-height: 22px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-signature {
    font-size: 34px;
    line-height: 40px;
    gap: 15px;
  }
  #lucieetlaura-bravo #lucieetlaura-bravo-signature img {
    max-width: 100px;
  }
  #tabbar-carrossier {
    font-size: 12px;
  }
  #tabbar-carrossier div {
    padding: 10px 10px;
    min-width: 40%;
    text-align: left;
  }
  #tabbar-carrossier a {
    padding: 10px 15px;
    gap: 10px;
  }
  #tabbar-carrossier a i {
    font-size: 20px;
  }
  #header-carrossier2 {
    flex-direction: column;
  }
  #header-carrossier2 #sidebar-carrossier {
    padding: 0;
    max-width: none;
    background-color: white;
    min-height: calc(100% - 67px);
    height: auto;
  }
  #header-carrossier2 #sidebar-carrossier #space-sidebar-carrossier {
    height: 100px;
  }
  #header-carrossier2 #sidebar-carrossier #infos-carrossier {
    flex: 1;
    width: 100%;
    background-color: #F2F2F2;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #header-carrossier2 #sidebar-carrossier #infos-carrossier .line-sidebar-carrossier {
    font-size: 1.25em;
    line-height: 1.35em;
  }
  #header-carrossier2 #sidebar-carrossier #infos-carrossier .line-sidebar-carrossier:last-child {
    margin-bottom: 0;
  }
  #header-carrossier2 #sidebar-carrossier #perso-carrossier {
    flex-direction: row;
    align-items: flex-end;
    flex: initial;
    padding: 30px 20px 0 20px;
    justify-content: center;
  }
  #header-carrossier2 #sidebar-carrossier #perso-carrossier #dialog-carrossier {
    flex-direction: column;
    align-self: flex-start;
    order: 2;
    width: auto;
  }
  #header-carrossier2 #sidebar-carrossier #perso-carrossier #dialog-carrossier img {
    order: 2;
  }
  #header-carrossier2 #sidebar-carrossier #perso-carrossier #dialog-carrossier div {
    padding: 0 30px;
  }
  #header-carrossier2 #sidebar-carrossier #perso-carrossier #dialog-carrossier div img {
    display: none;
  }
  #header-carrossier2 #map-carrossier {
    height: 150px;
    overflow: hidden;
    flex: initial;
  }
  #header-carrossier2 #map-carrossier #map-contact2 {
    height: 150px;
  }
  #fiche-mobile {
    display: block;
    width: 100%;
  }
  #fiche-mobile .fiche-carrossier {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding: 0 20px;
  }
  #fiche-mobile .fiche-carrossier h1 {
    font-size: 18px;
    line-height: 24px;
  }
  #fiche-mobile .fiche-carrossier h1 span {
    font-size: 20px;
    line-height: 26px;
  }
  #fiche-mobile .fiche-carrossier .note-carrossier .nombre-avis-carrossier {
    margin-top: 15px;
  }
  #fiche-mobile .fiche-carrossier .note-carrossier .nombre-avis-carrossier span {
    font-size: 36px;
  }
  #fiche-mobile .fiche-carrossier .note-carrossier .avis {
    margin-top: 15px;
  }
  #fiche-mobile .fiche-carrossier .note-carrossier .avis .star {
    height: 25px;
    width: 25px;
  }
  #fiche-desktop {
    display: none;
  }
  #header-home {
    position: relative;
  }
  #header-home:after {
    content: "";
    background: linear-gradient(0deg, rgba(16, 14, 13, 0) 0%, rgba(16, 14, 13, 0) 75%, #100e0d 100%);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header-home #header-home-container {
    background: linear-gradient(180deg, rgba(16, 14, 13, 0) 0%, #100e0d 75%, #100e0d 100%);
  }
  #header-home #header-home-container .container {
    justify-content: flex-end;
    padding-bottom: 220px;
  }
  #header-home #header-home-container .container br {
    display: none;
  }
  #header-home #header-home-container h1 {
    font-size: 40px;
    border-left: 4px solid #C33623;
    padding-left: 10px;
    line-height: 40px;
  }
  #header-home #header-home-container span {
    padding-left: 14px;
    font-size: 16px;
    line-height: 22px;
  }
  #header-home #bar-home {
    padding: 0;
  }
  #header-home #bar-home div {
    background-color: #32AC5C;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0 10px;
  }
  #header-home #bar-home #solutions3 {
    font-size: 16px;
  }
  #header-home #bar-home.bar-home-scrolled a {
    padding: 10px 20px;
  }
  #header-home #bar-home.bar-home-scrolled a i {
    margin-left: 10px;
  }
  #header-home #bar-home.bar-home-scrolled a .txt-a-bar br {
    display: block;
  }
  #header-home #bar-home div {
    gap: 0;
  }
  #header-home #bar-home a {
    flex: 1;
    background-color: #32AC5C;
    color: white;
    display: flex;
    justify-content: center;
    box-shadow: none;
    border-radius: 0;
    border-right: 1px solid #00843E;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    align-items: center;
    padding: 10px 20px;
  }
  #header-home #bar-home a:last-child {
    border: 0;
  }
  #header-home #bar-home a .txt-a-home {
    display: none;
  }
  #header-home #bar-home a .txt-a-bar {
    display: inline;
  }
  #header-home #bar-home a .txt-a-bar br {
    display: block;
  }
  #header-home #bar-home a i {
    font-size: 20px;
    order: 2;
    margin-right: 0;
    margin-left: 10px;
    font-weight: 600;
  }
  #header-home #bar-home a:hover {
    background-color: #29934E;
  }
  .section-pro .section-title h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .section-pro #section-pro-content h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .section-pro #section-pro-content #section-pro-text {
    font-size: 14px;
    line-height: 18px;
  }
  .section-pro #section-pro-content #section-pro-text h4 {
    text-align: left;
  }
  .offres .container-offres .offre .container-offre .text-offre {
    font-size: 14px;
  }
  #logo-annuaire {
    max-width: 250px;
    margin-top: 15px;
  }
  #logo-zecarrossery {
    max-width: 230px;
    margin-top: 30px;
  }
  .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre {
    gap: 20px;
  }
  .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre .img-offre {
    max-width: 150px;
  }
  .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre h3, .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre .h3 {
    font-size: 1.2em;
  }
  #estimation-de-prix a span {
    left: 6%;
  }
  .carrossier-non-zec-franchise .container-offre .img-offre,
  #annuaire-demande-devis .container-offre .img-offre {
    max-width: 300px;
  }
  .carrossier-non-zec-franchise .container-offre .text-offre h3,
  #annuaire-demande-devis .container-offre .text-offre h3 {
    font-size: 2.5em;
  }
  .header-btn {
    margin-bottom: 20px;
  }
  .header-btn:last-child {
    margin-bottom: 0;
  }
  .trouver-un-carrossier {
    margin-bottom: 0;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text div span {
    font-size: 2em;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right div.listing-carrossiers-right-content {
    margin-top: 20px;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right .btn-choice {
    width: 100%;
    transform: translateY(calc(50% + 30px)) skewx(160deg) !important;
  }
  .listing h2 {
    text-align: center;
  }
  #list-presse .list-presse-container .link-presse {
    width: 49%;
  }
  #list-offres a article {
    flex-direction: column;
    padding: 2em 20px;
  }
  #list-offres a article h3.h2 {
    font-size: 2em;
  }
  #list-offres a article div, #list-offres a article p, #list-offres a article span {
    text-align: center !important;
  }
  #list-offres a article div {
    padding: 0 1em;
  }
  .listing-carrossiers .listing-carrossiers-container {
    flex-direction: column;
    margin-bottom: 100px !important;
  }
  .listing-carrossiers .listing-carrossiers-container .h4 {
    font-size: 28px;
  }
  .listing-carrossiers .listing-carrossiers-container .h4 span {
    display: block;
    margin-top: 7px;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left, .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right {
    max-width: 400px;
    margin: auto;
    width: 100%;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right div.listing-carrossiers-right-content div {
    display: none;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .listing-carrossiers-nom img.logoC {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left {
    padding-right: 0;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left img {
    height: auto !important;
    position: relative;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left img.imglist {
    transform: translateY(-10px);
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right .btn-choice {
    transform: translateY(calc(50% + 10px)) skewx(160deg);
  }
  .listing-carrossiers-ghost {
    margin-bottom: 100px !important;
  }
  .listing-carrossiers .listing-carrossiers-ghost .listing-carrossiers-right .btn-choice {
    transform: translateY(calc(100% + 30px)) skewx(160deg) !important;
  }
  #fleet #fleet_concept .container .flex-feet {
    justify-content: flex-start;
  }
  #fleet #fleet_contact .img-contact-fleet {
    width: 100%;
  }
  #fleet #fleet_contact .col-md-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #fleet #fleet_contact:after {
    height: 20px;
  }
  footer #contactez-nous {
    padding: 0 40px;
  }
  footer .links-identity {
    font-size: 0.8em;
  }
  #service-clients #service-clients-texte {
    padding: 0 20px;
  }
  #service-clients #service-clients-content {
    order: 2;
  }
  #service-clients #service-clients-image img {
    height: 400px;
  }
  #service-clients #service-clients-contacts {
    flex-direction: column;
    justify-content: center;
  }
  #service-clients #service-clients-contacts #service-clients-contacts-texte {
    text-align: center;
    padding-left: 0;
  }
  .text-coordonnees {
    display: block;
  }
  body.js-mobile-menu-open {
    overflow: hidden;
    height: 100vh;
  }
  #annuaire-regions {
    padding-top: 0;
  }
  .annuaire-content section .section-title h2 {
    text-align: center;
  }
  #titre-annuaire h1, #titre-annuaire .h1, #titre-annuaire h2, #titre-annuaire .h2 {
    text-align: center;
  }
  .annuaire-header {
    padding: 100px 0 0 0;
  }
  .annuaire-header h1, .annuaire-header h2 {
    text-align: center;
  }
  .annuaire-container {
    text-align: left;
  }
  #annuaire-trouver {
    display: flex;
  }
  #titre-annuaire {
    display: block;
    padding: 120px 20px 40px 20px;
  }
  #titre-annuaire h1, #titre-annuaire .h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #titre-annuaire h2, #titre-annuaire .h2 {
    font-size: 20px;
  }
  .annuaire-content .element-list-carrossier .container {
    padding-bottom: 20px;
  }
  #annuaire-header {
    display: none;
  }
  #annuaire-texte {
    padding: 100px 40px;
  }
  #menu-zecarrossery {
    padding-top: 50px;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
  }
  #menu-zecarrossery #menu-reseaux {
    padding-bottom: 150px;
  }
  .annuaire-list {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .annuaire-list:first-child {
    margin-bottom: 0;
  }
  .annuaire-list:first-child .annuaire-content {
    padding: 0 30px;
  }
  .annuaire-list #annuaire-texte-dpt {
    padding: 30px 0;
  }
  .annuaire-content {
    order: -1;
    width: 100%;
  }
  .annuaire-sidebar {
    width: 100%;
  }
  .home .section-avis .avis div:last-child {
    font-size: 1.6em;
  }
  .proximite .container {
    padding: 50px 40px 20px 40px;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 40px;
    padding-right: 40px;
  }
  .forme-rouge-info {
    margin-left: 40px !important;
  }
  .prise-rdv.prise-rdv-2 {
    transform: translateY(-100%);
    background-color: transparent;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%);
    margin-bottom: -100px;
  }
  .prise-rdv.prise-rdv-2 .rdv-left {
    font-size: 1.4em;
    line-height: 1.1em;
  }
  .btn-inside-out {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #map-contact {
    height: 200px;
  }
  .container-rdv {
    margin-top: 125px;
  }
  .container-rdv.container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container-rdv .rgpd .wpcf7-list-item {
    font-size: 1em;
    line-height: 1.2em;
  }
  .container-rdv .rgpd .wpcf7-list-item input[type=checkbox], .container-rdv .rgpd .wpcf7-list-item input[type=radio] {
    margin-bottom: 0;
  }
  .container-rdv h1, .container-rdv .h1 {
    font-size: 28px;
  }
  .container-rdv h3, .container-rdv .h3 {
    font-size: 20px;
  }
  .popin-procedures .prestations {
    margin: 20px;
    padding: 0px 20px;
  }
  .popin-procedures .prestations .section-title h1, .popin-procedures .prestations .section-title h2, .popin-procedures .prestations .section-title h3, .popin-procedures .prestations .section-title h4, .popin-procedures .prestations .section-title h5, .popin-procedures .prestations .section-title h6,
  .popin-procedures .prestations .section-title .h1, .popin-procedures .prestations .section-title .h2, .popin-procedures .prestations .section-title .h3, .popin-procedures .prestations .section-title .h4, .popin-procedures .prestations .section-title .h5, .popin-procedures .prestations .section-title .h6 {
    margin-bottom: 25px;
    text-align: left;
    width: 80%;
    margin-left: 0;
  }
  .popin-procedures .prestations .content-prestations {
    margin: 0;
  }
  .popin-procedures .prestations .container {
    padding: 20px 10px;
  }
  .popin-procedures .prestations .content-prestations a {
    padding: 0.5rem 1rem;
  }
  #header-carrossier-image2 {
    display: block;
    max-width: 100%;
  }
  #header-carrossier-image2 figure {
    margin-bottom: -20px;
  }
  #header-carrossier-image2 img.logoC {
    transform: translateY(-50%);
    margin-bottom: -50%;
  }
  #header-carrossier-image {
    display: none;
  }
  #header-carrossier {
    margin-top: 90px;
  }
  #header-carrossier .header-carrossier-strate {
    padding: 40px 40px 0px 40px;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-top {
    font-size: 18px;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-bottom {
    padding: 65px 40px 50px 40px;
    text-align: left;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-bottom .avis {
    justify-content: flex-start;
  }
  .avis .container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .avis .container .section-title {
    padding: 0 40px;
  }
  .avis .container .section-title h1, .avis .container .section-title h2, .avis .container .section-title h3, .avis .container .section-title h4, .avis .container .section-title h5, .avis .container .section-title h6 {
    margin-bottom: 25px;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-bottom {
    background: none;
    background-color: #F2F2F2;
    text-align: left;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-bottom .avis {
    margin-bottom: 10px;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-bottom .text-telephone {
    font-size: 0.6em;
  }
  #header-carrossier .header-carrossier-strate#header-carrossier-bottom p {
    margin-bottom: 5px;
  }
  #header-carrossier-top h2, #header-carrossier-top .h2 {
    display: none;
  }
  #header-carrossier-top h3, #header-carrossier-top .h3 {
    font-size: 20px;
  }
  .trouver-carrossier .container {
    padding: 20px 42px 0 42px !important;
  }
  .trouver-carrossier {
    margin-bottom: 100px;
    bottom: -175px;
    background-color: #000 !important;
  }
  .trouver-carrossier .container .rdv-left {
    font-size: 0.8em;
    line-height: 1em;
  }
  .trouver-carrossier .container form {
    margin-top: -15px !important;
  }
  .procedures .buttons-procedures .button-procedures {
    position: relative;
    text-align: left;
    font-size: 1.5em;
  }
  .procedures .buttons-procedures .button-procedures br {
    display: none;
  }
  .procedures .buttons-procedures .button-procedures:after {
    display: inline-block;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    top: 50%;
  }
  .avis {
    margin-bottom: 15px;
    font-size: 0.6em;
  }
  .avis .star {
    height: 25px;
    width: 25px;
    background-size: contain !important;
  }
  .btn-inside-out > span.text {
    min-width: none;
  }
  .element-list-carrossier {
    margin-top: -40px;
  }
  .element-list-carrossier .container {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 80px;
    width: 100%;
  }
  .element-list-carrossier .container .icon-zecarrossery {
    height: 30px;
    width: 30px;
    background-size: contain !important;
  }
  .element-list-carrossier .container .mb-20 {
    margin-bottom: 0 !important;
    margin-top: -40px !important;
  }
  .element-list-carrossier .container .btn {
    transform: translateY(50%);
    margin-bottom: -20px;
  }
  .element-list-carrossier .container .flex {
    position: relative;
  }
  .element-list-carrossier .container .flex .content-flex {
    text-align: left !important;
  }
  .element-list-carrossier .container .flex .content-flex:last-child {
    order: -1;
  }
  .element-list-carrossier .container .flex .content-flex .distance {
    font-size: 1em;
  }
  .element-list-carrossier .container .flex .content-flex h3, .element-list-carrossier .container .flex .content-flex .h3 {
    font-size: 25px;
    font-weight: 600;
  }
  .element-list-carrossier .container .flex .content-flex p {
    margin: 2px 0;
  }
  .element-list-carrossier .container .flex .content-flex:first-child {
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .element-list-carrossier .container .flex .content-flex:first-child .buttons-select-procedures {
    display: flex;
    justify-content: space-between;
  }
  .element-list-carrossier .container .flex .content-flex:first-child .buttons-select-procedures .button-procedures {
    width: 48%;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .element-list-carrossier .container img {
    position: absolute;
    z-index: 10;
    margin: 0;
    margin-bottom: 0px;
    right: 0;
    top: -15px;
    height: 40px;
    width: auto;
  }
  .annuaire-list .h4 {
    font-size: 1.2em;
  }
  #recherche-carrossier {
    padding: 125px 40px 0 40px;
  }
  #recherche-carrossier h1 {
    font-size: 2em;
  }
  #recherche-carrossier h2 {
    font-size: 1.5em;
    margin-bottom: 25px;
  }
  #recherche-carrossier #container-recherche-carrossier form input[type=search] {
    padding: 10px 15px 10px 15px !important;
    width: 100%;
    text-align: left;
  }
  #recherche-carrossier #container-recherche-carrossier form.brk-search__form {
    padding: 0;
  }
  #recherche-carrossier #container-recherche-carrossier form button {
    height: 60px;
    padding: 10px;
    width: 60px !important;
    left: 0 !important;
  }
  h2, .h2 {
    font-size: 30px;
  }
  .zecarrossieres h2, .zecarrossieres h4, .zecarrossieres p, .zeparebrise-content h2, .zeparebrise-content h4, .zeparebrise-content p {
    text-align: center !important;
  }
  #section-pro-content {
    flex-direction: column;
  }
  .actus .container, .zecarrossieres .container, .zeparebrise #zeparebrise-container .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .actus .container .list-actus, .zecarrossieres .container .list-actus, .zeparebrise #zeparebrise-container .container .list-actus {
    padding: 0;
  }
  .actus .container .section-title, .zecarrossieres .container .section-title, .zeparebrise #zeparebrise-container .container .section-title {
    padding-left: 40px;
    padding-right: 40px;
  }
  .actus .container .row, .zecarrossieres .container .row, .zeparebrise #zeparebrise-container .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .actus .container .col-12, .zecarrossieres .container .col-12, .zeparebrise #zeparebrise-container .container .col-12 {
    padding: 0 !important;
  }
  .actus .container h4, .actus .container .h4, .zecarrossieres .container h4, .zecarrossieres .container .h4, .zeparebrise #zeparebrise-container .container h4, .zeparebrise #zeparebrise-container .container .h4 {
    margin-bottom: 20px;
  }
  .zecarrossieres .container .section-title {
    padding: 0;
  }
  .zeparebrise #zeparebrise-container .container #zeparebrise-content {
    flex-wrap: wrap;
  }
  .zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-img {
    order: 2;
    margin: 0 20px;
    flex: auto;
    text-align: center;
  }
  .zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-img .btn-rounded {
    display: inline-block;
  }
  .zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text .btn-rounded {
    display: none;
  }
  .prestations .container,
  .actus .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .strate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .actus .list-actus a {
    padding: 0;
    margin-bottom: 7px;
  }
  .actus .list-actus a:last-child {
    margin-bottom: 20px;
  }
  .actus .list-actus a .actus-content {
    display: flex;
    text-align: left;
    align-items: stretch;
  }
  .actus .list-actus a .actus-content figure {
    margin: 0;
    width: 30%;
  }
  .actus .list-actus a .actus-content figure img {
    height: 100%;
  }
  .actus .list-actus a .actus-content div {
    width: 70%;
    padding: 15px;
    font-size: 0.9em;
  }
  .main-container .btn-new {
    width: 100% !important;
  }
  .accroche-home {
    max-width: none;
    padding: 0 40px;
  }
  .engagements .container {
    padding: 50px 20px;
  }
  .engagements .pictos-engagement div {
    font-size: 1em;
    line-height: 1.1em;
  }
  .engagements .pictos-engagement div .icon-engagement {
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
  }
  .trouver-carrossier .container form input[type=search] {
    border: 2px solid #100E0D;
    width: 90%;
    padding: 15px 50px 15px 20px !important;
    font-size: 0.9em;
  }
  .trouver-carrossier .container form #suggest {
    left: 0;
    margin-top: -12px;
  }
  .trouver-carrossier .container form button {
    background: #100E0D url(../images/picto-loupe2.svg) center center no-repeat;
    background-size: contain;
    margin: 0;
    height: 100%;
    width: 67px;
    border: 10px solid #100E0D;
    transition: all 450ms ease;
  }
  .trouver-carrossier .container form button:hover {
    border: 2px solid #100E0D;
    background-size: 75%;
    background-color: #fff;
    background-image: url(../images/picto-loupe.svg);
  }
  .trouver-carrossier {
    background-color: transparent;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 90%);
  }
  .trouver-carrossier .container {
    margin: 0;
    padding: 0 50px;
  }
  .trouver-carrossier .container form {
    transform: translateY(50%);
    margin: 0 auto;
  }
  #avis-slick .avis-slick {
    padding: 0 70px;
  }
  #avis-slick .slick-arrow {
    bottom: none !important;
    mask-size: 100% !important;
    -webkit-mask-size: 100% !important;
  }
  h4, .h4 {
    font-size: 22px;
  }
  .prestations .content-prestations a {
    border-width: 1px;
    padding: 1rem;
    margin: 0.5rem 0 !important;
  }
  .prestations .content-prestations a .icon-prestations {
    height: 50px;
    width: 20%;
  }
  .prestations .content-prestations a .h4 {
    width: 80%;
  }
  .prise-rdv {
    padding: 0 40px;
  }
  .prise-rdv .container .incline {
    font-size: 1.2em;
  }
  .prise-rdv .container .incline a {
    margin-bottom: -20px;
  }
  .prise-rdv .container .incline a:hover {
    font-size: 1.1em !important;
  }
  .prise-rdv .container .incline:nth-child(2) {
    transform: translateY(50%);
    margin-top: -30px;
    z-index: 10;
    position: relative;
  }
  .prise-rdv .picto-rdv {
    display: none;
  }
  #recherche-carrossier #container-recherche-carrossier form input[type=search] {
    font-size: 1.25em;
  }
  .brk-header-mobile {
    height: 90px;
  }
  .brk-header-mobile .pin-menu {
    height: 40px;
    width: 40px;
  }
  .main-container .brk-header-mobile .brk-header-mobile__logo img {
    height: 80px;
    margin-top: 30px;
  }
  .brk-header-mobile_scroll .brk-header-mobile__open {
    width: 30px;
    margin-top: -5px;
  }
  .brk-header-mobile_scroll .brk-header-mobile__open span::before {
    top: -10px;
  }
  .brk-header-mobile_scroll .brk-header-mobile__open span::after {
    bottom: -10px;
  }
  #devis-tel div {
    transform: rotate(-90deg) translateY(25%);
  }
  #devis-tel a {
    padding: 6px 10px;
    font-size: 0.8em;
  }
  .prise-rdv {
    font-size: 1.1em;
  }
  .prise-rdv .container {
    display: block;
    text-align: center;
  }
  .prise-rdv .container .incline .decline .incline {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
  .prise-rdv .container .incline, .prise-rdv .container .incline .decline {
    transform: none;
  }
  .prise-rdv .container .incline:nth-child(2) {
    padding: 0;
  }
  .prise-rdv .container .rdv-left {
    margin-right: 0;
  }
  .prise-rdv .container .rdv-right {
    margin-left: 0;
  }
  .main-container .btn-new.btn {
    margin: auto;
  }
  .prestations .content-prestations {
    margin: 0 2rem;
  }
  .prestations .content-prestations a {
    width: 100%;
    margin: 1rem 0;
  }
  .prestations .content-prestations a:nth-child(2n) {
    margin-left: 0;
  }
  #avis-slick .slick-arrow {
    mask: url(../images/btn-slick.svg) no-repeat 50% 50%;
    mask-size: 50%;
    -webkit-mask: url(../images/btn-slick.svg) no-repeat 50% 50%;
    -webkit-mask-size: 50%;
    height: 35px;
    width: 20px;
    left: 0px;
  }
  #avis-slick .slick-arrow.slick-next {
    left: auto;
    right: 0;
  }
  #avis-slick .slick-arrow.slick-prev {
    left: 0;
    right: auto;
  }
  .space-header {
    height: 125px;
  }
  .space-header-home {
    height: 75px;
  }
  .header-btn {
    font-size: 1.25em;
    padding: 10px 30px;
  }
  .element-list-carrossier .container .flex {
    flex-wrap: wrap;
  }
  .element-list-carrossier .container .flex .content-flex {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .element-list-carrossier .container .flex .content-flex:first-child {
    margin-bottom: 20px;
  }
  .element-list-carrossier .container .flex .content-flex .avis {
    justify-content: flex-start;
  }
  .element-list-carrossier .container .flex .content-flex .jqselect {
    text-align: left;
  }
  .menufooterD .nav-link, .menufooterG .nav-link {
    padding-right: 0 !important;
  }
  .title__heading-06.title__heading-main {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #header-home {
    background-image: var(--bg-image) !important;
  }
  #header-carrossier2 #map-carrossier #map-contact2 {
    min-height: 100%;
  }
  #en-ce-moment #en-ce-moment-content {
    flex-direction: column;
    gap: 60px;
  }
  h2, .h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body {
    font-size: 14px;
    line-height: 18px;
  }
  #jyvais-btn {
    display: block;
  }
  .recherches-frequentes-content {
    font-size: 14px;
    line-height: 22px;
  }
  #mot-patron {
    font-size: 14px;
  }
  #proximite a b {
    display: block;
  }
  #proximite a span {
    display: none;
  }
  .prestations .h2 {
    margin-bottom: 30px;
  }
  .section-pro #section-pro-content #section-pro-text {
    padding: 0;
    text-align: center;
  }
  .section-pro #section-pro-content #section-pro-text p {
    text-align: left;
  }
  .zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text br {
    display: none;
  }
  .zeparebrise #zeparebrise-container .container #zeparebrise-content #zeparebrise-content-text h4 {
    font-size: 22px;
    line-height: 28px;
  }
  #modalContact .modal-dialog.modal-annuaire2 .modal-body {
    padding: 40px 20px;
  }
  #annuaire-breadcrumb {
    margin-top: 35px;
  }
  #annuaire2 .container {
    padding: 0 20px;
  }
  #annuaire2 .brmobile {
    display: block;
  }
  .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre h3, .carrossier-non-zec #annuaire-demande-devis .container-offre .content-offre .h3 {
    font-size: 1em;
  }
  #estimation-de-prix #accroche-estimation-de-prix {
    transform: none;
    margin-left: 75px;
    font-size: 0.9em;
  }
  #estimation-de-prix a {
    line-height: 1.2em;
    padding: 10px 30px 10px 110px;
    font-size: 1.5em;
  }
  #estimation-de-prix a span {
    left: 6%;
  }
  .container-2 {
    margin-top: 125px;
  }
  .carrossier-non-zec .container .carrossier-non-zec-franchise {
    padding: 5% !important;
  }
  .carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre {
    flex-direction: row;
  }
  .carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre .img-offre {
    margin-top: 0;
  }
  .carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre .text-offre {
    transform: none;
  }
  .carrossier-non-zec .container .carrossier-non-zec-franchise .container-offre .text-offre h3 {
    font-size: 1.75em;
  }
  #annuaire-carrossiers-none-btns {
    flex-direction: column;
  }
  .carrossier-non-zec-franchise .container-offre .img-offre,
  #annuaire-demande-devis .container-offre .img-offre {
    max-width: 180px;
  }
  .carrossier-non-zec-franchise .container-offre .text-offre h3,
  #annuaire-demande-devis .container-offre .text-offre h3 {
    font-size: 1.5em;
  }
  .container-rdv form input[type=submit] {
    padding: 15px 10px;
  }
  .btn2 {
    padding-right: 80px;
  }
  .trouver-un-carrossier {
    margin-bottom: 0;
  }
  .trouver-un-carrossier #trouver_un_carrossier_container #trouver_un_carrossier_rouge .strate {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_rouge #trouver_un_carrossier_rouge_text div span {
    font-size: 1.7em;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container form input[type=search] {
    width: 100%;
    padding: 15px 10px 15px 10px !important;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container {
    padding-left: 0;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container form {
    background-color: white;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container form:after {
    display: none;
  }
  .container-rdv form .disponibilite .wpcf7-form-control span.wpcf7-list-item {
    width: 100%;
  }
  .btn2 span {
    display: block;
  }
  .btn2 img {
    width: 90px;
    right: 0;
  }
  .btn2 b {
    display: block;
  }
  #fleet #fleet_solutions .container .flex-feet #img-feet-solutions {
    width: 100%;
  }
  #fleet #fleet_credits .flex-feet figure {
    width: 100%;
  }
  #fleet #fleet_interface #etapes_interface .etape_interface {
    width: 100%;
    margin-right: 0;
  }
  #zec-estampille {
    max-width: 250px;
  }
  .carrossier-non-zec-franchise .text-offre, #annuaire-demande-devis .text-offre {
    transform: translateY(0);
    margin-bottom: 0;
  }
  #h1-home {
    font-size: 1.3em;
    padding: 0 20px;
  }
  #marqueurs-cles a {
    width: 100%;
    margin-bottom: 24px;
  }
  #marqueurs-cles a .marqueur {
    font-size: 1.2em;
  }
  #marqueurs-cles a .marqueur figure {
    height: 60px;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
  div.avis .star {
    height: 25px;
    width: 25px;
  }
  .home .section-avis .avis .h3 {
    font-size: 45px;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container form input[type=search] {
    height: 40px;
    padding: 5px 10px 5px 10px !important;
    font-size: 1em;
  }
  .engagements .pictos-engagement div .icon-engagement {
    min-width: 130px;
    min-height: 130px;
    width: 130px;
    height: 130px;
    max-width: 130px;
    max-height: 130px;
  }
  #image-header .container .header-btn {
    margin-left: 10px;
    font-size: 0.9em;
    padding: 10px 12px 10px 20px;
    margin-bottom: 0;
  }
  #image-header .container .header-btn:first-child {
    margin-left: -15px;
  }
  #list-presse .list-presse-container {
    gap: 0;
  }
  #list-presse .list-presse-container .link-presse {
    width: 100%;
  }
  #titre-annuaire {
    display: block;
    padding: 80px 40px 40px 40px;
  }
  #trouver_un_carrossier_container #trouver_un_carrossier_noir .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .annuaire-container {
    padding: 0;
  }
  #plus-d-informations {
    margin-top: 0;
    padding: 40px;
  }
  #annuaire-texte {
    padding: 40px;
  }
  .annuaire-header {
    padding: 0;
  }
  .annuaire-header h1 {
    font-size: 2.25em;
  }
  .annuaire-header h2 {
    font-size: 1.65em;
  }
  .annuaire-list:first-child .annuaire-content {
    padding: 0;
  }
  .annuaire-list {
    padding-bottom: 30px;
  }
  .annuaire-list:last-child {
    padding: 0 0 30px 0;
  }
  .listing-carrossiers .listing-carrossiers-container {
    padding: 25px 40px;
  }
  .annuaire-list .h4 {
    margin-bottom: 10px;
  }
  .annuaire-sidebar {
    padding: 0 40px;
  }
  .annuaire-list #annuaire-texte-dpt {
    padding: 30px 40px;
  }
  .main-container h1, .main-container .h1 {
    font-size: 30px;
  }
  .main-container h2, .main-container .h2 {
    font-size: 22px;
  }
  .main-container h3, .main-container .h3 {
    font-size: 20px;
  }
  .main-container h4, .main-container .h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .spacer {
    height: 1em;
  }
  .prestations .content-prestations {
    margin: 0;
  }
  #avis-slick .avis-slick {
    padding: 0 20px;
    font-size: 1em !important;
  }
  #list-offres a article div {
    padding: 0;
  }
  #list-offres a article h3.h2 {
    font-size: 1.5em;
  }
  #list-offres a article {
    padding: 1em;
  }
  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
  }
  .pictooffre {
    padding: 20px;
  }
  .main-container .mt-100 {
    margin-top: 50px !important;
  }
  #fleet {
    margin-top: 50px;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right div.listing-carrossiers-right-content {
    margin-top: 15px;
  }
  .listing-carrossiers .listing-carrossiers-container {
    margin-bottom: 50px !important;
  }
  .listing-carrossiers-ghost {
    margin-bottom: 50px !important;
  }
  .annuaire-list:last-child .annuaire-sidebar {
    margin-top: 50px;
  }
  .listing-carrossiers .listing-carrossiers-container .h4 {
    font-size: 20px !important;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .listing-carrossiers-nom {
    right: 0;
    left: auto;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .listing-carrossiers-nom img.logoC {
    margin: auto;
    width: 300px;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right .avis {
    margin-bottom: 25px;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right .btn-choice {
    transform: skewx(160deg) translateX(-10px) !important;
    margin-bottom: -50px;
  }
  .listing-carrossiers-ghost .listing-carrossiers-container {
    display: block;
  }
  .listing-carrossiers-ghost .listing-carrossiers-container .listing-carrossiers-right div.listing-carrossiers-right-content {
    margin-top: 35px;
  }
  .listing-carrossiers-ghost {
    height: auto;
  }
  .proximite .container {
    padding-top: 0;
  }
  #annuaire-carrossiers-none {
    padding: 0 40px;
  }
  #annuaire-offres {
    margin-top: 35px;
  }
  #annuaire-carrossiers, #annuaire-texte-seo-ville {
    margin-top: 50px;
  }
  #annuaire-autres-carrossier {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  section .section-title h1,
  section .section-title h2,
  section .section-title h3,
  section .section-title h4,
  section .section-title h5,
  section .section-title h6 {
    margin-bottom: 35px;
  }
  #annuaire-texte-seo-ville h1 {
    font-size: 25px;
  }
  .container {
    padding: 0 20px;
  }
  .container .row {
    margin: 0;
    margin-bottom: 2rem;
  }
  .container .row, .container .col-lg-4, .container #contactez-nous {
    padding: 0;
  }
  .strate {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .carrossier-non-zec .container-carrossier-non-zec {
    padding: 0;
  }
  .carrossier-non-zec .container-carrossier-non-zec .carrossier-non-zec-content {
    padding: 0 40px;
  }
  #estimation-de-prix {
    margin: 50px 0;
  }
  #annuaire-texte-seo {
    padding: 50px 0;
  }
  .avis .star {
    height: 20px;
    width: 20px;
  }
  #annuaire-carrossiers .section-title h2 {
    font-size: 1.65em;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-left .imglist {
    max-width: 150px;
  }
  .listing-carrossiers .listing-carrossiers-container .h4 {
    font-size: 22px;
  }
  .element-list-carrossier .distance {
    font-size: 1.5em;
  }
  .listing-carrossiers .listing-carrossiers-container .listing-carrossiers-right .btn-choice {
    transform: translateY(calc(50% + 30px)) skewx(160deg) translateX(-10px);
    font-size: 0.9em;
  }
  .engagements .pictos-engagement div .icon-engagement {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 12px;
  }
  .engagements .pictos-engagement div {
    margin-right: 0;
    margin-left: 0;
  }
  .carrossier-non-zec-franchise .container-offre .text-offre h3,
  #annuaire-demande-devis .container-offre .text-offre h3 {
    font-size: 1.25em;
  }
  .carrossier-non-zec-franchise .container-offre .img-offre,
  #annuaire-demande-devis .container-offre .img-offre {
    max-width: 120px !important;
  }
  h2, .h2 {
    font-size: 25px;
  }
  #annuaire-texte-seo-btn {
    transform: translateX(-13px);
  }
  #annuaire-engagements {
    margin-top: 50px;
  }
  .brk-header-mobile__logo {
    padding-right: 65px !important;
    padding-left: 75px !important;
  }
  .brk-header-mobile .brk-header-mobile__logo img {
    max-width: 230px !important;
  }
  .brk-header-mobile {
    height: 75px !important;
  }
  #annuaire-autres-carrossier a b, #annuaire-autres-carrossier a span {
    display: block;
  }
  #annuaire-autres-carrossier a b.separator-annuaire, #annuaire-autres-carrossier a span.separator-annuaire {
    display: none;
  }
  #annuaire-offres .container {
    padding: 0;
  }
  #annuaire-offres .section-title h2 {
    margin-bottom: 25px;
  }
  #annuaire-texte-seo-ville h1 {
    font-size: 25px;
  }
  .carrossier-non-zec .carrossier-non-zec-content h1 {
    font-size: 25px;
    margin: 20px 0;
  }
  #modalContact .carrossier-non-zec-content img {
    margin: 0;
  }
  #modalContact .carrossier-non-zec-franchise #carrossier-non-zec-accroche,
  #modalContact #annuaire-demande-devis #carrossier-non-zec-accroche {
    font-size: 1.45em;
  }
  .prise-rdv {
    margin-bottom: 50px;
  }
  .element-list-carrossier {
    margin-top: 0;
  }
}
@media screen and (max-width: 460px) {
  #modalContact #carrossier-non-zec-formulaire {
    padding: 20px;
  }
  #modalContact #carrossier-non-zec-formulaire .carrossier-non-zec-franchise .img-offre {
    max-width: 110px;
  }
  #modalContact #carrossier-non-zec-formulaire form #formcontact-submit {
    transform: translateX(-55%) translateY(95%) skewX(160deg);
    left: 50%;
    position: relative;
  }
  #modalContact {
    z-index: 10005;
  }
  #modalContact .modal-body {
    padding: 0.5rem;
  }
  #modalContact .modal-body .carrossier-non-zec {
    padding: 0;
  }
  #modalContact .modal-body .carrossier-non-zec #carrossier-non-zec-formulaire-texte {
    text-align: center;
    margin-top: 20px;
  }
  #modalContact .modal-body #carrossier-non-zec-formulaire form div label {
    display: none;
  }
  #modalContact .modal-body #carrossier-non-zec-formulaire form div label.rgpd {
    display: inline-block;
  }
  #modalContact .modal-body #carrossier-non-zec-formulaire form div input[type=text] {
    width: 100%;
    padding: 10px;
  }
  #modalContact .modal-body .carrossier-non-zec #carrossier-non-zec-formulaire .carrossier-non-zec-franchise .text-offre h3 {
    font-size: 1em;
  }
  #modalContact .modal-body .carrossier-non-zec #carrossier-non-zec-formulaire .carrossier-non-zec-franchise .text-offre h3 b {
    font-size: 1em;
  }
  .carrossier-non-zec-franchise .container-offre .img-offre,
  #annuaire-demande-devis .container-offre .img-offre {
    max-width: 150px;
  }
  .carrossier-non-zec-franchise .container-offre .text-offre,
  #annuaire-demande-devis .container-offre .text-offre {
    margin-bottom: 0;
  }
  .mc4wp-form-fields {
    text-align: center;
  }
  footer .mc4wp-form-fields {
    text-align: left;
  }
}
@media screen and (max-width: 420px) {
  #menu-zecarrossery {
    width: 360px;
    max-width: 360px;
    min-width: none;
    right: -450px;
    overflow: hidden;
    overflow-y: scroll;
  }
  #menu-zecarrossery.open {
    left: 0;
    right: auto;
  }
  #menu-zecarrossery #menu-search, #menu-zecarrossery #menu-fleet {
    max-width: 340px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 780px) {
  .prestabloc {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  .isdesktop {
    display: none;
  }
  .ismobile {
    display: inline;
  }
}


/* SECTION RESEAU CARROSSIER */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.section-reseau {
  background-color: #13100D;
  color:#fff;
  padding: 40px;
  border-top: 4px solid #e1aa35;
  font-size: 18px;
}

.container-reseau {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: left;
}

.content-right-top-reseau {
  padding-left:28px;
  border-left: 5px solid #e1aa35;
}

.content-right-middle-reseau {
  margin:30px 0px;
  text-align: left;
}

.content-right-bottom-reseau {
  display: flex;
  align-items: center; 
  justify-content: space-between;
}

.left-section-reseau  {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.z-image-reseau {
  max-width: 350px;
  margin-right: 80px;
}

.right-section-reseau {
  flex: 1;
  padding: 20px 20px 20px 0px;            
  color: #bababa;
}

.right-section-reseau h2 {
  font-size: 100px;
  margin-bottom: 10px;
  font-family: 'Trump Soft Pro';
  color: #fff;
  line-height: 80px;
}

.subtitle-reseau {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-weight: 200;
  font-size: 30px;
  line-height: 1.1;
  margin: 20px 0px;
}

.baseline-reseau {
  color: #fff;
  flex-grow: 1; 
  margin-right: 20px;
}

.highlight-reseau {
  font-weight: bold;
}

.highlight-reseau-gold {
  color: #e1aa35;
}

.list-reseau {
  margin-top: 20px;
  list-style: none;
}

.list-reseau li {
  margin-bottom: 10px;
}

.list-reseau-check-picto {
  color: #d3a13b;
  vertical-align: baseline;
  margin-right: 8px;
}

.cta-btn-reseau {
  background-color: #e1aa35;
  border: none;
  padding: 12px 24px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
}

.cta-btn-reseau:hover {
  background-color: #cf8f24;
}

/* Responsive */
@media (max-width: 768px) {
  .container-reseau {
    flex-direction: column;
  }

  .left-section-reseau {
   display: none;
  }

  .right-section-reseau {
    border-left: none;
    padding: 20px;
  }
}

/* BREADCRUMB OFFRE */
.breadcrumb-offre .breadcrumb-item+.breadcrumb-item:before {
  color: #C33623;
  font-weight: 600;
  font-size: 16px;
}
.breadcrumb-offre .breadcrumb-item.active {
  color: initial;
}
